:root {
  --navy: #071f49;
  --blue: #075cf1;
  --teal: #249ca9;
  --ink: #10213c;
  --muted: #5f6e82;
  --paper: #f7f9fc;
  --line: #dce4ef;
  --gold: #f6c85f;
  --white: #fff;
  --shadow: 0 18px 55px rgba(7, 31, 73, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .79rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: white; padding: 10px 14px; }
.skip:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(220,228,239,.85); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; color: var(--navy); }
.brand img { width: 58px; height: 46px; object-fit: contain; }
.brand span { font-size: 1.12rem; }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 720; font-size: .93rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border-radius: 10px; background: var(--blue); color: white; text-decoration: none; font-weight: 850; box-shadow: 0 9px 24px rgba(7,92,241,.22); cursor: pointer; transition: .18s ease; }
.button:hover { transform: translateY(-2px); background: #004fd9; }
.button.secondary { background: white; color: var(--navy); border: 1px solid var(--line); box-shadow: none; }
.button.small { min-height: 42px; padding: 0 16px; }
.button.disabled, .button[aria-disabled="true"], .button:disabled { opacity: .45; pointer-events: none; box-shadow: none; transform: none; }

.hero { overflow: hidden; position: relative; padding: 88px 0 78px; background: radial-gradient(circle at 80% 20%, rgba(7,92,241,.11), transparent 30%), linear-gradient(140deg,#fff 0%,#f5f8ff 54%,#eef9fa 100%); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; border: 70px solid rgba(36,156,169,.08); border-radius: 50%; right: -190px; bottom: -230px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
h1 { margin: 0; max-width: 790px; color: var(--navy); font-size: clamp(2.7rem,6vw,5.35rem); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 720px; margin: 24px 0 0; color: #33445e; font-size: clamp(1.08rem,2vw,1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 0; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 22px 0 0; color: var(--muted); font-size: .92rem; font-weight: 690; }
.trust-line span::before { content: "✓"; color: var(--teal); margin-right: 7px; font-weight: 950; }
.product-card { border: 1px solid rgba(220,228,239,.9); border-radius: 22px; padding: 28px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.product-card .logo { width: 100%; max-height: 220px; object-fit: contain; margin: 0 auto 16px; }
.badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: #0c6570; background: #e6f6f7; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 9px; margin: 16px 0 5px; color: var(--navy); }
.price strong { font-size: 3rem; line-height: 1; }
.price span { color: var(--muted); font-size: .93rem; }
.card-list { list-style: none; margin: 22px 0; padding: 0; }
.card-list li { position: relative; padding: 8px 0 8px 27px; border-bottom: 1px solid #edf1f6; }
.card-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 950; }
.fine { color: var(--muted); font-size: .82rem; }

.proof { background: var(--navy); color: white; }
.proof-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.proof-item { padding: 20px 25px; border-right: 1px solid rgba(255,255,255,.16); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: 1.05rem; }
.proof-item span { color: #b9c8df; font-size: .85rem; }

.explainer { overflow: hidden; background: linear-gradient(145deg,#fff 0%,#f5f8ff 58%,#eef9fa 100%); }
.explainer-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); grid-template-areas: "media copy"; gap: 54px; align-items: center; }
.explainer-copy { grid-area: copy; }
.explainer-copy h2 { max-width: 650px; }
.explainer-lede { margin: 22px 0 0; color: #40516a; font-size: 1.08rem; }
.explainer-points { margin: 24px 0 0; padding: 0; list-style: none; }
.explainer-points li { position: relative; margin: 12px 0; padding-left: 28px; color: #35455d; }
.explainer-points li::before { content: "\2713"; position: absolute; left: 0; color: var(--teal); font-weight: 950; }
.explainer-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.explainer-media { grid-area: media; min-width: 0; }
.explainer-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(7,31,73,.16); border-radius: 22px; background: var(--navy); box-shadow: var(--shadow); }
.explainer-frame [hidden] { display: none; }
.explainer-poster, .explainer-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.explainer-video { background: var(--navy); }
.explainer-play { position: absolute; inset: 0; width: 100%; display: grid; place-content: center; justify-items: center; gap: 14px; border: 0; padding: 24px; color: white; background: linear-gradient(180deg,rgba(7,31,73,.04),rgba(7,31,73,.68)); font: inherit; font-weight: 850; cursor: pointer; }
.explainer-play:hover { background: linear-gradient(180deg,rgba(7,31,73,.02),rgba(7,31,73,.78)); }
.explainer-play:focus-visible { outline: 4px solid var(--gold); outline-offset: -7px; }
.explainer-play-icon { width: 72px; height: 72px; display: grid; place-items: center; padding-left: 5px; border: 3px solid white; border-radius: 50%; color: var(--navy); background: var(--gold); box-shadow: 0 14px 34px rgba(7,31,73,.28); font-size: 1.7rem; line-height: 1; }
.explainer-access, .explainer-status { margin: 12px 4px 0; color: var(--muted); font-size: .88rem; }
.explainer-access a, .explainer-status a { color: #064fcf; font-weight: 750; }
.explainer-status { padding: 10px 12px; border-left: 4px solid var(--gold); background: #fff8e8; color: #5c4612; }

section { padding: 92px 0; }
.section-head { max-width: 780px; margin-bottom: 42px; }
h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,4vw,3.5rem); line-height: 1.05; letter-spacing: -.04em; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.pillars { background: var(--paper); }
.three-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pillar { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 30px rgba(7,31,73,.06); }
.number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: white; font-weight: 900; }
.pillar h3, .feature h3 { margin: 20px 0 8px; color: var(--navy); font-size: 1.28rem; }
.pillar p, .feature p { margin: 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature { padding: 24px; border-left: 4px solid var(--teal); background: #f8fafc; }
.feature h3 { margin-top: 0; }
.resource-callout { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-top: 30px; padding: 28px; border: 1px solid rgba(36,156,169,.4); border-radius: 18px; background: #edf9f9; }
.resource-callout h3 { margin: 0 0 6px; color: var(--navy); font-size: 1.38rem; }
.resource-callout p:not(.eyebrow) { margin: 0; color: var(--muted); }
.workflow { background: #eff6ff; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: steps; }
.step { position: relative; padding: 26px 22px; border-radius: 16px; background: white; border: 1px solid #d7e4f5; counter-increment: steps; }
.step::before { content: counter(steps); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-weight: 900; }
.step h3 { color: var(--navy); margin: 16px 0 7px; }
.step p { color: var(--muted); margin: 0; font-size: .93rem; }

.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.checklist { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 28px; }
.checklist li { break-inside: avoid; position: relative; padding: 0 0 18px 28px; color: #35455d; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 950; }
.requirements { padding: 28px; border-radius: 18px; color: white; background: var(--navy); }
.requirements h3 { margin-top: 0; font-size: 1.45rem; }
.requirements li { margin: 9px 0; color: #d7e1f0; }

.purchase { background: linear-gradient(140deg,#061b41,#0b3577); color: white; }
.purchase h2 { color: white; }
.purchase-grid { display: grid; grid-template-columns: 1fr 430px; gap: 60px; align-items: center; }
.purchase p { color: #c7d5e9; }
.license-box { padding: 26px; border-radius: 16px; background: white; color: var(--ink); }
.license-box label { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: .91rem; }
.license-box input { width: 19px; height: 19px; margin-top: 3px; }
.license-box .button { width: 100%; margin-top: 18px; }
.license-box .fine { margin-bottom: 0; }
.checkout-form { margin-top: 20px; }
.checkout-form label { display: block; color: var(--navy); font-size: .92rem; font-weight: 800; }
.checkout-form label span { color: var(--muted); font-weight: 650; }
.checkout-form input { width: 100%; height: 48px; margin: 7px 0 0; padding: 0 13px; border: 1px solid #b8c6d8; border-radius: 9px; background: white; color: var(--ink); font: inherit; }
.checkout-form input:focus { outline: 3px solid rgba(7,92,241,.2); border-color: var(--blue); }
.field-help, .checkout-legal, .checkout-status, .checkout-error { margin: 8px 0 0; font-size: .8rem; line-height: 1.45; }
.field-help, .checkout-status { color: var(--muted); }
.checkout-legal { color: #46566d; }
.checkout-legal a { color: #064fcf; font-weight: 750; }
.checkout-error { padding: 10px 12px; border-radius: 8px; background: #fff0f0; color: #9b1c1c; font-weight: 700; }
.checkout-form[aria-busy="true"] .button { cursor: wait; }
.faq { background: var(--paper); }
details { border-bottom: 1px solid var(--line); padding: 21px 2px; }
summary { cursor: pointer; color: var(--navy); font-weight: 850; font-size: 1.05rem; }
details p { color: var(--muted); max-width: 880px; }

.site-footer { padding: 50px 0 34px; color: #c5d0e1; background: #061633; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 44px; }
.footer-brand { font-size: 1.25rem; font-weight: 900; color: white; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.copyright { padding-top: 30px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.13); font-size: .84rem; }

.legal { padding: 70px 0 100px; }
.legal .wrap { max-width: 900px; }
.legal h1 { font-size: clamp(2.4rem,5vw,4rem); }
.legal h2 { margin-top: 42px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal p, .legal li { color: #40516a; }
.legal-note { margin: 28px 0; padding: 18px 20px; border-left: 4px solid var(--gold); background: #fff8e8; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid, .purchase-grid, .included-grid { grid-template-columns: 1fr; }
  .explainer-grid { grid-template-columns: 1fr; grid-template-areas: "media" "copy"; gap: 36px; }
  .hero { padding-top: 58px; }
  .product-card { max-width: 560px; }
  .proof-grid, .three-grid, .feature-grid, .steps { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .purchase-grid { gap: 28px; }
  .resource-callout { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .wrap { width: min(100% - 24px,1160px); }
  .brand span { font-size: .98rem; }
  .brand img { width: 45px; }
  .nav .button.small { padding: 0 12px; font-size: .82rem; }
  section { padding: 68px 0; }
  .proof-grid, .three-grid, .feature-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .explainer-actions .button { width: 100%; }
  .resource-callout .button { width: 100%; }
  .explainer-frame { border-radius: 14px; }
  .explainer-play-icon { width: 62px; height: 62px; font-size: 1.45rem; }
  .checklist { columns: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .explainer-play, .explainer-play-icon { transition: none; }
}
