.hero-section{align-items:center;background-color:#050505;display:flex;flex-direction:column;justify-content:center;min-height:600px;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.hero-bg-image{height:100%;object-fit:cover;width:100%;z-index:0}.hero-bg-image,.hero-halo,.hero-overlay{inset:0;pointer-events:none;position:absolute}.hero-overlay{background-image:linear-gradient(rgba(76,201,240,.03) 1px,transparent 0),linear-gradient(90deg,rgba(76,201,240,.03) 1px,transparent 0);background-size:50px 50px;z-index:1}.hero-halo{background:radial-gradient(circle at center,rgba(76,201,240,.5) 0,transparent 65%);mix-blend-mode:screen;opacity:0;transition:opacity .4s ease-out;will-change:opacity;z-index:2}.hero-section:hover .hero-halo{opacity:1}.hero-content-container{display:flex;justify-content:center;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:10}.hero-text{align-items:center;display:flex;flex-direction:column;max-width:900px;width:100%}.hero-h1{color:#ffd60a;font-family:system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin:0 0 24px;overflow-wrap:break-word;text-align:center;text-shadow:0 0 15px rgba(255,214,10,.4);transition:text-shadow .3s ease}@keyframes tech-pulse{0%{text-shadow:0 0 10px rgba(255,214,10,.3)}to{text-shadow:0 0 20px rgba(255,214,10,.6),0 0 40px rgba(255,214,10,.2)}}.hero-section:focus-within .hero-h1,.hero-section:hover .hero-h1{animation:tech-pulse 2s ease-in-out infinite alternate}.hero-subtitle-container{color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:40px;width:100%}.hero-subtitle-container p{margin-bottom:.5em}.hero-subtitle-container p:last-child{margin-bottom:0}.hero-actions{width:100%}.hero-actions,.hero-micro-text{display:flex;justify-content:center}.hero-micro-text{align-items:center;color:hsla(0,0%,100%,.85);font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:500;gap:8px;letter-spacing:.5px;margin-top:20px}.hero-micro-text svg{fill:#4cc9f0!important;height:16px;width:16px}@media (max-width:768px){.hero-section{min-height:auto;padding:100px 20px 60px}.hero-h1{font-size:2.2rem}.hero-actions{align-items:center;flex-direction:column}.hero-actions a{max-width:350px;text-align:center;width:100%}.hero-micro-text{font-size:.8rem;margin-top:15px}}@media (prefers-reduced-motion:reduce){.hero-h1,.hero-halo{animation:none!important;transition:none!important}}