:root {
  --navy-950: #031127;
  --navy-900: #061a38;
  --navy-850: #082348;
  --navy-800: #0a2b59;
  --navy-700: #123e76;
  --blue: #1557b0;
  --blue-bright: #1769e0;
  --red: #ed1c24;
  --red-dark: #c81119;
  --white: #ffffff;
  --off-white: #f6f8fc;
  --ink: #071a38;
  --muted: #5e6f88;
  --line: #dbe2ec;
  --success: #0e9f6e;
  --shadow: 0 18px 45px rgba(2, 17, 39, 0.12);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { 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.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000; background: #fff; color: var(--ink);
  padding: 10px 14px; border-radius: 10px; font-weight: 800; transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute; inset: 0 0 auto 0; z-index: 50; height: 92px;
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 258px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) {
  color: rgba(255,255,255,.88); text-decoration: none; font-weight: 700; font-size: 15px;
}
.site-nav > a:not(.button):hover { color: #fff; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span { width: 25px; height: 2px; background: #fff; display: block; margin: 5px 0; border-radius: 99px; }

.button {
  display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center;
  border: 0; border-radius: 12px; background: var(--red); color: #fff; text-decoration: none;
  font-weight: 850; letter-spacing: -.01em; transition: transform .18s ease, background-color .18s ease;
}
.button:hover { background: var(--red-dark); transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible, .faq-question:focus-visible, .menu-button:focus-visible {
  outline: 3px solid #6ea8ff; outline-offset: 3px;
}
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.text-link { color: var(--blue); font-weight: 850; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; }
.text-link span { font-size: 22px; }

.hero {
  min-height: 790px; background: var(--navy-950); color: #fff; position: relative; overflow: hidden;
  padding: 158px 0 88px;
}
.hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(44, 115, 226, .18);
  border-radius: 50%; right: -250px; top: 70px;
}
.hero::after {
  content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%; right: 80px; top: 175px;
}
.hero-accent { position: absolute; height: 12px; width: 50%; bottom: 0; z-index: 1; transform: skewX(-24deg); }
.hero-accent-blue { background: var(--blue-bright); left: -6%; }
.hero-accent-red { background: var(--red); right: -6%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 70px; position: relative; z-index: 3; }
.eyebrow {
  display: inline-flex; gap: 8px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .14em;
  font-weight: 900; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 11px;
  background: rgba(255,255,255,.04);
}
.eyebrow-light { color: var(--blue); border-color: #dce7f7; background: #f4f8ff; }
.dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.hero h1 {
  font-size: clamp(54px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; margin: 22px 0 24px; max-width: 760px;
}
.hero h1 span { color: var(--red); }
.hero-lede { max-width: 650px; color: #c8d3e4; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; margin: 0 0 30px; }
.hero-form { max-width: 650px; }
.form-row { display: flex; gap: 10px; }
.form-row input[type="email"] {
  flex: 1 1 auto; min-width: 0; min-height: 54px; border: 1px solid #cad4e2; background: #fff; color: var(--ink);
  border-radius: 12px; padding: 0 17px; box-shadow: none;
}
.form-row input[type="email"]::placeholder { color: #7a8799; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-note { font-size: 13px; margin: 8px 0 0; color: #95a6bd; }
.form-status { min-height: 24px; margin-top: 6px; font-weight: 750; font-size: 14px; }
.form-status.success { color: #45e39b; }
.form-status.error { color: #ff8185; }
.waitlist-section .form-status.success { color: #b7ffdd; }
.waitlist-section .form-status.error { color: #ffd0d2; }
.waitlist-form.submitted .form-row { display: none; }
.waitlist-form.submitted .form-note { display: none; }
.waitlist-form.submitted .form-status { font-size: 17px; min-height: auto; padding: 13px 0 0; }
.trust-row { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #8ea0bb; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #526781; }

.hero-visual { min-height: 560px; display: grid; place-items: center; position: relative; }
.hero-phone { position: relative; z-index: 3; width: min(330px, 82%); filter: drop-shadow(0 24px 35px rgba(0,0,0,.35)); transform: rotate(2deg); }
.back-card { position: absolute; width: 290px; height: 420px; border: 10px solid #fff; border-radius: 30px; top: 65px; }
.back-card-blue { background: var(--blue); transform: translateX(-100px) rotate(-10deg); }
.back-card-red { background: var(--red); transform: translateX(100px) rotate(10deg); }
.floating-pill {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; background: #fff; color: var(--ink); padding: 11px 14px;
  border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 13px; font-weight: 850;
}
.pill-icon { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--red); color: #fff; }
.pill-one { left: 8px; top: 130px; }
.pill-two { right: 3px; bottom: 110px; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 27px 0; }
.proof-grid div { padding: 0 22px; border-right: 1px solid var(--line); display: flex; gap: 8px; align-items: baseline; justify-content: center; }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border-right: 0; padding-right: 0; }
.proof-grid strong { color: var(--navy-900); font-size: 15px; }
.proof-grid span { color: var(--muted); font-size: 13px; }

.section { padding: 104px 0; }
.section-heading { max-width: 580px; }
.section-heading.centered { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-heading h2, .feature-intro h2, .story-copy h2, .waitlist-copy h2 {
  font-size: clamp(36px, 4.5vw, 54px); line-height: 1.05; letter-spacing: -.045em; margin: 18px 0 18px; color: var(--navy-950);
}
.section-heading p, .feature-intro p, .story-copy > p { color: var(--muted); font-size: 18px; line-height: 1.7; }

.how { background: var(--off-white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; min-height: 260px;
  box-shadow: 0 9px 25px rgba(4, 25, 55, .04);
}
.featured-step { border-top: 5px solid var(--red); padding-top: 26px; }
.step-top { display: flex; justify-content: space-between; align-items: center; }
.step-number { color: var(--blue); font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--navy-900); border-radius: 12px; font-size: 24px; font-weight: 700; }
.step-card h3 { font-size: 26px; margin: 35px 0 10px; color: var(--navy-950); letter-spacing: -.025em; }
.step-card p { color: var(--muted); margin: 0; line-height: 1.7; }

.features { background: #fff; }
.feature-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.feature-intro { position: sticky; top: 36px; }
.feature-intro p { margin-bottom: 25px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; min-height: 245px; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; }
.feature-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon-blue { color: var(--blue); background: #eef5ff; }
.feature-icon-red { color: var(--red); background: #fff0f1; }
.feature-card h3 { color: var(--navy-950); font-size: 21px; margin: 28px 0 9px; }
.feature-card p { color: var(--muted); margin: 0; line-height: 1.65; }

.collection-story { background: var(--off-white); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.story-visual { min-height: 430px; position: relative; display: grid; place-items: center; }
.card-stack { position: absolute; width: 330px; height: 390px; border: 10px solid #fff; border-radius: 30px; box-shadow: var(--shadow); }
.card-stack-blue { background: var(--blue); transform: translate(-55px, 6px) rotate(-8deg); }
.card-stack-red { background: var(--red); transform: translate(55px, 6px) rotate(8deg); }
.card-stack-main {
  position: relative; z-index: 2; width: 350px; height: 410px; background: var(--navy-950); color: #fff; border: 10px solid #fff;
  border-radius: 30px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 38px;
}
.card-stack-main img { width: 104px; }
.card-stack-main span { display: block; color: #95a8c4; font-weight: 850; font-size: 12px; letter-spacing: .12em; margin-bottom: 8px; }
.card-stack-main strong { display: block; font-size: 31px; letter-spacing: -.035em; line-height: 1.1; }
.card-stack-main small { display: block; margin-top: 8px; color: #d2dbea; font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--navy-900); font-weight: 800; }
.check-list span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #eaf3ff; color: var(--blue); font-size: 12px; }

.waitlist-section { padding: 80px 0; background: #fff; }
.waitlist-box {
  background: var(--navy-950); color: #fff; border-radius: var(--radius-xl); padding: 52px; display: grid;
  grid-template-columns: auto 1fr .9fr; align-items: center; gap: 30px; position: relative; overflow: hidden;
}
.waitlist-box::after { content: ""; position: absolute; right: -50px; bottom: -80px; width: 240px; height: 150px; background: var(--red); transform: rotate(-18deg); opacity: .12; }
.waitlist-mark { width: 100px; height: 100px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; display: grid; place-items: center; background: #0a2349; }
.waitlist-mark img { width: 72px; }
.waitlist-copy h2 { color: #fff; font-size: clamp(32px, 4vw, 46px); margin: 14px 0 10px; }
.waitlist-copy p { color: #afbdd0; margin: 0; }
.waitlist-box .waitlist-form { position: relative; z-index: 2; }
.waitlist-box label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 8px; color: #dce4ef; }
.waitlist-box .form-note { color: #8ea0b8; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 23px 0; background: transparent; border: 0; display: flex; justify-content: space-between; gap: 18px; align-items: center; color: var(--navy-950); text-align: left; font-weight: 850; font-size: 18px; }
.faq-question b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--off-white); color: var(--blue); }
.faq-answer { padding: 0 42px 23px 0; color: var(--muted); line-height: 1.7; }
.faq-answer p { margin: 0; }

.site-footer { background: var(--navy-950); color: #fff; border-top: 1px solid rgba(255,255,255,.08); padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px 40px; align-items: center; }
.footer-brand img { width: 205px; }
.footer-brand p { color: #899cb7; margin: 10px 0 0; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #c6d0df; text-decoration: none; font-size: 14px; font-weight: 700; }
.copyright { grid-column: 1 / -1; color: #6f829e; font-size: 13px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; margin: 0; }

@media (max-width: 1020px) {
  .brand img { width: 220px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 38px; }
  .hero h1 { font-size: clamp(52px, 6.5vw, 68px); }
  .hero-visual { min-height: 500px; }
  .hero-phone { width: 285px; }
  .back-card { width: 245px; height: 355px; }
  .feature-layout { gap: 42px; }
  .story-grid { gap: 55px; }
  .waitlist-box { grid-template-columns: auto 1fr; }
  .waitlist-box .waitlist-form { grid-column: 2; }
}

@media (max-width: 820px) {
  .site-header { height: 78px; }
  .brand img { width: 195px; }
  .menu-button { display: block; position: relative; z-index: 80; }
  .site-nav {
    position: fixed; inset: 0 0 auto 0; transform: translateY(-110%); background: var(--navy-950); padding: 100px 28px 30px;
    flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 18px 40px rgba(0,0,0,.25); transition: transform .23s ease; z-index: 70;
  }
  .site-nav.open { transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
  .site-nav .button { margin-top: 20px; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { text-align: center; }
  .hero-lede, .hero-form { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 520px; margin-top: 8px; }
  .trust-row { justify-content: center; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 18px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .feature-layout, .story-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-intro { position: static; max-width: 650px; }
  .story-visual { order: 2; }
  .story-copy { order: 1; }
  .waitlist-box { grid-template-columns: 1fr; text-align: center; }
  .waitlist-mark { margin-inline: auto; }
  .waitlist-box .waitlist-form { grid-column: auto; text-align: left; max-width: 620px; width: 100%; margin-inline: auto; }
  .faq-grid { gap: 38px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 172px; }
  .hero { padding: 116px 0 68px; }
  .hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-lede { font-size: 17px; }
  .form-row { flex-direction: column; }
  .form-row .button { width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 9px 11px; }
  .hero-visual { min-height: 465px; }
  .hero-phone { width: 255px; }
  .back-card { width: 215px; height: 315px; border-width: 8px; }
  .back-card-blue { transform: translateX(-72px) rotate(-9deg); }
  .back-card-red { transform: translateX(72px) rotate(9deg); }
  .floating-pill { font-size: 12px; padding: 9px 12px; }
  .pill-one { left: 0; top: 100px; }
  .pill-two { right: 0; bottom: 85px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { display: block; text-align: center; padding: 0 10px; }
  .proof-grid strong, .proof-grid span { display: block; }
  .section { padding: 76px 0; }
  .section-heading h2, .feature-intro h2, .story-copy h2, .waitlist-copy h2 { font-size: 38px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .story-visual { min-height: 370px; }
  .card-stack { width: 255px; height: 315px; border-width: 8px; }
  .card-stack-main { width: 270px; height: 330px; border-width: 8px; padding: 28px; }
  .card-stack-main img { width: 82px; }
  .card-stack-main strong { font-size: 25px; }
  .check-list { grid-template-columns: 1fr; }
  .waitlist-section { padding: 52px 0; }
  .waitlist-box { padding: 34px 22px; border-radius: 22px; }
  .waitlist-box .form-row { gap: 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
}

@media (max-width: 370px) {
  .brand img { width: 155px; }
  .hero h1 { font-size: 43px; }
  .hero-visual { min-height: 430px; }
  .hero-phone { width: 235px; }
  .back-card { width: 195px; height: 285px; }
  .floating-pill { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
