/* ═══════════════════════════════════════════════════════
   NaijaPrey v5.2 — Comprehensive Fixes CSS
   ═══════════════════════════════════════════════════════ */

/* ─── 1. Coming Soon: badge → subtle/neutral style ─── */
.upcoming-badge {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.65) !important;
  font-size: 11px !important;
}
.upcoming-badge i { color: rgba(255,255,255,.5) !important; }

/* ─── 2. Coming Soon: COMING SOON label → neutral dark tag ─── */
.upcoming-label {
  background: rgba(0,0,0,.75) !important;
  color: rgba(255,255,255,.9) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 9px !important;
  letter-spacing: .5px !important;
  padding: 3px 8px !important;
}

/* ─── 3. Coming Soon: arrows — clean style, red ONLY on hover ─── */
.upcoming-prev,.upcoming-next,.upcoming-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(10,15,25,.85) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  color: #fff !important;
  width: 38px !important; height: 38px !important;
  border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  font-size: 20px !important;
  transition: all .2s ease !important;
}
.upcoming-prev { left: 4px !important; }
.upcoming-next { right: 4px !important; }
.upcoming-prev:hover,.upcoming-next:hover,.upcoming-arrow:hover {
  background: linear-gradient(135deg,#e63946,#c1121f) !important;
  border-color: rgba(230,57,70,.6) !important;
}

/* ─── 4. Coming Soon slider — override the fixed 160px width ─── */
.upcoming-slider-wrap {
  position: relative !important;
  overflow: hidden !important;
}
.upcoming-slider {
  display: flex !important;
  gap: 0 !important;
  transition: transform .42s cubic-bezier(.25,.46,.45,.94) !important;
  will-change: transform !important;
  padding: 0 !important;
}
/* Override the 160px fixed width — JS sets inline width */
.upcoming-slide {
  flex: none !important;
  flex-shrink: 0 !important;
  padding: 0 5px !important;
  box-sizing: border-box !important;
}
/* Responsive widths as fallback when JS hasn't run yet */
@media (min-width:1101px) { .upcoming-slide { width: 20% !important; } }
@media (max-width:1100px) and (min-width:769px) { .upcoming-slide { width: 25% !important; } }
@media (max-width:768px)  and (min-width:481px) { .upcoming-slide { width: 33.333% !important; } }
@media (max-width:480px)  { .upcoming-slide { width: 50% !important; } }

/* ─── 5. Community CTA — compact, contained, no film strips ─── */
.np-comm-cta3d {
  position: relative !important;
  padding: 40px 0 !important;
  overflow: hidden !important;
  margin: 32px 0 !important;
  min-height: auto !important;
}
.np-cta3d-bg-layer {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  filter: brightness(.22) saturate(1.3) !important;
}
.np-cta3d-bg-grad {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(13,21,32,.92) 0%, rgba(26,10,10,.88) 100%) !important;
}
/* Remove old film strips completely */
.np-cta3d-film-left,.np-cta3d-film-right { display:none !important; }

/* Card — full-width inside container */
.np-cta3d-card-wrap { width:100%; }
.np-cta3d-card {
  background: linear-gradient(135deg, rgba(13,21,32,.85) 0%, rgba(30,10,10,.8) 100%) !important;
  border: 1px solid rgba(255,68,68,.2) !important;
  border-radius: 16px !important;
  padding: 28px 32px !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  box-shadow: 0 8px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.04) !important;
  transform-style: flat !important;
  transition: none !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.np-cta3d-badge-live {
  position: relative !important;
  z-index: 1 !important;
}
/* Two-column layout inside card */
.np-cta3d-body-row {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.np-cta3d-left-col { flex: 1; min-width: 280px; }
.np-cta3d-right-col { flex-shrink: 0; width: 280px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }

/* Stats row */
.np-cta3d-stats-row { display:flex; gap:16px; justify-content:center; width:100%; }
.np-cta3d-stat { text-align:center; }
.np-cta3d-stat-n { display:block; font-size:22px; font-weight:900; color:#fff; font-family:'Oswald',sans-serif; line-height:1; }
.np-cta3d-stat-l { display:block; font-size:10px; color:rgba(255,255,255,.45); text-transform:uppercase; letter-spacing:.5px; }

/* Title 3D */
.np-cta3d-title {
  font-size: clamp(20px,3vw,32px) !important;
  margin: 8px 0 10px !important;
}
.np-cta3d-t1 {
  font-size: clamp(18px,2.5vw,26px) !important;
  letter-spacing: 3px !important;
}
.np-cta3d-t2 {
  font-size: clamp(26px,4vw,40px) !important;
  letter-spacing: 4px !important;
}
.np-cta3d-live-count {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255,68,68,.12) !important;
  border: 1px solid rgba(255,68,68,.25) !important;
  padding: 9px 16px !important;
  border-radius: 30px !important;
  width: 100% !important;
  justify-content: center !important;
}
.np-cta3d-count-lbl { font-size: 12px; color: rgba(255,255,255,.6); display: block; }
#np-cta3d-count-num { font-size: 20px !important; font-weight: 900 !important; color: #ff6b35 !important; display: block; }
.np-cta3d-btn {
  background: linear-gradient(135deg,#ff4444,#c1121f) !important;
  box-shadow: 0 6px 20px rgba(220,38,38,.4) !important;
  width: 100% !important;
  justify-content: center !important;
}
.np-cta3d-btn:hover {
  box-shadow: 0 10px 28px rgba(220,38,38,.55) !important;
  transform: translateY(-2px) !important;
}
@media(max-width:700px) {
  .np-cta3d-body-row { flex-direction:column; }
  .np-cta3d-right-col { width:100%; }
  .np-cta3d-card { padding:20px 16px !important; }
}

/* ─── 6. Watchlist banner — above Popular Movies ─── */
.np-wl-banner {
  background: linear-gradient(135deg, #0f1825 0%, #1c0808 100%);
  border: 1px solid rgba(255,68,68,.2);
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 20px;
}
.np-wl-banner-inner { display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap; }
.np-wl-banner-left { display:flex;align-items:center;gap:10px; }
.np-wl-banner-icon { font-size:22px;flex-shrink:0; }
.np-wl-banner-title { display:block;font-size:14px;font-weight:700;color:#fff;font-family:'Oswald',sans-serif; }
.np-wl-banner-sub { font-size:11px;color:rgba(255,255,255,.45); }
.np-wl-banner-btn {
  display:inline-flex;align-items:center;gap:6px;
  background:linear-gradient(135deg,#ff4444,#c1121f);
  color:#fff;text-decoration:none;padding:8px 16px;
  border-radius:7px;font-size:12px;font-weight:700;
  transition:all .2s;white-space:nowrap;
}
.np-wl-banner-btn:hover { transform:translateY(-1px);box-shadow:0 4px 14px rgba(220,38,38,.4);color:#fff;text-decoration:none; }
@media(max-width:480px){
  .np-wl-banner-inner{flex-direction:column;align-items:flex-start}
  .np-wl-banner-btn{width:100%;justify-content:center}
}

/* ─── 7. Watchlist strip (mid) — remove old version ─── */
.np-watchlist-strip { display:none !important; }
.np-watchlist-cta-strip { display:none !important; }

/* ─── 8. Marketing single-post billboard ─── */
.np-single-ad-banner{position:relative;display:flex;align-items:center;gap:16px;border-radius:12px;padding:16px 48px 16px 16px;margin:0 0 28px;overflow:hidden;border:1px solid rgba(255,68,68,.2);min-height:88px}
.np-single-ad-img{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.18)}
.np-single-ad-content{position:relative;z-index:1;flex:1}
.np-ad-badge-sm{font-size:9px;padding:2px 7px;background:rgba(255,68,68,.2);border:1px solid rgba(255,68,68,.4);color:#ff6b35;border-radius:10px;letter-spacing:.5px;text-transform:uppercase;display:inline-block;margin-bottom:5px}
.np-single-ad-title{font-size:16px;font-weight:800;color:#fff;margin:0 0 4px;font-family:'Oswald',sans-serif}
.np-single-ad-body{font-size:12px;color:rgba(255,255,255,.6);margin:0 0 10px;line-height:1.5}
.np-ad-cta-sm{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff4444,#c1121f);color:#fff;text-decoration:none;padding:7px 16px;border-radius:6px;font-size:12px;font-weight:700;transition:all .2s}
.np-ad-cta-sm:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(220,38,38,.4);color:#fff;text-decoration:none}
.np-single-ad-close{position:absolute;top:8px;right:10px;background:none;border:none;color:rgba(255,255,255,.4);cursor:pointer;font-size:16px;z-index:2}
.np-single-ad-close:hover{color:#fff}

/* ─── 9. Marketing homepage ads slider ─── */
.np-ads-slider{position:relative;width:100%;overflow:hidden;background:#050d18;min-height:130px}
.np-ads-track{position:relative;min-height:130px}
.np-ad-slide{position:absolute;inset:0;display:flex;align-items:center;padding:18px 50px;opacity:0;pointer-events:none;transition:opacity .5s ease;min-height:130px}
.np-ad-slide.active{opacity:1;position:relative;pointer-events:all}
.np-ad-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.22) saturate(1.4)}
.np-ad-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,24,.98) 40%,rgba(5,13,24,.55))}
.np-ad-slide-content{position:relative;z-index:1;max-width:680px}
.np-ad-badge{display:inline-block;background:rgba(255,68,68,.2);border:1px solid rgba(255,68,68,.4);color:#ff6b35;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:7px}
.np-ad-title{font-size:clamp(16px,2.5vw,24px);font-weight:900;color:#fff;margin:0 0 5px;font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:1px}
.np-ad-body{font-size:12px;color:rgba(255,255,255,.55);margin:0 0 12px;line-height:1.5}
.np-ad-cta-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff4444,#c1121f);color:#fff;text-decoration:none;padding:9px 20px;border-radius:6px;font-size:12px;font-weight:700;transition:all .2s}
.np-ad-cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(220,38,38,.4);color:#fff;text-decoration:none}
.np-ads-prev,.np-ads-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);color:#fff;width:34px;height:34px;border-radius:50%;font-size:18px;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center}
.np-ads-prev{left:10px}.np-ads-next{right:10px}
.np-ads-dots{position:absolute;bottom:8px;right:14px;display:flex;gap:5px;z-index:5}
.np-ads-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer}
.np-ads-dot.active{background:#ff4444;width:18px;border-radius:3px}

/* ─── 10. Hero Watch Now → red gradient ─── */
.np-hero-btn-primary,.o2-hero-btn,.o2-hero-btn-primary,.recently-btn {
  background: linear-gradient(135deg,#ff4444,#c1121f) !important;
  box-shadow: 0 4px 20px rgba(220,38,38,.35) !important;
  color: #fff !important;
}
.np-hero-btn-primary:hover,.recently-btn:hover {
  box-shadow: 0 8px 28px rgba(220,38,38,.5) !important;
  text-decoration: none !important; color:#fff !important;
}

/* ─── 11. Voice search — fixed bottom-right ─── */
#np-voice-btn,.np-voice-btn {
  position: fixed !important;
  bottom: 90px !important;
  right: 18px !important;
  left: auto !important;
  top: auto !important;
  z-index: 990 !important;
}

/* ─── 12. Discussion emoji panel — z-index fix ─── */
.np-discuss-compose { position: relative !important; }
.np-discuss-emoji-panel {
  position: absolute !important;
  bottom: calc(100% + 4px) !important;
  left: 0 !important; right: 0 !important;
  z-index: 200 !important;
  max-height: 240px !important;
  overflow-y: auto !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: none !important;
}

/* ─── 13. Ad animation keyframes ─── */
@keyframes np-ad-fade    { from{opacity:0} to{opacity:1} }
@keyframes np-ad-up      { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:none} }
@keyframes np-ad-zoom    { from{opacity:0;transform:scale(.96)} to{opacity:1;transform:scale(1)} }
@keyframes np-ad-bounce  { 0%{opacity:0;transform:scale(.9)} 60%{transform:scale(1.03)} 100%{opacity:1;transform:scale(1)} }
@keyframes np-ad-shake   { 0%,100%{transform:translateX(0)} 20%,60%{transform:translateX(-6px)} 40%,80%{transform:translateX(6px)} }
@keyframes np-ad-glow    { 0%,100%{box-shadow:0 0 15px rgba(255,68,68,.3)} 50%{box-shadow:0 0 35px rgba(255,68,68,.7)} }
.np-ad-anim-fade    { animation: np-ad-fade  .5s ease forwards }
.np-ad-anim-slide-up{ animation: np-ad-up    .5s ease forwards }
.np-ad-anim-zoom-in { animation: np-ad-zoom  .4s ease forwards }
.np-ad-anim-bounce  { animation: np-ad-bounce .5s ease forwards }
.np-ad-anim-shake   { animation: np-ad-shake  .6s ease forwards }
.np-ad-anim-glow    { animation: np-ad-glow   2s ease infinite }

/* ─── 14. Mobile general ─── */
@media(max-width:600px){
  .np-ad-slide{padding:16px 44px 16px 14px;min-height:110px}
  .np-single-ad-banner{flex-direction:column;align-items:flex-start;padding-right:16px}
  .np-cta3d-body-row{flex-direction:column}
  .np-cta3d-right-col{width:100%}
}

/* ─── 15. Recommend widget — visible errors fix ─── */
.np-rec-msg-error {
  background: rgba(231,76,60,.15) !important;
  border: 1px solid rgba(231,76,60,.3) !important;
  color: #e74c3c !important;
  display: block !important;
}
.np-rec-msg-success {
  background: rgba(29,185,84,.15) !important;
  border: 1px solid rgba(29,185,84,.3) !important;
  color: #1db954 !important;
}

/* ─── 16. Upcoming slider WATCH NOW button ─── */
.upcoming-btn,.upcoming-watch-btn {
  background: linear-gradient(135deg,#ff4444,#c1121f) !important;
  color:#fff !important;
  border:none !important;
}

/* ─── 17. Star icon fix ─── */
.np-star-btn svg { display:inline-block; vertical-align:middle; }

/* ─── 18. Single ad billboard before YOU MAY ALSO LIKE ─── */
.np-marketing-billboard {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 28px;
  min-height: 90px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,68,68,.18);
  background: #0d1520;
}
.np-billboard-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(.18) saturate(1.3);
}
.np-billboard-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,14,24,.97) 40%, rgba(8,14,24,.6));
}
.np-billboard-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  gap: 16px; padding: 16px 20px;
  width: 100%;
}
.np-billboard-text { flex: 1; }
.np-billboard-label {
  font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: #ff6b35; display: block; margin-bottom: 4px;
}
.np-billboard-title {
  font-size: 18px; font-weight: 900; color: #fff; margin: 0 0 4px;
  font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .5px;
}
.np-billboard-desc { font-size: 12px; color: rgba(255,255,255,.55); margin: 0 0 10px; line-height: 1.4; }
.np-billboard-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg,#ff4444,#c1121f);
  color: #fff; text-decoration: none;
  padding: 8px 18px; border-radius: 6px;
  font-size: 12px; font-weight: 700;
  transition: all .2s; white-space: nowrap;
}
.np-billboard-cta:hover { transform:translateY(-1px);box-shadow:0 4px 14px rgba(220,38,38,.4);color:#fff;text-decoration:none; }
.np-billboard-img-col { flex-shrink: 0; }
.np-billboard-img-col img { width: 60px; height: 85px; object-fit: cover; border-radius: 6px; }
.np-billboard-close { position:absolute;top:8px;right:10px;background:none;border:none;color:rgba(255,255,255,.35);cursor:pointer;font-size:15px;z-index:2; }
.np-billboard-close:hover { color:#fff; }
@media(max-width:480px){
  .np-billboard-inner { flex-direction:column; align-items:flex-start; }
  .np-billboard-img-col { display:none; }
  .np-billboard-title { font-size:15px; }
}

/* ─── 19. Recommend widget — admin delete button ─── */
.np-rec-del-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,.25);
  cursor: pointer;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: auto;
  flex-shrink: 0;
  transition: all .15s;
  line-height: 1;
}
.np-rec-del-btn:hover {
  background: rgba(220,38,38,.2);
  color: #ff4444;
}
.np-rec-item {
  transition: opacity .2s ease, max-height .2s ease;
  overflow: hidden;
}

/* ─── 20. Hero Carousel — contained in site layout ─── */
.np-hero-carousel {
  border-radius: 14px !important;
  margin-bottom: 28px !important;
  overflow: hidden !important;
  min-height: 320px !important;
}
.np-hero-track,.np-hero-slide.active { min-height: 320px !important; }

/* ─── 21. Ensure o2-hero stays visible (the large full-screen overlay) ─── */
.o2-hero { display: block !important; visibility: visible !important; }

/* ─── 22. Performance — reduce unnecessary animations on low-end ─── */
* { -webkit-tap-highlight-color: transparent; }

/* ══════════════════════════════════════════════════════
   FULL-SCREEN NETFLIX-STYLE HERO BANNER
   ══════════════════════════════════════════════════════ */
.np-fullhero {
  position: relative;
  width: 100vw;          /* full viewport width, breaks out of any container */
  margin-left: calc(-50vw + 50%);  /* break out of container if inside one */
  height: calc(100vh - 60px);
  min-height: 520px;
  max-height: 860px;
  overflow: hidden;
  background: #050d18;
}
.np-fullhero-track { position: relative; width: 100%; height: 100%; }
.np-fullhero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease;
}
.np-fullhero-slide.active { opacity: 1; pointer-events: all; }
.np-fullhero-bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transform: scale(1.0);
  transition: transform 7s ease;
}
.np-fullhero-slide.active .np-fullhero-bg { transform: scale(1.03); }
.np-fullhero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5,13,24,.97) 0%, rgba(5,13,24,.55) 45%, rgba(5,13,24,.05) 100%),
    linear-gradient(to right, rgba(5,13,24,.88) 0%, rgba(5,13,24,.2) 55%, transparent 100%);
  z-index: 1;
}
/* Poster on right side */
.np-fullhero-poster {
  position: absolute;
  right: clamp(40px,8vw,140px);
  bottom: 60px;
  width: clamp(160px,20vw,280px);
  aspect-ratio: 2/3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 60px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.07);
  z-index: 3;
}
.np-fullhero-poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.np-fullhero-poster-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 60%);
  pointer-events: none;
}
/* Content */
.np-fullhero-content {
  position: relative;
  z-index: 4;
  padding: 0 clamp(20px,5vw,80px);
  max-width: 640px;
  margin-bottom: 0;
}
.np-fullhero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.np-fh-year  { font-size: 13px; color: rgba(255,255,255,.6); font-weight: 500; }
.np-fh-rating { display: flex; align-items: center; gap: 5px; font-size: 13px; color: #fff; font-weight: 600; }
.np-fh-rating small { color: rgba(255,255,255,.5); font-weight: 400; }
.np-fh-lang  { font-size: 11px; color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.2); border-radius: 3px; padding: 2px 6px; }
.np-fullhero-title {
  font-size: clamp(28px,5vw,56px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 14px;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
  letter-spacing: -.5px;
}
.np-fullhero-desc {
  font-size: clamp(13px,1.4vw,15px);
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  margin: 0 0 24px;
  max-width: 520px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.np-fullhero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.np-fh-btn-watch, .np-fh-btn-dl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.np-fh-btn-watch {
  background: #dc2626;
  color: #fff;
  box-shadow: 0 4px 20px rgba(220,38,38,.4);
}
.np-fh-btn-watch:hover { background: #b91c1c; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(220,38,38,.5); color: #fff; text-decoration: none; }
.np-fh-btn-dl {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(4px);
}
.np-fh-btn-dl:hover { background: rgba(255,255,255,.2); color: #fff; text-decoration: none; transform: translateY(-2px); }
/* Dots */
.np-fullhero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.np-fh-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  border: none; cursor: pointer;
  transition: all .25s;
}
.np-fh-dot.active { background: #fff; width: 24px; border-radius: 4px; }
/* Arrows */
.np-fh-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  line-height: 1;
  padding: 0;
}
.np-fh-prev { left: 20px; }
.np-fh-next { right: 20px; }
.np-fh-arrow:hover { background: rgba(220,38,38,.7); border-color: rgba(220,38,38,.5); }
/* Mobile */
@media (max-width: 768px) {
  .np-fullhero { max-height: 580px; min-height: 420px; }
  .np-fullhero-poster { display: none; }
  .np-fh-arrow { display: none; }
  .np-fullhero-title { font-size: 28px; }
  .np-fullhero-desc { -webkit-line-clamp: 2; }
}
@media (max-width: 480px) {
  .np-fullhero { max-height: 480px; min-height: 360px; }
  .np-fullhero-content { padding: 0 16px; }
  .np-fh-btn-watch, .np-fh-btn-dl { padding: 11px 18px; font-size: 14px; }
}

/* ══════════════════════════════════════════════════════
   FIX: Grid card hover — no layout shift
   ══════════════════════════════════════════════════════ */
.posts-grid, .posts-grid-5, .featured-grid, .featured-grid-6, .np-grid-6 {
  overflow: visible !important;
}
.post-card {
  will-change: transform;
  isolation: isolate;
  contain: layout style;
}
.post-card:hover {
  transform: translateY(-4px) scale(1.02) !important;
  z-index: 10;
  position: relative;
}

/* ══════════════════════════════════════════════════════
   FIX: Coming Soon arrows — outside overflow:hidden area
   ══════════════════════════════════════════════════════ */
.upcoming-slider-wrap {
  overflow: hidden !important;
}
/* Arrows positioned relative to the whole section, not the overflow:hidden wrap */
.np-upcoming-section { position: relative; }
.upcoming-prev, .upcoming-next, .upcoming-arrow {
  position: absolute !important;
  top: calc(50% + 30px) !important; /* account for section header */
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  pointer-events: all !important;
}
.upcoming-slider-wrap .upcoming-prev,
.upcoming-slider-wrap .upcoming-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* ══════════════════════════════════════════════════════
   FIX: Reduce excessive red — use darker, calmer accent
   ══════════════════════════════════════════════════════ */
:root {
  --np-red: #dc2626;
  --np-red-dark: #b91c1c;
  --np-red-glow: rgba(220,38,38,.35);
}
/* Override bright #ff4444 with calmer #dc2626 on key elements */
.np-ad-cta-btn, .np-billboard-cta, .np-ad-cta-sm,
.np-cta3d-btn, .np-wl-banner-btn, .np-wl-strip-btn, .np-rec-submit-btn,
.nmbtn-save, .np-mktg-btn-primary {
  background: linear-gradient(135deg, #dc2626, #991b1b) !important;
  box-shadow: 0 4px 16px rgba(220,38,38,.3) !important;
}
.np-fh-btn-watch, .load-more-btn {
  background: #dc2626 !important;
}
/* Reduce red borders that are too prominent */
.np-rec-widget        { border-color: rgba(220,38,38,.15) !important; }
.np-marketing-billboard { border-color: rgba(220,38,38,.12) !important; }
.np-wl-banner         { border-color: rgba(220,38,38,.15) !important; }
.np-comm-cta3d .np-cta3d-card { border-color: rgba(220,38,38,.15) !important; }
/* Live dots — subtle green instead of red */
.np-cta3d-live-dot, .np-cta3d-online-dot { background: #16a34a !important; box-shadow: 0 0 6px #16a34a !important; }

/* ══════════════════════════════════════════════════════
   FIX: Voice search — guaranteed bottom-right
   ══════════════════════════════════════════════════════ */
#np-voice-btn {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  top: auto !important;
  z-index: 9990 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #dc2626, #991b1b) !important;
  box-shadow: 0 4px 20px rgba(220,38,38,.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  cursor: pointer !important;
  color: #fff !important;
  transition: transform .2s !important;
}
#np-voice-btn:hover { transform: scale(1.1) !important; }

/* ══════════════════════════════════════════════════════
   FIX: Discussion emoji panel z-index & positioning
   ══════════════════════════════════════════════════════ */
.np-discuss-compose { position: relative !important; overflow: visible !important; }
.np-discuss-emoji-panel {
  position: absolute !important;
  bottom: calc(100% + 6px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 500 !important;
  border-radius: 10px !important;
  box-shadow: 0 -4px 24px rgba(0,0,0,.5) !important;
  max-height: 220px !important;
  overflow-y: auto !important;
}
/* Discussion send button */
.np-discuss-chat-box, .np-disc-inp-wrap { position: relative !important; overflow: visible !important; }
