:root{--ground:#141d26;--ground2:#1b2631;--mat:#efeae1;--red:#c62f23;--red-lt:#e0503f;--cta:#e8650a;--cta-dk:#c9560a;--ink:#eef0f2;--muted:#a9b4bf;--line:rgba(238,240,242,.22);--display:'Young Serif',Georgia,serif;--body:'Karla',system-ui,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--ground);color:var(--ink);font:16px/1.45 var(--body)}button,input{font:inherit;color:inherit}img{display:block}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.nav{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--ground)}.brand img{width:auto}.login{background:0 0;border:0;padding:6px 0;cursor:pointer;color:var(--muted);font-size:13px;text-align:right;line-height:1.2}.login strong{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.signup{background:var(--ground)}.step-meta{display:flex;align-items:center;gap:12px}#back-step{background:0 0;border:0;padding:0;color:var(--muted);font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.progress-track{flex:1;height:5px;border-radius:5px;background:var(--line);overflow:hidden}#progress-fill{display:block;height:100%;width:0;background:var(--cta);transition:width .25s ease}#step-content h2,#step-content legend{font:700 18px/1.25 var(--body);color:var(--ink);margin:0 0 6px;padding:0;outline:0}fieldset{border:0;margin:0;padding:0;min-width:0}.stackq{display:grid;gap:8px}.choice{display:flex;align-items:center;width:100%;border:1.5px solid var(--line);background:rgba(255,255,255,.04);border-radius:10px;padding:0 16px;font-weight:600;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.choice::before{content:"";width:16px;height:16px;border-radius:50%;border:2px solid var(--muted);margin-right:12px;flex:none}.choice[aria-pressed=true]{border-color:var(--cta);background:rgba(232,101,10,.12)}.choice[aria-pressed=true]::before{border-color:var(--cta);background:radial-gradient(circle,var(--cta) 45%,transparent 50%)}#step-content label{display:block;font-size:14px;color:var(--muted);margin:0 0 6px}#step-content input{display:block;width:100%;border:1.5px solid var(--line);background:rgba(255,255,255,.06);border-radius:10px;padding:0 14px;font-size:17px;outline:0}#step-content input:focus{border-color:var(--cta)}#step-content input::placeholder{color:#7f8b97}.field-note{margin:6px 0 0;font-size:13px;color:var(--muted)}.error{margin:0;color:#ff9b7a;font-size:14px;font-weight:600;line-height:18px;min-height:18px}.primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-radius:10px;background:var(--cta);color:#fff;font-weight:700;font-size:17px;cursor:pointer;box-shadow:0 3px 0 var(--cta-dk);transition:transform .1s}.primary:active{transform:translateY(2px);box-shadow:0 1px 0 var(--cta-dk)}.privacy-note{margin:8px 0 0;text-align:center;font-size:13px;color:var(--muted)}.privacy-note strong{color:var(--ink)}.photo{margin:0;background:var(--mat)}.photo picture{display:contents}.photo img{object-fit:cover;outline:2px solid var(--red);outline-offset:0}.closing{background:var(--ground2);border-top:4px solid var(--red)}.points{display:grid;gap:28px}.point h3{font:400 22px/1.2 var(--display);color:var(--ink);margin:0 0 8px}.point h3::before{content:"";display:block;width:40px;height:4px;background:var(--red);margin-bottom:12px}.point p{margin:0;color:var(--muted)}footer{background:#0f161d;color:var(--muted);font-size:13px}.footer-top{display:flex;flex-direction:column;gap:10px}.footer-top strong{font:400 18px var(--display);color:var(--ink)}footer nav{display:flex;flex-wrap:wrap;gap:6px 18px}.footer-link,footer a{color:var(--muted);background:0 0;border:0;padding:0;font-size:13px;cursor:pointer;text-decoration:none}.footer-link:hover,footer a:hover{color:var(--ink)}.terms{margin:18px 0 0;line-height:1.5;font-size:12px}.terms a{text-decoration:underline}dialog{border:0;border-radius:14px;background:var(--ground2);color:var(--ink);padding:28px 24px 24px;max-width:420px;width:calc(100% - 32px)}dialog::backdrop{background:rgba(6,10,14,.72)}dialog .eyebrow{margin:0 0 6px;color:var(--cta);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase}dialog h2{font:400 24px/1.2 var(--display);margin:0 0 10px}dialog p{color:var(--muted)}dialog .close{position:absolute;right:12px;top:8px;background:0 0;border:0;font-size:26px;color:var(--muted);cursor:pointer}dialog .primary{height:50px;margin-top:16px}@media (max-width:899px){.hero{display:flex;flex-direction:column;height:100vh;height:100svh}.nav{flex:none;height:54px;padding:0 16px}.brand img{height:36px}.stage{flex:1;display:flex;flex-direction:column;min-height:0}.pitch{display:contents}.eyebrow,.intro{display:none}h1{order:1;margin:0;background:var(--mat);color:var(--ground);border-top:4px solid var(--red);padding:12px 16px 10px;font:400 21px/1.2 var(--display)}h1 span{color:var(--red)}.photo{order:2;flex:1 1 0;min-height:0;display:flex;align-items:center;justify-content:center;padding:2px 14px 14px}.photo img{max-width:100%;max-height:100%;width:auto;height:auto}.signup{order:3;flex:none;padding:10px 16px 10px}.step-meta{height:20px;margin-bottom:8px}#step-content{min-height:128px}.choice{height:44px}#step-content input{height:48px}.error{margin-top:4px}.primary{height:52px;margin-top:4px}.closing{padding:36px 16px}footer{padding:28px 16px 36px}}@media (max-width:899px) and (max-height:700px){.nav{height:50px}.brand img{height:32px}h1{font-size:19px;padding:10px 16px 8px}.signup{padding-top:8px}.step-meta{margin-bottom:6px}#step-content{min-height:114px}#step-content h2,#step-content legend{font-size:17px;margin-bottom:4px}#step-content label{font-size:13px;margin-bottom:4px}.choice{height:42px}#step-content input{height:46px}.field-note{font-size:12px;margin-top:4px}.primary{height:50px}.privacy-note{margin-top:6px}}@media (min-width:900px){.nav,.points,.stage,footer>*{width:860px;margin-left:auto;margin-right:auto}.nav{height:84px}.brand img{height:52px}.login{font-size:14px}.stage{display:grid;grid-template-columns:440px 380px;column-gap:40px;align-items:start;padding:24px 0 56px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 14px;color:var(--cta);font-weight:700;font-size:13px;letter-spacing:.16em;text-transform:uppercase}.eyebrow::before{content:"";width:36px;height:4px;background:var(--red)}h1{margin:0;font:400 36px/1.15 var(--display);color:var(--ink)}h1 span{color:var(--red-lt);white-space:nowrap}.intro{margin:14px 0 22px;font-size:18px;color:var(--muted)}.step-meta{height:20px;margin-bottom:12px}#step-content{min-height:130px}.stackq{grid-template-columns:1fr 1fr}.choice{height:50px}#step-content input{height:50px}.error{margin-top:6px}.primary{height:56px;margin-top:4px;font-size:18px}.photo{padding:14px;margin-top:6px}.photo img{width:100%;height:auto}.closing{padding:56px 0}.points{grid-template-columns:repeat(3,1fr);gap:40px}footer{padding:32px 0 44px}.footer-top{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width:1200px){.nav,.points,.stage,footer>*{width:1120px}.stage{grid-template-columns:560px 500px;column-gap:60px;padding-top:28px}h1{font-size:44px}.intro{font-size:19px}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}