:root{--ink:#12211b;--muted:#607069;--paper:#fbfcf8;--lime:#dfff58;--green:#1f694e;--line:#dfe5de;--white:#fff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.site-header{height:84px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:22px;font-weight:650;letter-spacing:-.8px;color:var(--ink);text-decoration:none;position:relative}.brand span{font-weight:850}.brand i{position:absolute;width:6px;height:6px;background:var(--lime);border-radius:50%;right:-8px;top:1px}.site-header nav{display:flex;gap:34px}.site-header nav a,.text-link{color:var(--ink);text-decoration:none;font-size:14px;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--ink);color:white;text-decoration:none;padding:17px 22px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s}.button:hover{background:var(--green);transform:translateY(-2px)}.button-small{padding:12px 18px}.hero{max-width:1240px;min-height:690px;margin:auto;padding:90px 28px 70px;position:relative;overflow:hidden}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:800;color:var(--green)}.eyebrow span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:8px}.hero h1{font-size:clamp(56px,7.1vw,104px);line-height:.92;letter-spacing:-6px;max-width:970px;margin:30px 0}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--green)}.hero-copy{max-width:650px;color:var(--muted);font-size:19px;line-height:1.6;margin:0}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:40px}.trust-row{display:flex;gap:30px;margin-top:80px;color:var(--muted);font-size:12px;font-weight:650}.trust-row span:before{content:'✓';color:var(--green);margin-right:7px}.hero-card{position:absolute;right:30px;bottom:60px;width:330px;padding:24px;border-radius:var(--radius);background:var(--white);box-shadow:0 20px 70px rgba(25,58,45,.11);transform:rotate(-2deg)}.signal{display:flex;gap:5px;margin-bottom:28px}.signal i{width:6px;height:6px;border-radius:50%;background:#d8ddd8}.signal i:first-child{background:var(--lime)}.hero-card strong{font-family:Georgia,serif;font-size:24px;font-weight:500}.hero-card ol{list-style:none;padding:0;margin:22px 0 0}.hero-card li{display:flex;gap:16px;padding:13px 0;border-top:1px solid var(--line);font-size:13px}.hero-card li b{color:var(--green)}.preview-section{background:var(--ink);color:white;padding:100px max(28px,calc((100vw - 1184px)/2));min-height:360px}.preview-section .section-label{color:var(--lime)}.preview-section h2{font-size:clamp(44px,6vw,76px);line-height:1;letter-spacing:-4px;margin:24px 0}@media(max-width:900px){.site-header nav{display:none}.hero{padding-top:70px}.hero h1{letter-spacing:-3px}.hero-card{position:relative;right:auto;bottom:auto;margin-top:60px;width:100%;transform:none}.trust-row{margin-top:45px;flex-wrap:wrap}}@media(max-width:520px){.site-header{padding:0 18px}.site-header .button-small{display:none}.hero{padding:58px 18px}.hero h1{font-size:51px;letter-spacing:-2.6px}.hero-copy{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{gap:15px 20px}.preview-section{padding-left:18px;padding-right:18px}}
