:root {
  --paper: #f6efe2; --card: #fffaf2; --ink: #1c1714; --muted: #746c65;
  --pink: #ff335c; --yellow: #ffc72c; --line: rgba(28, 23, 20, .13); --radius: 28px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.preview :focus-visible, .feature-dark :focus-visible { outline-color: var(--yellow); }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 12px; padding: 12px 16px; border-radius: 8px; color: var(--ink); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 12px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; display: flex; width: min(1180px, calc(100% - 48px)); height: 92px; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 25px; letter-spacing: .03em; text-transform: uppercase; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: white; background: var(--pink); font-size: 23px; line-height: 1; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 750; }
.site-header nav a { transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .58; }
.site-header .nav-cta { padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; }

.hero { display: grid; min-height: 820px; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; padding-top: 112px; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 4px; border-radius: 4px; background: var(--pink); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: .005em; line-height: .88; text-transform: uppercase; }
h1 { max-width: 650px; font-size: clamp(72px, 7.8vw, 118px); }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-intro { max-width: 600px; margin: 32px 0 0; color: var(--muted); font-size: 20px; font-weight: 520; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 18px 22px; border-radius: 17px; font-family: var(--display); font-size: 19px; letter-spacing: .035em; text-transform: uppercase; }
.button-primary { position: relative; top: 0; min-width: 235px; color: white; background: var(--pink); box-shadow: 0 6px 0 var(--ink); transition: top .15s ease, box-shadow .15s ease; }
.button-primary:hover { top: 3px; box-shadow: 0 3px 0 var(--ink); }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 2px solid currentColor; padding-bottom: 4px; font-size: 14px; font-weight: 800; }
.proof-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 54px; color: var(--muted); font-size: 12px; font-weight: 760; text-transform: uppercase; }
.proof-row span::before { content: "✓"; margin-right: 7px; color: var(--pink); font-weight: 950; }

.hero-visual { position: relative; min-height: 650px; }
.sun-disc { position: absolute; top: 47px; right: -20px; width: 430px; height: 430px; border-radius: 50%; background: var(--yellow); }
.route-line { position: absolute; right: -36px; bottom: -70px; width: 360px; opacity: .75; }
.route-line path, .card-route path { fill: none; stroke: var(--ink); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 8 10; }
.phone { position: absolute; z-index: 3; width: 285px; padding: 8px; border: 3px solid var(--ink); border-radius: 49px; background: var(--ink); box-shadow: 0 25px 70px rgba(28, 23, 20, .2); }
.phone-shell { overflow: hidden; border-radius: 38px; background: var(--paper); }
.phone-shell img { width: 100%; height: auto; }
.phone-hero { top: 12px; left: 90px; transform: rotate(-3.5deg); }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; border: 2px solid var(--ink); background: var(--card); box-shadow: 5px 6px 0 var(--ink); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-family: var(--display); letter-spacing: .04em; text-transform: uppercase; }
.float-card small { margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.float-card-top { top: 115px; left: 0; padding: 13px 18px 13px 13px; border-radius: 17px; transform: rotate(2deg); }
.float-card-bottom { right: -2px; bottom: 95px; padding: 16px 24px; border-radius: 17px; transform: rotate(3deg); }
.float-card-bottom strong { color: var(--pink); font-size: 25px; }
.float-icon { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 11px; color: white; background: var(--pink); font-size: 23px; font-weight: 900; }

.ticker { overflow: hidden; border-block: 2px solid var(--ink); background: var(--yellow); }
.ticker div { display: flex; width: max-content; min-width: 100%; align-items: center; justify-content: space-around; gap: 30px; padding: 18px 28px; font-family: var(--display); font-size: 20px; letter-spacing: .04em; text-transform: uppercase; }
.ticker b { font-size: 14px; }

.features { padding-block: 122px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(55px, 6.3vw, 86px); }
.section-heading > p:last-child { max-width: 480px; margin: 0 0 3px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; display: flex; min-height: 440px; flex-direction: column; overflow: hidden; padding: 28px; border: 2px solid var(--ink); border-radius: var(--radius); }
.feature-number { align-self: flex-start; padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 900; }
.feature-icon { display: grid; width: 62px; height: 62px; margin: 48px 0 28px; place-items: center; border: 2px solid currentColor; border-radius: 19px; font-size: 32px; font-weight: 900; }
.feature-card h3 { position: relative; z-index: 2; font-size: 37px; }
.feature-card p { position: relative; z-index: 2; margin: 16px 0 0; font-size: 15px; line-height: 1.55; opacity: .72; }
.feature-dark { color: var(--paper); background: var(--ink); }
.feature-pink { color: white; background: #cf2148; }
.feature-pink p { opacity: 1; }
.feature-light { background: var(--card); }
.mini-chart { display: flex; height: 83px; align-items: end; gap: 8px; margin-top: auto; }
.mini-chart i { width: 12%; height: 40%; border-radius: 6px 6px 2px 2px; background: #655d58; }
.mini-chart i:nth-child(2) { height: 58%; } .mini-chart i:nth-child(3) { height: 48%; } .mini-chart i:nth-child(4) { height: 74%; background: var(--yellow); } .mini-chart i:nth-child(5) { height: 66%; } .mini-chart i:nth-child(6) { height: 88%; background: var(--pink); } .mini-chart i:nth-child(7) { height: 76%; }
.card-route { position: absolute; right: -20px; bottom: -8px; width: 94%; opacity: .65; }
.card-route path { stroke: white; }
.privacy-toggle { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 15px 16px; border: 1px solid var(--line); border-radius: 16px; font-size: 13px; font-weight: 800; }
.privacy-toggle i { display: block; width: 50px; height: 28px; padding: 4px; border-radius: 999px; background: var(--pink); }
.privacy-toggle i::after { content: ""; display: block; width: 20px; height: 20px; margin-left: auto; border-radius: 50%; background: white; }

.preview { overflow: hidden; color: var(--paper); background: var(--ink); }
.preview-layout { display: grid; min-height: 800px; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.preview-copy { padding-block: 90px; }
.eyebrow-light span { background: var(--yellow); }
.preview-copy h2 em { color: var(--yellow); }
.preview-copy > p:not(.eyebrow) { max-width: 510px; margin: 30px 0 0; color: rgba(246, 239, 226, .67); font-size: 18px; line-height: 1.6; }
.check-list { display: grid; gap: 17px; padding: 0; margin: 34px 0 0; list-style: none; font-size: 14px; font-weight: 780; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--ink); background: var(--yellow); }
.phone-stack { position: relative; align-self: stretch; min-height: 760px; }
.phone-stack::before { content: ""; position: absolute; top: 110px; left: 70px; width: 480px; height: 480px; border-radius: 50%; background: var(--pink); }
.phone-stack .phone { top: 105px; width: 260px; }
.phone-left { left: 0; transform: rotate(-7deg); }
.phone-front { z-index: 4; left: 245px; transform: rotate(6deg); }

.privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; padding-block: 130px; }
.privacy-art { position: relative; width: min(100%, 470px); aspect-ratio: 1; }
.privacy-ring { position: absolute; border: 3px solid var(--pink); border-radius: 50%; }
.ring-one { inset: 36px; }
.ring-two { inset: 105px; border-color: var(--yellow); }
.privacy-lock { position: absolute; top: 50%; left: 50%; display: grid; width: 138px; height: 138px; place-items: center; border: 3px solid var(--ink); border-radius: 32px; color: transparent; background: var(--ink); box-shadow: 10px 10px 0 var(--pink); transform: translate(-50%, -50%); }
.privacy-lock::before { content: ""; position: absolute; top: -65px; width: 92px; height: 82px; border: 18px solid var(--ink); border-bottom: 0; border-radius: 55px 55px 0 0; }
.privacy-lock span { color: var(--yellow); font-size: 58px; }
.privacy-copy h2 { font-size: clamp(52px, 5.7vw, 77px); }
.privacy-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 18px; line-height: 1.62; }

.waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 24px; padding: 80px; border-radius: 38px; color: var(--paper); background: #cf2148; }
.waitlist .eyebrow span { background: var(--yellow); }
.waitlist h2 { font-size: clamp(52px, 5.7vw, 79px); }
.waitlist h2 em { color: var(--yellow); }
.waitlist-form-wrap > p { max-width: 500px; margin: 0 0 24px; line-height: 1.55; }
#waitlist-form { display: flex; gap: 10px; padding: 7px; border: 2px solid var(--ink); border-radius: 18px; background: white; box-shadow: 0 6px 0 var(--ink); }
#waitlist-form input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 11px 12px; color: var(--ink); background: transparent; }
#waitlist-form:focus-within { outline: 3px solid var(--ink); outline-offset: 4px; }
#waitlist-form button { flex: none; border: 0; border-radius: 11px; padding: 14px 18px; color: var(--paper); background: var(--ink); font-family: var(--display); font-size: 16px; letter-spacing: .03em; text-transform: uppercase; cursor: pointer; }
#waitlist-form button:disabled { cursor: wait; opacity: .65; }
.site-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.waitlist .form-note { margin: 15px 0 0; font-size: 13px; font-weight: 750; }
.waitlist .form-note[data-state="error"] { padding-left: 10px; border-left: 3px solid var(--yellow); }

.site-footer { display: flex; min-height: 135px; align-items: center; justify-content: space-between; }
.site-footer > p { color: var(--muted); font-family: var(--display); font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
.site-footer > p span { color: var(--pink); }
.site-footer > div { display: flex; gap: 22px; font-size: 12px; font-weight: 760; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 420px; gap: 20px; } .phone-hero { left: 60px; }
  .feature-card { padding: 22px; } .feature-card h3 { font-size: 34px; }
  .preview-layout { grid-template-columns: 1fr 1fr; gap: 20px; } .phone-stack .phone { width: 230px; } .phone-front { left: 180px; }
  .privacy { gap: 40px; } .waitlist { padding: 60px 48px; gap: 44px; }
}
@media (max-width: 820px) {
  .wrap, .site-header { width: min(100% - 30px, 620px); } .site-header { height: 72px; }
  .site-header nav > a:not(.nav-cta) { display: none; } .site-header .nav-cta { padding: 10px 14px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 125px; padding-bottom: 85px; }
  h1 { font-size: clamp(64px, 20vw, 94px); } .hero-intro { font-size: 17px; }
  .proof-row { margin-top: 42px; gap: 12px 17px; } .hero-visual { min-height: 610px; }
  .sun-disc { top: 60px; right: -45px; width: 370px; height: 370px; }
  .phone-hero { left: 50%; width: 255px; transform: translateX(-50%) rotate(-3deg); }
  .float-card-top { top: 120px; left: 0; } .float-card-bottom { right: 0; bottom: 80px; }
  .ticker div { justify-content: flex-start; font-size: 17px; } .features { padding-block: 86px; }
  .section-heading { display: block; } .section-heading > p:last-child { margin-top: 24px; }
  .feature-grid { grid-template-columns: 1fr; } .feature-card { min-height: 400px; }
  .preview-layout { display: block; min-height: auto; } .preview-copy { padding: 82px 0 20px; }
  .phone-stack { min-height: 670px; } .phone-stack::before { left: 50%; width: 370px; height: 370px; transform: translateX(-50%); }
  .phone-stack .phone { top: 110px; width: 210px; } .phone-left { left: calc(50% - 190px); } .phone-front { left: calc(50% - 15px); }
  .privacy { grid-template-columns: 1fr; gap: 40px; padding-block: 90px; } .privacy-art { width: min(100%, 370px); margin-inline: auto; }
  .ring-one { inset: 24px; } .ring-two { inset: 87px; } .privacy-lock { width: 120px; height: 120px; }
  .waitlist { grid-template-columns: 1fr; gap: 40px; padding: 54px 25px; }
  #waitlist-form { flex-direction: column; } #waitlist-form button { width: 100%; }
  .site-footer { flex-wrap: wrap; gap: 22px; padding-block: 35px; } .site-footer > p { order: 3; width: 100%; margin: 0; }
}
@media (max-width: 420px) {
  .hero-actions { align-items: flex-start; flex-direction: column; } .button-primary { width: 100%; }
  .float-card-top { left: -5px; } .float-card-bottom { right: -5px; }
  .phone-stack .phone { width: 195px; } .phone-left { left: 15px; } .phone-front { right: 10px; left: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
