.video-hero-section.modern-hero-section{position:relative;width:100%;height:70vh;min-height:480px;max-height:620px;overflow:hidden}.hero-video-container{position:absolute;inset:0;z-index:1;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1;filter:brightness(1.05) contrast(1.03) saturate(1.08)}.hero-fallback-bg{position:absolute;inset:0;background:linear-gradient(135deg,#100818 0%,#1a0b2e 50%,#241e38 100%);z-index:1;opacity:0;transition:opacity 0.5s ease}.hero-video.error+.hero-fallback-bg{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,8,24,0.62) 0%,rgba(16,8,24,0.28) 45%,rgba(16,8,24,0.55) 100%);z-index:2}.video-hero-section .hero-content{position:relative;z-index:3;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;max-width:none !important;width:100% !important}.video-hero-section .hero-inner{max-width:900px;margin:0 auto;text-align:center !important;animation:heroContentIn 0.9s cubic-bezier(0.22,1,0.36,1) both}@keyframes heroContentIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.video-hero-section .hero-main-title{font-size:clamp(2.4rem,6vw,4.8rem);font-weight:700;color:#fff;margin-bottom:1.2rem;text-shadow:0 4px 24px rgba(0,0,0,0.5);line-height:1.15}.video-hero-section .hero-description{font-size:clamp(1.1rem,2.5vw,1.5rem);color:rgba(255,255,255,0.92);margin:0 auto 2rem;max-width:640px;line-height:1.65}.video-hero-section .hero-nav-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem}.video-hero-section .hero-nav-btn{background:rgba(192,38,211,0.18);border:1px solid rgba(232,121,249,0.4);color:#fff;padding:10px 18px;border-radius:999px;text-decoration:none;font-weight:700;font-size:0.82rem;letter-spacing:0.08em;text-transform:uppercase;backdrop-filter:blur(10px);transition:all 0.25s ease}.video-hero-section .hero-nav-btn:hover{background:rgba(192,38,211,0.45);border-color:rgba(34,211,238,0.55);box-shadow:0 8px 24px rgba(192,38,211,0.35);transform:translateY(-2px);color:#fff}.banner-hero-section{--banner-w:1600;--banner-h:400;--banner-ratio:calc(var(--banner-w) / var(--banner-h));position:relative;width:100%;background:#100818;overflow:hidden;isolation:isolate}.banner-hero__stage{position:relative;z-index:1;width:100%;margin:0 auto;padding:0}.banner-hero__glow{position:absolute;inset:-20% -10%;background:radial-gradient(ellipse 55% 45% at 25% 35%,rgba(192,38,211,0.22),transparent 60%),radial-gradient(ellipse 45% 40% at 75% 25%,rgba(34,211,238,0.12),transparent 55%);pointer-events:none;z-index:0;animation:bannerGlowPulse 8s ease-in-out infinite alternate}@keyframes bannerGlowPulse{from{opacity:0.75;transform:scale(1)}to{opacity:1;transform:scale(1.04)}}.banner-hero__particles{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.banner-hero__particles span{position:absolute;width:4px;height:4px;border-radius:50%;background:rgba(232,121,249,0.7);box-shadow:0 0 12px rgba(34,211,238,0.5);animation:bannerParticleFloat 6s ease-in-out infinite}.banner-hero__particles span:nth-child(1){left:12%;top:22%;animation-delay:0s}.banner-hero__particles span:nth-child(2){left:28%;top:68%;animation-delay:1.2s;width:3px;height:3px}.banner-hero__particles span:nth-child(3){left:55%;top:18%;animation-delay:2.4s}.banner-hero__particles span:nth-child(4){left:72%;top:55%;animation-delay:0.8s;width:5px;height:5px}.banner-hero__particles span:nth-child(5){left:88%;top:30%;animation-delay:3.1s}.banner-hero__particles span:nth-child(6){left:42%;top:42%;animation-delay:1.8s;width:2px;height:2px}@keyframes bannerParticleFloat{0%,100%{transform:translateY(0) scale(1);opacity:0.35}50%{transform:translateY(-18px) scale(1.2);opacity:0.9}}.banner-hero__frame{position:relative;z-index:1;width:100%;aspect-ratio:1600 / 400;max-height:none;overflow:hidden;line-height:0;background:#100818;animation:bannerFrameIn 1s cubic-bezier(0.22,1,0.36,1) both;display:flex;align-items:center;justify-content:center}@keyframes bannerFrameIn{from{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.banner-hero__shine{position:absolute;inset:0;background:linear-gradient( 105deg,transparent 40%,rgba(255,255,255,0.06) 48%,rgba(34,211,238,0.08) 50%,transparent 58% );background-size:200% 100%;animation:bannerShine 6s ease-in-out infinite;pointer-events:none;z-index:2}@keyframes bannerShine{0%,100%{background-position:120% 0;opacity:0}45%,55%{background-position:-20% 0;opacity:1}}.banner-hero__img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;user-select:none;-webkit-user-drag:none;pointer-events:none;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.banner-hero__categories{position:relative;z-index:3;padding:0.85rem 0 1.35rem;background:linear-gradient(180deg,rgba(16,8,24,0.55) 0%,#100818 100%);border-bottom:1px solid rgba(192,38,211,0.2);backdrop-filter:blur(8px)}.banner-hero__cat-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem}.banner-hero__cat-btn{display:inline-flex;align-items:center;padding:0.52rem 1.1rem;font-size:0.76rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;color:#faf5ff;text-decoration:none;background:rgba(192,38,211,0.12);border:1px solid rgba(232,121,249,0.32);border-radius:999px;backdrop-filter:blur(12px);transition:all 0.28s cubic-bezier(0.22,1,0.36,1);animation:bannerChipIn 0.6s cubic-bezier(0.22,1,0.36,1) both;animation-delay:var(--chip-delay,0s)}@keyframes bannerChipIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.banner-hero__cat-btn:hover{color:#fff;background:linear-gradient(135deg,rgba(192,38,211,0.45),rgba(34,211,238,0.2));border-color:rgba(34,211,238,0.5);box-shadow:0 8px 24px rgba(192,38,211,0.3);transform:translateY(-2px)}.banner-hero__scroll,.video-hero-section .scroll-indicator{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);z-index:4;background:none;border:none;cursor:pointer;animation:heroBounce 2s infinite}.banner-hero__scroll{bottom:4.75rem}.scroll-arrow{width:42px;height:42px;border:2px solid rgba(232,121,249,0.45);border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(16,8,24,0.6);backdrop-filter:blur(8px);color:#e879f9;transition:border-color 0.2s,box-shadow 0.2s}.scroll-arrow:hover{border-color:rgba(34,211,238,0.6);box-shadow:0 0 20px rgba(192,38,211,0.35)}@keyframes heroBounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.video-hero-section.modern-hero-section{height:75vh;min-height:460px;max-height:580px}.banner-hero__stage{max-width:100%}.banner-hero__frame{aspect-ratio:1600 / 400}.banner-hero__img{object-fit:contain;object-position:center center}.banner-hero__cat-nav{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0.25rem 0.35rem}.banner-hero__cat-nav::-webkit-scrollbar{display:none}.banner-hero__cat-btn{flex-shrink:0;font-size:0.7rem;padding:0.45rem 0.9rem}.banner-hero__scroll{bottom:4rem}}@media (prefers-reduced-motion:reduce){.banner-hero__img,.banner-hero__glow,.banner-hero__shine,.banner-hero__particles span,.banner-hero__frame,.banner-hero__cat-btn,.video-hero-section .hero-inner,.banner-hero__scroll,.video-hero-section .scroll-indicator{animation:none !important}}