:root{--brand:#00d99a;--brand-dark:#00b982;--ink:#f5f7f6;--muted:#858b8a;--bg:#080a0a;--bg-soft:#0b1110;--border:#1c2523}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{width:100%;max-width:1400px;margin:0 auto;padding-inline:20px}@media (width>=1024px){.container{width:75vw;padding-inline:0}}.features,.hero{align-items:center;min-height:100dvh;display:flex}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.accent{color:var(--brand)}.site-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.logo{color:var(--ink);align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:inline-flex}.logo-img{width:auto;height:34px;display:block}.hero{text-align:left;background:radial-gradient(60% 70% at 15% 5%,#00b4822e 0,#00785a14 35%,#0000 75%),#080a0a;align-items:flex-start;min-height:100dvh;padding-top:clamp(40px,6vh,80px);padding-bottom:80px;display:flex}.hero-content{width:100%;max-width:680px}@media (width>=1024px){.hero-content{width:55%;min-width:520px}}.home-logo{width:clamp(140px,16vw,320px);height:auto;display:block}.hero h1,.home-logo{margin:0 0 clamp(24px,3vh,40px)}.hero h1{letter-spacing:-.04em;max-width:850px;font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:.98}.hero .tagline{color:var(--muted);max-width:650px;margin:0 0 clamp(28px,4vh,44px);font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.6}.hero .cta{flex-direction:column;gap:16px;width:100%;display:flex}.hero .btn-primary{background:var(--brand);color:#000;border-radius:100px;justify-content:center;align-items:center;width:100%;padding:16px 28px;font-weight:700;display:inline-flex}.hero .btn-primary:hover{background:var(--brand-dark);text-decoration:none}.hero .btn-beta{color:#b3f3dc;white-space:nowrap;cursor:default;background:#00d99a2e;border-radius:100px;justify-content:center;align-items:center;width:100%;padding:16px 20px;font-size:.85rem;font-weight:700;display:inline-flex}@media (width>=640px){.hero .cta{flex-flow:row;justify-content:flex-start;align-items:stretch}.hero .btn-primary{flex:1 1 0;width:auto}.hero .btn-beta{flex:0 0 32%;width:auto}}.hero .cta-note{color:#ffffffa6;margin-top:16px;font-size:.9rem}.features{background:var(--bg);min-height:100dvh;padding:80px 0}.feature-grid{grid-template-columns:1fr;gap:24px;width:100%;display:grid}@media (width>=900px){.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.stats-strip{border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:48px;padding-bottom:48px;display:grid}@media (width>=768px){.stats-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat{text-align:center}.stat-number{color:var(--brand);font-size:clamp(1.6rem,5.5vw,2.2rem);font-weight:700;line-height:1.2}.stat-label{color:var(--muted);margin-top:6px;font-size:.95rem}.feature{border:1px solid var(--border);background:#0d1111;border-radius:14px;padding:32px 28px}.feature-icon{margin-bottom:12px;font-size:1.8rem}.feature h3{color:var(--ink);margin-bottom:10px;font-size:1.15rem}.feature p{color:var(--muted);font-size:.98rem}.site-footer{border-top:1px solid var(--border);background:var(--bg-soft)}.footer-inner{text-align:center;color:var(--muted);padding:28px 24px;font-size:.92rem}
