.revops-hero{background:var(--color-bg,#161616);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:140px 60px 80px;position:relative}.revops-hero__grid{animation:gridMove 20s linear infinite;background-image:linear-gradient(rgba(224,252,4,.04) 1px,transparent 0),linear-gradient(90deg,rgba(224,252,4,.04) 1px,transparent 0);background-size:60px 60px;inset:0}.revops-hero__grid,.revops-hero__orb{pointer-events:none;position:absolute}.revops-hero__orb{animation:orbPulse 4s ease-in-out infinite;background:radial-gradient(circle,rgba(224,252,4,.12) 0,transparent 70%);border-radius:50%;height:480px;right:8%;top:20%;width:480px}.revops-hero__badge{align-items:center;animation:fadeUp .8s ease both;background:rgba(224,252,4,.08);border:1px solid rgba(224,252,4,.2);border-radius:100px;color:var(--color-primary,#e0fc04);display:inline-flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:1px;margin-bottom:32px;padding:8px 16px;position:relative;text-transform:uppercase;width:fit-content;z-index:1}.revops-hero__badge:before{animation:blink 1.5s ease-in-out infinite;background:var(--color-primary,#e0fc04);border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}.revops-hero__h1{animation:fadeUp .8s ease .15s both;font-size:clamp(48px,6.5vw,96px);font-weight:900;letter-spacing:-3px;line-height:1;max-width:900px;position:relative;z-index:1}.revops-hero__h1 em{color:var(--color-primary,#e0fc04);font-style:normal;position:relative}.revops-hero__h1 em:after{background:var(--color-primary,#e0fc04);bottom:4px;content:"";height:3px;left:0;opacity:.4;position:absolute;right:0}.revops-hero__sub{animation:fadeUp .8s ease .3s both;color:var(--color-muted,hsla(0,0%,100%,.5));font-size:18px;font-weight:400;line-height:1.7;margin:28px 0 48px;max-width:560px;position:relative;z-index:1}.revops-hero__sub strong{color:hsla(0,0%,100%,.85);font-weight:600}.revops-hero__sub p{margin:0}.revops-hero__actions{align-items:center;animation:fadeUp .8s ease .45s both;display:flex;gap:16px;position:relative;z-index:1}.revops-hero__arrow{flex-shrink:0;transition:transform .2s ease}.btn-ghost:hover .revops-hero__arrow{transform:translateX(4px)}@media (max-width:1024px){.revops-hero{padding:120px 32px 60px}.revops-hero__orb{height:300px;width:300px}}@media (max-width:768px){.revops-hero{padding:100px 20px 60px}.revops-hero__h1{letter-spacing:-2px}.revops-hero__actions{align-items:flex-start;flex-direction:column}.revops-hero__orb{display:none}}