.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:120px 0 80px}.hero__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black 40%,transparent 100%)}.hero__glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.hero__glow--1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,92,26,.4),transparent 70%);top:-100px;left:50%;transform:translate(-50%)}.hero__glow--2{width:400px;height:400px;background:radial-gradient(circle,rgba(255,92,26,.15),transparent 70%);bottom:0;right:-100px}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:#ff5c1a1f;border:1px solid rgba(255,92,26,.3);color:var(--brand-orange-light);font-size:.85rem;font-weight:600;padding:8px 16px;border-radius:50px;margin-bottom:28px;animation-delay:.1s}.hero__badge-dot{width:7px;height:7px;border-radius:50%;background:var(--brand-orange);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{font-size:clamp(1.6rem,6vw,4.25rem);font-weight:900;line-height:1.08;letter-spacing:-.03em;margin-bottom:24px;animation-delay:.2s;max-width:100%;overflow-wrap:break-word}.hero__sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--brand-gray-light);max-width:560px;line-height:1.7;margin-bottom:40px;animation-delay:.3s;width:100%}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:64px;animation-delay:.4s}.hero__stats{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center;animation-delay:.5s}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:4px}.hero__stat-num{font-size:1.8rem;font-weight:800;letter-spacing:-.03em;color:#fff}.hero__stat-label{font-size:.8rem;color:var(--brand-gray-light);font-weight:500}.hero__stat-divider{width:1px;height:40px;background:#ffffff1f}.hero__scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d}.hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%{opacity:1;transform:scaleY(1) translateY(0)}to{opacity:0;transform:scaleY(.5) translateY(20px)}}@media(max-width:600px){.hero{padding:100px 0 80px}.hero__stat-divider{display:none}.hero__stats{gap:24px}}
