:root {
  --ink: #0b1f1b;
  --muted: #5d6d68;
  --green-950: #042c27;
  --green-900: #063a33;
  --green-800: #075449;
  --green-700: #087566;
  --green-600: #0a927d;
  --green-500: #19b89b;
  --green-100: #ddf7f1;
  --green-050: #f0fbf8;
  --cream: #fbfaf6;
  --white: #ffffff;
  --line: rgba(7, 84, 73, .16);
  --shadow: 0 24px 60px rgba(4, 44, 39, .12);
  --shadow-soft: 0 14px 35px rgba(4, 44, 39, .09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 100px 0; }

.scroll-progress {
  position: fixed; inset: 0 auto auto 0; z-index: 9999;
  width: 0; height: 4px;
  background: linear-gradient(90deg, var(--green-500), #8be3d1);
  box-shadow: 0 0 14px rgba(25,184,155,.55);
}

.site-header {
  position: sticky; top: 0; z-index: 1000;
  padding: 14px 0;
  background: rgba(251, 250, 246, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7,84,73,.08);
}
.nav-shell {
  width: min(calc(100% - 40px), var(--container)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 190px; }
.brand-mark {
  width: 45px; height: 45px; border-radius: 14px;
  display: grid; place-items: center;
  color: var(--white); background: linear-gradient(145deg, var(--green-900), var(--green-600));
  font-weight: 900; letter-spacing: -.04em; box-shadow: var(--shadow-soft);
}
.brand-copy { display: grid; line-height: 1.05; gap: 5px; }
.brand-copy strong { font-size: 16px; }
.brand-copy small { font-size: 11px; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  text-decoration: none; font-weight: 750; font-size: 13px; color: #33453f;
  padding: 10px 12px; border-radius: 12px; transition: .2s ease;
}
.main-nav a:hover { color: var(--green-800); background: var(--green-100); }
.main-nav .nav-cta { color: var(--white); background: var(--green-800); padding-inline: 17px; }
.main-nav .nav-cta:hover { color: var(--white); background: var(--green-700); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--green-100); cursor: pointer; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: var(--green-900); margin: 5px 0; border-radius: 99px; transition: .25s ease; }

.hero {
  position: relative; overflow: hidden;
  min-height: 780px; display: grid; align-items: center;
  background:
    radial-gradient(circle at 14% 20%, rgba(25,184,155,.18), transparent 28%),
    linear-gradient(145deg, #f7fbf9 0%, #eef7f4 55%, #f7f4eb 100%);
}
.hero::after {
  content: ""; position: absolute; right: -16%; bottom: -30%; width: 620px; height: 620px;
  border: 1px solid rgba(8,117,102,.14); border-radius: 50%; box-shadow: inset 0 0 0 58px rgba(255,255,255,.2), inset 0 0 0 118px rgba(8,117,102,.04);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex; width: fit-content; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
  color: #bcf5e8; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 9px 13px;
}
.hero .eyebrow, .eyebrow.dark { color: var(--green-800); background: var(--green-100); border-color: rgba(8,117,102,.12); }
.hero h1 { margin: 20px 0 18px; max-width: 780px; font-size: clamp(45px, 6.1vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: var(--green-700); }
.hero-lead { margin: 0; max-width: 710px; font-size: clamp(17px, 2vw, 22px); line-height: 1.5; font-weight: 850; color: var(--green-900); }
.hero-note { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 660px; }
.payment-summary {
  margin: 30px 0 14px; display: inline-flex; align-items: center; gap: 16px;
  padding: 16px 18px; border-radius: 20px; background: rgba(255,255,255,.78); border: 1px solid rgba(7,84,73,.12); box-shadow: var(--shadow-soft);
}
.payment-summary div { display: grid; gap: 2px; }
.payment-summary small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.payment-summary strong { font-size: 26px; letter-spacing: -.03em; color: var(--green-900); }
.payment-summary em { font-size: 11px; color: var(--muted); font-style: normal; }
.summary-arrow { color: var(--green-600); font-size: 26px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 19px; border-radius: 15px; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--green-800); box-shadow: 0 14px 28px rgba(7,84,73,.2); }
.btn-primary:hover { background: var(--green-700); box-shadow: 0 18px 34px rgba(7,84,73,.24); }
.btn-secondary { color: var(--green-900); background: rgba(255,255,255,.85); border: 1px solid rgba(7,84,73,.16); }

.hero-card {
  position: relative; padding: 38px; border-radius: var(--radius-xl); color: var(--white);
  background: linear-gradient(155deg, var(--green-950), var(--green-800));
  box-shadow: 0 34px 80px rgba(4,44,39,.25); overflow: hidden;
}
.hero-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(44,215,185,.15); right: -115px; top: -90px; }
.hero-card-topline { display: flex; align-items: center; gap: 9px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; color: #baf2e6; position: relative; z-index: 1; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #70e4cd; box-shadow: 0 0 0 6px rgba(112,228,205,.13); }
.shield-icon { margin: 56px 0 24px; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 24px; font-size: 35px; font-weight: 900; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.hero-card h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 45px); letter-spacing: -.045em; line-height: 1; }
.hero-card > p { margin: 0 0 30px; color: #d4f5ee; font-weight: 850; line-height: 1.5; }
.hero-card-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.12); }
.hero-card-list span { padding: 14px 0; color: #e6f8f4; border-bottom: 1px solid rgba(255,255,255,.1); line-height: 1.45; font-size: 14px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 240px; height: 240px; left: -130px; top: 150px; border: 1px solid rgba(8,117,102,.12); }
.hero-orb-two { width: 90px; height: 90px; left: 54%; bottom: 9%; background: rgba(25,184,155,.09); }

.family-strip { background: var(--green-900); color: var(--white); padding: 27px 0; }
.family-strip-inner { display: flex; align-items: center; justify-content: center; gap: 25px; text-align: center; }
.family-icons { font-size: clamp(28px, 4vw, 46px); letter-spacing: 3px; }
.family-strip p { margin: 0; font-size: clamp(18px, 2.4vw, 27px); font-weight: 650; }
.family-strip strong { color: #83e7d4; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { margin-inline: auto; }
.section-heading h2 { margin: 16px 0 10px; font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 17px; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card {
  min-height: 190px; padding: 27px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.featured { background: linear-gradient(145deg, var(--green-900), var(--green-700)); color: var(--white); }
.price-period { font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.featured .price-period { color: #b9efe5; }
.price-card strong { font-size: clamp(36px, 4vw, 52px); letter-spacing: -.05em; }
.initial-payment {
  margin-top: 28px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 28px;
  padding: 28px; background: var(--green-050); border: 1px solid rgba(8,117,102,.12); border-radius: var(--radius-lg);
}
.initial-label { font-weight: 900; color: var(--green-800); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.payment-equation { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.payment-equation span { display: grid; }
.payment-equation strong { font-size: 28px; letter-spacing: -.03em; }
.payment-equation small { color: var(--muted); font-size: 11px; }
.payment-equation b { color: var(--green-600); font-size: 22px; }
.payment-equation .total { padding: 9px 12px; border-radius: 12px; background: var(--white); border: 1px solid rgba(8,117,102,.16); }
.initial-payment p { grid-column: 2; margin: -14px 0 0; color: var(--muted); font-size: 13px; }

.benefits-section { background: linear-gradient(150deg, var(--green-950), var(--green-900)); color: var(--white); position: relative; overflow: hidden; }
.benefits-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: -260px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: inset 0 0 0 70px rgba(255,255,255,.015), inset 0 0 0 145px rgba(255,255,255,.015); }
.benefits-section .section-heading { position: relative; z-index: 1; }
.benefit-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-card { min-height: 190px; padding: 27px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.065); backdrop-filter: blur(6px); transition: transform .25s ease, background .25s ease; }
.benefit-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.benefit-card > span { font-size: 35px; display: block; margin-bottom: 27px; }
.benefit-card h3 { margin: 0; font-size: 21px; letter-spacing: -.025em; }
.benefit-card p { color: #c8eee6; margin: 8px 0 0; }
.coverage-banner { position: relative; z-index: 1; margin-top: 17px; display: flex; align-items: center; gap: 18px; padding: 22px 26px; border-radius: var(--radius-lg); background: #d9f8f1; color: var(--green-950); }
.coverage-banner > span { font-size: 35px; }
.coverage-banner div { display: grid; gap: 2px; }
.coverage-banner small { text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: 10px; color: var(--green-700); }
.coverage-banner strong { font-size: clamp(20px, 3vw, 28px); }

.audience-section { background: #f6f4ed; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.audience-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.audience-list span { padding: 20px; border-radius: 17px; background: var(--white); border: 1px solid rgba(7,84,73,.1); font-weight: 800; box-shadow: 0 10px 25px rgba(4,44,39,.055); }
.audience-list .wide { grid-column: 1 / -1; color: var(--green-900); }

.requirements-section { background: var(--white); }
.requirements-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.requirements-card, .retirement-card { border-radius: var(--radius-xl); padding: 42px; min-height: 410px; }
.requirements-card { color: var(--white); background: linear-gradient(155deg, var(--green-950), var(--green-700)); box-shadow: var(--shadow); }
.requirements-card h2, .retirement-card h2 { margin: 19px 0 30px; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; }
.req-items { display: grid; gap: 12px; }
.req-items div { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); }
.retirement-card { background: var(--green-050); border: 1px solid rgba(8,117,102,.13); }
.mini-label { font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; color: var(--green-700); }
.retirement-card p { color: var(--muted); line-height: 1.65; margin-top: -10px; }
.retirement-req { margin-top: 28px; display: grid; gap: 10px; }
.retirement-req span { background: var(--white); border: 1px solid rgba(8,117,102,.12); border-radius: 13px; padding: 12px 14px; font-weight: 800; }
.time-callout { margin-top: 16px; display: inline-block; padding: 12px 15px; border-radius: 12px; color: var(--white); background: var(--green-800); font-weight: 900; }

.multimedia-section { background: var(--cream); }
.image-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; align-items: center; }
.video-gallery { margin-top: 22px; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 22px; align-items: center; }
.media-frame {
  position: relative; margin: 0; padding: 8px; border-radius: 28px; border: 1px solid rgba(7,84,73,.22); background: rgba(255,255,255,.75);
  box-shadow: 0 25px 55px rgba(4,44,39,.13), 0 0 38px rgba(25,184,155,.11);
}
.media-frame::before { content: ""; position: absolute; inset: -12px; border-radius: 34px; background: radial-gradient(circle at center, rgba(25,184,155,.13), transparent 72%); filter: blur(15px); z-index: -1; }
.image-frame img, .video-frame video { width: 100%; border-radius: 21px; background: #071713; }
.image-frame img { height: 100%; object-fit: contain; }
.image-frame:not(.portrait) { min-height: 440px; }
.image-frame:not(.portrait) img { max-height: 620px; }
.image-frame.portrait img { max-height: 680px; }
.video-frame video { max-height: 610px; object-fit: contain; }
.portrait-video video { max-height: 610px; }

.contact-section { padding-top: 55px; background: var(--cream); }
.contact-card {
  position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 48px; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(145deg, var(--green-950), var(--green-700)); box-shadow: var(--shadow);
}
.contact-card::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; right: 15%; bottom: -210px; background: rgba(255,255,255,.08); }
.contact-card h2 { margin: 17px 0 10px; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.contact-card p { margin: 0; color: #c9eee7; }
.contact-button { position: relative; z-index: 1; min-width: 250px; display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 18px; background: var(--white); color: var(--green-900); text-decoration: none; box-shadow: 0 15px 35px rgba(0,0,0,.15); transition: transform .2s ease; }
.contact-button:hover { transform: translateY(-3px); }
.contact-button > span:first-child { font-size: 30px; }
.contact-button > span:last-child { display: grid; }
.contact-button small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 850; }
.contact-button strong { font-size: 23px; }

.site-footer { padding: 30px 0 100px; background: var(--cream); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; border-top: 1px solid rgba(7,84,73,.12); padding-top: 24px; }
.footer-inner strong { color: var(--ink); }

.floating-whatsapp {
  position: fixed; z-index: 900; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px;
  min-height: 52px; padding: 0 17px; border-radius: 17px; color: var(--white); background: var(--green-700); box-shadow: 0 16px 34px rgba(4,44,39,.25); text-decoration: none; font-size: 13px; transition: transform .2s ease, background .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px); background: var(--green-600); }
.floating-whatsapp span { font-size: 22px; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { animation: revealIn .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes revealIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .main-nav {
    position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; display: grid; gap: 3px;
    padding: 12px; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); border: 1px solid rgba(7,84,73,.12);
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 13px; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 760px; }
  .hero-card { max-width: 680px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout { grid-template-columns: 1fr; gap: 20px; }
  .requirements-grid { grid-template-columns: 1fr; }
  .image-gallery { grid-template-columns: 1fr 1fr; align-items: start; }
  .video-gallery { grid-template-columns: 1fr 1fr; align-items: start; }
  .video-gallery .video-frame:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 72px 0; }
  .brand-copy small { display: none; }
  .hero { padding-top: 78px; }
  .hero h1 { font-size: clamp(42px, 14vw, 62px); }
  .hero-grid { gap: 32px; }
  .payment-summary { width: 100%; justify-content: space-between; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-card { padding: 28px; }
  .shield-icon { margin-top: 38px; }
  .family-strip-inner { flex-direction: column; gap: 10px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 150px; }
  .initial-payment { grid-template-columns: 1fr; gap: 16px; }
  .initial-payment p { grid-column: 1; margin: 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 150px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-list .wide { grid-column: auto; }
  .requirements-card, .retirement-card { padding: 28px; min-height: auto; }
  .image-gallery, .video-gallery { grid-template-columns: 1fr; }
  .video-gallery .video-frame:first-child { grid-column: auto; }
  .image-frame:not(.portrait) { min-height: auto; }
  .media-frame { border-radius: 22px; padding: 6px; }
  .image-frame img, .video-frame video { border-radius: 17px; }
  .contact-card { padding: 30px; flex-direction: column; align-items: flex-start; }
  .contact-button { width: 100%; min-width: 0; }
  .footer-inner { flex-direction: column; }
  .floating-whatsapp { right: 12px; bottom: 12px; min-height: 50px; border-radius: 16px; }
}
