.hero-section{position:relative;height:80vh;min-height:480px;max-height:850px;overflow:hidden;background:#000}
.hero-slider{height:100%;position:relative}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;pointer-events:none}
.hero-slide.active{opacity:1;pointer-events:auto;z-index:1}
.hero-backdrop{position:absolute;inset:0}
.hero-backdrop img{width:100%;height:100%;object-fit:cover}
.hero-backdrop::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,var(--sf-bg) 0%,transparent 50%,rgba(0,0,0,0.4) 100%)}
.hero-gradient-left{position:absolute;left:0;top:0;bottom:0;width:55%;background:linear-gradient(to right,rgba(20,20,20,0.9) 0%,rgba(20,20,20,0.4) 40%,transparent 100%);z-index:2}
.hero-gradient-bottom{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,var(--sf-bg),transparent);z-index:3}
.hero-info{position:absolute;bottom:100px;left:4%;display:flex;gap:20px;align-items:flex-end;max-width:850px;z-index:4}
.hero-poster{flex-shrink:0;width:170px;border-radius:6px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,0.4)}
.hero-poster img{width:100%}
.hero-details{flex:1}
.hero-title{font-size:44px;font-weight:900;margin-bottom:10px;line-height:1.1}
.hero-meta{display:flex;gap:14px;align-items:center;margin-bottom:14px;font-size:13px}
.hero-rating{color:#FFD700;font-weight:600}
.hero-year{color:var(--sf-t2)}
.hero-type-badge{background:rgba(255,255,255,0.12);padding:2px 10px;border-radius:10px;font-size:11px;text-transform:uppercase}
.hero-overview{font-size:14px;line-height:1.5;color:var(--sf-t2);margin-bottom:18px;max-width:560px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hero-actions{display:flex;gap:10px}
.btn-play{display:flex;align-items:center;gap:7px;padding:11px 24px;background:var(--sf-red);border-radius:4px;font-size:15px;font-weight:600;color:#fff}
.btn-play:hover{background:#f40612;color:#fff}
.btn-detail{display:flex;align-items:center;gap:7px;padding:11px 24px;background:rgba(255,255,255,0.12);border-radius:4px;font-size:15px;font-weight:500;color:#fff}
.btn-detail:hover{background:rgba(255,255,255,0.2)}
.hero-dots{position:absolute;bottom:30px;right:4%;display:flex;gap:7px;z-index:5}
.hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.3);cursor:pointer;transition:all 0.3s}
.hero-dot.active{background:var(--sf-red);width:22px;border-radius:5px}

.home-content{position:relative;z-index:2;margin-top:-60px}

.content-row{margin-bottom:20px}
.row-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;padding:0 4%;max-width:1800px;margin-left:auto;margin-right:auto}
.row-title{font-size:19px;font-weight:700}
.row-see-all{font-size:12px;color:var(--sf-red);font-weight:600}
.row-see-all:hover{color:#fff}

.content-slider{position:relative;padding:0 4%;max-width:1800px;margin:0 auto}
.row-items{display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:10px}
.row-items::-webkit-scrollbar{display:none}

.slider-arrow{position:absolute;top:0;bottom:0;width:42px;background:rgba(0,0,0,0.5);color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity 0.3s;z-index:5;border:0;border-radius:4px}
.content-slider:hover .slider-arrow{opacity:1}
.slider-arrow.slider-prev{left:0}
.slider-arrow.slider-next{right:0}

/* Content Card - NO ZOOM */
.content-card{flex:0 0 auto;width:175px;cursor:pointer;border-radius:4px;overflow:hidden;background:var(--sf-card);transition:transform 0.2s}
.content-card:hover{transform:translateY(-2px)}
.content-card.skeleton{width:175px;aspect-ratio:2/3;min-height:262px}
.card-poster{position:relative;aspect-ratio:2/3;overflow:hidden;background:#1a1a1a}
.card-poster img{width:100%;height:100%;object-fit:cover}
.card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.9) 0%,transparent 55%);opacity:0;transition:opacity 0.2s;display:flex;flex-direction:column;justify-content:flex-end;padding:10px}
.content-card:hover .card-overlay{opacity:1}
.card-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:var(--sf-red);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}
.card-info{display:none}
.content-card:hover .card-info{display:block}
.card-title{font-size:12px;font-weight:600;margin-bottom:2px}
.card-meta{display:flex;gap:8px;font-size:11px;color:var(--sf-t2)}
.card-rating{color:#FFD700}

@media(max-width:960px){
  .hero-section{height:60vh}
  .hero-gradient-left{width:100%}
  .hero-info{bottom:60px;left:16px;right:16px}
  .hero-poster{width:120px}
  .hero-title{font-size:28px}
  .hero-overview{-webkit-line-clamp:2}
  .content-card{width:150px}
  .content-card.skeleton{width:150px;min-height:225px}
}
@media(max-width:600px){
  .hero-section{height:50vh;min-height:350px}
  .hero-poster{width:90px}
  .hero-title{font-size:22px}
  .hero-overview{display:none}
  .hero-info{bottom:40px}
  .content-card{width:135px}
  .content-card.skeleton{width:135px;min-height:202px}
}
