
:root {
  --navy-950: #020a18;
  --navy-900: #06152f;
  --navy-850: #081c3f;
  --navy-800: #0b2753;
  --blue-500: #1b74d1;
  --blue-300: #7bbcff;
  --gold-500: #d7a538;
  --gold-400: #edbd54;
  --gold-300: #f5d27d;
  --ink: #0b1d3b;
  --muted: #56657b;
  --paper: #f7f8fb;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; border-radius: 8px; background: #fff; color: #06152f; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid rgba(8, 28, 63, .10); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1.5px solid #0b1d3b; font: 700 24px/1 var(--serif); background: #fff; }
.brand-name { font: 700 clamp(21px, 2.4vw, 28px)/1 var(--serif); letter-spacing: -.025em; }

.button { max-width: 100%; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 54px; padding: 12px 23px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }
.button-primary:focus-visible { outline-color: #fff; }
.button small { font-size: 12px; font-weight: 650; opacity: .86; }
.button-small { min-height: 46px; padding: 9px 18px; background: var(--navy-900); color: #fff; box-shadow: 0 8px 24px rgba(6, 21, 47, .18); }
.button-primary { min-width: min(100%, 340px); background: linear-gradient(135deg, var(--gold-400), #c88c19); color: #07152d; border-color: rgba(255,255,255,.35); box-shadow: 0 16px 38px rgba(213, 158, 37, .24), inset 0 1px 0 rgba(255,255,255,.46); }

.hero { position: relative; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 76% 28%, rgba(33, 108, 206, .24), transparent 30%),
  radial-gradient(circle at 52% 85%, rgba(25, 96, 182, .18), transparent 34%),
  linear-gradient(145deg, #020917 0%, #061731 48%, #031126 100%); }
.hero::before, .hero::after, .hero-stars { content: ''; position: absolute; inset: 0; pointer-events: none; }
.hero::before { opacity: .56; background-image:
  radial-gradient(circle at 7% 13%, #fff 0 1px, transparent 1.4px),
  radial-gradient(circle at 18% 42%, #99c9ff 0 1px, transparent 1.4px),
  radial-gradient(circle at 32% 18%, #fff 0 1px, transparent 1.5px),
  radial-gradient(circle at 45% 68%, #6baef5 0 1px, transparent 1.4px),
  radial-gradient(circle at 57% 9%, #fff 0 1px, transparent 1.5px),
  radial-gradient(circle at 70% 58%, #8ec8ff 0 1px, transparent 1.4px),
  radial-gradient(circle at 82% 18%, #fff 0 1px, transparent 1.5px),
  radial-gradient(circle at 94% 76%, #8cc6ff 0 1px, transparent 1.4px);
  background-size: 240px 220px, 330px 290px, 280px 250px, 360px 330px, 310px 270px, 390px 350px, 260px 240px, 350px 320px; }
.hero::after { background: linear-gradient(90deg, rgba(2,9,23,.42), transparent 48%, rgba(2,9,23,.18)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.25fr); align-items: center; gap: 22px; min-height: 710px; padding-block: 56px 34px; }
.hero-grid > *, .cta-panel > *, .page-gallery > *, .criteria-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 20; max-width: 515px; }
.eyebrow { margin: 0 0 13px; color: var(--gold-400); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 590px; margin: 0; font: 700 clamp(45px, 5.3vw, 78px)/.98 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { margin: 23px 0 8px; color: var(--gold-400); font-size: clamp(20px, 2vw, 27px); font-weight: 800; line-height: 1.28; }
.hero-body { max-width: 480px; margin: 0; color: #d9e5f6; font-size: 17px; }
.hero-actions { margin-top: 27px; }
.digital-note { display: flex; gap: 9px; align-items: flex-start; margin: 14px 0 0; color: #f1cf7c; font-size: 14px; font-weight: 700; }
.digital-note span { display: inline-grid; flex: 0 0 23px; width: 23px; height: 23px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 30px 0 0; }
.stats div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 12px; }
.stats div:first-child { border-left: 0; padding-left: 0; }
.stats dt { color: #fff; font: 700 27px/1 var(--serif); }
.stats dd { margin: 5px 0 0; color: #c8d6e9; font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }

.orbit-stage { position: relative; width: 100%; min-height: 610px; isolation: isolate; }
.earth { position: absolute; width: min(62%, 500px); height: auto; aspect-ratio: 1 / 1; left: 51%; top: 51%; z-index: 12; transform: translate(-50%, -50%); border-radius: 50%; filter: saturate(1.08) contrast(1.06); box-shadow: 0 0 0 1px rgba(137,190,255,.45), 0 0 38px rgba(59,138,232,.56), 0 0 100px rgba(21,104,214,.35); }
.orbit-glow { position: absolute; z-index: 1; left: 50%; top: 52%; width: 83%; aspect-ratio: 1.2; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(34,126,243,.28), rgba(13,71,151,.09) 45%, transparent 72%); filter: blur(18px); }
.orbit-line { position: absolute; left: 50%; z-index: 9; border: 1px solid rgba(86,167,255,.62); border-radius: 50%; box-shadow: 0 0 14px rgba(42,137,247,.5), inset 0 0 14px rgba(42,137,247,.22); transform: translate(-50%,-50%) rotate(-8deg); }
.orbit-line::before, .orbit-line::after { content: ''; position: absolute; inset: -3px; border: 1px solid rgba(89,164,252,.18); border-radius: inherit; }
.orbit-line::after { inset: 4px; }
.orbit-line-outer { top: 47%; width: 98%; height: 37%; }
.orbit-line-inner { top: 64%; width: 83%; height: 29%; transform: translate(-50%,-50%) rotate(7deg); }
.leader-ring { position: absolute; inset: 0; z-index: 25; visibility: hidden; pointer-events: none; }
.orbit-stage.is-ready .leader-ring { visibility: visible; }
.leader-card { position: absolute; left: 0; top: 0; width: clamp(54px, 6.1vw, 82px); aspect-ratio: .73; overflow: hidden; border: 1px solid rgba(142, 199, 255, .92); border-radius: 8px; background: #0b2448; box-shadow: 0 0 0 2px rgba(23,92,172,.35), 0 8px 24px rgba(0,0,0,.48), 0 0 16px rgba(51,142,246,.42); transform-origin: 50% 50%; will-change: transform, opacity, filter; }
.leader-card img { width: 100%; height: 78%; object-fit: cover; object-position: center 23%; }
.leader-score { position: absolute; inset: auto 0 0; height: 24%; display: grid; place-items: center; color: #fff; background: linear-gradient(180deg,#0a1e3d,#030b1b); font: 800 clamp(12px,1.4vw,18px)/1 var(--sans); font-variant-numeric: tabular-nums; }

.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0 24px; color: #d7e3f4; font-size: 14px; }
.trust-strip span { display: flex; justify-content: center; align-items: center; gap: 10px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-strip span:first-child { border-left: 0; }
.trust-strip b { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--gold-400); font-size: 16px; }

.section-dark { color: #fff; background: linear-gradient(150deg, #041126, #081f43 55%, #031020); }
.section-light { background: linear-gradient(180deg, #f7f8fb, #fff); }
.inside, .method { padding: 92px 0; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2 { margin: 0; color: var(--navy-900); font: 700 clamp(36px, 4.1vw, 57px)/1.06 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.section-heading p:not(.eyebrow) { max-width: 690px; margin: 15px auto 0; color: var(--muted); font-size: 17px; }
.section-heading-light h2 { color: #fff; }
.section-heading-light p:not(.eyebrow) { color: #c8d7ec; }
.page-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.page-gallery figure { margin: 0; }
.page-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: #f6f4ee; box-shadow: 0 22px 50px rgba(0,0,0,.36), 0 0 0 4px rgba(255,255,255,.06); }
.page-frame img { width: 100%; height: auto; aspect-ratio: 900 / 1273; }
.page-frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.page-gallery figcaption { display: grid; grid-template-columns: 38px 1fr; gap: 4px 12px; margin-top: 18px; }
.page-gallery figcaption > span { grid-row: 1 / span 2; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-500); color: #06152f; font: 900 19px/1 var(--serif); }
.page-gallery figcaption strong { align-self: end; font: 700 20px/1.2 var(--serif); }
.page-gallery figcaption small { color: #bfcfe4; font-size: 13px; line-height: 1.4; }
.report-card-message { display: grid; grid-template-columns: 90px 1fr; gap: 26px; align-items: center; max-width: 900px; margin: 56px auto 0; padding: 28px 32px; border: 1px solid rgba(226,174,65,.55); border-radius: 16px; background: rgba(2,13,31,.56); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.message-icon { width: 80px; height: 80px; display: grid; place-items: center; border: 2px solid var(--gold-400); border-radius: 50%; color: var(--gold-400); font: 800 30px/1 var(--serif); }
.report-card-message h3 { margin: 0 0 7px; font: 700 29px/1.1 var(--serif); }
.report-card-message p { margin: 0; color: #cbd9eb; }

.criteria-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.criteria-grid article { position: relative; min-height: 300px; padding: 30px 24px 27px; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 14px; background: #fff; box-shadow: 0 13px 34px rgba(13,38,78,.08); }
.criterion-number { position: absolute; right: 15px; top: 6px; color: #edf1f7; font: 800 72px/1 var(--serif); }
.criterion-icon { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#1559b2,#083578); box-shadow: 0 8px 18px rgba(22,86,175,.22); font-size: 25px; }
.criteria-grid h3 { position: relative; z-index: 2; min-height: 58px; margin: 0 0 12px; color: var(--navy-900); font: 700 21px/1.25 var(--serif); }
.criteria-grid p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 14px; }
.method-note { max-width: 1000px; margin: 30px auto 0; color: #68768a; font-size: 13px; text-align: center; }

.final-cta { padding: 72px 0; }
.cta-panel { display: grid; grid-template-columns: 190px 1fr 290px; align-items: center; gap: 42px; padding: 35px 42px; border: 1px solid rgba(226,174,65,.48); border-radius: 20px; background: radial-gradient(circle at 22% 10%, rgba(34,105,198,.28), transparent 31%), rgba(1,10,24,.68); box-shadow: 0 28px 70px rgba(0,0,0,.34); }
.book-mockup { perspective: 900px; }
.book-mockup img { width: clamp(145px, 14vw, 165px); height: auto; aspect-ratio: 820 / 1160; border-radius: 3px 9px 9px 3px; transform: rotateY(-10deg) rotateZ(-1deg); box-shadow: -12px 17px 30px rgba(0,0,0,.55), inset 8px 0 10px rgba(255,255,255,.2); }
.cta-copy h2 { margin: 0 0 18px; font: 700 clamp(31px,3.4vw,46px)/1.08 var(--serif); letter-spacing: -.03em; }
.cta-copy ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #d5e1f1; }
.cta-copy li::before { content: '✓'; margin-right: 10px; color: var(--gold-400); font-weight: 900; }
.cta-purchase { text-align: center; }
.price { margin: 0 0 14px; color: #fff; font: 700 60px/1 var(--serif); }
.price span { color: var(--gold-400); font-size: 30px; vertical-align: top; }
.cta-purchase > p:last-child { margin: 12px 0 0; color: #aebfd7; font-size: 12px; }

.site-footer { background: #fff; border-top: 1px solid #e1e6ee; }
.footer-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-footer .brand-mark { width: 31px; height: 31px; font-size: 19px; }
.brand-footer .brand-name { font-size: 20px; }
.footer-inner p { margin: 0; color: #69768a; font-size: 12px; text-align: right; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 55px; }
  .hero-copy { max-width: 690px; margin-inline: auto; text-align: center; }
  .hero-body { margin-inline: auto; }
  .hero-actions { display: flex; justify-content: center; }
  .digital-note { justify-content: center; }
  .stats { max-width: 620px; margin-inline: auto; margin-top: 30px; }
  .orbit-stage { min-height: 620px; max-width: 860px; margin: -8px auto 0; }
  .criteria-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cta-panel { grid-template-columns: 160px 1fr; }
  .cta-purchase { grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 24px; }
  .cta-purchase .price { margin: 0; }
  .cta-purchase > p:last-child { grid-column: 2; margin-top: -8px; }
}


@media (max-width: 900px) {
  .page-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin-inline: auto; }
  .page-gallery figure:last-child { grid-column: 1 / -1; width: calc((100% - 24px) / 2); justify-self: center; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 33px; height: 33px; font-size: 20px; }
  .brand-name { font-size: 21px; }
  .button-small { min-height: 44px; padding-inline: 13px; font-size: 13px; }
  .hero-grid { padding-top: 42px; }
  h1 { font-size: clamp(43px, 13vw, 65px); }
  .hero-lead { font-size: 20px; }
  .hero-body { font-size: 15px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 18px 8px; }
  .stats div:nth-child(3) { border-left: 0; padding-left: 0; }
  .orbit-stage { min-height: 520px; margin-top: 0; }
  .earth { width: min(65%, 390px); }
  .leader-card { width: clamp(48px, 12vw, 68px); }
  .trust-strip { grid-template-columns: 1fr; gap: 13px; }
  .trust-strip span { justify-content: flex-start; border-left: 0; }
  .inside, .method { padding: 68px 0; }
  .page-gallery { grid-template-columns: 1fr; gap: 40px; max-width: 460px; margin-inline: auto; }
  .page-gallery figure:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .report-card-message { grid-template-columns: 1fr; text-align: center; padding: 26px 22px; }
  .message-icon { margin-inline: auto; }
  .criteria-grid { grid-template-columns: 1fr; }
  .criteria-grid article { min-height: 250px; }
  .criterion-icon { margin-bottom: 30px; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; padding: 30px 22px; }
  .book-mockup img { width: min(155px, 52vw); margin-inline: auto; }
  .cta-copy ul { display: inline-grid; text-align: left; }
  .cta-purchase { grid-column: auto; display: block; }
  .cta-purchase .price { margin-bottom: 14px; }
  .cta-purchase > p:last-child { margin-top: 12px; }
  .footer-inner { flex-direction: column; justify-content: center; padding-block: 24px; }
  .footer-inner p { text-align: center; }
}

@media (max-width: 480px) {
  .header-inner { gap: 12px; }
  .site-header .brand-name { display: none; }
  .button-small { min-width: 0; padding-inline: 11px; white-space: nowrap; font-size: 12px; }
  .orbit-stage { min-height: 430px; }
  .leader-card { width: 50px; border-radius: 6px; }
  .section-heading h2 { font-size: 35px; }
}


@media (max-width: 360px) {
  :root { --shell: min(100% - 24px, 336px); }
  .header-inner { min-height: 64px; }
  .brand-mark { width: 31px; height: 31px; font-size: 19px; }
  .button-small { padding-inline: 9px; font-size: 11px; }
  h1 { font-size: 41px; }
  .button-primary { padding-inline: 16px; }
  .stats dd { font-size: 10px; }
  .page-gallery figcaption strong { font-size: 19px; }
  .checkout-card p:not(.eyebrow) { font-size: 16px; }
}

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


/* Internal checkout bridge: shown only until a payment provider is connected. */
.checkout-page { min-height: 100vh; color: #fff; background: radial-gradient(circle at 50% 15%, rgba(34,105,198,.34), transparent 34%), linear-gradient(150deg, #041126, #081f43 55%, #031020); }
.checkout-shell { width: min(100% - 32px, 760px); min-height: 100vh; margin: 0 auto; padding: 36px 0; display: grid; align-content: center; gap: 28px; }
.checkout-brand { justify-self: center; }
.checkout-card { padding: clamp(30px, 6vw, 58px); border: 1px solid rgba(226,174,65,.52); border-radius: 20px; background: rgba(1,10,24,.72); box-shadow: 0 28px 70px rgba(0,0,0,.36); text-align: center; }
.checkout-card h1 { margin: 0 0 20px; color: #fff; font-size: clamp(42px, 8vw, 72px); }
.checkout-card p:not(.eyebrow) { max-width: 590px; margin: 0 auto 12px; color: #d2dff0; font-size: 17px; }
.checkout-card .button { margin-top: 24px; }
