:root {
  --navy: #07194d;
  --blue: #102b82;
  --ink: #0c1735;
  --paper: #f7f8f4;
  --white: #fff;
  --sand: #e9d5ae;
  --mint: #bce4d1;
  --line: rgba(7, 25, 77, .14);
  --muted: #5e6575;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #e5aa37; outline-offset: 4px; border-radius: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white; color: var(--navy); }
.skip-link:focus { top: 1rem; }
.disclosure {
  min-height: 42px;
  padding: 8px max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: white;
  background: var(--navy);
  font-size: 12px;
  letter-spacing: .01em;
}
.disclosure span { padding: 2px 7px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; white-space: nowrap; }
.disclosure p { margin: 0; }
.disclosure a { margin-left: auto; color: var(--mint); white-space: nowrap; }
.site-header, footer {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.site-header { min-height: 88px; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { width: 188px; }
.site-header nav { display: flex; gap: 34px; margin-left: auto; color: #414961; font-size: 14px; }
.site-header nav a:hover { color: var(--blue); }
.header-cta { padding: 10px 18px; color: white; background: var(--navy); font-size: 13px; }
.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 60px;
  padding: 64px 0 80px;
}
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 750; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; color: var(--navy); font-weight: 650; line-height: .99; letter-spacing: -.055em; }
h1 { font-size: clamp(52px, 5.35vw, 78px); }
h1 em, h2 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 570px; margin: 28px 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 0 22px; font-size: 14px; font-weight: 700; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(16,43,130,.18); }
.text-link { color: var(--navy); border-bottom: 1px solid var(--navy); font-size: 14px; font-weight: 700; }
.hero-note { margin-top: 52px; display: flex; align-items: center; gap: 12px; }
.mini-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.hero-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.hero-note strong { color: var(--ink); font-size: 13px; }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; background: var(--navy); overflow: hidden; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 490px; height: 490px; border: 1px solid rgba(188,228,209,.2); border-radius: 50%; z-index: -1; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 30%, rgba(16,43,130,.6)); z-index: -2; }
.hero-visual > img { width: min(65%, 430px); max-height: 535px; object-fit: contain; filter: drop-shadow(0 25px 30px rgba(0,0,0,.25)); }
.market-grid { position: absolute; inset: 0; opacity: .12; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, transparent, black 30%, transparent); }
.market-chip { position: absolute; padding: 10px 13px; color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); font-size: 10px; }
.market-chip span { display: block; color: var(--mint); letter-spacing: .14em; font-size: 8px; }
.market-chip strong { font-weight: 550; }
.chip-one { top: 18%; left: 6%; }
.chip-two { right: 5%; bottom: 15%; }
.signal-bar { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 34px; color: white; background: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.signal-bar p { margin: 0; white-space: nowrap; }
.signal-bar i { width: 4px; height: 4px; border-radius: 50%; background: var(--mint); }
.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.journey { padding: 130px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
h2 { font-size: clamp(44px, 5vw, 70px); }
.journey-list { border-top: 1px solid var(--line); }
.journey-list article { min-height: 158px; display: grid; grid-template-columns: 42px 1fr 52px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.step, .module-index { align-self: start; margin: 28px 0 0; color: #6d6048; font-family: Georgia, serif; font-size: 13px; }
.journey-list h3 { margin: 0 0 7px; color: var(--navy); font-size: 25px; letter-spacing: -.02em; }
.journey-list article div p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font-size: 21px; }
.product-showcase { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); overflow: hidden; }
.showcase-art { min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; background: #0d256c; }
.showcase-art::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 56px 56px; }
.showcase-art img { width: 130%; max-width: none; position: relative; transform: rotate(-7deg); filter: drop-shadow(0 24px 22px rgba(0,0,0,.35)); }
.sand-orbit { position: absolute; width: 420px; height: 420px; border: 70px solid rgba(233,213,174,.12); border-radius: 50%; }
.showcase-copy { padding: 90px 72px; color: white; }
.showcase-copy h2 { color: white; }
.showcase-copy > p:not(.eyebrow) { margin: 28px 0 40px; color: #c4cadb; }
.showcase-copy ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.showcase-copy li { padding: 18px 0; display: flex; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; }
.showcase-copy li span { color: var(--mint); font-family: Georgia, serif; }
.modules { padding: 135px 0; }
.modules-heading { display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 50px; margin-bottom: 64px; }
.modules-heading > p { color: var(--muted); font-size: 15px; }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module { min-height: 365px; position: relative; padding: 30px 34px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.module-featured { color: white; background: var(--blue); }
.module-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.module .module-index { margin: 0; }
.status { padding: 5px 8px; border: 1px solid currentColor; border-radius: 99px; color: #7c715c; text-transform: uppercase; letter-spacing: .09em; font-size: 8px; font-weight: 700; }
.status.available { color: #32765b; background: rgba(188,228,209,.2); }
.module-featured .status, .module-featured .module-index { color: var(--mint); }
.module-type { margin: 0 0 7px; color: #626b7e; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 700; }
.module h3 { margin: 0 0 12px; color: var(--navy); font-size: 37px; letter-spacing: -.045em; }
.module-featured h3 { color: white; }
.module div > p:last-child { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; }
.module-featured div > p:last-child, .module-featured .module-type { color: #cbd2e5; }
.module-glyph { position: absolute; right: 28px; bottom: 16px; color: rgba(16,43,130,.07); font-family: Georgia, serif; font-size: 120px; line-height: 1; }
.module-featured .module-glyph { color: rgba(255,255,255,.08); }
.coming { background: rgba(233,213,174,.08); }
.press { min-height: 520px; position: relative; padding: 82px; display: grid; grid-template-columns: 180px 1fr; gap: 80px; align-items: start; color: white; background: #11245c; overflow: hidden; }
.press::after { content: ""; position: absolute; inset: 0; opacity: .08; background: repeating-linear-gradient(120deg, transparent 0 60px, white 61px, transparent 62px 120px); pointer-events: none; }
.press-kicker { position: relative; z-index: 1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); }
.press-kicker span { display: block; color: #aeb6cb; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.press-kicker strong { font-family: Georgia, serif; font-size: 26px; }
.press-story { position: relative; z-index: 1; max-width: 730px; }
.press-story h2 { color: white; font-size: clamp(42px, 5vw, 68px); }
.press-story > p:not(.eyebrow) { max-width: 700px; margin: 28px 0; color: #cbd1df; }
.press-story a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--mint); color: var(--mint); font-size: 13px; font-weight: 700; }
.press-year { position: absolute; right: -30px; bottom: -160px; margin: 0; color: rgba(255,255,255,.045); font-size: 410px; font-weight: 800; line-height: 1; letter-spacing: -.1em; }
.trust { padding: 135px 0; display: grid; grid-template-columns: .82fr 1fr; gap: 100px; align-items: center; }
.trust-visual { min-height: 650px; position: relative; display: grid; place-items: center; background: var(--navy); overflow: hidden; isolation: isolate; }
.trust-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 54px 54px; }
.trust-ring { position: absolute; border: 1px solid rgba(188,228,209,.35); border-radius: 50%; }
.trust-ring-one { width: 72%; aspect-ratio: 1; }
.trust-ring-two { width: 46%; aspect-ratio: 1; border-color: rgba(233,213,174,.6); }
.trust-symbol { position: relative; z-index: 1; width: 190px; aspect-ratio: 1; display: grid; place-items: center; color: var(--navy); background: var(--sand); border-radius: 50%; font-family: Georgia, serif; font-size: 118px; font-style: italic; line-height: 1; box-shadow: 0 0 0 28px rgba(233,213,174,.08); }
.trust-axis { position: absolute; left: 28px; bottom: 28px; margin: 0; color: var(--mint); letter-spacing: .13em; font-size: 9px; font-weight: 700; }
.trust-axis span { padding: 0 7px; color: var(--sand); }
.trust-caption { position: absolute; right: -1px; bottom: -1px; padding: 13px 18px; background: var(--paper); color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.trust-copy h2 { font-size: clamp(42px, 4.5vw, 64px); }
.trust-copy > p:not(.eyebrow):not(.fine-print) { margin: 27px 0 35px; color: var(--muted); font-size: 16px; }
.trust-points { border-top: 1px solid var(--line); }
.trust-points article { padding: 22px 0; display: grid; grid-template-columns: 38px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.trust-points article > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); background: var(--mint); border-radius: 50%; }
.trust-points h3 { margin: 0 0 3px; color: var(--navy); font-size: 16px; }
.trust-points p { margin: 0; color: var(--muted); font-size: 13px; }
.fine-print { color: #5f6676; font-size: 11px; }
.faq { padding: 110px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-heading > a { margin-top: 36px; display: inline-block; color: var(--blue); border-bottom: 1px solid var(--blue); font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--navy); cursor: pointer; font-size: 18px; font-weight: 650; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--blue); font-size: 22px; font-weight: 300; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -7px 0 24px; color: var(--muted); font-size: 14px; }
.download { min-height: 470px; position: relative; padding: 90px; color: white; background: var(--blue); overflow: hidden; }
.download::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, #000); }
.download-copy { position: relative; z-index: 1; }
.download h2 { color: white; }
.download-copy > p:not(.eyebrow) { color: #d3d8e7; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.store-links a { display: block; }
.store-links img { height: 48px; width: auto; }
.download-mark { position: absolute; right: 8%; top: 50%; width: 280px; height: 280px; transform: translateY(-50%) rotate(-8deg); display: grid; place-items: center; color: var(--navy); background: var(--sand); border-radius: 50%; box-shadow: 0 0 0 45px rgba(233,213,174,.08); font-family: Georgia, serif; font-size: 170px; font-style: italic; line-height: 1; }
footer { min-height: 150px; justify-content: space-between; gap: 30px; }
.footer-brand { width: 160px; }
footer p { margin: 0; color: var(--muted); font-size: 11px; }
footer div { display: flex; gap: 24px; color: var(--navy); font-size: 12px; font-weight: 650; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 570px; }
  .journey, .faq { grid-template-columns: 1fr; gap: 55px; }
  .product-showcase { grid-template-columns: 1fr; }
  .showcase-art { min-height: 440px; }
  .showcase-copy { padding: 70px 55px; }
  .trust { grid-template-columns: 1fr; gap: 55px; }
  .trust-visual { min-height: 520px; }
  .press { padding: 60px 48px; grid-template-columns: 130px 1fr; gap: 45px; }
  .download-mark { right: -70px; opacity: .35; }
  .download-copy { max-width: 620px; }
}

@media (max-width: 600px) {
  .disclosure { padding: 10px 16px; align-items: flex-start; justify-content: flex-start; gap: 8px 12px; flex-wrap: wrap; line-height: 1.35; }
  .disclosure p { width: calc(100% - 100px); }
  .disclosure a { width: 100%; margin-left: 0; padding-left: 99px; }
  .site-header, .hero, .section, footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 72px; }
  .brand { width: 150px; }
  .header-cta { padding: 8px 12px; font-size: 11px; }
  .hero { padding: 55px 0 60px; }
  h1 { font-size: clamp(44px, 14vw, 58px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { margin-top: 38px; }
  .hero-visual { min-height: 480px; }
  .hero-visual > img { width: 78%; max-height: 445px; }
  .market-chip { display: none; }
  .signal-bar { min-height: 67px; padding: 0 20px; justify-content: flex-start; gap: 16px; overflow: hidden; }
  .signal-bar p:nth-of-type(n+3), .signal-bar i:nth-of-type(n+2) { display: none; }
  .journey, .modules, .trust { padding: 88px 0; }
  h2 { font-size: clamp(40px, 12vw, 52px); }
  .journey { gap: 40px; }
  .journey-list article { min-height: 172px; grid-template-columns: 28px 1fr; gap: 12px; }
  .step-icon { display: none; }
  .journey-list h3 { font-size: 22px; }
  .showcase-art { min-height: 310px; }
  .showcase-art img { width: 145%; }
  .showcase-copy { padding: 55px 26px; }
  .modules-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .modules-heading > p { margin: 0; }
  .module-grid { grid-template-columns: 1fr; }
  .module { min-height: 330px; padding: 26px 24px; }
  .status { max-width: 128px; text-align: center; line-height: 1.25; }
  .press { width: 100%; min-height: 580px; padding: 60px 24px; grid-template-columns: 1fr; gap: 34px; }
  .press-kicker { width: 130px; }
  .press-story h2 { font-size: 43px; }
  .trust { grid-template-columns: 1fr; gap: 55px; }
  .trust-visual { min-height: 470px; }
  .trust-symbol { width: 150px; font-size: 92px; }
  .trust-axis { max-width: calc(100% - 56px); line-height: 1.6; }
  .faq { padding: 85px 0; gap: 48px; }
  summary { font-size: 16px; }
  .download { width: 100%; min-height: 590px; padding: 70px 24px; }
  .download h2 { font-size: 45px; }
  .download-mark { width: 190px; height: 190px; right: -45px; bottom: -25px; top: auto; transform: rotate(-8deg); font-size: 115px; opacity: .32; }
  .store-links { flex-direction: column; align-items: flex-start; }
  footer { min-height: 210px; padding: 36px 0; align-items: flex-start; flex-direction: column; }
}

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