.hero-container{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;opacity:0;z-index:1;width:auto;min-width:100%;height:auto;min-height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video.active{opacity:1;z-index:2}.hero-overlay{z-index:2;background:linear-gradient(135deg,#0009 0%,#0000004d 50%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;--hero-title-offset:0rem;flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:1200px;margin:0 auto;padding:2rem;animation:1s ease-out fadeInUp;display:flex;position:relative}.hero-text-container{text-align:center;color:#fff;width:100%}.hero-title{font-family:var(--font-primary);color:#fff;text-shadow:2px 2px 4px #00000080;transform:translateY(var(--hero-title-offset));margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1;transition:transform .26s cubic-bezier(.2,.8,.2,1);animation:1s ease-out .2s both fadeInUp}.hero-title-accent{color:#ef4444;text-shadow:2px 2px 4px #00000080;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;animation:1s ease-out .4s both fadeInUp;display:block}.hero-subtitle{color:#ffffffeb;text-shadow:0 1px #0000001f;max-width:720px;margin:0 auto 3rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;animation:.9s ease-out .45s both fadeInUp}.hero-features{flex-wrap:wrap;justify-content:center;gap:3rem;animation:1s ease-out .8s both fadeInUp;display:flex;bottom:2.5rem}.hero-feature{color:#ffffffe6;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.hero-feature-icon{color:#ef4444;width:24px;height:24px}.hero-feature-icon-badge{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.hero-indicators{z-index:4;gap:.75rem;animation:1s ease-out 1.2s both fadeIn;display:flex;position:absolute;bottom:8rem;left:50%;transform:translate(-50%)}.hero-indicator{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.hero-indicator:hover{background:#ffffffb3;transform:scale(1.2)}.hero-indicator.active{background:#fff;border-radius:6px;width:40px}.hero-scroll-indicator{z-index:4;flex-direction:column;align-items:center;gap:.5rem;animation:1s ease-out 1.4s both fadeIn,2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-scroll-mouse{border:2px solid #ffffff80;border-radius:15px;justify-content:center;width:30px;height:50px;padding-top:8px;display:flex}.hero-scroll-wheel{background:#ffffffb3;border-radius:2px;width:4px;height:10px;animation:2s ease-in-out infinite scroll}.hero-scroll-text{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}@keyframes scroll{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{margin-bottom:3rem;font-size:1rem}.hero-features{flex-direction:column;gap:1rem}.hero-indicators{bottom:7rem}.hero-scroll-indicator{display:none}}@media (max-width:480px){.hero-content{padding:1rem}.hero-title{margin-bottom:1rem;font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-feature{font-size:.85rem}.hero-feature-icon{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.video-wrapper,.hero-content,.hero-title,.hero-title-accent,.hero-subtitle,.hero-cta-container,.hero-features,.hero-indicators,.hero-scroll-indicator{transition:none!important;animation:none!important}.hero-scroll-wheel{animation:none!important}}
