@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{--forest950:#061d14;--forest900:#0a2f20;--forest700:#12623d;--leaf:#1f9d55;--lime:#a7eb45;--bg:#f6f9f7;--surface:#fff;--text:#0d1f17;--muted:#66786e;--border:#d7e2dc;--radius:16px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}h1,h2,h3{letter-spacing:-.035em;margin:0 0 18px;font-family:Manrope,Inter,sans-serif;line-height:1.08}h1{max-width:900px;font-size:clamp(3rem,7vw,6.5rem)}h2{max-width:780px;font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.25rem}p{color:var(--muted);margin:0 0 20px}a{color:inherit;text-decoration:none}.shell{width:min(calc(100% - 40px),var(--max));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:99;background:#fff;padding:12px;top:16px;left:16px}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f9f7eb;border-bottom:1px solid #d7e2dccc;position:sticky;top:0}.nav-wrap{align-items:center;gap:28px;min-height:76px;display:flex}.brand{margin-right:auto;display:flex}.brand img{object-fit:contain;width:168px;max-height:44px}.site-header nav{gap:24px;font-size:.92rem;font-weight:600;display:flex}.site-header nav a,.signin{padding:12px 2px}.nav-actions{align-items:center;gap:16px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;font-weight:700;display:inline-flex}.button.primary{background:var(--forest900);color:#fff}.button.secondary{border:1px solid var(--border);background:#fff}.button.light{color:var(--forest900);background:#fff}.button.compact{min-height:44px;padding:9px 18px}.hero{padding:clamp(72px,10vw,150px) 0}.hero-grid{grid-template-columns:1.6fr .75fr;align-items:end;gap:64px;display:grid}.eyebrow{letter-spacing:.13em;color:var(--forest700);margin-bottom:18px;font-size:.78rem;font-weight:800}.lede{max-width:680px;font-size:clamp(1.1rem,2vw,1.4rem)}.actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-panel{background:var(--forest900);color:#fff;border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:300px;padding:34px;display:flex}.hero-panel strong{margin:18px 0;font-family:Manrope;font-size:2rem;line-height:1.1}.hero-panel p,.dark p{color:#c9d8d0}.status{background:var(--lime);color:var(--forest950);border-radius:999px;align-self:flex-start;padding:7px 11px;font-size:.75rem;font-weight:800}.section{padding:clamp(70px,9vw,120px) 0}.soft{background:#edf4f0}.dark{background:var(--forest950);color:#fff}.dark .eyebrow{color:var(--lime)}.feature-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px;display:grid}.feature{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:28px}.split{grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,100px);display:grid}.text-link{color:var(--forest700);font-weight:700}.footer{background:#fff;padding:64px 0 28px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:40px;display:grid}.footer-grid>div{flex-direction:column;gap:10px;display:flex}.footer-grid strong{margin-bottom:6px;font-family:Manrope}.footer-logo{object-fit:contain;width:160px}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:24px;margin-top:48px;padding-top:22px;font-size:.8rem;display:flex}.page-hero{padding:90px 0 50px}.prose{max-width:760px}.cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:28px}.menu-button{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:10px;display:none}.menu-button span{background:var(--forest900);border-radius:2px;width:20px;height:2px;display:block}.mobile-menu{padding:10px 0 20px;display:none}.card:focus-within,.button:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--lime);outline-offset:3px}@media (max-width:900px){.site-header nav,.signin{display:none}.menu-button{display:flex}.mobile-menu{flex-direction:column;gap:0;display:flex!important}.mobile-menu>a:not(.button){border-bottom:1px solid var(--border);align-items:center;min-height:48px;font-weight:650;display:flex}.mobile-menu .button{margin-top:14px}.hero-grid,.split{grid-template-columns:1fr}.feature-grid,.footer-grid{grid-template-columns:1fr 1fr}.hero-panel{min-height:240px}.nav-actions{gap:10px}}@media (max-width:600px){.shell{width:min(calc(100% - 28px),var(--max))}.brand img{width:138px}.feature-grid,.cards,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.hero{padding-top:70px}.button{width:100%}.nav-actions .button{width:auto}.hero-panel{padding:26px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
