.hero-carousel{background:#000;width:100%;height:75vh;min-height:600px;position:relative;overflow:hidden}.hero-slide{background-position:top;background-size:cover;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.hero-overlay{background:linear-gradient(0deg, var(--bg) 0%, #0c0c0e99 50%, #0c0c0e1a 100%), linear-gradient(90deg, #0c0c0ee6 0%, #0c0c0e66 40%, transparent 100%);position:absolute;inset:0}.hero-content{z-index:10;max-width:600px;position:absolute;bottom:15%;left:5%}.hero-title{letter-spacing:-3px;color:#fff;text-shadow:0 5px 15px #00000080;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:4.5rem;font-weight:950;line-height:1}.hero-description{color:#fffc;text-shadow:1px 1px 5px #000c;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2rem;font-size:1.1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hero-play-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:4px;align-items:center;gap:.75rem;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.hero-play-btn:hover{background:#fffc;transform:scale(1.05)}.hero-indicators{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:5%;left:5%}.hero-indicators .indicator{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.hero-indicators .indicator.active{background:#fff;border-radius:4px;width:24px}@media (max-width:768px){.hero-carousel{height:60vh;min-height:400px}.hero-content{width:90%;bottom:10%;left:5%}.hero-title{margin-bottom:.5rem;font-size:2.2rem}.hero-description{-webkit-line-clamp:2;margin-bottom:1.5rem;font-size:1rem}.hero-play-btn{padding:.7rem 1.5rem;font-size:1rem}.hero-indicators{bottom:3%;left:50%;transform:translate(-50%)}}
.carousel-section{margin-bottom:2rem}.carousel-title{color:#fff;border-left:4px solid var(--accent-red);text-transform:capitalize;margin-bottom:1.2rem;padding-left:.8rem;font-size:1.4rem;font-weight:700}.carousel-row{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;gap:1.2rem;padding:.5rem;display:flex;overflow-x:auto}.carousel-row::-webkit-scrollbar{display:none}.carousel-card{border-radius:var(--radius-card);cursor:pointer;aspect-ratio:2/3;background:var(--bg-card);border:1px solid var(--glass-border);flex:0 0 200px;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s;position:relative;overflow:hidden}.carousel-card:hover{z-index:10;border-color:var(--accent-red);transform:scale(1.05);box-shadow:0 20px 40px #0009}.carousel-card .carousel-poster{object-fit:cover;width:100%;height:100%;transition:transform .8s}.carousel-card:hover .carousel-poster{transform:scale(1.1)}.carousel-card .movie-overlay{opacity:0;background:linear-gradient(#0000 0%,#000000e6 100%);padding:1.5rem;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.carousel-card:hover .movie-overlay{opacity:1}@media (max-width:1024px){.carousel-card{flex:0 0 170px}}@media (max-width:768px){.carousel-card{flex:0 0 140px}.carousel-title{margin-bottom:1rem;font-size:1.2rem}.carousel-section{margin-bottom:2rem}}
.home-dashboard{width:100%;min-height:100vh}.pb-20{padding-bottom:5rem}.px-8{padding-left:2rem;padding-right:2rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.gap-10{gap:2.5rem}.loading-state{flex-direction:column;gap:2rem;padding-bottom:5rem;display:flex}.skeleton-hero{opacity:.1;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;width:100%;height:70vh;min-height:500px;animation:1.5s linear infinite shine}.skeleton-row{opacity:.1;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;border-radius:8px;height:250px;margin:0 2rem;animation:1.5s linear infinite shine}.service-filter-bar{scrollbar-width:thin;scrollbar-color:#fff3 transparent;z-index:200;gap:1rem;padding-top:12px;padding-bottom:1rem;display:flex;position:relative;overflow:auto visible}.service-filter-bar::-webkit-scrollbar{height:4px}.service-filter-bar::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px}.service-btn{border-radius:var(--radius-pill);background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--glass-border);cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:1px;flex:none;padding:1rem 2.5rem;font-size:1rem;font-weight:800;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-btn:hover{border-color:var(--accent-red);background:#ffffff1a;transform:translateY(4px);box-shadow:0 8px 24px #e5091440}.service-btn.active{background:var(--accent-red);color:#fff;box-shadow:0 10px 30px var(--accent-glow);border-color:#0000}
