
*{box-sizing:border-box;margin:0;padding:0;}
.cs-hero{position:relative;overflow:hidden;background:#0a0c10;padding:60px 8% 90px;}


.cs-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(212,168,67,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,168,67,0.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;}
.cs-hero-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2;}
.cs-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(212,168,67,0.3);background:rgba(212,168,67,0.06);color:#D4A843;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;padding:7px 18px;border-radius:2px;margin-bottom:22px;}
.cs-badge::before{content:"";width:6px;height:6px;background:#D4A843;border-radius:50%;box-shadow:0 0 8px #D4A843;}
.cs-hero-h1{font-family:Orbitron,sans-serif;font-size:clamp(26px,4vw,48px);font-weight:700;color:#fff;line-height:1.1;margin-bottom:18px;}
.cs-hero-h1 span{color:#D4A843;}
.cs-hero-p{font-family:Inter,sans-serif;font-size:17px;color:#8a8070;line-height:1.8;max-width:620px;margin:0 auto 44px;}
.cs-hero-stats{display:flex;justify-content:center;gap:0;border:1px solid rgba(212,168,67,0.1);border-radius:10px;overflow:hidden;max-width:600px;margin:0 auto;}
.cs-hstat{flex:1;padding:24px 20px;text-align:center;border-right:1px solid rgba(212,168,67,0.08);background:rgba(255,255,255,0.01);}
.cs-hstat:last-child{border-right:none;}
.cs-hstat-num{font-family:Orbitron,sans-serif;font-size:32px;font-weight:700;color:#D4A843;line-height:1;margin-bottom:4px;}
.cs-hstat-label{font-family:Inter,sans-serif;font-size:12px;color:#8a8070;letter-spacing:0.5px;}
@media(max-width:768px){.cs-hero{padding:70px 5% 60px;}.cs-hero-h1{font-size:28px;}.cs-hero-stats{flex-direction:column;max-width:300px;}.cs-hstat{border-right:none;border-bottom:1px solid rgba(212,168,67,0.08);}.cs-hstat:last-child{border-bottom:none;}}
@media(max-width:480px){.cs-hero{padding:56px 4% 50px;}.cs-hero-h1{font-size:24px;}}
