:root {
  --ink: #10233f;
  --ink-strong: #0a1930;
  --muted: #52677d;
  --line: #dce8eb;
  --paper: #f7fbfa;
  --surface: #ffffff;
  --surface-strong: #e9f8f2;
  --teal: #079b84;
  --teal-dark: #057363;
  --blue: #2b63e8;
  --blue-dark: #1a47bd;
  --navy: #0d2b45;
  --lime: #e0f5c8;
  --yellow: #ffd66e;
  --orange: #f4a340;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(16, 35, 63, .06);
  --shadow-lg: 0 24px 70px rgba(16, 35, 63, .13);
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
body, button, input { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--teal-dark); }
a.text-link { color: var(--teal-dark); font-weight: 800; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin: auto; }
header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 7px; font-size: 1.18rem; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: white; background: linear-gradient(145deg, var(--teal), var(--blue)); border-radius: 10px; font-size: .88rem; }
.brand span:not(.brand-mark) { color: var(--teal-dark); }
nav { display: flex; align-items: center; gap: 20px; color: #4b6076; font-size: .92rem; font-weight: 700; }
nav a:hover, .footer-links a:hover { color: var(--teal-dark); }
.nav-cta { padding: 9px 14px; border-radius: 999px; color: white !important; background: var(--teal); }
.mobile-menu { display: none; }
.eyebrow { margin: 0 0 12px; color: var(--teal-dark); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero.compact:not(:has(.badge)) .eyebrow:before { content: "FOUNDING 500 LIFETIME DEAL"; display: inline-block; margin: 0 0 16px; padding: 6px 10px; color: #6b4c00; background: var(--yellow); border-radius: 999px; font-size: .72rem; letter-spacing: .04em; vertical-align: middle; }
.eyebrow.blue { color: var(--blue); }
.hero { overflow: hidden; padding: 92px 0 82px; background: radial-gradient(circle at 88% 5%, rgba(110, 220, 187, .42) 0, transparent 27%), radial-gradient(circle at 9% 15%, rgba(166, 203, 255, .34) 0, transparent 30%), linear-gradient(145deg, #fbfffd, #effaf7 52%, #eef4ff); }
.hero.compact { padding: 68px 0 62px; }
.hero-grid, .split { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: 56px; align-items: center; }
h1, h2, h3, h4 { margin: 0 0 18px; color: var(--ink-strong); line-height: 1.08; letter-spacing: -.05em; }
h1 { max-width: 900px; font-size: clamp(2.8rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); }
h3 { font-size: 1.25rem; letter-spacing: -.035em; }
h4 { font-size: 1rem; letter-spacing: -.02em; }
.lead { max-width: 760px; margin: 0 0 30px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.22rem); }
.microcopy, .small { color: var(--muted); font-size: .88rem; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 1px solid transparent; border-radius: 999px; color: white; background: var(--teal); font-weight: 850; box-shadow: 0 10px 22px rgba(7,155,132,.18); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { color: white; background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(7,155,132,.24); }
.button.secondary { color: var(--blue-dark); background: white; border-color: #b9cdfb; box-shadow: none; }
.button.secondary:hover { color: var(--blue-dark); background: #f4f7ff; }
.button.tertiary { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button.tertiary:hover { color: var(--ink); background: white; }
.button.small-button { min-height: 38px; padding: 8px 13px; font-size: .88rem; }
.badge, .pill, .status { display: inline-flex; align-items: center; gap: 7px; width: fit-content; border-radius: 999px; padding: 6px 11px; font-size: .78rem; font-weight: 900; }
.badge { color: #6b4c00; background: var(--yellow); }
.pill { color: var(--teal-dark); background: var(--surface-strong); }
.pill.blue { color: var(--blue-dark); background: #eaf0ff; }
.pill.gray { color: #52677d; background: #eff3f5; }
.status { color: #087449; background: #e9faef; }
.status:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #12b76a; }
.price-ribbon { display: inline-flex; gap: 9px; flex-wrap: wrap; margin-top: 26px; padding: 11px 15px; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.95); border-radius: 14px; font-weight: 800; box-shadow: var(--shadow-sm); }
.price-ribbon span + span { padding-left: 9px; border-left: 1px solid #c4d4d7; }
.hero-art { position: relative; min-height: 420px; }
.product-preview { position: relative; z-index: 1; padding: 18px; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius-lg); background: rgba(255,255,255,.76); box-shadow: var(--shadow-lg); transform: rotate(1.5deg); }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.preview-logo { font-weight: 900; letter-spacing: -.04em; }
.preview-dots { display: flex; gap: 5px; }
.preview-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c7d9de; }
.preview-body { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; padding-top: 20px; }
.health-score { padding: 22px 16px; background: var(--navy); color: white; border-radius: 19px; }
.health-score strong { display: block; margin: 10px 0 3px; font-size: 3.4rem; line-height: 1; letter-spacing: -.08em; }
.health-score small { color: #b8e8d8; }
.preview-findings { display: grid; gap: 10px; }
.finding { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.finding strong { display: block; font-size: .91rem; }
.finding span { color: var(--muted); font-size: .77rem; }
.preview-footer { display: flex; gap: 8px; flex-wrap: wrap; padding-top: 15px; }
.orb { position: absolute; border-radius: 50%; filter: blur(.2px); }
.orb.one { width: 105px; height: 105px; top: 12px; right: -16px; background: var(--yellow); }
.orb.two { width: 78px; height: 78px; left: -28px; bottom: 35px; background: #a9defe; }
.orb.three { width: 48px; height: 48px; right: 36px; bottom: 0; background: #bde8ba; }
.trust-strip { padding: 20px 0; color: #e9f8f2; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: flex; gap: 10px; align-items: center; font-size: .92rem; font-weight: 750; }
.trust-item b { display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; color: var(--navy); background: var(--lime); border-radius: 8px; font-size: .75rem; }
.section { padding: var(--space-7) 0; }
.section.alt { background: var(--surface); }
.section.tint { background: var(--surface-strong); }
.section.tight { padding: var(--space-6) 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card, .panel { padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.card p, .panel p, .legal p, .legal li { color: var(--muted); }
.card p:last-child, .panel p:last-child { margin-bottom: 0; }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; color: var(--teal-dark); background: var(--surface-strong); border-radius: 13px; font-size: 1.2rem; }
.card-icon.blue { color: var(--blue-dark); background: #eaf0ff; }
.card-icon.yellow { color: #715000; background: #fff3c9; }
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flow-step { position: relative; padding: 24px 20px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.flow-step:not(:last-child):after { content: "→"; position: absolute; top: 50%; right: -18px; z-index: 2; color: var(--teal); font-size: 1.5rem; font-weight: 900; }
.flow-step .number { display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 18px; color: white; background: var(--teal); border-radius: 10px; font-weight: 900; }
.flow-step p { margin: 0; color: var(--muted); font-size: .93rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 27px; color: var(--muted); }
.feature-list li:before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 950; }
.steps { display: grid; gap: 14px; counter-reset: step; }
.step { position: relative; padding: 22px 24px 22px 72px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); counter-increment: step; }
.step:before { content: counter(step); position: absolute; left: 22px; top: 20px; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--blue); border-radius: 50%; font-weight: 900; }
.step strong { display: block; margin-bottom: 4px; }
.step div { color: var(--muted); font-size: .92rem; }
.safety { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; padding: 34px; color: white; background: linear-gradient(135deg, #0d2b45, #075e67); border-radius: var(--radius-lg); }
.safety h2 { color: white; }
.safety p { color: #d5efea; }
.safety-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.safety-list li { padding: 13px 15px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.price-card.featured { position: relative; border: 2px solid var(--teal); box-shadow: 0 24px 55px rgba(7,155,132,.15); }
.price-card.featured:before { content: "Most popular"; position: absolute; top: -14px; right: 22px; padding: 5px 10px; color: #6b4c00; background: var(--yellow); border-radius: 999px; font-size: .73rem; font-weight: 900; }
.price { margin: 14px 0 5px; color: var(--ink-strong); font-size: 3rem; font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.price small { color: var(--muted); font-size: .88rem; font-weight: 700; letter-spacing: 0; }
.price-card p { color: var(--muted); }
.price-card ul { min-height: 160px; margin: 18px 0 24px; padding-left: 20px; color: var(--muted); }
.price-card .button { width: 100%; margin-top: auto; }
.offer-note { margin: 26px 0; padding: 18px 20px; color: #42521d; background: var(--lime); border-radius: var(--radius-md); }
.offer-note strong { display: block; margin-bottom: 4px; color: #35480f; }
.compare-table { width: 100%; border-collapse: collapse; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.compare-table th, .compare-table td { padding: 14px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { color: var(--ink-strong); background: #eff7f6; font-size: .87rem; }
.compare-table tr:last-child td { border-bottom: 0; }
.tag-yes, .tag-partial, .tag-plan, .tag-unknown, .tag-no { display: inline-block; padding: 3px 7px; border-radius: 7px; font-size: .72rem; font-weight: 900; white-space: nowrap; }
.tag-yes { color: #087449; background: #e8faef; }
.tag-partial { color: #715000; background: #fff3c9; }
.tag-plan { color: var(--blue-dark); background: #eaf0ff; }
.tag-unknown { color: #586b7c; background: #eff3f5; }
.tag-no { color: #8c4950; background: #fff0f1; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--teal-dark); font-weight: 750; }
.faq-list { display: grid; gap: 10px; }
.faq-item { padding: 22px 24px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.faq-item h2, .faq-item h3 { margin-bottom: 8px; font-size: 1.1rem; letter-spacing: -.025em; }
.faq-item p { margin: 0; color: var(--muted); }
.source-note { margin-top: 30px; color: var(--muted); font-size: .83rem; }
.cta-band { padding: 50px; color: white; background: linear-gradient(135deg, #0d2b45, #106b70); border-radius: var(--radius-lg); }
.cta-band h2 { color: white; }
.cta-band .lead { color: #d9efeb; }
.codebox { padding: 18px; overflow: auto; color: #e9f8f2; background: var(--navy); border-radius: var(--radius-sm); font: .87rem/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }
.notice { margin: 24px 0; padding: 18px 20px; background: #eaf0ff; border-left: 4px solid var(--blue); border-radius: 10px; }
.notice.warning { background: #fff5d9; border-left-color: var(--orange); }
.notice.success { background: #e9faef; border-left-color: var(--teal); }
.legal { max-width: 860px; padding: 64px 0 90px; }
.legal h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
.legal h2 { margin-top: 42px; font-size: 1.7rem; }
.legal h3 { margin-top: 28px; font-size: 1.2rem; }
.legal li { margin-bottom: 8px; }
.regular-text { width: min(100%, 520px); padding: 11px 13px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; font: .9rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.download-form { display: grid; gap: 14px; max-width: 560px; }
.download-form label { display: grid; gap: 6px; color: var(--ink); font-weight: 800; }
.download-form input { padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.hash { overflow-wrap: anywhere; font: .8rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
footer { padding: 38px 0; color: var(--muted); background: white; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; font-size: .88rem; }
.footer-links { display: flex; gap: 15px; flex-wrap: wrap; }
.anchor { scroll-margin-top: 100px; }
@media (max-width: 960px) {
  .hero-grid, .split, .safety { grid-template-columns: 1fr; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .hero-art { max-width: 640px; }
}
@media (max-width: 720px) {
  .wrap, .narrow { width: min(100% - 28px, 1180px); }
  .nav { min-height: 68px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { padding: 8px 12px; color: var(--teal-dark); border: 1px solid var(--line); border-radius: 999px; list-style: none; font-weight: 850; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 62px; right: 14px; display: grid; min-width: 190px; padding: 14px; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); }
  h1 { font-size: clamp(2.6rem, 13vw, 4.1rem); }
  .hero { padding: 62px 0 55px; }
  .hero-art { min-height: 360px; }
  .preview-body { grid-template-columns: 1fr; }
  .health-score { display: flex; align-items: center; gap: 14px; }
  .health-score strong { margin: 0; }
  .flow, .grid, .grid.two, .pricing-grid, .trust-grid { grid-template-columns: 1fr; }
  .flow-step:not(:last-child):after { top: auto; right: auto; bottom: -20px; left: 50%; content: "↓"; }
  .section { padding: 58px 0; }
  .feature-list { grid-template-columns: 1fr; }
  .safety, .cta-band { padding: 28px 22px; }
  .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
  .compare-table td:first-child, .compare-table th:first-child { white-space: normal; min-width: 190px; }
  .footer-row { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .product-preview { transform: none; }
}
