.hero{align-items:center;background:#05060a;color:#fff;display:flex;font-family:Raleway,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;perspective:1200px;position:relative}.hero-layer{inset:0;pointer-events:none;position:absolute}.hero-layer-back{z-index:1}.hero-layer-middle{z-index:2}.hero-layer-front{z-index:3}.ring{border:1px solid hsla(0,0%,100%,.035);border-radius:50%;position:absolute}.ring-1{height:420px;top:30%;width:420px}.ring-1,.ring-2{left:50%;transform:translate(-50%,-50%)}.ring-2{height:720px;top:35%;width:720px}.blur-shape{border-radius:50%;filter:blur(120px);position:absolute}.blur-1{background:rgba(190,214,0,.1);height:260px;left:50%;top:58%;transform:translate(-50%,-50%);width:260px}.blur-2{background:rgba(190,214,0,.06);height:180px;left:58%;top:36%;width:180px}.dot{background:#bed600;border-radius:50%;position:absolute}.dot-1{height:5px;left:18%;opacity:.35;top:18%;width:5px}.dot-2{height:4px;opacity:.4;right:20%;top:48%;width:4px}.dot-3{bottom:22%;height:6px;opacity:.3;right:28%;width:6px}.hero-inner{max-width:1200px;padding:0 32px;position:relative;text-align:center;transform-style:preserve-3d;width:100%;z-index:20}.hero-pill{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid #bed600;border-radius:999px;color:hsla(0,0%,100%,.75);display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;margin-bottom:28px;padding:10px 18px;transform:translateZ(40px)}.hero-title{font-size:clamp(4.5rem,9vw,8.5rem);font-weight:800;letter-spacing:-.06em;line-height:.92;margin:0 auto;max-width:1100px;text-wrap:balance;transform:translateZ(80px)}.hero-title span{color:#bed600}.hero-desc{color:#fff;font-size:clamp(1rem,1.4vw,1.3rem);font-weight:500;line-height:1.65;margin:32px auto 0;max-width:760px;transform:translateZ(60px)}.hero-cta{display:flex;gap:18px;margin-top:48px;transform:translateZ(100px)}.btn-main,.hero-cta{align-items:center;justify-content:center}.btn-main{background:#bed600;border-radius:14px;color:#05060a;display:inline-flex;font-weight:700;min-width:190px;padding:18px 32px;text-decoration:none;transition:.25s ease}.btn-main:hover{box-shadow:0 0 30px rgba(190,214,0,.18);transform:translateY(-2px)}.btn-link{align-items:center;backdrop-filter:blur(12px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;color:#fff;display:inline-flex;justify-content:center;min-width:190px;padding:18px 32px;text-decoration:none;transition:.25s ease}.btn-link:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.18)}.hero-cards{display:grid;gap:22px;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:110px;max-width:1000px;transform:translateZ(120px)}.hero-card{backdrop-filter:blur(12px);background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.06);border-radius:18px;padding:28px;transition:.3s ease}.hero-card:hover{border-color:rgba(190,214,0,.2);transform:translateY(-4px)}.hero-card h4{color:#fff;font-size:1.15rem;font-weight:700;margin:0}.hero-card p{color:hsla(0,0%,100%,.55);font-size:.95rem;line-height:1.6;margin:12px 0 0}@media(max-width:900px){.hero-title{font-size:clamp(3.5rem,12vw,5.5rem)}.hero-cards{grid-template-columns:1fr;max-width:550px}}@media(max-width:640px){.hero{min-height:850px}.hero-inner{padding:0 24px}.hero-cta{flex-direction:column}.btn-link,.btn-main{max-width:320px;width:100%}.hero-cards{margin-top:70px}.ring-2{height:500px;width:500px}}.hero-scroll{align-items:center;animation:scrollPulse 2.5s ease-in-out infinite;backdrop-filter:blur(16px);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.12);border-radius:50%;bottom:32px;box-shadow:0 0 0 1px hsla(0,0%,100%,.02),0 10px 30px rgba(0,0,0,.35);display:flex;height:64px;justify-content:center;left:50%;position:absolute;text-decoration:none;transform:translateX(-50%);transition:transform .3s ease,border-color .3s ease,background .3s ease;width:64px;z-index:50}.hero-scroll:hover{background:rgba(190,214,0,.08);border-color:rgba(190,214,0,.35);transform:translateX(-50%) translateY(-4px)}.hero-scroll-arrow{border-bottom:2px solid #bed600;border-right:2px solid #bed600;height:14px;transform:rotate(45deg) translateY(-2px);width:14px}.hero-scroll:before{background:radial-gradient(circle,rgba(190,214,0,.18),transparent 70%);border-radius:50%;content:"";filter:blur(12px);inset:-8px;position:absolute;z-index:-1}@keyframes scrollPulse{0%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}to{transform:translateX(-50%) translateY(0)}}