:root{--ink:#102321;--muted:#687674;--paper:#f6f8f5;--mint:#dcefe2;--green:#1a6a51;--lime:#c9ee73;--line:#d8e1dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.55}.site-header{height:82px;padding:0 max(5vw,28px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(246,248,245,.9)}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-family:'Space Grotesk';font-size:16px;font-weight:700;letter-spacing:.08em;text-decoration:none}.brand-mark{width:30px;height:30px;border-radius:50%;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-size:17px}.brand-accent{color:var(--green)}.header-link{color:var(--ink);font-weight:600;text-decoration:none}.header-link span{color:var(--green);font-size:22px;margin-left:8px}.hero{max-width:1240px;margin:auto;padding:93px 5vw 104px;display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center}.eyebrow,.section-kicker{margin:0 0 19px;color:var(--green);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.eyebrow-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#66bb72;margin-right:8px}h1,h2,h3{font-family:'Space Grotesk';line-height:1.05;letter-spacing:-.045em;margin:0}h1{font-size:clamp(48px,6.2vw,88px);max-width:720px}h1 em{color:var(--green);font-style:normal}.hero-text{font-size:19px;line-height:1.55;max-width:560px;color:var(--muted);margin:29px 0}.trust-row{display:flex;gap:22px;flex-wrap:wrap;font-weight:600;font-size:14px}.trust-row span{white-space:nowrap}.hero-art{min-height:340px;position:relative;border-radius:32px;background:var(--mint);overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(.2px)}.orb-one{width:280px;height:280px;background:var(--lime);top:-60px;right:30px}.orb-two{width:150px;height:150px;background:#83caa1;bottom:-45px;left:30px}.line-art{position:absolute;width:62%;height:72%;border:2px solid var(--ink);border-left:0;border-bottom:0;right:0;bottom:0;transform:skewY(-17deg);opacity:.8}.line-art span{position:absolute;left:18%;right:10%;height:2px;background:var(--ink)}.line-art span:nth-child(1){top:26%}.line-art span:nth-child(2){top:49%}.line-art span:nth-child(3){top:72%}.art-note{position:absolute;bottom:30px;right:34px;font-family:'Space Grotesk';font-size:14px;letter-spacing:.12em;line-height:1.25}.art-note strong{font-size:29px}.form-section{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:92px max(5vw,28px);display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.form-section>div,.form-section>form{max-width:650px}.form-section h2,.how-it-works h2,.disclosure h2{font-size:clamp(34px,4vw,55px)}.form-intro>p:not(.section-kicker){color:var(--muted);max-width:380px;margin-top:24px}.secure-note{margin-top:50px;display:flex;gap:13px;align-items:flex-start;font-size:14px;color:var(--muted);line-height:1.45}.lock{font-size:27px;color:var(--green)}.secure-note strong{color:var(--ink)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 18px}label{display:block;color:var(--ink);font-size:14px;font-weight:700}input:not([type=checkbox]),select{display:block;margin-top:8px;width:100%;height:52px;padding:0 15px;border:1px solid #bdcbc3;border-radius:6px;background:#fbfcfa;color:var(--ink);font:inherit;font-weight:400}select{appearance:auto}.full{grid-column:1/-1}.consent{display:flex;gap:12px;margin-top:27px;font-size:12px;font-weight:400;color:#5c6b68;line-height:1.5}.consent input{margin-top:4px;accent-color:var(--green);flex:none}.consent a{color:var(--green);font-weight:700}.submit-btn{width:100%;margin-top:25px;background:var(--ink);border:0;border-radius:5px;color:white;height:56px;font:700 16px 'DM Sans';cursor:pointer;transition:.2s}.submit-btn:hover{background:var(--green)}.submit-btn span{font-size:23px;vertical-align:-2px;margin-left:7px}.form-footnote,.form-status{font-size:12px;color:var(--muted);text-align:center;margin:13px auto 0;max-width:580px}.form-status{color:var(--green);font-weight:700;min-height:18px}.how-it-works{max-width:1240px;margin:auto;padding:100px 5vw}.how-it-works h2{max-width:650px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px}.steps article{border-top:1px solid var(--ink);padding:20px 4px}.steps article span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--lime);font-weight:700;margin-bottom:30px}.steps h3{font-size:23px;letter-spacing:-.03em}.steps p{color:var(--muted);max-width:270px}.disclosure{background:#e8f2eb;padding:83px max(5vw,28px);display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.disclosure-copy{max-width:670px;color:#4e625e}.disclosure-copy p{margin-top:0;margin-bottom:22px}.disclosure-copy strong{color:var(--ink)}footer{padding:38px max(5vw,28px);display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px;flex-wrap:wrap}footer .brand{font-size:13px}footer .brand-mark{width:25px;height:25px;font-size:14px}@media(max-width:820px){.hero{grid-template-columns:1fr;padding-top:64px;padding-bottom:70px}.hero-art{min-height:240px}.form-section,.disclosure{grid-template-columns:1fr;gap:45px;padding-top:67px;padding-bottom:67px}.secure-note{margin-top:30px}.steps{grid-template-columns:1fr;gap:30px;margin-top:40px}.steps article{padding-top:16px}.steps article span{margin-bottom:18px}.header-link{font-size:13px}.site-header{height:68px}}@media(max-width:520px){h1{font-size:48px}.field-grid{grid-template-columns:1fr}.full{grid-column:auto}.trust-row{gap:10px 16px}.trust-row span{font-size:13px}.hero-art{min-height:210px}.art-note{right:22px;bottom:20px}.site-header{padding:0 20px}.header-link{font-size:12px}.header-link span{font-size:18px}}
