.bg-hero-container{background:linear-gradient(#000,#0a0818,#05050f);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.bg-hero-glow{pointer-events:none;border-radius:50%;position:absolute}.bg-hero-glow--green{opacity:.2;filter:blur(120px);background:radial-gradient(circle,#00c78e66,#0000);width:384px;height:384px;top:25%;left:25%;transform:translate(-50%,-50%)}.bg-hero-glow--purple{opacity:.15;filter:blur(100px);background:radial-gradient(circle,#a800e64d,#0000);width:320px;height:320px;bottom:33.333%;right:25%;transform:translate(50%)}.bg-hero-content{z-index:10;flex-direction:column;align-items:center;gap:32px;padding:0 16px;display:flex;position:relative}.bg-hero-title{text-wrap:balance;letter-spacing:-.025em;color:#f5f5f5;text-align:center;font-size:60px;font-weight:800;animation:.6s forwards bg-fade-in-up}@media (min-width:768px){.bg-hero-title{font-size:72px}}@media (min-width:1024px){.bg-hero-title{font-size:80px}}.bg-hero-subtitle{opacity:0;text-align:center;color:#e5e5e5;max-width:448px;font-size:18px;animation:.6s .2s forwards bg-fade-in-up}@media (min-width:768px){.bg-hero-subtitle{font-size:20px}}.bg-hero-cta{opacity:0;margin-top:8px;animation:.6s .4s forwards bg-fade-in-up}.bg-hero-bottom-fade{pointer-events:none;background:linear-gradient(#0000,#000);height:128px;position:absolute;bottom:0;left:0;right:0}@keyframes bg-fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
