:root{--primary:#00C853;--primary-2:#2E7D32;--dark:#0B0F0E;--light:#FFFFFF;--muted:#A7B0A7;--gold:#F9D976}
*{box-sizing:border-box}
body{margin:0;background:var(--dark);color:var(--light);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.header{position:sticky;top:0;z-index:50;background:#0C1110;border-bottom:1px solid #17231B}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.btn, .btn-outline{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;border-radius:14px;padding:12px 18px}
.btn{background:var(--primary);color:#061006;border:0}
.btn-outline{border:1px solid #1B2A1F;color:#DDE4DE;background:#0B0F0E}
.hero{position:relative;padding:56px 0;background:radial-gradient(1200px 600px at 20% -20%,rgba(0,200,83,.16),transparent 60%),linear-gradient(135deg,#0F1712,#0B0F0E 60%)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}
.hero h1{font-size:40px;line-height:1.1;margin:0 0 10px}
.hero p{color:var(--muted);margin:0 0 18px}
.badge{display:inline-flex;align-items:center;gap:8px;background:#0D160F;border:1px solid #1B2A1F;border-radius:999px;padding:8px 12px;font-weight:800;margin-bottom:12px}
.hero-card{background:#0E1511;border:1px solid #1A2A1F;border-radius:16px;padding:16px}
.hero-card h3{margin:0 0 6px}
.section{padding:36px 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:#0F1513;border:1px solid #17231B;border-radius:14px;padding:16px}
.card h4{margin:0 0 6px}
.testi{display:flex;gap:10px;align-items:flex-start}
.testi img{width:44px;height:44px;border-radius:999px}
.cta{display:flex;gap:12px;flex-wrap:wrap}
.faq details{background:#0F1513;border:1px solid #17231B;border-radius:12px;padding:12px}
.faq summary{font-weight:700;cursor:pointer}
.footer{border-top:1px solid #17231B;color:#9AA59E;text-align:center;padding:22px 0;margin-top:36px}
.float-wa{position:fixed;right:20px;bottom:20px;background:var(--primary);color:#061006;font-weight:800;border-radius:999px;padding:12px 16px;box-shadow:0 6px 20px rgba(0,0,0,.35)}
@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr} .hero h1{font-size:30px}}
