:root {
  --navy: #07142f;
  --navy-2: #102a5b;
  --blue: #1e62d0;
  --teal: #0b887c;
  --green: #23ad75;
  --gold: #f3b644;
  --ink: #17213c;
  --muted: #62708b;
  --line: #dce4f0;
  --surface: #f5f8fc;
  --white: #fff;
  --shadow: 0 22px 64px rgba(10, 27, 66, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: "DM Sans", system-ui, sans-serif; line-height: 1.58; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .button, .eyebrow { font-family: "Manrope", system-ui, sans-serif; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.announcement { padding: 9px 20px; color: #d8e7ff; background: #061027; text-align: center; font-size: 12px; }
.announcement strong { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 76px; padding: 12px max(22px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid rgba(220,228,240,.9); background: rgba(255,255,255,.95); backdrop-filter: blur(15px); }
.brand-logo { display: block; width: 178px; height: 50px; object-fit: contain; object-position: left center; }
.page-nav { display: flex; align-items: center; gap: 22px; color: #465471; font-size: 13px; font-weight: 700; }
.page-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 26px rgba(30,98,208,.24); }
.button-secondary { color: var(--navy); background: white; }
.button-ghost { border-color: var(--line); color: var(--navy); background: white; }
.button-small { min-height: 42px; padding-inline: 15px; font-size: 12px; }
.button-large { min-height: 54px; padding-inline: 25px; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 86px 0 82px; color: white; background: linear-gradient(145deg, #07142f, #113d68 62%, #08796f 130%); }
.brandgrowth .hero { background: linear-gradient(145deg, #07142f, #18336f 62%, #672a79 130%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -250px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 68px; align-items: center; }
.eyebrow { margin-bottom: 14px; color: #7dbaff; font-size: 11px; font-weight: 800; letter-spacing: 1.45px; }
.hero .eyebrow { color: #a8e8ff; }
.hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(44px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -3px; }
.hero-lead { max-width: 680px; margin-bottom: 27px; color: #c2d1e7; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 19px; margin: 24px 0 0; padding: 0; list-style: none; color: #c9d7eb; font-size: 12px; font-weight: 600; }
.hero-trust li::before { content: "✓"; margin-right: 6px; color: #63e7b5; font-weight: 900; }
.hero-card { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 27px; background: rgba(255,255,255,.08); box-shadow: 0 25px 70px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.hero-card .limited { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #fff1c9; background: rgba(243,182,68,.15); font-size: 10px; font-weight: 800; letter-spacing: .7px; }
.hero-card h2 { margin: 17px 0 10px; font-size: 25px; line-height: 1.25; }
.hero-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 11px; margin: 23px 0; }
.hero-price small { flex-basis: 100%; color: #aebed8; }
.hero-price strong { font: 800 43px/1 "Manrope"; letter-spacing: -1.8px; }
.hero-price span { color: #b7c6dc; font-size: 12px; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-facts div { padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.055); }
.hero-facts small, .hero-facts strong { display: block; }
.hero-facts small { margin-bottom: 3px; color: #9eb0ca; font-size: 9px; font-weight: 800; letter-spacing: .7px; }
.hero-facts strong { color: white; font-size: 12px; }

.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--surface); }
.trust-band div { padding: 22px 18px; border-right: 1px solid var(--line); text-align: center; }
.trust-band div:last-child { border-right: 0; }
.trust-band strong { display: block; color: var(--navy); font: 800 16px "Manrope"; }
.trust-band span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }

.section { padding: 90px 0; }
.section-soft { background: var(--surface); }
.section-dark { color: white; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; margin-bottom: 38px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.14; letter-spacing: -1.8px; }
.section-heading > p { margin-bottom: 2px; color: var(--muted); font-size: 14px; }
.section-dark .section-heading h2 { color: white; }
.section-dark .section-heading > p { color: #aebed8; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 690px; padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: white; }
.package-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.package-ribbon { position: absolute; top: 17px; right: 17px; padding: 6px 9px; border-radius: 999px; color: white; background: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .7px; }
.package-tier { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .9px; }
.package-card h3 { margin: 14px 0 4px; color: var(--navy); font-size: 24px; line-height: 1.25; }
.package-for { min-height: 46px; margin-bottom: 13px; color: var(--muted); font-size: 12px; }
.regular { color: #8b97ac; font-size: 11px; text-decoration: line-through; }
.package-price { margin: 4px 0 17px; color: var(--navy); font: 800 31px "Manrope"; letter-spacing: -1px; }
.package-price small { color: var(--muted); font: 600 11px "DM Sans"; letter-spacing: 0; }
.package-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.package-meta span { padding: 6px 8px; border-radius: 8px; color: #34506f; background: #edf3fb; font-size: 9px; font-weight: 700; }
.package-list { display: grid; gap: 9px; margin: 0 0 21px; padding: 0; list-style: none; color: #495773; font-size: 11px; }
.package-list li { display: grid; grid-template-columns: 16px 1fr; gap: 7px; }
.package-list li::before { content: "✓"; color: var(--green); font-weight: 900; }
.package-payment { margin-top: auto; padding: 13px; border-radius: 12px; color: #52617c; background: var(--surface); font-size: 10px; }
.package-card .button { width: 100%; margin-top: 13px; }

.step-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.step { min-height: 210px; padding: 23px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.055); }
.step span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 28px; border-radius: 12px; color: var(--navy); background: #77d8c2; font: 800 11px "Manrope"; }
.step h3 { margin-bottom: 8px; color: white; font-size: 16px; }
.step p { margin: 0; color: #aebed8; font-size: 11px; }

.audit-score { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.score-card { padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.score-card strong { display: block; color: var(--blue); font: 800 26px "Manrope"; }
.score-card span { display: block; color: var(--navy); font-weight: 800; font-size: 12px; }
.score-card p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.audit-output { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.audit-output div { padding: 18px; border-radius: 15px; color: #38516e; background: #eaf1ff; font-size: 12px; font-weight: 800; text-align: center; }

.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.addon { display: flex; justify-content: space-between; gap: 16px; padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.addon h3 { margin-bottom: 4px; color: var(--navy); font-size: 14px; }
.addon p { margin: 0; color: var(--muted); font-size: 10px; }
.addon strong { flex: 0 0 auto; color: var(--blue); font: 800 13px "Manrope"; }

.clarity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.clarity-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.clarity-card h3 { color: var(--navy); font-size: 20px; }
.clarity-card ul { display: grid; gap: 9px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; }
.clarity-card.included { border-color: #acdaca; background: #f2fcf8; }
.clarity-card.excluded { border-color: #efd5b6; background: #fffaf2; }

.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.faq summary { color: var(--navy); cursor: pointer; font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.final-cta { padding: 86px 0; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: 46px; border-radius: 25px; color: white; background: linear-gradient(135deg, var(--blue), var(--teal)); }
.brandgrowth .cta-card { background: linear-gradient(135deg, var(--blue), #75378e); }
.cta-card .eyebrow { color: #d3ecff; }
.cta-card h2 { max-width: 720px; margin-bottom: 10px; font-size: 38px; line-height: 1.2; letter-spacing: -1.3px; }
.cta-card p { margin: 0; color: #d8e6f7; }
.cta-actions { display: grid; gap: 10px; }
.cta-actions .button { min-width: 230px; }
.small-print { margin-top: 14px; color: #7b89a0; text-align: center; font-size: 9px; }

footer { padding: 55px 0 22px; color: #b2c0da; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-grid .brand-logo { width: 195px; height: 58px; }
.footer-grid p { max-width: 340px; margin-top: 15px; color: #8496b8; font-size: 12px; }
.footer-grid h3 { margin-bottom: 13px; color: white; font-size: 12px; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: 8px; color: #aab8d2; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.11); color: #7f91b2; font-size: 10px; }

@media (max-width: 980px) {
  .page-nav { position: absolute; top: 76px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .page-nav.open { display: flex; }
  .page-nav a { padding: 11px; }
  .menu-toggle { display: inline-flex; min-height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: white; font-weight: 800; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-card { max-width: 650px; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .package-card:last-child { grid-column: 1 / -1; min-height: 0; }
  .step-grid { grid-template-columns: repeat(3, 1fr); }
  .audit-score { grid-template-columns: repeat(2, 1fr); }
  .addon-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 26px, 1160px); }
  .site-header { padding-inline: 13px; }
  .brand-logo { width: 139px; height: 43px; }
  .nav-actions > .button { display: none; }
  .hero { padding: 58px 0; }
  .hero-layout { gap: 35px; }
  .hero h1 { font-size: 43px; letter-spacing: -2px; }
  .hero-lead { font-size: 16px; }
  .hero-card { padding: 24px; }
  .trust-band { grid-template-columns: 1fr 1fr; }
  .trust-band div:nth-child(2) { border-right: 0; }
  .trust-band div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 64px 0; }
  .section-heading, .package-grid, .clarity-grid, .faq, .cta-card, .audit-output { grid-template-columns: 1fr; }
  .section-heading { gap: 16px; margin-bottom: 28px; }
  .section-heading h2 { font-size: 33px; }
  .package-card, .package-card:last-child { grid-column: auto; min-height: 0; }
  .step-grid, .audit-score, .addon-grid { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step span { margin-bottom: 18px; }
  .cta-card { padding: 31px 25px; }
  .cta-card h2 { font-size: 31px; }
  .cta-actions .button { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
