:root{--ink:#18181b;--ink-muted:#71717a;--brand:#0f7a4b;--brand-strong:#0b6b41;--brand-soft:#f1f7f3;--brand-soft-border:#dbe9e1;--line:#ececee;--surface:#fff;--surface-muted:#f6f7f7;--font:"Inter", system-ui, sans-serif;--font-display:"Inter Tight", var(--font);--dur-base:.22s;--ease-standard:cubic-bezier(.4, 0, .2, 1);--maxw:1080px;--gutter:24px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.55}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);padding:0 var(--gutter);margin:0 auto}.brand{font-family:var(--font-display);color:var(--ink);align-items:center;gap:10px;font-size:1.125rem;font-weight:700;display:inline-flex}.brand-mark{background:var(--brand);width:22px;height:22px;box-shadow:inset 0 0 0 3px var(--surface), inset 0 0 0 5px var(--brand);border-radius:7px}.btn{cursor:pointer;transition:background var(--dur-base) var(--ease-standard), border-color var(--dur-base) var(--ease-standard), transform var(--dur-base) var(--ease-standard);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:11px 20px;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:#000}.btn-ghost{border-color:var(--line);color:var(--ink);background:0 0}.btn-ghost:hover{border-color:var(--ink-muted)}.btn-lg{padding:14px 28px;font-size:1.05rem}.site-header{z-index:10;background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:saturate(140%)blur(10px);backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.site-nav{align-items:center;gap:28px;display:flex}.site-nav a{color:var(--ink-muted);transition:color var(--dur-base) var(--ease-standard);font-size:.95rem}.site-nav a:hover,.site-nav .btn{color:var(--ink)}.hero{background:linear-gradient(180deg, var(--brand-soft) 0%, var(--surface) 100%);border-bottom:1px solid var(--line);padding:96px 0 72px}.eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-strong);margin-bottom:16px;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{max-width:15ch;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.5rem)}.lead{color:var(--ink-muted);max-width:56ch;margin-bottom:32px;font-size:clamp(1.05rem,2vw,1.25rem)}.cta-row{flex-wrap:wrap;gap:12px;display:flex}.section{padding:80px 0}.section-alt{background:var(--surface-muted);border-block:1px solid var(--line)}.section-title{margin-bottom:12px;font-size:clamp(1.6rem,3.5vw,2.25rem)}.section-sub{color:var(--ink-muted);max-width:60ch;margin-bottom:44px;font-size:1.1rem}.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;margin:0;padding:0;list-style:none;display:grid}.step{position:relative}.step-num{background:var(--brand-soft);border:1px solid var(--brand-soft-border);width:34px;height:34px;color:var(--brand-strong);font-family:var(--font-display);border-radius:9px;justify-content:center;align-items:center;margin-bottom:16px;font-weight:700;display:inline-flex}.step h3{margin-bottom:8px;font-size:1.15rem}.step p{color:var(--ink-muted)}.two-col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:56px;display:grid}.feature-list{gap:16px;margin:20px 0 0;padding:0;list-style:none;display:grid}.feature-list li{color:var(--ink-muted);padding-left:30px;position:relative}.feature-list li:before{content:"";background:var(--brand-soft);border:1px solid var(--brand);border-radius:4px;width:14px;height:14px;position:absolute;top:9px;left:0}.feature-list strong{color:var(--ink);font-weight:600}.cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:28px}.card h3{margin-bottom:10px;font-size:1.15rem}.card p{color:var(--ink-muted)}.section-cta{background:var(--ink);color:#fff}.section-cta .section-title{color:#fff}.section-cta .section-sub{color:#b6b6bd}.cta-block{text-align:center}.cta-block .section-sub{margin-inline:auto}.section-cta .btn-primary{background:var(--brand)}.section-cta .btn-primary:hover{background:var(--brand-strong)}.site-footer{border-top:1px solid var(--line);padding:40px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-note{color:var(--ink-muted);font-size:.9rem}@media (width<=640px){.site-nav{gap:16px}.site-nav a:not(.btn){display:none}.hero{padding:64px 0 56px}.section{padding:56px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn:hover{transform:none}}
