:root {
  --ink: #102832;
  --ink-soft: #4b626b;
  --navy: #0b2f3a;
  --navy-2: #123f4d;
  --teal: #0b8d7b;
  --teal-dark: #087060;
  --mint: #e6f5f1;
  --mint-2: #f2faf8;
  --gold: #d7a944;
  --gold-soft: #fff4d8;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: #dfe8e6;
  --danger-soft: #fff1e8;
  --shadow-sm: 0 8px 22px rgba(10, 47, 58, .08);
  --shadow-md: 0 18px 48px rgba(10, 47, 58, .12);
  --shadow-lg: 0 30px 70px rgba(10, 47, 58, .16);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 249, .92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223, 232, 230, .85); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 222px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a:not(.button) { text-decoration: none; font-size: .93rem; font-weight: 700; color: #38515b; }
.main-nav > a:not(.button):hover { color: var(--teal-dark); }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--line); background: var(--white); padding: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; border-radius: 999px; background: var(--navy); margin: 5px 0; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .96rem; letter-spacing: -.01em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(215, 169, 68, .65); outline-offset: 3px; }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button--primary { color: var(--white); background: var(--teal); box-shadow: 0 12px 30px rgba(11, 141, 123, .24); }
.button--primary:hover { background: var(--teal-dark); box-shadow: 0 16px 34px rgba(11, 141, 123, .3); }
.button--ghost { color: var(--navy); border-color: #b9cbc7; background: rgba(255,255,255,.68); }
.button--dark { color: var(--white); background: var(--navy); box-shadow: 0 12px 30px rgba(11, 47, 58, .2); }
.button--gold { color: #142c33; background: var(--gold); box-shadow: 0 15px 35px rgba(215,169,68,.26); }
.button--large { min-height: 58px; padding-inline: 28px; }
.button--compact { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 80px 0 72px; background: radial-gradient(circle at 8% 10%, rgba(11,141,123,.11), transparent 30%), linear-gradient(180deg, #fffdf9 0%, #f3faf8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(11,47,58,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(11,47,58,.03) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow--one { width: 360px; height: 360px; right: -180px; top: 40px; background: rgba(215,169,68,.18); }
.hero-glow--two { width: 260px; height: 260px; left: -120px; bottom: -100px; background: rgba(11,141,123,.16); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: 74px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); border-radius: 99px; }
.eyebrow--light { color: #aee5dc; }
.hero h1 { max-width: 720px; margin: 18px 0 22px; color: var(--navy); font-size: clamp(2.65rem, 5.1vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 700px; margin: 0; color: #455e67; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-micro { max-width: 650px; margin: 15px 0 0; color: #667a81; font-size: .88rem; }
.hero-card { position: relative; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); background: rgba(255,255,255,.88); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border-radius: 50%; background: rgba(11,141,123,.12); }
.hero-card-top { display: flex; align-items: center; gap: 14px; padding: 25px 25px 20px; border-bottom: 1px solid var(--line); }
.monogram { width: 58px; height: 58px; border-radius: 20px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--teal)); font-weight: 900; letter-spacing: -.03em; box-shadow: 0 12px 26px rgba(11,47,58,.18); }
.hero-card-top strong, .hero-card-top span { display: block; }
.hero-card-top strong { color: var(--navy); font-size: 1.02rem; }
.hero-card-top span { color: var(--ink-soft); font-size: .86rem; }
.hero-card-body { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 22px 25px; }
.offer-mini { padding: 18px; border-radius: 18px; background: #f4f8f7; }
.offer-mini--accent { background: var(--mint); }
.offer-mini span, .offer-mini small { display: block; }
.offer-mini span { color: var(--ink-soft); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.offer-mini strong { display: block; margin: 4px 0 1px; color: var(--navy); font-size: 1.75rem; letter-spacing: -.04em; }
.offer-mini small { color: #60727a; }
.hero-card-footer { position: relative; z-index: 2; display: flex; gap: 10px; align-items: center; padding: 17px 25px; color: #416169; background: #eef8f5; font-size: .84rem; }
.hero-card-footer svg { width: 23px; min-width: 23px; fill: var(--teal-dark); }

.trust-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 25px 26px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 1rem; }
.trust-grid span { margin-top: 3px; color: #667a81; font-size: .8rem; line-height: 1.4; }

.section { padding: 100px 0; }
.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .eligibility h2, .cta-card h2 { margin: 14px 0 15px; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .about-copy p, .eligibility p { color: var(--ink-soft); font-size: 1.04rem; }

.services { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 28px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.price-card--featured { border-color: rgba(11,141,123,.45); box-shadow: var(--shadow-md); }
.featured-label { position: absolute; right: 30px; top: -15px; padding: 7px 13px; border-radius: 999px; color: #17323a; background: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.price-tag { color: var(--teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.price-card h3 { margin: 10px 0 8px; color: var(--navy); font-size: 1.65rem; line-height: 1.15; letter-spacing: -.03em; }
.price-card-head p { margin: 0; color: var(--ink-soft); }
.price-block { margin: 26px 0 20px; }
.price-block span, .price-block small { color: var(--navy); font-weight: 850; }
.price-block span { font-size: 1.05rem; vertical-align: 1.25rem; }
.price-block strong { color: var(--navy); font-size: 4rem; line-height: .9; letter-spacing: -.06em; }
.price-block small { font-size: 1.35rem; }
.price-block p { margin: 9px 0 0; color: #60727a; font-size: .85rem; }
.equivalence { margin: -5px 0 20px; padding: 13px 15px; border-radius: 13px; color: #405960; background: var(--gold-soft); font-size: .83rem; line-height: 1.5; }
.check-list { display: grid; gap: 12px; margin: 0 0 27px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #334f58; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: .78rem; font-weight: 900; }
.price-card .button { margin-top: auto; }
.card-note { margin: 15px 0 0; color: #72848a; font-size: .78rem; text-align: center; }
.payment-band { display: grid; grid-template-columns: .65fr 1.35fr; gap: 34px; align-items: center; margin-top: 28px; padding: 24px 28px; border: 1px solid #ead9ab; border-radius: 18px; background: #fff9e9; }
.payment-band > div { display: flex; align-items: center; gap: 12px; }
.payment-band svg { width: 28px; fill: #9d7113; }
.payment-band p { margin: 0; color: #5e5b50; }

.process { color: var(--white); background: var(--navy); }
.process .eyebrow { color: #a8ddd4; }
.process .section-heading h2 { color: var(--white); }
.process .section-heading p { color: #bdd1d5; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 220px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); }
.steps li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--navy); background: var(--gold); font-weight: 900; }
.steps h3 { margin: 28px 0 8px; font-size: 1.1rem; }
.steps p { margin: 0; color: #bed0d5; font-size: .93rem; }

.eligibility { background: #f2f7f6; }
.eligibility-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--teal-dark); font-weight: 850; text-decoration: none; }
.eligibility-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.condition { padding: 28px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.condition > span { display: inline-block; margin-bottom: 16px; font-size: .73rem; font-weight: 900; letter-spacing: .08em; }
.condition ul { display: grid; gap: 11px; margin: 0; padding-left: 20px; color: #3c555d; }
.condition--yes { border-top: 4px solid var(--teal); }
.condition--yes > span { color: var(--teal-dark); }
.condition--attention { border-top: 4px solid var(--gold); }
.condition--attention > span { color: #8e6818; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 440px; display: grid; place-items: center; border-radius: var(--radius-lg); background: linear-gradient(155deg, var(--navy), #0f5a5b); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(215,169,68,.25), transparent 26%), radial-gradient(circle at 20% 80%, rgba(11,141,123,.45), transparent 40%); }
.about-orbit { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.about-orbit::before, .about-orbit::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.about-orbit::after { inset: 52px; }
.about-monogram { position: relative; z-index: 2; display: grid; place-items: center; width: 150px; height: 150px; border-radius: 46px; color: var(--navy); background: var(--white); font-size: 2.3rem; font-weight: 900; letter-spacing: -.06em; box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.credential-card { position: absolute; z-index: 3; min-width: 132px; padding: 14px 18px; border-radius: 16px; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); }
.credential-card strong, .credential-card span { display: block; }
.credential-card strong { font-size: .76rem; letter-spacing: .07em; }
.credential-card span { font-size: 1rem; font-weight: 800; }
.credential-card--one { left: 24px; top: 30px; }
.credential-card--two { right: 24px; bottom: 30px; }
.about-copy > p { max-width: 700px; }
.credentials { display: grid; gap: 12px; margin-top: 28px; }
.credentials > div { padding: 17px 19px; border-left: 4px solid var(--teal); border-radius: 0 13px 13px 0; background: #eff8f5; }
.credentials strong, .credentials span { display: block; }
.credentials strong { color: var(--navy); }
.credentials span { color: #5e737a; font-size: .88rem; }

.faq { background: #f3f6f5; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.accordion { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); overflow: hidden; }
summary { position: relative; padding: 20px 54px 20px 21px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px; color: var(--teal-dark); background: var(--mint); font-size: 1.2rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 21px 21px; color: var(--ink-soft); }

.cta-section { padding: 0 0 90px; background: #f3f6f5; }
.cta-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: center; padding: 50px; border-radius: 30px; color: var(--white); background: linear-gradient(120deg, var(--navy), #0b6d69); box-shadow: var(--shadow-lg); }
.cta-card h2 { color: var(--white); }
.cta-card p { margin: 0; color: #c8dcdf; }

.site-footer { color: #c8d7da; background: #071f27; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1.15fr 1.2fr; gap: 35px; padding: 60px 0 42px; }
.footer-brand img { width: 230px; height: auto; }
.footer-brand p { max-width: 280px; color: #9eb5ba; }
.footer-contact { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: #7ed8c9; font-weight: 800; text-decoration: none; }
.site-footer h3 { margin: 0 0 13px; color: var(--white); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { margin: 0; font-size: .88rem; }
.footer-legal { display: grid; gap: 14px; padding: 25px 0 34px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-legal p { max-width: 990px; color: #8ba2a8; font-size: .78rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-links a { color: #d8e5e7; font-size: .82rem; text-decoration: none; }
.legal-links a:hover { color: #7ed8c9; }

.mobile-whatsapp { display: none; }

@media (max-width: 980px) {
  .header-inner { min-height: 70px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 77px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-lg); }
  .main-nav[data-open="true"] { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 10px; }
  .main-nav .button { margin-top: 8px; }
  .hero-grid, .eligibility-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 45px; }
  .hero-card { max-width: 620px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .about-visual { max-width: 600px; width: 100%; }
  .cta-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 205px; }
  .hero { padding: 46px 0 46px; }
  .hero h1 { font-size: clamp(2.4rem, 13vw, 3.5rem); }
  .hero-actions { display: grid; }
  .button--large { min-height: 56px; padding-inline: 18px; }
  .hero-card-body { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .price-card { padding: 28px 22px; }
  .price-block strong { font-size: 3.5rem; }
  .payment-band { grid-template-columns: 1fr; gap: 13px; padding: 22px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .eligibility-cards { grid-template-columns: 1fr; }
  .about-grid { gap: 45px; }
  .about-visual { min-height: 380px; }
  .about-monogram { width: 125px; height: 125px; border-radius: 38px; }
  .credential-card { min-width: 118px; padding: 12px 14px; }
  .faq-grid { gap: 30px; }
  .cta-card { padding: 36px 24px; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 48px; }
  .mobile-whatsapp { position: fixed; left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 90; display: none; align-items: center; justify-content: center; gap: 10px; min-height: 54px; border-radius: 999px; color: var(--white); background: var(--teal); box-shadow: 0 16px 38px rgba(11,47,58,.28); font-weight: 850; text-decoration: none; }
  .mobile-whatsapp[data-visible="true"] { display: flex; }
  .mobile-whatsapp svg { width: 22px; fill: currentColor; }
  .site-footer { padding-bottom: 75px; }
}

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