﻿
.vp-invest-wrap {
  --vp-ink: #1a1f24;
  --vp-muted: #4e5b62;
  --vp-primary: #ffca1b;
  --vp-primary-strong: #ffca1b;
  --vp-accent: #4e5b62;
  --vp-bg: #f6f2eb;
  --vp-sand: #efe6d7;
  --vp-card: #ffffff;
  --vp-border: rgba(26, 31, 36, 0.12);
  --vp-shadow: 0 25px 60px rgba(16, 24, 32, 0.12);
  --vp-radius-lg: 28px;
  --vp-radius-md: 18px;
  --vp-radius-sm: 12px;
  background: var(--vp-bg);
  color: var(--vp-ink);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  line-height: 1.6;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.vp-invest-wrap h1,
.vp-invest-wrap h2,
.vp-invest-wrap h3 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: -0.015em;
  font-weight:500;
}

.vp-invest-wrap * {
  box-sizing: border-box;
}

.vp-invest-wrap img {
  max-width: 100%;
  display: block;
}

.vp-invest-section {
  padding: clamp(48px, 8vw, 96px) 0;
}

.vp-invest-container {
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}

.vp-invest-tag {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--vp-accent);
  margin-bottom: 10px;
}

.vp-invest-section-head h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  margin: 0 0 16px;
}

.vp-invest-section-head p {
  color: var(--vp-muted);
  margin: 0;
  max-width: 70ch;
}

.vp-invest-hero {
  position: inherit;
  overflow: hidden;
  padding: clamp(56px, 7vw, 120px) clamp(20px, 6vw, 90px);
  background: radial-gradient(circle at top left, rgba(213, 154, 61, 0.18), transparent 50%),
    linear-gradient(120deg, #fbf8f1 0%, #f3ebe1 45%, #efe5d6 100%);
}

.vp-invest-hero::after {
  content: '';
  position: absolute;
  inset: -30% 40% auto -20%;
  height: 420px;
  background: radial-gradient(circle, rgba(29, 108, 99, 0.16), transparent 70%);
  pointer-events: none;
}

.vp-invest-hero-inner {
  position: relative;
  display: grid;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.vp-invest-hero-copy h1 {
  font-size: clamp(2.6rem, 4.2vw, 4.3rem);
  line-height: 1.1;
  margin: 0 0 18px;
}

.vp-invest-hero-copy .vp-invest-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--vp-muted);
  margin: 0 0 20px;
}

.vp-invest-eyebrow {
  font-weight: 600;
  color: var(--vp-accent);
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.vp-invest-logo {
  width: 160px;
  margin-bottom: 22px;
}

.vp-invest-trust {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}

.vp-invest-trust li {
  position: relative;
  padding-left: 28px;
  color: var(--vp-ink);
}

.vp-invest-trust li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--vp-primary-strong);
  font-weight: 700;
}

.vp-invest-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.vp-invest-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vp-invest-btn-primary {
  background: var(--vp-primary);
  color: #1b1b1b;
  box-shadow: 0 18px 28px rgba(213, 154, 61, 0.25);
}

.vp-invest-btn-primary:hover {
  background: var(--vp-primary-strong);
  color: #ffffff;
  transform: translateY(-2px);
}

.vp-invest-btn-secondary {
  background: var(--vp-accent);
  color: #ffffff;
  box-shadow: 0 18px 28px rgba(29, 108, 99, 0.2);
}

.vp-invest-btn-ghost {
  background: transparent;
  color: var(--vp-ink);
  border-color: rgba(26, 31, 36, 0.2);
}

.vp-invest-btn-ghost:hover {
  border-color: var(--vp-ink);
  transform: translateY(-2px);
}

.vp-invest-hero-note {
  font-size: 0.95rem;
  color: var(--vp-muted);
  margin: 0;
}

.vp-invest-hero-media {
  position: relative;
}

.vp-invest-hero-media img {
  width: 100%;
  border-radius: var(--vp-radius-lg);
  box-shadow: var(--vp-shadow);
  object-fit: cover;
  min-height: 320px;
}

.vp-invest-hero-card {
  position: absolute;
  right: 24px;
  bottom: -24px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  padding: 18px 20px;
  max-width: 260px;
  box-shadow: var(--vp-shadow);
  backdrop-filter: blur(6px);
}

.vp-invest-hero-card span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--vp-accent);
  display: block;
  margin-bottom: 6px;
}

.vp-invest-hero-card strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.vp-invest-hero-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--vp-muted);
}

.vp-invest-split {
  display: grid;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  margin-top: 28px;
}

.vp-invest-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.vp-invest-list li {
  position: relative;
  padding-left: 26px;
  color: var(--vp-ink);
}

.vp-invest-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vp-primary);
}

.vp-invest-media img {
  border-radius: var(--vp-radius-lg);
  box-shadow: var(--vp-shadow);
}

.vp-invest-options {
  background: #f9f6f1;
}

.vp-invest-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 28px;
}

.vp-invest-card {
  background: var(--vp-card);
  padding: 24px;
  border-radius: var(--vp-radius-md);
  border: 1px solid var(--vp-border);
  box-shadow: 0 16px 40px rgba(15, 23, 30, 0.08);
  display: grid;
  gap: 12px;
}

.vp-invest-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.vp-invest-card p {
  margin: 0;
  color: var(--vp-muted);
}

.vp-invest-link {
  text-decoration: none;
  font-weight: 600;
  color: var(--vp-accent);
}

.vp-invest-inline-cta {
  margin-top: 28px;
}

.vp-invest-metrics {
  display: grid;
  gap: 16px;
  margin: 26px 0 20px;
}

.vp-invest-metrics div {
  background: var(--vp-sand);
  border-radius: var(--vp-radius-sm);
  padding: 14px 16px;
}

.vp-invest-metrics strong {
  display: block;
  font-size: 1rem;
}

.vp-invest-metrics span {
  color: var(--vp-muted);
  font-size: 0.9rem;
}

.vp-invest-calculator {
  background: #f2eee7;
}

.vp-invest-calculator-embed {
  background: var(--vp-card);
  border-radius: var(--vp-radius-lg);
  padding: clamp(18px, 3vw, 36px);
  box-shadow: var(--vp-shadow);
  margin-top: 24px;
 }

@media screen and (min-width: 1279px) {
  .vp-invest-calculator-embed {
  max-width: 50vw;
}
  
}


.vp-invest-note {
  margin-top: 18px;
  color: var(--vp-muted);
  max-width: 80ch;
}

.vp-invest-report-grid {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.vp-invest-report-form img {
  border-radius: var(--vp-radius-md);
  margin-bottom: 18px;
  box-shadow: var(--vp-shadow);
}

.vp-invest-form {
  background: var(--vp-card);
  border-radius: var(--vp-radius-md);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--vp-border);
  box-shadow: 0 16px 32px rgba(15, 23, 30, 0.08);
}

.vp-invest-form input,
.vp-invest-form select,
.vp-invest-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(26, 31, 36, 0.2);
  margin-top: 8px;
  font-family: inherit;
}

.vp-invest-form input:focus,
.vp-invest-form select:focus,
.vp-invest-form textarea:focus {
  outline: none;
  border-color: var(--vp-accent);
  box-shadow: 0 0 0 3px rgba(29, 108, 99, 0.15);
}

.vp-invest-form button,
.vp-invest-form input[type='submit'] {
  width: 100%;
  margin-top: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--vp-primary);
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.vp-invest-proof {
  background: #f8f3ed;
}

.vp-invest-testimonials {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 24px;
}

.vp-invest-testimonials article {
  background: var(--vp-card);
  border-radius: var(--vp-radius-md);
  padding: 22px;
  border: 1px solid var(--vp-border);
  box-shadow: 0 16px 32px rgba(15, 23, 30, 0.08);
}

.vp-invest-testimonials p {
  margin: 0 0 14px;
  color: var(--vp-muted);
}

.vp-invest-testimonials span {
  font-weight: 600;
  color: var(--vp-ink);
}

.vp-invest-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.vp-invest-faq-item {
  border-radius: var(--vp-radius-md);
  border: 1px solid var(--vp-border);
  background: var(--vp-card);
  overflow: hidden;
}

.vp-invest-faq-button {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.vp-invest-faq-button::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--vp-accent);
}

.vp-invest-faq-item.is-open .vp-invest-faq-button::after {
  content: '–';
}

.vp-invest-faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.vp-invest-faq-panel p {
  margin: 0 0 18px;
  color: var(--vp-muted);
}

.vp-invest-cta-section {
  background: linear-gradient(120deg, rgba(29, 108, 99, 0.12), rgba(213, 154, 61, 0.2));
}

.vp-invest-cta-card {
  background: var(--vp-card);
  border-radius: var(--vp-radius-lg);
  padding: clamp(28px, 4vw, 60px);
  box-shadow: var(--vp-shadow);
  text-align: center;
}

.vp-invest-cta-card h2 {
  margin: 0 0 16px;
}

.vp-invest-cta-card p {
  margin: 0 auto 24px;
  color: var(--vp-muted);
  max-width: 70ch;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 900px) {
  .vp-invest-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .vp-invest-split {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .vp-invest-report-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

@media (max-width: 700px) {
  .vp-invest-hero-card {
    position: static;
    margin-top: 18px;
  }

  .vp-invest-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .vp-invest-btn {
    width: 100%;
  }
}





.yes {max-width:25px;}
.freeconsult input {
  max-width: 20px;
}

.freeconsult {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 35px;
  font-size: 1vw;
  line-height: 140%;
}


div.wpcf7 input[type="submit"] {color:#000!important;border-radius:15px;}

.newsfoot {display:none!important;}