.HeroSlider-module__BJqekG__hero{background:var(--bg-secondary);width:100%;height:clamp(400px,60vh,650px);position:relative;overflow:hidden}.HeroSlider-module__BJqekG__slide{opacity:0;z-index:1;align-items:center;width:100%;height:100%;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0}.HeroSlider-module__BJqekG__slideActive{opacity:1;z-index:2}.HeroSlider-module__BJqekG__bgWrapper{z-index:0;display:none;position:absolute;inset:0}.HeroSlider-module__BJqekG__isNews .HeroSlider-module__BJqekG__bgWrapper{display:block}.HeroSlider-module__BJqekG__blurredBg{filter:blur(50px)brightness(1.2)saturate(.8);object-fit:cover;opacity:.4;width:100%;height:100%;transform:scale(1.1)}.HeroSlider-module__BJqekG__heroImage{object-fit:cover;object-position:center center;transition:transform 10s ease-out}.HeroSlider-module__BJqekG__isNews .HeroSlider-module__BJqekG__heroImage{object-fit:contain;filter:drop-shadow(0 15px 40px #00000026)}.HeroSlider-module__BJqekG__slideActive .HeroSlider-module__BJqekG__heroImage{transform:scale(1.1)}.HeroSlider-module__BJqekG__heroOverlay{background:linear-gradient(90deg, rgba(var(--bg-primary-rgb), .95) 0%, rgba(var(--bg-primary-rgb), .6) 40%, rgba(var(--bg-primary-rgb), 0) 100%), linear-gradient(0deg, rgba(var(--bg-primary-rgb), .9) 0%, rgba(var(--bg-primary-rgb), .2) 30%, rgba(var(--bg-primary-rgb), 0) 100%);z-index:3;align-items:center;padding:40px 5% 20px;display:flex;position:absolute;inset:0}.light .HeroSlider-module__BJqekG__heroOverlay{background:linear-gradient(90deg,#ffffffe6 0%,#fff6 40%,#fff0 100%)}.HeroSlider-module__BJqekG__heroContent{opacity:0;max-width:850px;transition:all .8s cubic-bezier(.19,1,.22,1) .4s;transform:translateY(30px)}.HeroSlider-module__BJqekG__slideActive .HeroSlider-module__BJqekG__heroContent{opacity:1;transform:translateY(0)}.HeroSlider-module__BJqekG__typeBadge{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--brand-primary);text-transform:uppercase;letter-spacing:.1em;box-shadow:var(--shadow-sm);align-items:center;gap:.8rem;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:800;display:inline-flex}.HeroSlider-module__BJqekG__badgePulse{background:var(--brand-primary);border-radius:50%;width:8px;height:8px;position:relative}.HeroSlider-module__BJqekG__badgePulse:after{content:"";border:2px solid var(--brand-primary);border-radius:50%;animation:2s infinite HeroSlider-module__BJqekG__pulse;position:absolute;inset:-4px}@keyframes HeroSlider-module__BJqekG__pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.HeroSlider-module__BJqekG__heroTitle{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:1.2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.dark .HeroSlider-module__BJqekG__heroTitle{color:#fff}.HeroSlider-module__BJqekG__titleMain{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.HeroSlider-module__BJqekG__titleSub{color:var(--text-secondary);margin-top:.5rem;font-size:.6em;font-weight:700;display:block}.HeroSlider-module__BJqekG__heroMeta{text-shadow:0 2px 8px #0000001a;align-items:center;gap:1.5rem;margin-bottom:2.2rem;font-size:1.1rem;font-weight:750;display:flex;color:var(--text-secondary)!important}.HeroSlider-module__BJqekG__dot{background:var(--accent-secondary);border-radius:50%;width:5px;height:5px}.HeroSlider-module__BJqekG__accent{text-transform:uppercase;font-weight:850;color:var(--accent-secondary)!important}.HeroSlider-module__BJqekG__ratingText{color:#f59e0b!important}.HeroSlider-module__BJqekG__heroDescription{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:650px;margin-bottom:2rem;font-size:1.15rem;font-weight:600;line-height:1.6;display:-webkit-box;overflow:hidden;color:var(--text-secondary)!important}.HeroSlider-module__BJqekG__heroDescription span{-webkit-box-decoration-break:clone;box-decoration-break:clone;background:0 0;border-radius:4px;padding:.3em .8em}.dark .HeroSlider-module__BJqekG__heroDescription span{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080}.HeroSlider-module__BJqekG__heroActions{gap:1.5rem;display:flex}.HeroSlider-module__BJqekG__btnPrimary{background:var(--brand-primary);color:#000;border-radius:var(--radius-full);align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 20px -5px #00d2ff66}.HeroSlider-module__BJqekG__btnPrimary:hover{filter:brightness(1.1);transform:translateY(-3px)scale(1.02);box-shadow:0 15px 30px -5px #00d2ff99}.HeroSlider-module__BJqekG__btnSecondary{color:#fff;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.light .HeroSlider-module__BJqekG__btnSecondary{color:var(--text-primary);background:#0000000d;border-color:#0000001a}.HeroSlider-module__BJqekG__btnSecondary:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.light .HeroSlider-module__BJqekG__btnSecondary:hover{background:#0000001a;border-color:#0003}.HeroSlider-module__BJqekG__dotsContainer{z-index:10;gap:.8rem;display:flex;position:absolute;top:20px;right:5%}.HeroSlider-module__BJqekG__navItem{width:40px;height:40px;color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.HeroSlider-module__BJqekG__navItemActive{background:var(--brand-primary);color:#000;border-color:var(--brand-primary);transform:scale(1.1);box-shadow:0 0 20px #00d2ff4d}.HeroSlider-module__BJqekG__navItemActive .HeroSlider-module__BJqekG__navProgress{border:2px solid var(--brand-primary);border-right-color:#0000;border-radius:50%;animation:7s linear infinite HeroSlider-module__BJqekG__rotate;position:absolute;inset:-3px}@keyframes HeroSlider-module__BJqekG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.light .HeroSlider-module__BJqekG__navItem{color:var(--text-muted);background:#0000000d;border-color:#0000001a}.light .HeroSlider-module__BJqekG__navItemActive{background:var(--brand-primary);border-color:var(--brand-primary);box-shadow:0 4px 15px #0ea5e94d;color:#fff!important}@media (max-width:1024px){.HeroSlider-module__BJqekG__heroTitle{font-size:3rem}.HeroSlider-module__BJqekG__isNews .HeroSlider-module__BJqekG__heroTitle{font-size:2.8rem}.HeroSlider-module__BJqekG__heroDescription{font-size:1.1rem}}@media (max-width:768px){.HeroSlider-module__BJqekG__hero{height:50vh;min-height:350px}.HeroSlider-module__BJqekG__heroOverlay{background:linear-gradient(to top, rgba(var(--bg-primary-rgb), .98) 0%, rgba(var(--bg-primary-rgb), .3) 50%, rgba(var(--bg-primary-rgb), .7) 100%);align-items:flex-end;padding:60px 1.5rem 40px}.light .HeroSlider-module__BJqekG__heroOverlay{background:linear-gradient(#fff9 0%,#fff3 50%,#fffffff2 100%)}.dark .HeroSlider-module__BJqekG__heroOverlay{background:linear-gradient(#000c 0%,#0003 60%,#000000f2 100%)}.HeroSlider-module__BJqekG__heroContent{text-align:left}.HeroSlider-module__BJqekG__heroTitle{letter-spacing:-.02em;margin-bottom:.8rem;font-size:1.5rem;line-height:1.25}.HeroSlider-module__BJqekG__isNews .HeroSlider-module__BJqekG__typeBadge{margin-top:15px;margin-bottom:.8rem}.HeroSlider-module__BJqekG__heroTitle span{background:0 0;padding:.1em .4em}.dark .HeroSlider-module__BJqekG__heroTitle span{background:#00000080}.HeroSlider-module__BJqekG__isNews .HeroSlider-module__BJqekG__heroTitle{font-size:1.8rem}.HeroSlider-module__BJqekG__heroDescription{display:none}.HeroSlider-module__BJqekG__heroMeta{gap:.8rem;margin-bottom:1.2rem;font-size:.9rem;color:var(--text-muted)!important}.HeroSlider-module__BJqekG__heroActions{z-index:10;gap:.8rem;width:100%;margin-top:1rem}.HeroSlider-module__BJqekG__btnPrimary,.HeroSlider-module__BJqekG__btnSecondary{flex:1;justify-content:center;padding:1rem;font-size:.9rem}.HeroSlider-module__BJqekG__btnSecondary{background:var(--bg-hover);border-color:var(--border-subtle);color:var(--text-primary)!important}.dark .HeroSlider-module__BJqekG__btnSecondary{background:#ffffff26;border-color:#ffffff4d;color:#fff!important}.HeroSlider-module__BJqekG__dotsContainer{gap:.4rem;inset:20px 1.5rem auto auto}.HeroSlider-module__BJqekG__navItem{color:var(--text-muted);border-color:var(--border-subtle);background:var(--bg-card);padding:.3rem .6rem;font-size:.9rem}.dark .HeroSlider-module__BJqekG__navItem{color:#ffffff80;border-color:#ffffff1a}.HeroSlider-module__BJqekG__navItemActive{border-color:var(--accent-secondary);background:var(--accent-secondary);color:#fff!important}}
