.hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#60a5fa26 0%,#c084fc1a 40%,#0000 70%);width:60vw;height:60vw;animation:8s ease-in-out infinite pulseOrb;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseOrb{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-img{object-fit:cover;opacity:1;width:100%;height:100%}.hero-overlay{background:linear-gradient(to bottom, transparent 0%, transparent 80%, var(--bg-primary) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.relative{position:relative}.z-10{z-index:10}.text-center{text-align:center}.hero-content-box{z-index:2;flex-direction:column;align-items:center;max-width:950px;margin:0 auto;animation:6s ease-in-out infinite floatBox;display:flex;position:relative}@keyframes floatBox{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width:768px){.hero-content-box{padding:0 20px;animation:none}}.hero-badge{border-radius:var(--radius-full);color:var(--accent-primary);letter-spacing:1.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #3b82f666;margin-bottom:30px;padding:8px 20px;font-size:.875rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #3b82f640,0 0 30px #ffffff80}.hero-text-container{-webkit-backdrop-filter:blur(20px);background:#ffffff8c;border:1px solid #fff9;border-radius:40px;max-width:850px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:50px 60px;box-shadow:0 15px 35px #00000014,inset 0 0 0 1px #ffffff4d}.hero-title{letter-spacing:-1px;color:var(--text-primary);text-shadow:0 4px 20px #fff9;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.2;position:relative}.hero-title .text-gradient{filter:drop-shadow(0 0 10px #fffc);text-shadow:none!important}.hero-subtitle{color:var(--text-primary);text-shadow:0 2px 10px #ffffffb3;max-width:700px;margin:0 auto;font-size:clamp(1.1rem,2vw,1.25rem);font-weight:500;line-height:1.7;position:relative}@media (max-width:768px){.hero-text-container{border-radius:24px;padding:30px 25px}}.hero-cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}
