:root {
  --navy: #0b3553;
  --navy-deep: #061f35;
  --cyan: #10b9da;
  --cyan-dark: #0098ba;
  --ink: #10263a;
  --muted: #536779;
  --line: #d9e5ec;
  --pale: #f1f9fd;
  --warning-bg: #fff7df;
  --warning: #815100;
  --white: #fff;
  --shadow: 0 18px 55px rgba(8, 45, 72, .14);
  --container: 1200px;
  --gutter: 16px;
  --section: 48px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(16, 185, 218, .45); outline-offset: 3px; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 12px; }
.container { width: min(100% - (var(--gutter) * 2), var(--container)); margin-inline: auto; }
.narrow { max-width: 760px; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 64px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { width: 138px; flex: 0 0 auto; }
.desktop-nav { display: none; }
.site-header .header-cta { display: none; }
.menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; background: transparent; border: 0; border-radius: 8px; cursor: pointer; }
.menu-button span { width: 25px; height: 3px; display: block; background: var(--navy); border-radius: 99px; transition: transform .18s ease, opacity .18s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; height: calc(100dvh - 64px); background: rgba(6,31,53,.35); }
.mobile-menu-inner { margin-left: auto; width: min(88vw, 380px); height: 100%; padding: 18px var(--gutter) 32px; display: flex; flex-direction: column; overflow-y: auto; background: var(--white); box-shadow: -20px 0 50px rgba(6,31,53,.18); }
.mobile-menu a:not(.button) { min-height: 52px; display: flex; align-items: center; padding: 8px 4px; text-decoration: none; font-weight: 700; border-bottom: 1px solid var(--line); }
.mobile-menu .button { margin-top: 22px; }

.button { min-height: 48px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--cyan-dark); border: 2px solid var(--cyan-dark); border-radius: 9px; font: inherit; text-decoration: none; font-weight: 800; line-height: 1.2; cursor: pointer; box-shadow: 0 8px 22px rgba(0,152,186,.18); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: 15px; }
.button-large { min-height: 54px; padding: 14px 24px; }
.button-inverse { color: var(--navy-deep); background: var(--cyan); border-color: var(--cyan); }
.button:disabled, .button[aria-disabled="true"] { color: var(--white); background: #4f6777; border-color: #4f6777; cursor: not-allowed; box-shadow: none; opacity: 1; transform: none; }
.button:disabled:hover, .button[aria-disabled="true"]:hover { color: var(--white); background: #4f6777; border-color: #4f6777; transform: none; }
.text-link { color: var(--cyan-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { padding: 44px 0 56px; overflow: clip; }
.hero-grid { display: grid; gap: 46px; }
.hero h1 { margin: 0 0 22px; max-width: 760px; color: var(--navy-deep); font-size: clamp(2.15rem, 9vw, 2.5rem); line-height: 1.07; letter-spacing: -.035em; }
.hero-lead { margin: 0; max-width: 640px; color: var(--muted); font-size: 1.08rem; line-height: 1.55; }
.hero-actions { margin-top: 28px; display: grid; gap: 18px; align-items: center; }
.hero-actions .button { width: 100%; }
.hero-actions .text-link { justify-self: center; }
.purchase-meta { margin: 19px 0 0; color: var(--muted); font-size: 14px; }
.scope-notice { margin: 16px 0 0; padding: 14px 16px; color: var(--navy); background: var(--pale); border-left: 4px solid var(--cyan); border-radius: 0 8px 8px 0; font-size: 14px; }

.product-stage { position: relative; min-height: 460px; display: grid; place-items: center; }
.stage-backdrop { position: absolute; inset: 5% 5% 0; background: var(--navy); border-radius: 18px; box-shadow: var(--shadow); }
.document { position: absolute; width: min(72vw, 340px); border: 1px solid #cbd8e1; border-radius: 4px; box-shadow: 0 16px 35px rgba(1,28,47,.19); }
.document-front { left: 9%; top: 2%; transform: rotate(-1.5deg); }
.document-back { right: 2%; top: 11%; transform: rotate(7deg); }

.scope-strip { padding: 24px 0; background: var(--pale); border-block: 1px solid var(--line); }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 12px; }
.scope-grid div { padding-left: 12px; border-left: 3px solid var(--cyan); }
.scope-grid strong, .scope-grid span { display: block; }
.scope-grid strong { color: var(--navy); font-size: 15px; }
.scope-grid span { color: var(--muted); font-size: 12px; }

.section { padding: var(--section) 0; }
.section-heading { margin-bottom: 30px; }
.section-heading h2, .included-copy h2, .clarity-section h2, .final-cta h2 { margin: 0 0 13px; color: var(--navy-deep); font-size: clamp(1.75rem, 7vw, 2.05rem); line-height: 1.16; letter-spacing: -.025em; }
.section-heading p, .section-lead { margin: 0; color: var(--muted); }

.eligibility-section { background: var(--white); }
.eligibility-grid { display: grid; gap: 30px; }
.eligibility-column { padding: 24px 0; border-top: 1px solid var(--line); }
.eligibility-title { display: flex; align-items: center; gap: 14px; }
.eligibility-title h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.round-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-weight: 900; }
.round-icon.check { color: var(--cyan-dark); }
.round-icon.warning { color: var(--warning); }
.clean-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.clean-list li { position: relative; padding-left: 32px; }
.clean-list li::before { position: absolute; left: 0; top: 0; font-weight: 900; }
.check-list li::before { content: "✓"; color: var(--cyan-dark); }
.warning-list li::before { content: "!"; width: 21px; height: 21px; display: grid; place-items: center; color: var(--navy); border: 1.5px solid var(--navy); border-radius: 50%; font-size: 13px; }
.stop-note { margin-top: 28px; padding: 16px; color: var(--warning); background: var(--warning-bg); border: 1px solid #ecd79a; border-radius: 10px; }

.included-section { background: var(--pale); }
.included-grid { display: grid; gap: 36px; align-items: center; }
.viewer-shell { max-width: 520px; margin-inline: auto; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.viewer-toolbar { min-height: 48px; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); background: #f7fafc; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.viewer-shell img { width: 100%; }
.included-copy h2 { margin-bottom: 14px; }
.module-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; }
.module-list li { min-height: 70px; padding: 14px 0; display: flex; align-items: flex-start; gap: 14px; border-bottom: 1px solid #cddfe8; }
.module-list li > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: var(--navy); border: 1px solid var(--cyan); border-radius: 8px; font-size: 12px; font-weight: 900; }
.module-list strong, .module-list small { display: block; }
.module-list small { margin-top: 3px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.field-count { margin: 24px 0 0; color: var(--navy); font-size: 14px; font-weight: 700; }

.preview-section { overflow: hidden; }
.preview-rail { margin-inline: calc(var(--gutter) * -1); padding: 0 var(--gutter) 20px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(240px, 74vw); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
.preview-card { padding: 0; scroll-snap-align: start; overflow: hidden; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 12px; text-align: left; cursor: zoom-in; box-shadow: 0 8px 28px rgba(8,45,72,.08); }
.preview-card img { aspect-ratio: 8.5/11; width: 100%; object-fit: cover; object-position: top; }
.preview-card span { min-height: 52px; padding: 12px 15px; display: flex; align-items: center; font-weight: 800; }

.process-section { background: linear-gradient(180deg, var(--pale), #fff); }
.process-list { margin: 34px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.process-list li { position: relative; padding: 18px 0 24px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; left: 25px; top: 64px; bottom: -2px; width: 2px; background: var(--cyan); opacity: .55; }
.step-number { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--cyan-dark); border-radius: 50%; font-size: 20px; font-weight: 900; }
.process-list h3 { margin: 2px 0 7px; color: var(--navy); font-size: 1.15rem; }
.process-list p { margin: 0; color: var(--muted); }
.price-row { margin-top: 30px; padding-top: 28px; display: grid; gap: 24px; border-top: 1px solid var(--line); }
.price-row > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 12px; }
.price-row strong { color: var(--cyan-dark); font-size: 3rem; line-height: 1; }
.price-row span { color: var(--navy); font-weight: 800; }
.price-row small { grid-column: 1 / -1; margin-top: 8px; color: var(--muted); }

.clarity-grid { display: grid; gap: 32px; }
.clarity-section p { color: var(--muted); }
.clarity-points { margin: 0; padding: 0; list-style: none; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.clarity-points li { padding: 18px; display: grid; gap: 3px; background: var(--white); }
.clarity-points strong { color: var(--navy); }
.clarity-points span { color: var(--muted); font-size: 15px; }

.faq-section { background: var(--white); }
.faq-container { max-width: 920px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 58px; padding: 14px 46px 14px 0; display: flex; align-items: center; position: relative; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--cyan-dark); font-size: 26px; transition: transform .18s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 46px 22px 0; color: var(--muted); }
.faq-more { margin: 28px 0 0; text-align: center; }

.final-cta { padding: 44px 0; color: var(--white); background: var(--navy); }
.final-cta-inner { display: grid; gap: 26px; align-items: center; }
.final-cta h2 { color: var(--white); }
.final-cta p { margin: 0; color: #cfe7f1; }
.final-cta-inner > div:last-child { display: grid; gap: 10px; }
.final-cta small { color: #cfe7f1; text-align: center; }

.site-footer { padding: 46px 0 104px; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 18px; }
.footer-brand { grid-column: 1 / -1; }
.footer-brand img { width: 170px; }
.footer-brand p { margin: 14px 0 10px; color: var(--muted); }
.footer-brand a { color: var(--navy); font-weight: 700; }
.footer-brand address { margin-top: 10px; color: var(--muted); font-style: normal; }
.footer-grid nav { display: flex; flex-direction: column; gap: 10px; }
.footer-grid nav strong { color: var(--navy); }
.footer-grid nav a { min-height: 34px; color: var(--muted); text-decoration: none; }
.footer-grid nav a:hover { color: var(--cyan-dark); }
.footer-bottom { margin-top: 38px; padding-top: 22px; display: grid; gap: 8px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.footer-bottom p { margin: 0; }

.mobile-sticky { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; min-height: 68px; padding: 8px max(16px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right)); display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -12px 32px rgba(8,45,72,.12); }
.mobile-sticky[hidden] { display: none; }
.mobile-sticky div { display: grid; line-height: 1.15; }
.mobile-sticky strong { color: var(--navy); font-size: 20px; }
.mobile-sticky span { color: var(--muted); font-size: 12px; }
.mobile-sticky [data-purchase-cta] { max-width: 190px; padding-inline: 12px; font-size: 13px; text-align: center; }

.preview-dialog { width: min(94vw, 760px); max-height: 94vh; padding: 46px 14px 18px; color: var(--ink); background: var(--white); border: 0; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.preview-dialog::backdrop { background: rgba(3,20,34,.74); }
.preview-dialog img { max-height: 78vh; margin-inline: auto; object-fit: contain; }
.preview-dialog p { margin: 12px 0 0; text-align: center; font-weight: 700; }
.dialog-close { position: absolute; right: 10px; top: 8px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); background: var(--pale); border: 0; border-radius: 50%; font-size: 30px; cursor: pointer; }

@media (min-width: 390px) {
  :root { --gutter: 18px; --section: 52px; }
  .site-header, .header-inner { min-height: 68px; }
  .mobile-menu { height: calc(100dvh - 68px); }
  .brand { width: 146px; }
}

@media (min-width: 430px) {
  :root { --gutter: 20px; --section: 56px; }
  .site-header, .header-inner { min-height: 72px; }
  .mobile-menu { height: calc(100dvh - 72px); }
  .brand { width: 156px; }
  .hero h1 { font-size: 2.5rem; }
}

@media (min-width: 680px) {
  :root { --gutter: 32px; --section: 72px; }
  .hero-actions { grid-template-columns: max-content max-content; }
  .hero-actions .button { width: auto; }
  .hero-actions .text-link { justify-self: start; }
  .scope-grid { grid-template-columns: repeat(4, 1fr); }
  .eligibility-grid { grid-template-columns: 1fr 1fr; }
  .eligibility-column { padding: 26px 28px 8px 0; }
  .eligibility-column + .eligibility-column { padding-left: 28px; border-left: 1px solid var(--line); }
  .preview-rail { margin-inline: 0; padding-inline: 0; grid-auto-columns: minmax(220px, 1fr); }
  .price-row { grid-template-columns: 1fr max-content; align-items: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (min-width: 922px) {
  :root { --gutter: 28px; --section: 92px; }
  .site-header, .header-inner { min-height: 80px; }
  .brand { width: 176px; }
  .menu-button, .mobile-menu { display: none !important; }
  .desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
  .desktop-nav a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 700; }
  .desktop-nav a:hover { color: var(--cyan-dark); }
  .site-header .header-cta { display: inline-flex; }
  .hero { padding: 70px 0 86px; }
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: 58px; }
  .hero h1 { font-size: clamp(3.35rem, 5vw, 4.65rem); }
  .hero-lead { font-size: 1.28rem; }
  .product-stage { min-height: 600px; }
  .stage-backdrop { inset: 3% 0 0 4%; }
  .document { width: min(31vw, 420px); }
  .document-front { left: 5%; }
  .document-back { right: -2%; }
  .included-grid { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: 72px; }
  .included-copy h2, .section-heading h2, .clarity-section h2, .final-cta h2 { font-size: 2.65rem; }
  .process-list { grid-template-columns: repeat(3, 1fr); gap: 34px; }
  .process-list li { grid-template-columns: 1fr; }
  .process-list li:not(:last-child)::after { left: 70px; right: -38px; top: 44px; bottom: auto; width: auto; height: 2px; }
  .clarity-grid { grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; }
  .final-cta-inner { grid-template-columns: 1fr max-content; }
  .site-footer { padding-bottom: 44px; }
  .mobile-sticky { display: none !important; }
}

@media (min-width: 1280px) {
  .desktop-nav a { font-size: 15px; }
  .hero-grid { gap: 90px; }
}

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