:root {
  color-scheme: dark;
  --bg: #0d0914;
  --surface: #15101e;
  --surface-2: #1d1628;
  --line: rgba(255,255,255,.1);
  --text: #f9f6ff;
  --muted: #aaa1b5;
  --purple: #9d61f4;
  --purple-2: #7137c9;
  --mint: #7fe1ce;
  --gold: #f4bf5d;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 9%, rgba(120,65,197,.18), transparent 30rem),
    radial-gradient(circle at 10% 28%, rgba(61,153,139,.08), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: white; color: #111; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  max-width: calc(var(--max) + 48px);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 24px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(13,9,20,.82);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-weight: 800; letter-spacing: -.3px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { font-size: 20px; }
.brand small { padding: 3px 8px; border: 1px solid rgba(127,225,206,.35); border-radius: 999px; color: var(--mint); font-size: 11px; letter-spacing: 1.1px; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { color: #c4bdcb; text-decoration: none; font-size: 14px; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(171,118,250,.35); border-radius: 999px; background: rgba(124,68,207,.12); color: #e9daff; }

main > section { max-width: var(--max); margin: 0 auto; padding: 104px 24px; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.02fr .9fr; align-items: center; gap: 80px; padding-top: 58px; }
.eyebrow { margin: 0 0 18px; color: #c69cff; font-size: 13px; font-weight: 850; letter-spacing: 2.3px; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 710px; margin: 0; font-size: clamp(54px, 7.5vw, 94px); line-height: .98; letter-spacing: -4.8px; }
h1 span { color: transparent; background: linear-gradient(120deg, #f5d17d, #d79bff 55%, #7fe1ce); background-clip: text; -webkit-background-clip: text; }
.lede { max-width: 650px; margin: 30px 0 0; color: #c2bac9; font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 14px; padding: 0 22px; text-decoration: none; font-weight: 800; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.primary { background: linear-gradient(135deg, var(--purple), var(--purple-2)); box-shadow: 0 16px 34px rgba(114,52,197,.25); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: #ddd6e2; }
.beta-cap { width: fit-content; display: flex; align-items: center; gap: 10px; margin: 20px 0 0; padding: 8px 12px 8px 9px; border: 1px solid rgba(244,191,93,.24); border-radius: 999px; background: rgba(244,191,93,.055); color: #c8becd; font-size: 14px; }
.beta-cap span { padding: 4px 8px; border-radius: 999px; background: rgba(244,191,93,.13); color: #f5cb7c; font-size: 11px; font-weight: 850; letter-spacing: 1.2px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 0; padding: 0; color: #8f8799; list-style: none; font-size: 13px; }
.trust-strip li:before { content: "✓"; margin-right: 7px; color: var(--mint); }

.hero-visual { position: relative; max-width: 455px; justify-self: end; }
.phone-shell { position: relative; height: 660px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: #100b18; box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 0 8px rgba(255,255,255,.025); }
.phone-shell img { display: block; width: 100%; height: auto; transform: translateY(-4px); }
.phone-bar { position: absolute; z-index: 2; top: 0; left: 0; right: 0; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: linear-gradient(#17101f, rgba(23,16,31,.65)); color: var(--mint); text-transform: uppercase; letter-spacing: 1.3px; font-size: 11px; }
.phone-bar span { width: 26px; }
.pick-note { position: absolute; right: -38px; bottom: 58px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(127,225,206,.25); border-radius: 14px; background: rgba(18,24,28,.92); box-shadow: 0 18px 40px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.pick-note .check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(127,225,206,.12); color: var(--mint); font-size: 20px; }
.pick-note strong, .pick-note small { display: block; }
.pick-note strong { font-size: 14px; }
.pick-note small { color: #938b9b; font-size: 12px; }

.problem { border-top: 1px solid rgba(255,255,255,.06); }
h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; letter-spacing: -2.4px; }
.problem h2 { max-width: 850px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.problem-grid article { min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); transition: transform .2s ease, border-color .2s ease; }
.problem-grid article:hover { transform: translateY(-3px); border-color: rgba(198,156,255,.3); }
.problem-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(145deg, rgba(157,97,244,.2), rgba(157,97,244,.05)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.problem-icon svg { width: 34px; height: 34px; stroke: #d2afff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.mood-icon { background: linear-gradient(145deg, rgba(127,225,206,.18), rgba(127,225,206,.04)); }
.mood-icon svg { stroke: var(--mint); }
.tastes-icon { background: linear-gradient(145deg, rgba(244,191,93,.18), rgba(244,191,93,.04)); }
.tastes-icon svg { stroke: var(--gold); }
.problem-grid h3 { margin: 28px 0 8px; font-size: 24px; }
.problem-grid p { margin: 0; color: var(--muted); }

.how { border-top: 1px solid rgba(255,255,255,.06); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 18px; }
.steps { display: grid; gap: 28px; width: min(100%, 1120px); margin: 64px auto 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(150deg, rgba(255,255,255,.05), rgba(255,255,255,.016)); box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.steps li:nth-child(even) { grid-template-columns: minmax(330px, .92fr) minmax(0, 1.08fr); }
.steps li:nth-child(even) .step-screen { order: 2; border-right: 0; border-left: 1px solid var(--line); }
.steps li:nth-child(even) .step-copy { order: 1; }
.step-screen { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; padding: 28px; border-right: 1px solid var(--line); background: radial-gradient(circle at 50% 10%, rgba(157,97,244,.22), transparent 52%), linear-gradient(160deg, #100b18, #07060b); }
.step-screen::after { content: ""; position: absolute; inset: 0; border: 10px solid rgba(255,255,255,.025); pointer-events: none; }
.demo-phone { position: relative; z-index: 1; width: min(100%, 278px); overflow: hidden; border: 7px solid #25202d; border-radius: 34px; background: #0d0a12; box-shadow: 0 28px 60px rgba(0,0,0,.52), inset 0 0 0 1px rgba(255,255,255,.1); transition: transform .35s ease; }
.demo-phone::before { content: ""; position: absolute; z-index: 2; top: 8px; left: 50%; width: 78px; height: 18px; transform: translateX(-50%); border-radius: 12px; background: #08070b; box-shadow: 0 1px 0 rgba(255,255,255,.06); }
.demo-phone img, .demo-phone video { width: 100%; height: auto; display: block; object-fit: contain; }
.steps li:hover .demo-phone { transform: translateY(-4px); }
.step-copy { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-content: center; padding: 46px 42px; }
.step-copy > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(145deg, rgba(157,97,244,.3), rgba(157,97,244,.08)); color: #d7b7ff; font-size: 18px; font-weight: 850; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.demo-label { margin: 0 0 9px!important; color: var(--mint)!important; font-size: 12px!important; font-weight: 850; letter-spacing: 1.1px; line-height: 1.2!important; }
.steps h3 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 34px); line-height: 1.12; letter-spacing: -.8px; }
.steps p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }

.crew { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.crew-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: radial-gradient(circle at 50% 18%, rgba(122,74,194,.2), transparent 42%), #08060d; box-shadow: 0 35px 75px rgba(0,0,0,.38); }
.crew-member { position: relative; min-width: 0; height: auto; aspect-ratio: 562 / 1000; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: #050407; }
.crew-member img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; transition: transform .35s ease; }
.crew-member:hover img { transform: scale(1.035); }
.crew-member figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 6px; padding: 70px 15px 16px; background: linear-gradient(transparent, rgba(4,3,7,.76) 34%, rgba(4,3,7,.98) 72%); }
.crew-member figcaption::before { content: ""; width: 34px; height: 3px; margin-bottom: 2px; border-radius: 999px; background: currentColor; box-shadow: 0 0 14px currentColor; }
.crew-member figcaption strong { color: white; font-size: 21px; font-weight: 950; letter-spacing: 2.2px; line-height: .95; text-shadow: 0 2px 12px rgba(0,0,0,.85); }
.crew-member figcaption span { color: #c2b9ca; font-size: 12px; font-weight: 750; letter-spacing: .75px; text-transform: uppercase; }
.crew-member.quest figcaption { color: #f4bf5d; }
.crew-member.pulse figcaption { color: #5dbaff; }
.crew-member.ace figcaption { color: #da6271; }
.crew-member.echo figcaption { color: #af6eff; }
.crew-member.quest figcaption strong { color: #ffd478; }
.crew-member.pulse figcaption strong { color: #83d6ff; }
.crew-member.ace figcaption strong { color: #ff9aaa; }
.crew-member.echo figcaption strong { color: #d6adff; }
.crew-member.quest { box-shadow: inset 0 -2px 0 rgba(244,191,93,.58); }
.crew-member.pulse { box-shadow: inset 0 -2px 0 rgba(93,186,255,.58); }
.crew-member.ace { box-shadow: inset 0 -2px 0 rgba(218,98,113,.58); }
.crew-member.echo { box-shadow: inset 0 -2px 0 rgba(175,110,255,.58); }
.crew-intro { color: var(--muted); font-size: 18px; }
.crew-list { display: grid; gap: 9px; margin-top: 28px; }
.crew-list article { display: grid; grid-template-columns: 68px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
.crew-list article:last-child { border-bottom: 1px solid var(--line); }
.crew-list b { color: var(--mint); font-weight: 900; letter-spacing: .75px; text-transform: uppercase; }
.crew-list span { color: #bbb3c1; }

.difference { border-top: 1px solid rgba(255,255,255,.06); }
.difference h2 { max-width: 970px; }
.difference-intro { max-width: 880px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.comparison { margin-top: 46px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr 1.08fr; }
.comparison-row + .comparison-row { border-top: 1px solid var(--line); }
.comparison-row span, .comparison-row strong { padding: 21px 24px; }
.comparison-row span { color: #968d9f; }
.comparison-row span + span, .comparison-row strong { border-left: 1px solid var(--line); }
.comparison-row strong { color: #ebddff; background: rgba(126,76,204,.08); }
.comparison-head { background: rgba(255,255,255,.035); font-size: 13px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.comparison-head span:last-child { color: var(--mint); background: rgba(126,76,204,.08); }
.comparison-note { margin: 13px 4px 0; color: #746d7b; font-size: 13px; }

.trust { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.founder-card, .safety-card { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); }
.founder-card { display: grid; grid-template-columns: 118px 1fr; gap: 26px; padding: 34px; }
.founder-avatar { width: 118px; height: 118px; display: block; align-self: start; object-fit: contain; border: 1px solid rgba(198,156,255,.28); border-radius: 30px; background: radial-gradient(circle at 50% 30%, rgba(157,97,244,.26), rgba(18,12,27,.92) 72%); box-shadow: 0 18px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08); }
.founder-quote { margin: 0; }
.founder-card h2 { font-size: clamp(30px, 3vw, 43px); letter-spacing: -1.5px; }
.founder-card p:not(.eyebrow):not(.signature) { color: #b5adba; }
.signature { margin-top: 26px; font-weight: 800; }
.signature span { color: #8f8796; font-size: 13px; font-weight: 500; }
.safety-card { padding: 34px; background: linear-gradient(145deg, rgba(49,116,104,.11), rgba(255,255,255,.018)); }
.safety-card h3 { margin: 0 0 18px; font-size: 23px; }
.safety-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #aaa4ae; }
.safety-card li { position: relative; padding-left: 25px; }
.safety-card li:before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }

.faq { border-top: 1px solid rgba(255,255,255,.06); }
.faq-list { max-width: 900px; margin-top: 42px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary:after { content: "+"; position: absolute; right: 8px; color: #c9a5f8; font-size: 26px; font-weight: 400; }
details[open] summary:after { content: "−"; }
details p { max-width: 760px; margin: -8px 0 24px; color: var(--muted); }
details a { color: #cfadfb; }

.roadmap { border-top: 1px solid rgba(255,255,255,.06); }
.roadmap h2 { max-width: 920px; }
.roadmap-intro { max-width: 820px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.capability-table { margin-top: 44px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.018); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.capability-row { display: grid; grid-template-columns: minmax(0, 1fr) 120px 120px; align-items: center; }
.capability-row + .capability-row { border-top: 1px solid var(--line); }
.capability-row > * { margin: 0; padding: 18px 22px; font-size: 16px; line-height: 1.45; }
.capability-row > * + * { border-left: 1px solid var(--line); }
.capability-row b { color: #f2ebf8; font-weight: 850; }
.capability-row .feature-cell { display: grid; align-self: stretch; place-items: center; }
.capability-row .feature-check { display: grid; width: 28px; height: 28px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: transparent; font-size: 18px; font-weight: 900; line-height: 1; }
.capability-row .feature-check.beta { border-color: rgba(127,225,206,.45); color: var(--mint); background: rgba(127,225,206,.12); }
.capability-row .feature-check.future { border-color: rgba(177,126,247,.45); color: #d8b9ff; background: rgba(157,97,244,.14); }
.capability-row .feature-check.no { background: rgba(255,255,255,.015); }
.capability-head { background: rgba(255,255,255,.045); }
.capability-head span { color: #8f8798; background: transparent; font-size: 12px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.capability-head span:nth-child(n+2) { text-align: center; }
.capability-head span:nth-child(2) { color: var(--mint); }
.capability-head span:nth-child(3) { color: #cba8f8; }
.roadmap-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 16px 4px 0; color: #817988; font-size: 13px; line-height: 1.5; }
.roadmap-note .legend-check { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 6px; font-size: 13px; font-weight: 900; }
.roadmap-note .legend-check.beta { border: 1px solid rgba(127,225,206,.45); color: var(--mint); background: rgba(127,225,206,.12); }
.roadmap-note .legend-check.future { margin-left: 8px; border: 1px solid rgba(177,126,247,.45); color: #d8b9ff; background: rgba(157,97,244,.14); }

.beta-application {
  scroll-margin-top: 88px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 68px;
  align-items: start;
  border-top: 1px solid rgba(255,255,255,.06);
}
.application-intro { position: sticky; top: 112px; }
.application-intro > img { width: 112px; height: 112px; display: block; margin-bottom: 18px; object-fit: contain; }
.application-intro h2 { font-size: clamp(38px, 4.6vw, 60px); }
.application-intro > p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.application-intro ul { display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.application-intro li { display: grid; grid-template-columns: 22px 1fr; column-gap: 12px; }
.application-intro li::before { content: "✓"; grid-row: 1 / 3; width: 22px; height: 22px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; background: rgba(127,225,206,.12); color: var(--mint); font-size: 12px; font-weight: 900; }
.application-intro li strong, .application-intro li span { grid-column: 2; }
.application-intro li strong { color: #eee7f3; font-size: 15px; }
.application-intro li span { color: #8e8695; font-size: 13px; }

.application-card { min-width: 0; border: 1px solid rgba(198,156,255,.2); border-radius: 28px; background: radial-gradient(circle at 100% 0, rgba(142,78,231,.15), transparent 34%), #15101d; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.application-card form { display: grid; gap: 22px; padding: 34px; }
.application-form-heading { padding-bottom: 4px; }
.application-form-heading > span { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(127,225,206,.24); border-radius: 999px; background: rgba(127,225,206,.07); color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .75px; text-transform: uppercase; }
.application-form-heading h3 { margin: 14px 0 4px; font-size: 30px; letter-spacing: -.7px; }
.application-form-heading p { margin: 0; color: #8e8695; font-size: 14px; }
.application-card label, .application-card legend { color: #e6dfea; font-size: 14px; font-weight: 780; }
.application-card label > span, .application-card legend > span { margin-left: 5px; color: #817889; font-size: 11px; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.application-card label:not(.feedback-commitment):not(.service-options label):not(.website-field) { display: grid; gap: 8px; }
.application-card input[type="text"],
.application-card input[type="email"],
.application-card select,
.application-card textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  outline: 0;
  background: #0f0b15;
  color: #f7f2fa;
  padding: 13px 14px;
  font: inherit;
  font-size: 16px;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.application-card textarea { min-height: 122px; resize: vertical; line-height: 1.5; }
.application-card input::placeholder, .application-card textarea::placeholder { color: #6f6776; }
.application-card input:focus, .application-card select:focus, .application-card textarea:focus { border-color: rgba(190,142,255,.75); box-shadow: 0 0 0 3px rgba(157,97,244,.13); }
.application-card select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #9f93aa 50%), linear-gradient(135deg, #9f93aa 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.application-card fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.application-card legend { margin-bottom: 10px; }
.service-options { display: flex; flex-wrap: wrap; gap: 8px; }
.service-options label { position: relative; cursor: pointer; }
.service-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.service-options label span { display: block; margin: 0; padding: 9px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.025); color: #aaa1b0; font-size: 13px; font-weight: 720; transition: border-color .16s ease, background .16s ease, color .16s ease; }
.service-options input:checked + span { border-color: rgba(127,225,206,.42); background: rgba(127,225,206,.11); color: #a9f1e3; }
.service-options input:focus-visible + span { outline: 2px solid #c69cff; outline-offset: 2px; }
.character-count { justify-self: end; margin-top: -3px; color: #716978; font-size: 11px; font-weight: 600; }
.feedback-commitment { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.feedback-commitment input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: #8b4ee0; }
.feedback-commitment > span { margin: 0!important; color: #aaa1b0!important; font-size: 14px!important; line-height: 1.45; }
.website-field { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; }
.application-submit { width: 100%; border: 0; cursor: pointer; font-size: 16px; }
.application-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.application-privacy { margin: -8px 0 0; color: #746c7a; font-size: 12px; line-height: 1.5; text-align: center; }
.form-error { margin: -4px 0 0; padding: 11px 13px; border: 1px solid rgba(241,115,139,.24); border-radius: 11px; background: rgba(147,37,58,.13); color: #f2a2b2; font-size: 14px; }
.application-success { min-height: 650px; display: grid; align-content: center; justify-items: center; padding: 44px; text-align: center; }
.application-success[hidden] { display: none; }
.application-success .success-check { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(127,225,206,.35); border-radius: 50%; background: rgba(127,225,206,.1); color: var(--mint); font-size: 30px; }
.application-success .eyebrow { margin-bottom: 10px; }
.application-success h3 { max-width: 440px; margin: 0; font-size: 34px; line-height: 1.15; }
.application-success > p:not(.eyebrow) { max-width: 470px; margin: 16px 0 26px; color: var(--muted); font-size: 17px; }

footer { max-width: var(--max); margin: 24px auto 0; min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 24px; color: #847d89; font-size: 13px; }
.footer-brand { justify-self: start; }
.footer-brand img { width: 40px; height: 40px; }
.footer-brand span { font-size: 16px; }
footer p { margin: 0; text-align: center; }
footer > a:last-child { justify-self: end; color: #bba0df; text-decoration: none; }

@media (max-width: 960px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 480px); justify-self: center; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 0; }
  .problem-grid h3 { margin-top: 20px; }
  .section-heading, .crew, .trust, .beta-application { grid-template-columns: 1fr; }
  .beta-application { gap: 42px; }
  .application-intro { position: static; }
  .section-heading { gap: 24px; }
  .steps li, .steps li:nth-child(even) { grid-template-columns: 1fr; }
  .steps li:nth-child(even) .step-screen, .steps li:nth-child(even) .step-copy { order: initial; }
  .step-screen, .steps li:nth-child(even) .step-screen { min-height: 680px; padding: 28px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-copy { padding: 34px 28px; }
  .crew-gallery { width: min(100%, 760px); justify-self: center; order: 2; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; padding: 9px 16px; }
  .brand img { width: 46px; height: 46px; }
  .brand span { font-size: 17px; }
  .brand small { display: none; }
  .nav-cta { padding: 8px 11px; font-size: 12px; }
  main > section { padding: 76px 18px; }
  .hero { padding-top: 46px; }
  h1 { font-size: 52px; letter-spacing: -3px; }
  .lede { font-size: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .beta-cap { width: 100%; justify-content: center; border-radius: 14px; }
  .trust-strip { display: grid; gap: 7px; }
  .phone-shell { height: 590px; border-radius: 28px; }
  .pick-note { right: 12px; bottom: 20px; }
  .problem-grid article { padding: 23px; }
  .steps { gap: 20px; margin-top: 44px; }
  .steps li, .steps li:nth-child(even) { grid-template-columns: 1fr; }
  .steps li:nth-child(even) .step-screen, .steps li:nth-child(even) .step-copy { order: initial; }
  .step-screen, .steps li:nth-child(even) .step-screen { min-height: 640px; padding: 22px 14px; }
  .demo-phone { width: min(100%, 260px); }
  .step-copy { grid-template-columns: 46px 1fr; gap: 13px; padding: 24px 20px 27px; }
  .step-copy > span { width: 42px; height: 42px; }
  .steps h3 { font-size: 25px; }
  .steps p { font-size: 16px; line-height: 1.55; }
  .crew-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 8px; }
  .crew-member { height: auto; }
  .crew-list article { grid-template-columns: 60px 1fr; }
  .comparison-row span, .comparison-row strong { padding: 16px 13px; font-size: 14px; }
  .founder-card { grid-template-columns: 1fr; padding: 24px; }
  .founder-avatar { width: 104px; height: 104px; }
  .safety-card { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .application-card form { padding: 24px 20px; }
  .application-intro > img { width: 90px; height: 90px; }
  .application-success { min-height: 560px; padding: 34px 22px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 700px) {
  .comparison { border: 0; border-radius: 0; overflow: visible; background: transparent; }
  .comparison-head { display: none; }
  .comparison-row:not(.comparison-head) { grid-template-columns: 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
  .comparison-row + .comparison-row { margin-top: 12px; border-top: 1px solid var(--line); }
  .comparison-row span, .comparison-row strong { display: grid; grid-template-columns: 118px 1fr; gap: 12px; align-items: start; padding: 17px 16px; border-left: 0; font-size: 15px; line-height: 1.45; }
  .comparison-row span + span, .comparison-row strong { border-top: 1px solid var(--line); border-left: 0; }
  .comparison-row span::before, .comparison-row strong::before { content: attr(data-label); color: #827a8a; font-size: 11px; font-weight: 850; letter-spacing: .65px; line-height: 1.35; text-transform: uppercase; }
  .comparison-row strong::before { color: var(--mint); }
  .difference-intro { font-size: 16px; }
  .roadmap-intro { font-size: 16px; }
  .capability-table { margin-top: 32px; border-radius: 18px; }
  .capability-row { grid-template-columns: minmax(0, 1fr) 68px 68px; }
  .capability-row + .capability-row { margin-top: 0; }
  .capability-row > * { padding: 14px 12px; font-size: 14px; }
  .capability-row b { font-size: 14px; line-height: 1.35; }
  .capability-head span { display: block; padding: 13px 8px; font-size: 10px; }
  .capability-row .feature-cell { padding: 12px 8px; }
  .capability-row .feature-check { width: 24px; height: 24px; padding: 0; font-size: 15px; }
  .roadmap-note { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .demo-phone { transition: none; }
  .crew-member img { transition: none; }
  .problem-grid article { transition: none; }
  .problem-grid article:hover { transform: none; }
}
