body{margin:0;background:#0f0f0f;color:#fff;font-family:system-ui}nav{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 5%;background:#000c;backdrop-filter:blur(8px)}.navlogo{height:44px}nav a{color:#fff;text-decoration:none;margin-left:20px}.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.88),rgba(0,0,0,.88));}.overlay{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px}.heroLogo{max-width:650px;width:90%}h1{font-size:3rem}.cta{background:#d9b11f;color:#111;padding:16px 28px;border-radius:10px;text-decoration:none;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}section{padding:80px 8%}article{background:#1a1a1a;padding:20px;border-radius:12px;border-top:4px solid #30d158}footer{text-align:center;padding:30px;background:#111}nav{justify-content:center}.menu{display:flex;gap:40px;font-weight:700}.reasons{margin-top:20px;background:#1a1a1a;border-left:4px solid #d9b11f;border-radius:12px;overflow:hidden}.reason{padding:18px;font-weight:600}.reason+.reason{border-top:1px solid #2b2b2b}
.hero h1{margin-bottom:8px}.hero .overlay>p{margin-top:0;margin-bottom:32px;max-width:900px}
