@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700&family=Manrope:wght@700;800&display=swap');
:root{--ink:#0b1f3a;--paper:#f7f6f1;--yellow:#e8a317;--muted:#607087;--line:#d7d9d5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',sans-serif}body:before{content:'';display:block;height:7px;background:var(--yellow)}h1,h2,p{margin:0}h1,h2{font-family:Manrope,sans-serif;letter-spacing:-.06em;line-height:.98}em{color:var(--yellow);font-style:normal}.top{height:83px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font:800 20px Manrope;text-decoration:none}.brand img{width:38px;height:38px}.brand i{font-style:normal;font-size:13px;color:var(--yellow)}.stamp,.kicker,.step-label,.progress{font:500 11px 'DM Mono';letter-spacing:.12em}.stamp{color:var(--muted)}.hero{max-width:1240px;margin:auto;padding:110px 6vw 125px;display:grid;grid-template-columns:1.5fr .65fr;gap:9vw}.kicker{color:var(--yellow);margin-bottom:27px}.hero h1{font-size:clamp(42px,6.5vw,86px);max-width:900px}.lede{font-size:21px;line-height:1.45;color:var(--muted);max-width:610px;margin:35px 0}.button{background:var(--yellow);border:0;color:var(--ink);padding:17px 22px;display:inline-flex;gap:28px;align-items:center;font:700 14px 'DM Sans';text-decoration:none;cursor:pointer}.button span{font-size:20px;line-height:12px}.hero-note{align-self:end;border-left:2px solid var(--yellow);padding-left:27px;max-width:280px;color:var(--muted);line-height:1.45}.note-index{font:500 12px 'DM Mono';color:var(--yellow);margin-bottom:35px}.line{height:1px;background:var(--line);margin:28px 0}.hero-note small{font:500 10px 'DM Mono';line-height:1.5}.examples{background:var(--ink);color:white;padding:57px 6vw}.examples .kicker{margin-bottom:25px}.example-grid{display:flex;flex-wrap:wrap;gap:0 42px}.example-grid p{font:700 clamp(20px,2.8vw,35px) Manrope;letter-spacing:-.04em}.example-grid p:not(:last-child):after{content:' /';color:var(--yellow);margin-left:25px}.form-section{max-width:1240px;margin:auto;padding:120px 6vw;display:grid;grid-template-columns:.72fr 1fr;gap:10vw}.form-intro h2,.footer-cta h2{font-size:clamp(40px,5vw,64px)}.form-intro>p:not(.kicker){color:var(--muted);line-height:1.5;max-width:340px;margin-top:30px}.promise{border-top:1px solid var(--line);margin-top:55px;padding-top:18px;display:flex;gap:19px}.promise strong{font:700 26px Manrope}.promise span{font-size:13px;color:var(--muted);line-height:1.35}.progress{color:var(--muted);margin-bottom:38px}.progress div{height:3px;background:var(--line);margin-top:11px}.progress i{display:block;width:25%;height:3px;background:var(--yellow);transition:width .3s}.step{display:none}.step.active{display:block}.step-label{margin-bottom:28px}.step label{display:block;font-weight:700;margin-bottom:22px}.step small{font:400 11px 'DM Mono';color:var(--muted)}input,textarea,select{display:block;width:100%;margin-top:9px;border:1px solid #bec4c3;background:transparent;padding:15px 14px;color:var(--ink);font:16px 'DM Sans';border-radius:0}textarea{height:115px;resize:vertical}input:focus,textarea:focus,select:focus{outline:2px solid var(--yellow);outline-offset:2px}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:35px}.back{background:none;border:0;color:var(--muted);padding:17px 0;cursor:pointer}.back:disabled{visibility:hidden}.consent{display:flex!important;gap:12px;font-weight:400!important;font-size:12px;color:var(--muted);line-height:1.4}.consent input{width:18px;height:18px;margin:0;flex:none}.trap{position:absolute;left:-9999px}.error{color:#a43b27;font-size:13px;min-height:22px;margin-top:10px}.footer-cta{background:var(--yellow);padding:100px 6vw;text-align:center}.footer-cta .kicker{color:var(--ink)}.footer-cta .button{background:var(--ink);color:white;margin-top:35px}footer{padding:25px 6vw;display:flex;justify-content:space-between;font:11px 'DM Mono';color:var(--muted)}@media(max-width:720px){.top{height:70px;padding:0 5vw}.stamp{display:none}.hero,.form-section{display:block;padding:74px 7vw}.hero-note{margin-top:70px}.lede{font-size:18px}.examples{padding:45px 7vw}.example-grid{display:block}.example-grid p{margin:13px 0}.example-grid p:not(:last-child):after{display:none}.form-intro{margin-bottom:65px}.promise{margin-top:38px}.footer-cta{padding:75px 7vw}footer{display:block;padding:24px 7vw}footer span{display:block;margin:7px 0}}
