/*
Theme Name: Watch Cinema Movies Premium
Theme URI: https://watchcinemamovies.com
Author: WatchCinemaMovies
Author URI: https://watchcinemamovies.com
Description: An ultra-premium, dark-themed streaming movie theme with glassmorphism UI. Stream movies and TV series in HD quality for free.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, entertainment, responsive-layout, custom-colors, streaming, movies, series
Text Domain: watchcinema
*/

/* Body-level overflow prevention — stops glow orbs causing horizontal scroll */
body {
    overflow-x: clip;
    max-width: 100%;
}

/* Screen Reader Only - Accessible but visually hidden */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =========================================
   MOBILE PRIORITY CSS - LOADS FIRST
   ========================================= */

/* Mobile Toggle - ALWAYS visible on small screens */
@media screen and (max-width: 1024px) {
    .mobile-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        background: var(--primary-color) !important;
        border: none !important;
        border-radius: 12px !important;
        cursor: pointer !important;
        padding: 0 !important;
        box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4) !important;
    }

    .mobile-toggle .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 22px !important;
        height: 3px !important;
        background-color: #ffffff !important;
        border-radius: 3px !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    }

    /* Hide desktop navigation */
    .nav-ultra {
        display: none !important;
    }

    /* Hide live badge on mobile */
    .live-badge-header {
        display: none !important;
    }
}

/* Mobile Hero Gap Fix */
@media screen and (max-width: 768px) {

    /* NUCLEAR FIX: Override ALL hero sections on mobile */
    .home-hero-ultra,
    .page-hero-ultra,
    .genres-hero-ultra,
    .trending-hero-ultra,
    .new-releases-hero-ultra,
    .releases-hero-ultra,
    .movies-hero-ultra,
    .series-hero-ultra,
    .single-movie-hero-ultra,
    .hero,
    section[class*="-hero-ultra"],
    section[class*="-hero"] {
        padding: 100px 15px 20px 15px !important;
        min-height: auto !important;
        min-height: unset !important;
        height: auto !important;
        max-height: none !important;
        margin-top: 0 !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
    }

    /* Breadcrumbs hidden on mobile - saves space, fixes 100vh bug */
    .page-breadcrumbs,
    section[class*="-hero"] .page-breadcrumbs {
        display: none !important;
    }

    /* Hero child decorative elements - no space contribution */
    .hero-particles,
    .hero-glow-orb,
    .hero-glow-1,
    .hero-glow-2,
    .glow-green,
    .glow-teal,
    .hero-gradient-overlay,
    section[class*="-hero"] .hero-particles,
    section[class*="-hero"] .hero-glow-orb,
    section[class*="-hero"] .hero-gradient-overlay {
        position: absolute !important;
        height: 100% !important;
        min-height: 0 !important;
        pointer-events: none !important;
    }

    /* Hero content wrappers - no extra padding */
    .hero-content-wrapper,
    .hero-content-mega,
    .hero-content,
    section[class*="-hero"] .hero-content-wrapper,
    section[class*="-hero"] .hero-content-mega {
        padding-top: 10px !important;
        margin-top: 0 !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Hero titles - smaller on mobile */
    .releases-hero-title,
    .hero-title,
    section[class*="-hero"] h1 {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }

    /* Hero subtitle */
    .releases-hero-subtitle,
    section[class*="-hero"] p {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }

    /* Live stats bar - compact on mobile */
    .live-stats-bar {
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 10px !important;
    }

    .live-stats-bar .stat-item {
        flex: 0 1 auto !important;
        min-width: 60px !important;
    }

    /* Release time filters - scrollable on mobile */
    .release-time-filters {
        flex-wrap: wrap !important;
        gap: 6px !important;
    }

    .page-header {
        padding-top: 70px !important;
        padding-bottom: 20px !important;
    }

    .section-header {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .home-section:first-of-type {
        padding-top: 10px !important;
    }
}

:root {
    /* === PREMIUM COLOR PALETTE === */
    --primary-color: #e50914;
    --primary-light: #ff1a25;
    --primary-dark: #b00710;
    --secondary-color: #ffffff;
    --background-color: #050505;
    --background-secondary: #0a0a0a;
    --surface-color: #141414;
    --surface-light: #1a1a1a;
    --surface-elevated: #222222;
    --text-color: #f0f0f0;
    --text-muted: #a0a0a0;
    --text-subtle: #666666;

    /* === PREMIUM GRADIENTS === */
    --gradient-gold: linear-gradient(135deg, #FFD700 0%, #FDB931 50%, #FFD700 100%);
    --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, #ff4757 100%);
    --gradient-premium: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-dark: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 100%);
    --gradient-cinematic: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.6) 40%, #050505 100%);
    --gradient-text: linear-gradient(135deg, #ffffff 0%, #b0b0b0 100%);
    --gradient-shine: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);

    /* === GLASSMORPHISM 2.0 === */
    --glass-bg: rgba(20, 20, 20, 0.6);
    --glass-bg-light: rgba(255, 255, 255, 0.03);
    --glass-bg-hover: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.06);
    --glass-border-hover: rgba(255, 255, 255, 0.15);
    --glass-blur: blur(20px);
    --glass-blur-heavy: blur(40px);

    /* === GLOW EFFECTS === */
    --glow-primary: 0 0 40px rgba(229, 9, 20, 0.4);
    --glow-primary-intense: 0 0 60px rgba(229, 9, 20, 0.6), 0 0 100px rgba(229, 9, 20, 0.3);
    --glow-gold: 0 0 30px rgba(255, 215, 0, 0.5);
    --glow-white: 0 0 20px rgba(255, 255, 255, 0.2);
    --glow-card: 0 0 40px rgba(229, 9, 20, 0.15);

    /* === PREMIUM SHADOWS === */
    --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.7);
    --shadow-premium: 0 25px 60px -15px rgba(0, 0, 0, 0.8);
    --shadow-elevated: 0 40px 80px -20px rgba(0, 0, 0, 0.9);
    --shadow-card-hover: 0 30px 60px -15px rgba(0, 0, 0, 0.8), var(--glow-card);

    /* === ANIMATION TIMINGS === */
    --ease-premium: cubic-bezier(0.19, 1, 0.22, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --transition-fast: 0.2s var(--ease-smooth);
    --transition-medium: 0.4s var(--ease-premium);
    --transition-slow: 0.6s var(--ease-out-expo);
    --transition-ultra: 0.8s var(--ease-premium);

    /* === SPACING & SIZING === */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 50px;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

body {
    background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: clip;
}

/* === PREMIUM ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(229, 9, 20, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(229, 9, 20, 0.6);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(1deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes starPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotateGlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* === PREMIUM UTILITY CLASSES === */
.glass-premium {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    transition: var(--transition-medium);
}

.glass-premium:hover {
    background: var(--glass-bg-hover);
    border-color: var(--glass-border-hover);
}

.glow-hover {
    transition: var(--transition-medium);
}

.glow-hover:hover {
    box-shadow: var(--glow-primary);
}

.card-3d {
    transition: var(--transition-medium);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.card-3d:hover {
    transform: translateY(-12px) rotateX(5deg) scale(1.02);
    box-shadow: var(--shadow-card-hover);
}

.text-gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-animated {
    background: linear-gradient(135deg, #fff 0%, #e50914 25%, #fff 50%, #e50914 75%, #fff 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 5s ease infinite;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s var(--ease-premium), transform 0.8s var(--ease-premium);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Reading Progress Bar */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--gradient-primary);
    z-index: 9999;
    transition: width 0.1s linear;
    box-shadow: var(--glow-primary);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}

ul {
    list-style: none;
}

/* =========================================
   ULTRA PREMIUM HEADER & NAVIGATION
   ========================================= */
header {
    background: rgba(5, 5, 5, 0.7);
    padding: 18px 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--glass-border);
    backdrop-filter: blur(30px) saturate(200%);
    -webkit-backdrop-filter: blur(30px) saturate(200%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.5s var(--ease-premium);
}

header.scrolled {
    background: rgba(5, 5, 5, 0.95);
    padding: 12px 6%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8);
}

/* Animated Glow Border */
header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-color) 50%, transparent 100%);
    opacity: 0.6;
    animation: headerGlow 3s ease-in-out infinite;
}

@keyframes headerGlow {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}

header::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.5), transparent);
    pointer-events: none;
}

.logo a {
    font-size: 28px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-medium);
}

.logo a:hover {
    transform: scale(1.02);
}

.logo span {
    color: var(--primary-color);
    text-shadow: 0 0 20px rgba(229, 9, 20, 0.7);
    animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {

    0%,
    100% {
        text-shadow: 0 0 15px rgba(229, 9, 20, 0.5);
    }

    50% {
        text-shadow: 0 0 30px rgba(229, 9, 20, 0.9);
    }
}

nav ul {
    display: flex;
    gap: 35px;
}

nav a {
    font-weight: 500;
    font-size: 15px;
    color: #ccc;
    position: relative;
    padding: 5px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: var(--primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1), left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 0 10px var(--primary-color);
}

nav a:hover,
nav a.active {
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

nav a:hover::after,
nav a.active::after {
    width: 100%;
    left: 0;
}

/* Mobile toggle - show only on mobile, hide on desktop (1025px+) */
@media screen and (min-width: 1025px) {

    .mobile-toggle,
    .mobile-overlay {
        display: none !important;
    }
}

/* Mobile toggle base styles - VISIBLE by default for mobile-first */
.mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    z-index: 9999;
}

.mobile-toggle .hamburger-line {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #b00710);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 20px -5px rgba(229, 9, 20, 0.4);
    text-transform: uppercase;
    font-size: 0.85rem;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px -5px rgba(229, 9, 20, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
}

/* =========================================
   ULTRA PREMIUM HERO SECTION - CINEMA GRADIENT
   ========================================= */
.hero {
    min-height: 100vh;
    background:
        /* Spotlight effects */
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(229, 9, 20, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(229, 9, 20, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 20% 80%, rgba(100, 50, 150, 0.08) 0%, transparent 50%),
        /* Mesh gradient base */
        radial-gradient(circle at 20% 30%, rgba(30, 20, 40, 1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(40, 15, 20, 1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(20, 10, 25, 1) 0%, transparent 70%),
        /* Base gradient */
        linear-gradient(135deg, #0a0508 0%, #12080c 25%, #150a10 50%, #0f0810 75%, #080510 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 6% 80px;
    position: relative;
    overflow: hidden;
}

/* Animated Light Particles */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
        radial-gradient(2px 2px at 60% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(3px 3px at 80% 50%, rgba(229, 9, 20, 0.4) 0%, transparent 100%),
        radial-gradient(2px 2px at 10% 90%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
        radial-gradient(2px 2px at 90% 10%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
        radial-gradient(3px 3px at 50% 50%, rgba(229, 9, 20, 0.3) 0%, transparent 100%);
    animation: particleFloat 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translateY(-20px) scale(1.1);
        opacity: 0.8;
    }
}

/* Glowing Orb Effect */
.hero::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.12) 0%, transparent 60%);
    filter: blur(60px);
    animation: orbPulse 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes orbPulse {

    0%,
    100% {
        opacity: 0.5;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%) scale(1.2);
    }
}

/* Hero Content Centered */
.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    max-width: 900px;
    margin: 0 auto 25px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 40%, #c0c0c0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    animation: heroTitleIn 1.2s var(--ease-out-expo) 0.2s forwards;
    position: relative;
    z-index: 2;
}

@keyframes heroTitleIn {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.95);
        filter: blur(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.3rem);
    max-width: 600px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.8;
    opacity: 0;
    animation: fadeInUp 1s var(--ease-premium) 0.5s forwards;
    position: relative;
    z-index: 2;
}

.hero .btn-primary {
    opacity: 0;
    animation: fadeInUp 1s var(--ease-premium) 0.7s forwards;
    position: relative;
    z-index: 2;
}

/* Hero Premium Components */
.hero-content {
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 10px 20px;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeInUp 1s var(--ease-premium) 0.1s forwards;
    box-shadow: 0 0 30px rgba(229, 9, 20, 0.2);
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s var(--ease-premium) 0.6s forwards;
}

.btn-secondary {
    background: transparent;
    color: white;
    padding: 14px 35px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
    text-transform: uppercase;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid var(--glass-border);
    opacity: 0;
    animation: fadeInUp 1s var(--ease-premium) 0.9s forwards;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Premium Section Header */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 6% 30px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
    letter-spacing: -0.5px;
}

.title-icon {
    width: 45px;
    height: 45px;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.4);
}

.view-all-btn {
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: var(--radius-full);
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    transition: var(--transition-medium);
}

.view-all-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateX(5px);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Common Section Styles */
.page-header {
    padding: 140px 6% 60px;
    background: linear-gradient(to bottom, #000, var(--background-color));
    text-align: center;
    position: relative;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1px;
    background: linear-gradient(to bottom, #fff, #888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle {
    color: var(--text-muted);
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: 1.6rem;
    margin: 80px 6% 30px;
    border-left: 4px solid var(--primary-color);
    padding-left: 20px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

/* =========================================
   ULTRA PREMIUM MOVIE CARDS
   ========================================= */
.movie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 35px;
    padding: 0 6% 100px;
}

.movie-card {
    background-color: var(--surface-color);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all 0.6s var(--ease-premium);
    position: relative;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--glass-border);
    transform-style: preserve-3d;
}

/* Shine Overlay Effect */
.movie-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 100%);
    z-index: 5;
    transition: left 0.8s var(--ease-premium);
}

.movie-card:hover::before {
    left: 100%;
}

/* Glow Border on Hover */
.movie-card::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--primary-color), transparent 40%, transparent 60%, var(--primary-color));
    border-radius: calc(var(--radius-xl) + 2px);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s var(--ease-smooth);
}

.movie-card:hover::after {
    opacity: 1;
}

.movie-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: var(--shadow-elevated), var(--glow-card);
    border-color: var(--glass-border-hover);
    z-index: 10;
}

.movie-poster {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    background-color: var(--surface-color);
    transition: transform 1s var(--ease-out-expo), filter 0.6s var(--ease-smooth);
    filter: brightness(1);
}

.movie-card:hover .movie-poster {
    transform: scale(1.1);
    filter: brightness(1.1) saturate(1.2);
}

/* Premium Info Overlay */
.movie-info {
    padding: 30px 20px;
    background: linear-gradient(to top,
            rgba(5, 5, 5, 0.98) 0%,
            rgba(5, 5, 5, 0.9) 30%,
            rgba(5, 5, 5, 0.5) 70%,
            transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.5s var(--ease-premium), opacity 0.5s var(--ease-smooth);
    opacity: 1;
}

.movie-card:hover .movie-info {
    transform: translateY(0);
    opacity: 1;
    background: linear-gradient(to top,
            rgba(5, 5, 5, 1) 0%,
            rgba(5, 5, 5, 0.95) 40%,
            rgba(5, 5, 5, 0.6) 80%,
            transparent 100%);
}

.movie-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    letter-spacing: -0.3px;
    transition: color 0.3s var(--ease-smooth);
}

.movie-card:hover .movie-title {
    color: var(--primary-light);
}

.movie-genre {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.movie-genre::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary-color);
}

/* Movie Card Rating Badge */
.movie-rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    padding: 8px 12px;
    border-radius: var(--radius-md);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #FFD700;
    z-index: 4;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.movie-rating-badge i {
    font-size: 0.8rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.movie-card:hover .movie-rating-badge {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
}

/* Play Button Overlay */
.movie-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s var(--ease-premium);
    z-index: 5;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.5);
}

.movie-play-btn i {
    color: white;
    font-size: 1.8rem;
    margin-left: 5px;
}

.movie-card:hover .movie-play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* =========================================
   FEATURES SECTION (Why Choose Us)
   ========================================= */
.features-section {
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #050505 100%);
    padding: 100px 6%;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(229, 9, 20, 0.3), transparent);
}

.features-container {
    max-width: 1400px;
    margin: 0 auto;
}

.features-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-badge {
    display: inline-block;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 10px 25px;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.features-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    margin-bottom: 15px;
    background: linear-gradient(180deg, #fff 0%, #ccc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.feature-card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition-medium);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.5s var(--ease-premium);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(229, 9, 20, 0.3);
    box-shadow: 0 20px 60px rgba(229, 9, 20, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.3);
}

.feature-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.feature-card p {
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* =========================================
   CATEGORIES SECTION
   ========================================= */
.categories-section {
    background: #050505;
    padding: 80px 6%;
}

.categories-container {
    max-width: 1400px;
    margin: 0 auto;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.category-card {
    background: var(--card-gradient, linear-gradient(135deg, #e50914, #831010));
    border-radius: var(--radius-xl);
    padding: 40px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition-medium);
    text-decoration: none;
}

.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.category-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.category-icon {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.category-name {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.category-count {
    position: relative;
    z-index: 2;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* =========================================
   SEO CONTENT SECTION
   ========================================= */
.seo-content-section {
    background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
    padding: 80px 6%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.seo-content-container {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-content-wrapper {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 50px;
}

.seo-text-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
}

.seo-text-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 30px 0 15px;
    color: var(--primary-light);
}

.seo-text-content p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 15px;
}

.seo-text-content strong {
    color: white;
}

.seo-text-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.seo-text-content ul li {
    color: var(--text-muted);
    padding: 10px 0 10px 30px;
    position: relative;
    line-height: 1.6;
}

.seo-text-content ul li::before {
    content: 'âœ“';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* =========================================
   CTA NEWSLETTER BANNER
   ========================================= */
.cta-banner-section {
    padding: 80px 6%;
    background: #050505;
}

.cta-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.15), rgba(100, 50, 180, 0.1));
    border: 1px solid rgba(229, 9, 20, 0.2);
    border-radius: var(--radius-2xl);
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.cta-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.2) 0%, transparent 60%);
    filter: blur(60px);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-text h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
}

.cta-text p {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 500px;
}

.cta-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-email-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 25px;
    border-radius: var(--radius-full);
    color: white;
    font-size: 1rem;
    min-width: 300px;
    outline: none;
    transition: var(--transition-medium);
}

.cta-email-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 30px rgba(229, 9, 20, 0.2);
}

.cta-email-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.cta-submit-btn {
    background: var(--gradient-primary);
    color: white;
    padding: 16px 35px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.3);
}

.cta-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(229, 9, 20, 0.4);
}

.cta-decorations {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-circle-1 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
}

.cta-circle-2 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: 20%;
}

.cta-circle-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    left: 30%;
}

/* =========================================
   APP DOWNLOAD SECTION
   ========================================= */
.app-download-section {
    padding: 100px 6%;
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}

.app-download-container {
    max-width: 1200px;
    margin: 0 auto;
}

.app-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.app-text {
    flex: 1;
    min-width: 300px;
}

.app-badge {
    display: inline-block;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 10px 20px;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.app-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
}

.app-text p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.app-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.app-store-btn,
.play-store-btn {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 15px 25px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    transition: var(--transition-medium);
}

.app-store-btn:hover,
.play-store-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.app-store-btn i,
.play-store-btn i {
    font-size: 2rem;
}

.app-store-btn small,
.play-store-btn small {
    display: block;
    font-size: 0.7rem;
    color: var(--text-muted);
}

.app-store-btn strong,
.play-store-btn strong {
    font-size: 1.1rem;
}

.app-mockup {
    flex: 0 0 auto;
}

.phone-mockup {
    width: 280px;
    height: 560px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border-radius: 40px;
    border: 3px solid #333;
    position: relative;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5), 0 0 60px rgba(229, 9, 20, 0.1);
    overflow: hidden;
}

.phone-mockup::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 25px;
    background: #000;
    border-radius: 15px;
}

.phone-screen {
    position: absolute;
    inset: 50px 10px 30px;
    background: linear-gradient(135deg, #e50914 0%, #831010 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-screen i {
    font-size: 5rem;
    color: white;
    opacity: 0.9;
    animation: float 3s ease-in-out infinite;
}

/* Footer (Outclass Design) */
footer {
    background: linear-gradient(180deg, #111 0%, #050505 100%);
    padding: 100px 6% 40px;
    color: var(--text-muted);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 120px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
    opacity: 0.5;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 80px;
    margin-bottom: 80px;
}

.footer-col h3 {
    color: white;
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #aaa;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.05rem;
    display: inline-block;
}

.footer-col ul li a:hover {
    color: white;
    transform: translateX(8px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Newsletter & Socials in Footer */
.newsletter-form {
    display: flex;
    margin-bottom: 25px;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 4px 0 0 4px;
    color: white;
    width: 100%;
    outline: none;
    transition: 0.3s;
}

.newsletter-input:focus {
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.1);
}

.newsletter-btn {
    background: var(--primary-color);
    border: none;
    padding: 0 20px;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.newsletter-btn:hover {
    background: #ff0f1f;
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.5);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
}

.social-icon:hover {
    background: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(229, 9, 20, 0.4);
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.95rem;
    color: #666;
}

/* =========================================
   ULTRA PREMIUM MOVIE HERO BANNER
   ========================================= */
.movie-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 6% 80px;
}

/* Blurred Background */
.movie-hero-backdrop {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    filter: blur(30px) brightness(0.25) saturate(1.4);
    transform: scale(1.15);
    z-index: 0;
}

/* Gradient Overlay */
.movie-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(229, 9, 20, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(100, 50, 180, 0.06) 0%, transparent 40%),
        linear-gradient(180deg, rgba(10, 5, 15, 0.3) 0%, rgba(10, 5, 15, 0.7) 50%, rgba(10, 5, 15, 0.95) 100%);
    z-index: 1;
}

/* Top Glow */
.movie-hero-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(229, 9, 20, 0.15) 0%, transparent 60%);
    filter: blur(80px);
    z-index: 1;
    animation: heroGlowPulse 5s ease-in-out infinite;
}

@keyframes heroGlowPulse {

    0%,
    100% {
        opacity: 0.5;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%) scale(1.1);
    }
}

/* Hero Content Layout */
.movie-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

/* Floating Poster */
.movie-hero-poster {
    flex: 0 0 320px;
    position: relative;
}

.movie-hero-poster img {
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.9),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 60px rgba(229, 9, 20, 0.2);
    animation: posterEntrance 1s var(--ease-out-expo) forwards;
}

@keyframes posterEntrance {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.poster-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.2) 0%, transparent 70%);
    filter: blur(30px);
    z-index: -1;
    animation: posterGlowPulse 4s ease-in-out infinite;
}

@keyframes posterGlowPulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}

/* Movie Info Section */
.movie-hero-info {
    flex: 1;
    opacity: 0;
    animation: fadeInUp 1s var(--ease-premium) 0.3s forwards;
}

/* Breadcrumbs */
.movie-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.movie-breadcrumbs a {
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition-fast);
}

.movie-breadcrumbs a:hover {
    color: var(--primary-color);
}

.movie-breadcrumbs .current {
    color: var(--primary-color);
}

/* Hero Title */
.movie-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 50%, #c0c0c0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}

/* Meta Row */
.movie-meta-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.movie-rating-badge-large {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 180, 0, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 10px 18px;
    border-radius: var(--radius-md);
    font-weight: 800;
    font-size: 1.2rem;
    color: #FFD700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.2);
}

.movie-rating-badge-large i {
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.movie-rating-badge-large small {
    font-size: 0.9rem;
    color: rgba(255, 215, 0, 0.7);
}

.movie-quick-info {
    display: flex;
    gap: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.movie-quick-info span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.movie-quick-info i {
    color: var(--primary-color);
    font-size: 0.85rem;
}

/* Genre Tags */
.movie-genre-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.genre-tag,
.country-tag,
.language-tag {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 8px 16px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    transition: var(--transition-medium);
}

.genre-tag {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.1));
    border-color: rgba(229, 9, 20, 0.3);
}

.genre-tag:hover {
    background: rgba(229, 9, 20, 0.3);
    transform: translateY(-2px);
}

/* Synopsis Preview */
.movie-synopsis-preview {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    max-width: 700px;
}

/* Hero Action Buttons */
.movie-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-watch-hero {
    background: var(--gradient-primary);
    color: white;
    padding: 16px 40px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
    transition: var(--transition-medium);
    animation: btnPulse 3s ease-in-out infinite;
}

@keyframes btnPulse {

    0%,
    100% {
        box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
    }

    50% {
        box-shadow: 0 15px 60px rgba(229, 9, 20, 0.6);
    }
}

.btn-watch-hero:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 60px rgba(229, 9, 20, 0.5);
}

.btn-trailer-hero {
    background: transparent;
    color: white;
    padding: 16px 30px;
    border-radius: var(--radius-full);
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: var(--transition-medium);
}

.btn-trailer-hero:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
}

.btn-add-list,
.btn-share {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-medium);
}

.btn-add-list:hover,
.btn-share:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.1);
}

/* Movie Content Section */
.movie-content-section {
    background: linear-gradient(180deg, rgba(10, 5, 15, 1) 0%, #050505 100%);
    padding: 60px 6%;
    position: relative;
}

.movie-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

/* =========================================
   NEW SINGLE MOVIE PAGE - CENTERED LAYOUT
   ========================================= */

/* Hero Full Width Centered */
.movie-hero-full {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 140px 6% 80px;
}

.movie-hero-backdrop-full {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    filter: blur(40px) brightness(0.2) saturate(1.3);
    transform: scale(1.2);
    z-index: 0;
}

.movie-hero-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(229, 9, 20, 0.12) 0%, transparent 60%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.6) 60%, rgba(5, 5, 5, 1) 100%);
    z-index: 1;
}

.movie-hero-center {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* Breadcrumbs */
.movie-breadcrumbs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.movie-breadcrumbs-center a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-fast);
}

.movie-breadcrumbs-center a:hover {
    color: var(--primary-color);
}

.movie-breadcrumbs-center span {
    color: rgba(255, 255, 255, 0.4);
}

.movie-breadcrumbs-center span.current {
    color: white;
    font-weight: 600;
}

.movie-breadcrumbs-center span i {
    font-size: 0.7rem;
}

/* Centered Poster */
.movie-poster-center {
    width: 200px;
    height: 300px;
    margin: 0 auto 30px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 60px rgba(229, 9, 20, 0.2);
    position: relative;
}

.movie-poster-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

/* Large Title */
.movie-title-large {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Meta Center */
.movie-meta-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.meta-rating {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 180, 0, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 8px 16px;
    border-radius: var(--radius-full);
    color: #FFD700;
    font-weight: 700;
    font-size: 0.95rem;
}

.meta-rating i {
    color: #FFD700;
}

.meta-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.meta-item i {
    margin-right: 5px;
    color: var(--primary-color);
}

/* Tags Center */
.movie-tags-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.movie-tag {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 8px 18px;
    border-radius: var(--radius-full);
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
    transition: var(--transition-fast);
}

.movie-tag:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Action Buttons Center */
.movie-actions-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.btn-watch-main {
    background: var(--gradient-primary);
    color: white;
    padding: 16px 40px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
}

.btn-watch-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(229, 9, 20, 0.5);
}

.btn-watchlist,
.btn-share-movie {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    color: white;
    padding: 14px 25px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-fast);
}

.btn-watchlist:hover,
.btn-share-movie:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
}

/* Main Content Area */
.movie-main-content {
    background: #050505;
    padding: 60px 0;
}

.movie-content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title Bars */
.section-title-bar {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-title-bar h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-bar h2 i {
    color: var(--primary-color);
}

/* Video Player Premium */
.watch-section {
    margin-bottom: 50px;
}

.video-player-premium {
    background: #0a0a0a;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
}

.player-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    animation: pulse-glow 2s ease-in-out infinite;
}

.quality-badge {
    background: var(--primary-color);
    color: white;
    padding: 4px 12px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 0.8rem;
}

.video-frame-container {
    position: relative;
    padding-top: 56.25%;
    background: #000;
}

.video-frame-container iframe,
.video-frame-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.video-placeholder {
    background: var(--glass-bg);
    padding: 80px 40px;
    text-align: center;
    border-radius: var(--radius-xl);
    color: rgba(255, 255, 255, 0.5);
}

.video-placeholder i {
    font-size: 4rem;
    margin-bottom: 20px;
}

/* Synopsis Section */
.movie-synopsis-section {
    margin-bottom: 50px;
}

.synopsis-content {
    background: var(--glass-bg);
    padding: 30px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 1.05rem;
}

.synopsis-content p {
    margin-bottom: 15px;
}

/* Details Table */
.movie-details-section {
    margin-bottom: 50px;
}

.details-table {
    background: var(--glass-bg);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    overflow: hidden;
}

.detail-row {
    display: flex;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    width: 140px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    flex-shrink: 0;
}

.detail-value {
    color: white;
    flex: 1;
}

/* Cast Section New */
.cast-section-new {
    margin-bottom: 50px;
}

.cast-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
}

.cast-card-new {
    text-align: center;
}

.cast-card-new img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid var(--glass-border);
    transition: var(--transition-fast);
}

.cast-card-new:hover img {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.cast-card-new span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
}

/* FAQs Section */
.movie-faqs-section {
    margin-bottom: 50px;
}

.faqs-container {
    background: var(--glass-bg);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 20px 25px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: var(--transition-fast);
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-question i {
    color: var(--primary-color);
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding-left: 45px;
    padding-right: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* SEO Content Box */
.movie-seo-content {
    margin-bottom: 50px;
}

.seo-content-box {
    background: var(--glass-bg);
    padding: 35px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.seo-content-box p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
}

.seo-content-box h3 {
    color: var(--primary-light);
    font-size: 1.2rem;
    margin: 25px 0 15px;
    font-weight: 700;
}

.seo-content-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.seo-content-box ul li {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
}

.seo-content-box strong {
    color: white;
}

/* Related Movies */
.related-movies-section {
    margin-bottom: 30px;
}

.related-movies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}

.related-movie-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 2/3;
    transition: var(--transition-fast);
}

.related-movie-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.related-movie-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rel-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 5px 10px;
    border-radius: var(--radius-sm);
    color: #FFD700;
    font-size: 0.8rem;
    font-weight: 700;
}

.rel-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 15px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}

.rel-info h4 {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================
   MOVIE CTA BANNER
   ========================================= */
.movie-cta-banner {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.15), rgba(100, 50, 180, 0.08));
    border: 1px solid rgba(229, 9, 20, 0.25);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.movie-cta-banner .cta-banner-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.3) 0%, transparent 60%);
    filter: blur(50px);
    pointer-events: none;
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.cta-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
    animation: pulse-glow 2s ease-in-out infinite;
}

.cta-text {
    flex: 1;
    min-width: 200px;
}

.cta-text h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.cta-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0;
}

.cta-button {
    background: var(--gradient-primary);
    color: white;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.3);
    flex-shrink: 0;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(229, 9, 20, 0.5);
}

/* CTA Banner Responsive */
@media (max-width: 768px) {
    .movie-cta-banner {
        padding: 25px 20px;
    }

    .cta-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .cta-text h3 {
        font-size: 1.2rem;
    }

    .cta-text p {
        font-size: 0.9rem;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
   LIVE VIEWS COUNTER
   ========================================= */
.live-views-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    padding: 15px 25px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-full);
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
}

.live-pulse {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    animation: live-blink 1s ease-in-out infinite;
}

@keyframes live-blink {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 10px #ff0000;
    }

    50% {
        opacity: 0.5;
        box-shadow: 0 0 5px #ff0000;
    }
}

.live-text {
    color: #ff0000;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.views-count {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.views-count i {
    color: var(--primary-color);
}

.views-count #live-viewers {
    font-weight: 700;
    color: white;
    font-size: 1.1rem;
}

/* =========================================
   USER REVIEWS SECTION
   ========================================= */
.movie-reviews-section {
    margin-bottom: 50px;
}

/* Reviews Summary */
.reviews-summary {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    background: var(--glass-bg);
    padding: 30px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    margin-bottom: 30px;
}

.summary-rating {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 30px;
}

.big-rating {
    font-size: 4rem;
    font-weight: 900;
    color: #FFD700;
    line-height: 1;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.rating-stars {
    margin: 10px 0;
}

.rating-stars i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.2rem;
    margin: 0 2px;
}

.rating-stars i.filled {
    color: #FFD700;
}

.total-reviews {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.rating-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-bar-row>span:first-child {
    width: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.rating-bar-row>span:first-child i {
    color: #FFD700;
    font-size: 0.75rem;
}

.bar-bg {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    border-radius: var(--radius-full);
    transition: width 1s ease;
}

.rating-bar-row>span:last-child {
    width: 40px;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

/* Review Cards */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.review-card {
    background: var(--glass-bg);
    padding: 25px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    transition: var(--transition-fast);
}

.review-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), #6432b4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.verified-badge {
    background: linear-gradient(135deg, #00c853, #00e676);
    color: white;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: var(--radius-full);
    font-weight: 600;
}

.verified-badge i {
    font-size: 0.65rem;
}

.review-stars {
    margin-top: 5px;
}

.review-stars i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
}

.review-stars i.filled {
    color: #FFD700;
}

.review-date {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
}

.review-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 15px;
}

.review-actions {
    display: flex;
    gap: 15px;
}

.review-like,
.review-reply {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 15px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition-fast);
}

.review-like:hover,
.review-reply:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

/* Load More Button */
.load-more-reviews {
    width: 100%;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: white;
    padding: 15px;
    border-radius: var(--radius-lg);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition-fast);
    margin-bottom: 40px;
}

.load-more-reviews:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Add Review Form */
.add-review-section {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.1), rgba(100, 50, 180, 0.05));
    padding: 35px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(229, 9, 20, 0.2);
}

.add-review-section h3 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-review-section h3 i {
    color: var(--primary-color);
}

.review-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.review-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 15px 20px;
    color: white;
    font-size: 1rem;
    transition: var(--transition-fast);
}

.review-input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08);
}

.review-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.star-rating-select {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-lg);
}

.star-rating-select>span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.star-select {
    display: flex;
    gap: 8px;
}

.star-select i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: var(--transition-fast);
}

.star-select i:hover,
.star-select i.active {
    color: #FFD700;
    transform: scale(1.15);
}

.review-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 20px;
    color: white;
    font-size: 1rem;
    min-height: 120px;
    resize: vertical;
    margin-bottom: 20px;
    transition: var(--transition-fast);
}

.review-textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.review-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.submit-review-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 16px 35px;
    border-radius: var(--radius-full);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.3);
}

.submit-review-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(229, 9, 20, 0.4);
}

/* Reviews Responsive */
@media (max-width: 768px) {
    .reviews-summary {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .summary-rating {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 25px;
    }

    .big-rating {
        font-size: 3rem;
    }

    .review-form .form-row {
        grid-template-columns: 1fr;
    }

    .add-review-section {
        padding: 25px 20px;
    }

    .review-header {
        flex-wrap: wrap;
    }

    .review-date {
        width: 100%;
        margin-top: 10px;
    }

    .live-views-container {
        flex-direction: column;
        gap: 10px;
        padding: 12px 20px;
    }
}

/* =========================================
   ULTRA PREMIUM MOVIE DETAIL PAGE
   ========================================= */
.detail-page-body {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0508 0%, #0f0812 50%, #080510 100%);
}

/* Cinematic Backdrop - Enhanced with Pretty Gradients */
.movie-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center top;
    filter: blur(40px) brightness(0.2) saturate(1.5);
    transform: scale(1.2);
    opacity: 0;
    animation: fadeInBackdrop 2s var(--ease-out-expo) forwards;
}

/* Pretty Cinema Gradient Overlay */
.movie-backdrop::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        /* Top spotlight glow */
        radial-gradient(ellipse 100% 60% at 50% 0%, rgba(229, 9, 20, 0.12) 0%, transparent 60%),
        /* Bottom purple accent */
        radial-gradient(ellipse 80% 50% at 50% 100%, rgba(100, 50, 180, 0.1) 0%, transparent 50%),
        /* Side vignette */
        radial-gradient(ellipse 60% 90% at 0% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 60% 90% at 100% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
}

.movie-backdrop::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        /* Cinematic fade */
        radial-gradient(ellipse 120% 50% at 50% -10%, transparent 0%, rgba(8, 5, 12, 0.7) 70%),
        linear-gradient(180deg, transparent 30%, rgba(8, 5, 12, 0.9) 70%, rgba(8, 5, 12, 1) 100%);
}

@keyframes fadeInBackdrop {
    to {
        opacity: 1;
    }
}

/* Enhanced Ambient Glow Effect */
.movie-ambient-glow {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 400px;
    background:
        radial-gradient(ellipse at center, rgba(229, 9, 20, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 30% 60%, rgba(120, 50, 200, 0.06) 0%, transparent 40%),
        radial-gradient(ellipse at 70% 40%, rgba(229, 9, 20, 0.08) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
    animation: ambientGlow 6s ease-in-out infinite;
}

@keyframes ambientGlow {

    0%,
    100% {
        opacity: 0.5;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%) scale(1.1);
    }
}

.detail-container {
    padding: 100px 6% 60px;
    display: flex;
    gap: 60px;
    position: relative;
    z-index: 2;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

/* 3D Floating Poster */
.detail-poster-wrapper {
    flex: 0 0 380px;
    position: relative;
    perspective: 1000px;
}

.detail-poster {
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.9),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 60px rgba(229, 9, 20, 0.15);
    opacity: 0;
    animation: posterFloat 1s var(--ease-out-expo) 0.2s forwards;
    transition: var(--transition-medium);
    transform-style: preserve-3d;
}

.detail-poster:hover {
    transform: translateY(-10px) rotateY(-5deg) rotateX(2deg) scale(1.02);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.95),
        0 0 0 1px rgba(255, 255, 255, 0.15),
        0 0 80px rgba(229, 9, 20, 0.25);
}

@keyframes posterFloat {
    from {
        opacity: 0;
        transform: translateY(60px) rotateY(-10deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) rotateY(0);
    }
}

/* Poster Reflection */
.detail-poster-wrapper::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 10%;
    right: 10%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(229, 9, 20, 0.1), transparent);
    filter: blur(20px);
    opacity: 0.5;
}

.detail-content {
    flex: 1;
    color: white;
    padding-top: 20px;
}

/* Premium Gradient Title */
.detail-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #d0d0d0 50%, #a0a0a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    opacity: 0;
    animation: fadeInUp 0.8s var(--ease-premium) 0.3s forwards;
    letter-spacing: -1px;
}

/* Rating Stars with Gold Glow */
.movie-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s var(--ease-premium) 0.35s forwards;
}

.movie-rating .stars {
    display: flex;
    gap: 4px;
}

.movie-rating .stars i {
    color: #FFD700;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    animation: starPulse 2s ease-in-out infinite;
}

.movie-rating .stars i:nth-child(2) {
    animation-delay: 0.1s;
}

.movie-rating .stars i:nth-child(3) {
    animation-delay: 0.2s;
}

.movie-rating .stars i:nth-child(4) {
    animation-delay: 0.3s;
}

.movie-rating .stars i:nth-child(5) {
    animation-delay: 0.4s;
}

.movie-rating .rating-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.movie-rating .rating-count {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Premium Glass Meta Pills */
.detail-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s var(--ease-premium) 0.4s forwards;
}

.meta-pill {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    padding: 10px 20px;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-medium);
    cursor: pointer;
}

.meta-pill i {
    font-size: 0.85rem;
    opacity: 0.7;
}

.meta-pill:hover {
    background: var(--glass-bg-hover);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), var(--glow-primary);
}

.meta-pill.genre {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.1));
    border-color: rgba(229, 9, 20, 0.3);
}

.meta-pill.genre:hover {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.4), rgba(229, 9, 20, 0.2));
}

/* Synopsis with Premium Typography */
.synopsis {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 800px;
    opacity: 0;
    animation: fadeInUp 0.8s var(--ease-premium) 0.5s forwards;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid var(--primary-color);
}

.synopsis::before {
    content: '"';
    position: absolute;
    left: -10px;
    top: -20px;
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.2;
    font-family: Georgia, serif;
}

/* Action Buttons */
.movie-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s var(--ease-premium) 0.55s forwards;
}

.btn-watch-now {
    background: var(--gradient-primary);
    color: white;
    padding: 16px 40px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
    text-transform: uppercase;
    animation: pulseGlow 3s ease-in-out infinite;
}

.btn-watch-now:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 50px rgba(229, 9, 20, 0.6);
}

.btn-watch-now i {
    font-size: 1.1rem;
}

.btn-trailer {
    background: transparent;
    color: white;
    padding: 16px 35px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-medium);
}

.btn-trailer:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
}

/* =========================================
   ULTRA PREMIUM CINEMA VIDEO PLAYER
   ========================================= */
.video-player-container {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: linear-gradient(145deg, #0a0a0a, #0f0f0f, #080808);
    border: 2px solid rgba(229, 9, 20, 0.3);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.9),
        0 0 50px rgba(229, 9, 20, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    margin-bottom: 40px;
    transition: var(--transition-medium);
}

.video-player-container:hover {
    border-color: rgba(229, 9, 20, 0.5);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.95),
        0 0 80px rgba(229, 9, 20, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Neon Glow Border Animation */
.video-player-container::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(45deg,
            var(--primary-color) 0%,
            transparent 25%,
            transparent 50%,
            var(--primary-color) 75%,
            var(--primary-color) 100%);
    background-size: 400% 400%;
    z-index: -1;
    border-radius: calc(var(--radius-xl) + 3px);
    opacity: 0.6;
    animation: neonBorderGlow 5s ease infinite;
}

@keyframes neonBorderGlow {

    0%,
    100% {
        background-position: 0% 50%;
        opacity: 0.4;
    }

    50% {
        background-position: 100% 50%;
        opacity: 0.8;
    }
}

/* Cinema Header */
.video-player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.8));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.player-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.indicator-dot {
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 15px var(--primary-color), 0 0 30px var(--primary-color);
    animation: dotPulse 1.5s ease-in-out infinite;
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.85);
    }
}

.player-quality {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

/* Video Frame with Cinema Effect */
.video-frame {
    position: relative;
    background: #000;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: linear-gradient(135deg, #000, #0a0a0a);
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Corner Glow Effects */
.video-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 0% 0%, rgba(229, 9, 20, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 100% 0%, rgba(229, 9, 20, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(229, 9, 20, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(229, 9, 20, 0.15) 0%, transparent 30%);
}

/* Cinema Footer */
.video-player-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.8));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.video-player-footer i {
    color: var(--primary-color);
    font-size: 0.9rem;
}

/* Cast Rail */
.cast-section {
    margin-top: 60px;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
}

.cast-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    border-left: 4px solid var(--primary-color);
    padding-left: 15px;
}

.cast-grid {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) rgba(255, 255, 255, 0.1);
}

.cast-grid::-webkit-scrollbar {
    height: 8px;
}

.cast-grid::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.cast-card {
    min-width: 140px;
    text-align: center;
    transition: transform 0.3s;
}

.cast-card:hover {
    transform: translateY(-5px);
}

.cast-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Form Styles */
.form-control {
    background-color: #2a2a2a;
    border: 1px solid #444;
    color: white;
    border-radius: 6px;
    padding: 15px;
}

.form-control:focus {
    border-color: var(--primary-color);
    background-color: #333;
    box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.2);
}

/* Upload Page Styles (Premium) */
.upload-container {
    max-width: 600px;
    margin: 120px auto 60px;
    padding: 40px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
}

.upload-container h2 {
    font-size: 2rem;
    background: linear-gradient(to right, #fff, #bbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin-bottom: 40px !important;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    color: #ccc;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.form-control {
    width: 100%;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.2);
}

.form-control::placeholder {
    color: #555;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.upload-container .btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #8a060d);
}

/* =========================================
   MOBILE RESPONSIVENESS (Max-Width: 768px)
   ========================================= */
@media (max-width: 768px) {

    /* ===================================
       MOBILE HEADER - HAMBURGER MENU
       =================================== */
    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 15px 5%;
        background: rgba(5, 5, 5, 0.98);
        position: relative;
    }

    .logo a {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    /* Hide navigation by default on mobile */
    nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
        padding: 80px 30px 30px;
        transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 9999;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.8);
        overflow-y: auto;
    }

    nav.active {
        right: 0;
    }

    nav ul {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    nav li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    nav a {
        display: block;
        padding: 18px 0;
        font-size: 1rem;
        width: 100%;
        text-transform: none;
        letter-spacing: 0.3px;
    }

    nav a::after {
        display: none;
    }

    nav a:hover,
    nav a.active {
        color: var(--primary-color);
        padding-left: 10px;
        text-shadow: none;
    }

    /* Mobile Toggle Button */
    .mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 10000;
    }

    .mobile-toggle:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: var(--primary-color);
    }

    .mobile-toggle i {
        font-size: 20px;
        color: white;
        transition: transform 0.3s ease;
    }

    .mobile-toggle.active i {
        transform: rotate(90deg);
    }

    /* Mobile Menu Overlay */
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 9998;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* ===================================
       MOBILE HERO SECTION
       =================================== */
    .hero {
        height: 60vh;
        padding: 0 5%;
        text-align: center;
        background-attachment: scroll;
        justify-content: center;
    }

    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hero p {
        font-size: 0.95rem;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .btn-primary {
        padding: 12px 28px;
        font-size: 0.9rem;
    }

    /* ===================================
       MOBILE PAGE SECTIONS
       =================================== */
    .page-header {
        padding: 100px 5% 40px;
    }

    .page-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.4rem;
        margin: 50px 5% 25px;
        text-align: left;
        border-left: 4px solid var(--primary-color);
        border-bottom: none;
        padding-left: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* ===================================
       MOBILE MOVIE GRID
       =================================== */
    .movie-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 5% 60px;
    }

    .movie-card {
        border-radius: 12px;
    }

    .movie-info {
        padding: 15px 12px;
    }

    .movie-title {
        font-size: 1rem;
    }

    .movie-genre {
        font-size: 0.85rem;
    }

    /* ===================================
       MOBILE DETAIL PAGE
       =================================== */
    .detail-container {
        flex-direction: column;
        padding: 100px 5% 40px;
        gap: 25px;
    }

    .detail-poster {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    }

    .detail-content {
        width: 100%;
    }

    .detail-title {
        font-size: 2rem;
        margin-bottom: 15px;
        text-align: center;
    }

    .detail-meta {
        justify-content: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .meta-pill {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .synopsis {
        font-size: 1rem;
        text-align: left;
        padding: 0;
        line-height: 1.7;
    }

    .video-section h3 {
        font-size: 1.3rem !important;
        text-align: center;
    }

    .cast-title {
        font-size: 1.4rem;
        text-align: center;
        border-left: none;
        border-bottom: 3px solid var(--primary-color);
        display: inline-block;
        padding-left: 0;
        padding-bottom: 8px;
        margin: 0 auto 20px;
    }

    .cast-grid {
        justify-content: flex-start;
        padding: 10px 0 20px;
    }

    .cast-card {
        min-width: 110px;
    }

    .cast-img {
        width: 100px;
        height: 100px;
    }

    /* ===================================
       MOBILE FOOTER - IMPROVED LAYOUT
       =================================== */
    footer {
        padding: 50px 5% 25px;
        margin-top: 60px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 40px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-col p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .footer-col ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .footer-col ul li a {
        font-size: 1rem;
        padding: 8px 0;
        display: inline-block;
    }

    .social-links {
        justify-content: center;
        gap: 12px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    /* Newsletter Form - Mobile Optimized */
    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-input {
        border-radius: 8px;
        padding: 14px 18px;
        font-size: 1rem;
        width: 100%;
    }

    .newsletter-btn {
        border-radius: 8px;
        padding: 14px 18px;
        font-size: 1rem;
        width: 100%;
        font-weight: 700;
    }

    .footer-bottom {
        padding-top: 30px;
        font-size: 0.9rem;
    }

    /* ===================================
       MOBILE UPLOAD PAGE
       =================================== */
    .upload-container {
        margin: 100px 5% 60px;
        padding: 25px 20px;
    }

    .upload-container h2 {
        font-size: 1.6rem;
    }

    /* ===================================
       MOBILE BREADCRUMBS
       =================================== */
    .breadcrumbs {
        font-size: 0.85rem;
        padding: 10px 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .breadcrumbs::-webkit-scrollbar {
        height: 4px;
    }

    .breadcrumbs::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
    }
}

/* ===================================
   EXTRA SMALL MOBILE (< 480px)
   =================================== */
@media (max-width: 480px) {
    .logo a {
        font-size: 18px;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 0.9rem;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .movie-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .detail-title {
        font-size: 1.6rem;
    }

    .meta-pill {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .footer-col h3 {
        font-size: 1.2rem;
    }

    nav {
        width: 100%;
        right: -100%;
    }

    nav.active {
        right: 0;
    }
}

/* === Premium Pagination === */
.pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pagination .page-numbers:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.pagination .page-numbers.current,
.pagination span.page-numbers.current {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}

.pagination .prev,
.pagination .next {
    background: transparent;
    border: none;
    font-size: 1.2rem;
}

/* =========================================
   NEWS SECTION STYLES
   ========================================= */

/* News Grid Layout */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    padding: 0 6% 80px;
}

/* News Card - Landscape Design */
.news-card {
    background: var(--surface-color);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(229, 9, 20, 0.2);
    border-color: rgba(255, 255, 255, 0.15);
}

.news-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-card:hover .news-image img {
    transform: scale(1.1);
}

.news-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(229, 9, 20, 0.4);
}

.news-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.news-card:hover .news-overlay {
    opacity: 1;
}

.news-overlay i {
    font-size: 2.5rem;
    color: white;
    transform: translateX(-10px);
    transition: transform 0.4s ease;
}

.news-card:hover .news-overlay i {
    transform: translateX(0);
}

.news-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #999;
}

.news-meta i {
    margin-right: 6px;
    color: var(--primary-color);
}

.news-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-excerpt {
    font-size: 0.95rem;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.news-card:hover .news-read-more {
    gap: 12px;
}

/* =========================================
   ULTRA PREMIUM SINGLE ARTICLE PAGE
   ========================================= */

/* Article Hero Section */
.article-hero {
    position: relative;
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}

.article-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top center, transparent 0%, rgba(5, 5, 5, 0.5) 50%),
        linear-gradient(to top, var(--background-color) 0%, rgba(5, 5, 5, 0.8) 40%, rgba(5, 5, 5, 0.4) 100%);
    display: flex;
    align-items: flex-end;
    padding: 80px 0 60px;
}

.article-category-badge {
    display: inline-block;
    background: var(--gradient-primary);
    color: white;
    padding: 10px 24px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.5);
    animation: fadeInUp 0.6s var(--ease-premium) forwards;
}

.article-hero-title {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.8s var(--ease-premium) 0.1s both;
}

.article-hero-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    animation: fadeInUp 0.8s var(--ease-premium) 0.2s both;
}

.article-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.3), 0 8px 20px rgba(0, 0, 0, 0.5);
    transition: var(--transition-medium);
}

.article-author-info:hover .author-avatar {
    border-color: var(--primary-color);
    box-shadow: 0 0 30px rgba(229, 9, 20, 0.5), 0 10px 25px rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.article-date {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.article-stats {
    color: var(--text-muted);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    border-radius: var(--radius-full);
    border: 1px solid var(--glass-border);
}

.article-stats i {
    margin-right: 4px;
    color: var(--primary-color);
}

/* Article Content */
.article-content-wrapper {
    padding: 60px 0 40px;
    position: relative;
}

.article-body {
    font-size: 1.2rem;
    line-height: 2;
    color: var(--text-color);
    margin-bottom: 50px;
}

.article-body p {
    margin-bottom: 24px;
}

.article-body p:first-of-type::first-letter {
    font-size: 4rem;
    font-weight: 800;
    float: left;
    line-height: 1;
    margin-right: 12px;
    margin-top: 6px;
    color: var(--primary-color);
    text-shadow: 0 0 20px rgba(229, 9, 20, 0.4);
}

.article-body h2,
.article-body h3,
.article-body h4 {
    color: white;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.article-body h2 {
    font-size: 2.2rem;
    border-left: 4px solid var(--primary-color);
    padding-left: 20px;
    background: linear-gradient(90deg, rgba(229, 9, 20, 0.1) 0%, transparent 100%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-body h3 {
    font-size: 1.7rem;
    color: var(--text-color);
}

.article-body h4 {
    font-size: 1.4rem;
    color: var(--text-muted);
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    margin: 40px 0;
    box-shadow: var(--shadow-xl);
    transition: var(--transition-medium);
}

.article-body img:hover {
    transform: scale(1.01);
    box-shadow: var(--shadow-elevated);
}

.article-body ul,
.article-body ol {
    margin: 25px 0;
    padding-left: 35px;
}

.article-body li {
    margin-bottom: 12px;
    line-height: 1.8;
    position: relative;
}

.article-body ul li::marker {
    color: var(--primary-color);
}

/* Premium Blockquote with Glow */
.article-body blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 30px 35px;
    margin: 40px 0;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: var(--radius-lg);
    font-style: italic;
    color: var(--text-color);
    font-size: 1.3rem;
    line-height: 1.7;
    position: relative;
    box-shadow: inset 0 0 30px rgba(229, 9, 20, 0.05);
}

.article-body blockquote::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}

/* Premium Article Tags */
.article-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    margin-bottom: 40px;
}

.article-tags i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.article-tags a {
    background: var(--glass-bg);
    color: var(--text-muted);
    padding: 8px 18px;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid var(--glass-border);
    transition: var(--transition-medium);
}

.article-tags a:hover {
    background: rgba(229, 9, 20, 0.15);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--glow-primary);
}

/* Premium Social Share */
.article-share {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 35px;
    margin-bottom: 50px;
}

.article-share h4 {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-share h4::before {
    content: '';
    width: 4px;
    height: 24px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    transition: var(--transition-medium);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.share-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    opacity: 0;
    transition: var(--transition-fast);
}

.share-btn:hover {
    transform: translateY(-5px) scale(1.1);
}

.share-btn:hover::before {
    opacity: 1;
}

.share-btn.facebook {
    background: linear-gradient(135deg, #1877f2, #0c5cbf);
}

.share-btn.facebook:hover {
    box-shadow: 0 10px 30px rgba(24, 119, 242, 0.5);
}

.share-btn.twitter {
    background: linear-gradient(135deg, #1da1f2, #0c85d0);
}

.share-btn.twitter:hover {
    box-shadow: 0 10px 30px rgba(29, 161, 242, 0.5);
}

.share-btn.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.share-btn.linkedin:hover {
    box-shadow: 0 10px 30px rgba(0, 119, 181, 0.5);
}

.share-btn.whatsapp {
    background: linear-gradient(135deg, #25d366, #1da851);
}

.share-btn.whatsapp:hover {
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
}

.share-btn.email {
    background: linear-gradient(135deg, #666, #444);
}

.share-btn.email:hover {
    box-shadow: 0 10px 30px rgba(102, 102, 102, 0.5);
}

/* Premium Author Bio */
.author-bio {
    display: flex;
    gap: 30px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-medium);
}

.author-bio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
}

.author-bio:hover {
    border-color: var(--glass-border-hover);
    box-shadow: var(--shadow-lg);
}

.author-bio-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid var(--primary-color);
    box-shadow: 0 0 30px rgba(229, 9, 20, 0.3), var(--shadow-md);
    flex-shrink: 0;
    transition: var(--transition-medium);
}

.author-bio:hover .author-bio-avatar {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(229, 9, 20, 0.5), var(--shadow-lg);
}

.author-bio-content h4 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 12px;
    font-weight: 800;
}

.author-bio-content p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.8;
}

/* Premium Related Posts Section */
.related-posts {
    background: linear-gradient(180deg, var(--background-color) 0%, var(--surface-color) 100%);
    border-top: 1px solid var(--glass-border);
    margin-top: 80px;
    padding: 80px 0;
}

.related-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 40px;
    border-left: 4px solid var(--primary-color);
    padding-left: 25px;
    letter-spacing: -0.5px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 35px;
}

.related-card {
    background: var(--surface-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition-medium);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-md);
    transform-style: preserve-3d;
}

.related-card:hover {
    transform: translateY(-12px) rotateX(2deg);
    box-shadow: var(--shadow-card-hover);
    border-color: var(--glass-border-hover);
}

.related-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.related-card:hover .related-image img {
    transform: scale(1.1);
}

.related-content {
    padding: 20px;
}

.related-date {
    font-size: 0.85rem;
    color: var(--primary-color);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.related-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================
   MOBILE RESPONSIVENESS FOR NEWS & ARTICLES
   ========================================= */
@media (max-width: 768px) {

    /* News Grid */
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 5% 60px;
    }

    .news-image {
        height: 200px;
    }

    .news-title {
        font-size: 1.1rem;
    }

    /* Article Hero */
    .article-hero {
        min-height: 50vh;
    }

    .article-hero-title {
        font-size: 2rem;
    }

    .article-hero-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Article Content */
    .article-body {
        font-size: 1.05rem;
    }

    .article-body h2 {
        font-size: 1.6rem;
    }

    .article-body h3 {
        font-size: 1.3rem;
    }

    /* Author Bio */
    .author-bio {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    /* Share Buttons */
    .share-buttons {
        justify-content: center;
    }

    /* Related Posts */
    .related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .related-title {
        font-size: 1.5rem;
    }
}

/* =========================================
   BREADCRUMBS
   ========================================= */
.breadcrumbs {
    font-size: 0.9rem;
    color: #999;
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumbs a {
    color: #ccc;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: var(--primary-color);
}

.breadcrumbs i {
    font-size: 0.7rem;
    color: #666;
    margin: 0 5px;
}

.breadcrumbs span {
    color: white;
    font-weight: 500;
}

/* =========================================
   AD CONTAINERS & SIDEBAR
   ========================================= */

/* Article with Sidebar Layout */
.article-content-wrapper {
    display: flex;
    gap: 40px;
    position: relative;
}

.article-content-wrapper>.container {
    flex: 1;
}

.article-sidebar {
    flex: 0 0 300px;
    position: relative;
}

.sidebar-ad-sticky {
    position: sticky;
    top: 100px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ad Containers */
.ad-container,
.ad-in-content {
    margin: 30px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-responsive {
    max-width: 100%;
    overflow: hidden;
}

/* Sticky Footer Ad */
.sticky-footer-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px;
    text-align: center;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
}

.sticky-footer-ad-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.sticky-footer-ad-close:hover {
    background: var(--primary-color);
}

/* Popup/Interstitial Ad */
.popup-ad-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup-ad-container {
    position: relative;
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    animation: slideIn 0.4s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-ad-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-ad-close:hover {
    background: var(--primary-color);
    transform: rotate(90deg);
}

.popup-ad-content {
    min-width: 300px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
   MOBILE RESPONSIVENESS FOR ADS & BREADCRUMBS
   ========================================= */
@media (max-width: 768px) {

    /* Breadcrumbs */
    .breadcrumbs {
        font-size: 0.8rem;
        gap: 5px;
        padding: 10px 0;
    }

    .breadcrumbs i {
        font-size: 0.6rem;
    }

    /* Remove sidebar on mobile */
    .article-content-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .article-sidebar {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }

    .sidebar-ad-sticky {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 100%;
    }

    /* Ad containers - Better mobile handling */
    .ad-container,
    .ad-in-content {
        margin: 20px 0;
        min-height: 50px;
        padding: 5px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    /* Make ads responsive */
    .ad-container iframe,
    .ad-in-content iframe,
    .ad-container ins,
    .ad-in-content ins {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Sticky footer ad - Mobile optimized */
    .sticky-footer-ad {
        padding: 5px;
        max-height: 100px;
        overflow: hidden;
    }

    .sticky-footer-ad iframe,
    .sticky-footer-ad ins {
        max-width: 100% !important;
        width: 100% !important;
        max-height: 90px !important;
    }

    /* Article content wrapper */
    .article-content-wrapper>.container {
        padding: 0 3% !important;
    }

    /* Cast ad cards */
    .cast-ad-card {
        min-width: 100px !important;
        padding: 10px !important;
    }

    /* Related ad cards */
    .related-ad-card {
        padding: 15px !important;
    }

    /* General container fixes */
    .container {
        padding: 0 4% !important;
        max-width: 100% !important;
    }

    /* Detail container (movie pages) */
    .detail-container {
        flex-direction: column;
        padding: 20px 4% !important;
    }

    .detail-poster {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .detail-content {
        width: 100%;
    }

    /* Meta pills - Better wrapping */
    .detail-meta {
        gap: 8px;
    }

    .meta-pill {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    /* Synopsis */
    .synopsis {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Cast grid - Horizontal scroll */
    .cast-grid {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .cast-card {
        flex: 0 0 120px;
    }

    /* Article hero */
    .article-hero {
        min-height: 300px;
        padding: 40px 4%;
    }

    .article-hero-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .article-category-badge {
        font-size: 0.75rem;
        padding: 6px 14px;
    }

    /* Article body */
    .article-body {
        font-size: 1rem;
        line-height: 1.7;
    }

    .article-body h2 {
        font-size: 1.5rem;
    }

    .article-body h3 {
        font-size: 1.3rem;
    }

    .article-body img {
        margin: 15px 0;
    }

    /* Share buttons */
    .share-buttons {
        gap: 10px;
    }

    .share-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    /* Author bio */
    .author-bio {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .author-bio-avatar {
        margin: 0 auto;
    }

    /* Related posts */
    .related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .related-title {
        font-size: 1.5rem;
    }

    /* News grid */
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-card {
        flex-direction: column;
    }

    .news-image {
        width: 100%;
        height: 200px;
    }

    /* Movies grid */
    .movies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* Video wrapper */
    .video-wrapper {
        height: 250px;
    }

    /* Pagination */
    .pagination {
        gap: 5px;
    }

    .pagination a,
    .pagination span {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Header adjustments */
    header {
        padding: 15px 4%;
    }

    .logo {
        font-size: 1.3rem;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    /* Ensure no horizontal scroll */
    body {
        overflow-x: hidden;
    }

    * {
        max-width: 100%;
    }

    /* Fix any overflow issues */
    img {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }
}

/* Extra small devices (phones in portrait) */
@media (max-width: 480px) {

    /* Even smaller adjustments */
    .article-hero-title {
        font-size: 1.5rem;
    }

    .detail-title {
        font-size: 2rem;
    }

    .movies-grid {
        grid-template-columns: 1fr;
    }

    .meta-pill {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    /* Ads - Extra small screens */
    .ad-container,
    .ad-in-content {
        min-height: 60px;
        margin: 15px 0;
    }

    .sticky-footer-ad {
        max-height: 80px;
    }

    .sticky-footer-ad iframe,
    .sticky-footer-ad ins {
        max-height: 70px !important;
    }

    /* Popup ad - Mobile */
    .popup-ad-container {
        max-width: 95%;
        max-height: 85%;
        padding: 20px;
    }

    .popup-ad-content {
        min-width: 250px;
        min-height: 200px;
    }

    .popup-ad-close {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
}

/* =========================================
   SINGLE MOVIE PAGE - RESPONSIVE DESIGN
   ========================================= */

/* Desktop Enhancements */
@media (min-width: 1200px) {
    .movie-hero-full {
        min-height: 80vh;
    }

    .movie-poster-center {
        width: 250px;
        height: 375px;
    }

    .movie-title-large {
        font-size: 4rem;
    }

    .movie-content-container {
        max-width: 1100px;
    }

    .related-movies-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .movie-hero-full {
        min-height: 70vh;
        padding: 120px 5% 60px;
    }

    .movie-poster-center {
        width: 180px;
        height: 270px;
    }

    .movie-title-large {
        font-size: 2.5rem;
    }

    .movie-meta-center {
        gap: 15px;
    }

    .btn-watch-main {
        padding: 14px 30px;
        font-size: 1rem;
    }

    .details-table {
        font-size: 0.95rem;
    }

    .cast-grid-new {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .related-movies-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .movie-hero-full {
        min-height: 65vh;
        padding: 100px 4% 50px;
    }

    .movie-breadcrumbs-center {
        font-size: 0.8rem;
        gap: 8px;
    }

    .movie-poster-center {
        width: 150px;
        height: 225px;
        margin-bottom: 25px;
    }

    .movie-title-large {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .movie-meta-center {
        gap: 12px;
        font-size: 0.85rem;
    }

    .meta-rating {
        padding: 6px 12px;
        font-size: 0.85rem;
    }

    .movie-tags-center {
        gap: 8px;
        margin-bottom: 25px;
    }

    .movie-tag {
        padding: 6px 14px;
        font-size: 0.8rem;
    }

    .movie-actions-center {
        flex-direction: column;
        gap: 12px;
    }

    .btn-watch-main {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
    }

    .btn-watchlist,
    .btn-share-movie {
        width: 100%;
        justify-content: center;
    }

    .movie-main-content {
        padding: 40px 0;
    }

    .movie-content-container {
        padding: 0 15px;
    }

    .section-title-bar h2 {
        font-size: 1.3rem;
    }

    .video-player-premium {
        border-radius: var(--radius-lg);
    }

    .player-header,
    .player-footer {
        padding: 12px 15px;
        font-size: 0.8rem;
    }

    .synopsis-content {
        padding: 25px 20px;
        font-size: 1rem;
    }

    .detail-row {
        flex-direction: column;
        gap: 5px;
        padding: 12px 20px;
    }

    .detail-label {
        width: auto;
        font-size: 0.85rem;
    }

    .detail-value {
        font-size: 0.95rem;
    }

    .cast-grid-new {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 15px;
    }

    .cast-card-new img {
        width: 70px;
        height: 70px;
    }

    .cast-card-new span {
        font-size: 0.8rem;
    }

    .faq-question {
        padding: 15px 20px;
        font-size: 0.95rem;
    }

    .faq-answer {
        padding: 0 20px 15px 35px;
        font-size: 0.9rem;
    }

    .seo-content-box {
        padding: 25px 20px;
    }

    .seo-content-box h3 {
        font-size: 1.1rem;
    }

    .related-movies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .rel-info h4 {
        font-size: 0.85rem;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .movie-hero-full {
        min-height: 60vh;
        padding: 90px 4% 40px;
    }

    .movie-breadcrumbs-center {
        font-size: 0.75rem;
        gap: 6px;
        margin-bottom: 20px;
    }

    .movie-breadcrumbs-center span i {
        font-size: 0.6rem;
    }

    .movie-poster-center {
        width: 120px;
        height: 180px;
        margin-bottom: 20px;
        border-radius: var(--radius-lg);
    }

    .movie-title-large {
        font-size: 1.6rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .movie-meta-center {
        gap: 10px;
        font-size: 0.8rem;
    }

    .meta-rating {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    .meta-item {
        font-size: 0.8rem;
    }

    .movie-tags-center {
        gap: 6px;
        margin-bottom: 20px;
    }

    .movie-tag {
        padding: 5px 12px;
        font-size: 0.75rem;
    }

    .movie-actions-center {
        gap: 10px;
    }

    .btn-watch-main {
        padding: 14px 25px;
        font-size: 1rem;
    }

    .btn-watchlist,
    .btn-share-movie {
        padding: 12px 20px;
        font-size: 0.85rem;
    }

    .movie-main-content {
        padding: 30px 0;
    }

    .section-title-bar {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .section-title-bar h2 {
        font-size: 1.15rem;
        gap: 10px;
    }

    .watch-section,
    .movie-synopsis-section,
    .movie-details-section,
    .cast-section-new,
    .movie-faqs-section,
    .movie-seo-content,
    .related-movies-section {
        margin-bottom: 35px;
    }

    .player-header {
        padding: 10px 12px;
    }

    .player-status span:last-child {
        font-size: 0.75rem;
    }

    .quality-badge {
        padding: 3px 8px;
        font-size: 0.7rem;
    }

    .player-footer {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        font-size: 0.75rem;
    }

    .video-placeholder {
        padding: 50px 20px;
    }

    .video-placeholder i {
        font-size: 3rem;
    }

    .synopsis-content {
        padding: 20px 15px;
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .details-table {
        border-radius: var(--radius-lg);
    }

    .detail-row {
        padding: 10px 15px;
    }

    .cast-grid-new {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .cast-card-new img {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }

    .cast-card-new span {
        font-size: 0.7rem;
    }

    .faqs-container {
        border-radius: var(--radius-lg);
    }

    .faq-question {
        padding: 14px 15px;
        font-size: 0.9rem;
        gap: 10px;
    }

    .faq-question i {
        font-size: 0.7rem;
    }

    .faq-answer {
        padding: 0 15px 12px 30px;
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .seo-content-box {
        padding: 20px 15px;
        border-radius: var(--radius-lg);
    }

    .seo-content-box p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .seo-content-box h3 {
        font-size: 1rem;
        margin: 20px 0 12px;
    }

    .seo-content-box ul li {
        font-size: 0.9rem;
        padding: 6px 0;
    }

    .related-movies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .rel-rating {
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        font-size: 0.7rem;
    }

    .rel-info {
        padding: 40px 10px 10px;
    }

    .rel-info h4 {
        font-size: 0.8rem;
    }
}

/* Ultra Small Screens */
@media (max-width: 360px) {
    .movie-poster-center {
        width: 100px;
        height: 150px;
    }

    .movie-title-large {
        font-size: 1.4rem;
    }

    .movie-meta-center {
        flex-direction: column;
        gap: 8px;
    }

    .cast-grid-new {
        grid-template-columns: repeat(3, 1fr);
    }

    .related-movies-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================================
   ULTRA PREMIUM PAGE COMPONENTS
   ========================================= */

/* Page Hero Ultra */
.page-hero-ultra {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 5% 80px;
    overflow: hidden;
    background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
}

.page-hero-ultra .hero-backdrop-blur {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(229, 9, 20, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.page-hero-ultra .hero-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, #050505, transparent);
    pointer-events: none;
}

.hero-content-center {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.page-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.page-breadcrumbs a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-fast);
}

.page-breadcrumbs a:hover {
    color: var(--primary-color);
}

.page-breadcrumbs span {
    color: rgba(255, 255, 255, 0.4);
}

.page-breadcrumbs .current {
    color: white;
    font-weight: 600;
}

.hero-title-ultra {
    font-size: 3.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
    text-shadow: 0 0 60px rgba(229, 9, 20, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hero-title-ultra i {
    color: var(--primary-color);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Stats Bar */
.hero-stats-bar {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 25px 40px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary-color);
    text-shadow: var(--glow-primary);
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}

/* Movies Page Content */
.movies-page-content {
    padding: 60px 5%;
    background: var(--background-color);
}

.movies-container {
    max-width: 1600px;
    margin: 0 auto;
}

/* Filter Bar */
.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 25px;
    background: var(--glass-bg);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.filter-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-title i {
    color: var(--primary-color);
}

.filter-info span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
}

/* Ultra Movies Grid */
.ultra-movies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

/* Ultra Movie Card */
.ultra-movie-card {
    position: relative;
    text-decoration: none;
    display: block;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--surface-color);
    transition: var(--transition-medium);
}

.ultra-movie-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), var(--glow-primary);
}

.card-poster {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.card-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-medium);
}

.ultra-movie-card:hover .card-poster img {
    transform: scale(1.08);
}

.card-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.ultra-movie-card:hover .card-shimmer {
    left: 100%;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-fast);
}

.ultra-movie-card:hover .card-overlay {
    opacity: 1;
}

.play-circle {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    transform: scale(0.8);
    transition: var(--transition-fast);
    box-shadow: var(--glow-primary);
}

.ultra-movie-card:hover .play-circle {
    transform: scale(1);
}

.card-rating {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    color: #FFD700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-quality {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--primary-color);
    padding: 4px 8px;
    border-radius: var(--radius-sm);
    font-size: 0.7rem;
    font-weight: 800;
    color: white;
}

.card-info {
    padding: 15px;
}

.card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.card-meta .dot {
    font-size: 0.5rem;
}

/* Ultra Pagination */
.ultra-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.ultra-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ultra-pagination li a,
.ultra-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-fast);
}

.ultra-pagination li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.ultra-pagination li .current {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Page SEO Section */
.page-seo-section {
    margin-bottom: 50px;
}

.seo-content-box {
    background: var(--glass-bg);
    padding: 40px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.seo-content-box h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.seo-content-box h2 i {
    color: var(--primary-color);
}

.seo-content-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin: 30px 0 15px;
}

.seo-content-box p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin-bottom: 15px;
}

.seo-content-box a {
    color: var(--primary-color);
    text-decoration: none;
}

.seo-content-box a:hover {
    text-decoration: underline;
}

.seo-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.seo-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-lg);
    transition: var(--transition-fast);
}

.seo-feature:hover {
    background: rgba(255, 255, 255, 0.06);
}

.seo-feature i {
    color: #00c853;
    font-size: 1.1rem;
}

.seo-feature span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

/* Page FAQs Section */
.page-faqs-section {
    margin-bottom: 50px;
}

.section-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-heading i {
    color: var(--primary-color);
}

/* FAQ Answers â€” Hidden by default */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.4s ease;
}

.page-faqs-section .faq-answer,
.movie-faqs-section .faq-answer {
    padding-left: 55px;
    padding-right: 25px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
}

.faq-answer a {
    color: #e50914;
    text-decoration: none;
    font-weight: 500;
}

.faq-answer a:hover {
    text-decoration: underline;
}

/* FAQ Active State â€” When .faq-item has .active class */
.faq-item.active .faq-answer {
    max-height: 800px;
    opacity: 1;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.faq-item.active .faq-question {
    background: rgba(229, 9, 20, 0.06);
}

.faq-item.active {
    border-color: rgba(229, 9, 20, 0.2);
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.08);
}

.faq-item.active .faq-question i {
    transform: rotate(90deg);
    color: #e50914;
}

/* FAQ Icon transition */
.faq-question i {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
    flex-shrink: 0;
}


/* =========================================
   PAGE CONTENT POLISH â€” Ultra Premium Spacing
   ========================================= */
.movies-page-content {
    padding-bottom: 60px;
}

.about-content-box {
    margin-bottom: 30px;
    padding: 35px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-content-box:hover {
    border-color: rgba(229, 9, 20, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.about-content-box h2 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-content-box h2 i {
    color: #e50914;
    font-size: 1.3rem;
}

.about-content-box p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 0.97rem;
}

.about-content-box p:last-child {
    margin-bottom: 0;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.about-feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 25px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(229, 9, 20, 0.2);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.about-feature-card i {
    color: #e50914;
    font-size: 1.6rem;
    margin-bottom: 12px;
    display: block;
}

.about-feature-card h3 {
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.about-feature-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Stats Grid */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.about-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.about-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(229, 9, 20, 0.2);
}

.about-stat-card i {
    color: #e50914;
    margin-bottom: 10px;
    display: block;
}

.about-stat-card .stat-number {
    display: block;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.about-stat-card .stat-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contact Form Box */
.contact-form-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 35px;
}

.contact-form-box h2 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-form-box h2 i {
    color: #e50914;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
    align-items: start;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.contact-info-card:hover {
    border-color: rgba(229, 9, 20, 0.2);
    transform: translateX(4px);
}

.contact-info-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(229, 9, 20, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-card .icon i {
    color: #e50914;
    font-size: 1.2rem;
}

.contact-info-card h3 {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.contact-info-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    margin: 0;
    line-height: 1.4;
}

/* Contact Form Styles */
.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    color: white;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: white;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: rgba(229, 9, 20, 0.4);
    box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.1);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form .submit-btn {
    background: linear-gradient(135deg, #e50914, #b20710);
    color: white;
    border: none;
    padding: 16px 36px;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: inherit;
}

.contact-form .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

/* Section Heading */
.section-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-heading i {
    color: #e50914;
}

/* Page FAQs Section */
.page-faqs-section {
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-faqs-section .faqs-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-faqs-section .faq-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-faqs-section .faq-question {
    padding: 20px 25px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    user-select: none;
    transition: background 0.3s ease;
}

.page-faqs-section .faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

/* Responsive for Contact Grid + FAQ + About */
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-features-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .about-content-box {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .about-feature-card {
        padding: 18px;
    }

    .contact-form-box {
        padding: 22px 18px;
    }

    .about-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .about-stat-card {
        padding: 18px 12px;
    }

    .about-stat-card .stat-number {
        font-size: 1.4rem;
    }

    .page-faqs-section .faq-question {
        padding: 16px 18px;
        font-size: 0.93rem;
        gap: 12px;
    }

    .page-faqs-section .faq-answer {
        padding-left: 45px;
        padding-right: 18px;
        font-size: 0.9rem;
    }

    .section-heading {
        font-size: 1.3rem;
    }
}

/* No Movies Message */
.no-movies-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.no-movies-message i {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: block;
}

/* =========================================
   PAGE HERO RESPONSIVE
   ========================================= */
@media (max-width: 768px) {
    .page-hero-ultra {
        min-height: 350px;
        padding: 120px 5% 60px;
    }

    .hero-title-ultra {
        font-size: 2rem;
        flex-direction: column;
        gap: 10px;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats-bar {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .filter-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .ultra-movies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .seo-content-box {
        padding: 25px 20px;
    }

    .seo-content-box h2 {
        font-size: 1.3rem;
    }

    .seo-features-grid {
        grid-template-columns: 1fr;
    }

    .page-faqs-section .faq-answer {
        padding-left: 25px;
    }

    .ultra-pagination ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-title-ultra {
        font-size: 1.6rem;
    }

    .ultra-movies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .card-info {
        padding: 10px;
    }

    .card-title {
        font-size: 0.85rem;
    }
}

/* =========================================
   ULTRA PREMIUM GENRE CARDS
   ========================================= */
.genres-grid-ultra {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.genre-card-ultra {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    text-decoration: none;
    transition: var(--transition-medium);
    position: relative;
    overflow: hidden;
}

.genre-card-ultra:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: var(--glow-primary);
}

.genre-icon {
    width: 65px;
    height: 65px;
    background: var(--gradient-primary);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
    flex-shrink: 0;
    box-shadow: var(--glow-primary);
}

.genre-info {
    flex: 1;
}

.genre-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.genre-count {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

.genre-preview {
    display: flex;
    gap: 5px;
}

.genre-preview img {
    width: 45px;
    height: 65px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    opacity: 0.7;
    transition: var(--transition-fast);
}

.genre-card-ultra:hover .genre-preview img {
    opacity: 1;
}

.genre-arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    transition: var(--transition-fast);
}

.genre-card-ultra:hover .genre-arrow {
    background: var(--primary-color);
    color: white;
}

/* Genre Cards Responsive */
@media (max-width: 768px) {
    .genres-grid-ultra {
        grid-template-columns: 1fr;
    }

    .genre-card-ultra {
        padding: 20px;
    }

    .genre-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }

    .genre-preview {
        display: none;
    }
}

/* =========================================
   LEGAL PAGES STYLING
   ========================================= */
.legal-page-content {
    padding: 60px 5%;
    background: var(--background-color);
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content-box {
    background: var(--glass-bg);
    padding: 50px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.legal-content-box h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin: 35px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-content-box h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin: 25px 0 10px;
}

.legal-content-box p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-content-box ul {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin: 15px 0;
    padding-left: 25px;
}

.legal-content-box li {
    margin-bottom: 10px;
}

.legal-content-box a {
    color: var(--primary-color);
}

.legal-last-updated {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Legal Pages Responsive */
@media (max-width: 768px) {
    .legal-content-box {
        padding: 30px 20px;
    }

    .legal-content-box h2 {
        font-size: 1.2rem;
    }
}

/* =========================================
   ABOUT PAGE STYLING
   ========================================= */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.about-stat-card {
    background: var(--glass-bg);
    padding: 30px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    text-align: center;
    transition: var(--transition-fast);
}

.about-stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.about-stat-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.about-stat-card .stat-number {
    font-size: 2rem;
    font-weight: 900;
    color: white;
    display: block;
}

.about-stat-card .stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

.about-content-box {
    background: var(--glass-bg);
    padding: 40px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    margin-bottom: 40px;
}

.about-content-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-content-box h2 i {
    color: var(--primary-color);
}

.about-content-box p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.about-feature-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: var(--radius-xl);
    text-align: center;
    transition: var(--transition-fast);
}

.about-feature-card:hover {
    background: rgba(255, 255, 255, 0.06);
}

.about-feature-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.about-feature-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.about-feature-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* About Responsive */
@media (max-width: 768px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-features-grid {
        grid-template-columns: 1fr;
    }

    .about-content-box {
        padding: 25px 20px;
    }
}

/* =========================================
   CONTACT PAGE STYLING
   ========================================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background: var(--glass-bg);
    padding: 25px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: var(--transition-fast);
}

.contact-info-card:hover {
    border-color: var(--primary-color);
}

.contact-info-card .icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.contact-info-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}

.contact-info-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin: 0;
}

.contact-form-box {
    background: var(--glass-bg);
    padding: 35px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.contact-form-box h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 15px 20px;
    color: white;
    font-size: 1rem;
    transition: var(--transition-fast);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form .submit-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 16px 35px;
    border-radius: var(--radius-full);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition-medium);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.3);
}

.contact-form .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(229, 9, 20, 0.4);
}

/* Contact Responsive */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-box {
        padding: 25px 20px;
    }
}

/* =========================================
   NEWS PAGE STYLING
   ========================================= */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.news-card {
    background: var(--glass-bg);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    overflow: hidden;
    transition: var(--transition-medium);
    text-decoration: none;
    display: block;
}

.news-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: var(--glow-primary);
}

.news-card-image {
    position: relative;
    height: auto;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-medium);
}

.news-card:hover .news-card-image img {
    transform: scale(1.1);
}

.news-card-content {
    padding: 25px;
}

.news-card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.news-card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* News Responsive */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   ADDITIONAL CARD BADGES
   ========================================= */
.card-rank {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    padding: 6px 12px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 900;
    color: #000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.card-new-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #00C853, #00E676);
    padding: 5px 10px;
    border-radius: var(--radius-sm);
    font-size: 0.7rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* =========================================
   ULTRA PREMIUM MOVIES & TV SHOWS PAGES
   ========================================= */

/* Hero Section with Particles */
.movies-hero-ultra {
    position: relative;
    min-height: 400px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a0a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    overflow: hidden;
}

.tv-shows-hero {
    background: linear-gradient(135deg, #0a0a15 0%, #0a0a20 50%, #0a0a15 100%);
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.2) 50%, transparent 50%),
        radial-gradient(2px 2px at 30% 40%, rgba(255, 255, 255, 0.15) 50%, transparent 50%),
        radial-gradient(2px 2px at 50% 10%, rgba(255, 255, 255, 0.2) 50%, transparent 50%),
        radial-gradient(2px 2px at 70% 30%, rgba(255, 255, 255, 0.1) 50%, transparent 50%),
        radial-gradient(2px 2px at 90% 50%, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
    animation: float-particles 20s linear infinite;
}

@keyframes float-particles {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100px);
    }
}

.hero-glow-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: orb-float 8s ease-in-out infinite;
}

.hero-glow-1 {
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, #e50914 0%, transparent 70%);
}

.hero-glow-2 {
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, #ff6b35 0%, transparent 70%);
    animation-delay: -4s;
}

.glow-purple {
    background: radial-gradient(circle, #9b59b6 0%, transparent 70%) !important;
}

.glow-blue {
    background: radial-gradient(circle, #3498db 0%, transparent 70%) !important;
}

@keyframes orb-float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, 30px) scale(1.1);
    }
}

.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(10, 10, 10, 1) 100%);
}

.hero-content-wrapper {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}

/* Breadcrumbs */
.page-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.page-breadcrumbs a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s;
}

.page-breadcrumbs a:hover {
    color: var(--primary-color);
}

.page-breadcrumbs .current {
    color: white;
    font-weight: 600;
}

.page-breadcrumbs i {
    font-size: 0.7em;
}

/* Hero Title */
.movies-hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #ff6b35);
    border-radius: 20px;
    font-size: 1.8rem;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
}

.title-text .highlight {
    background: linear-gradient(to right, var(--primary-color), #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.movies-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Live Stats Bar */
.live-stats-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;
}

.live-indicator-pulse {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: rgba(229, 9, 20, 0.2);
    border-radius: 30px;
    border: 1px solid rgba(229, 9, 20, 0.4);
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background: #e50914;
    border-radius: 50%;
    animation: pulse-live 1.5s infinite;
}

.pulse-blue {
    background: #3498db !important;
}

@keyframes pulse-live {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.7);
    }

    50% {
        opacity: 0.5;
        box-shadow: 0 0 0 8px rgba(229, 9, 20, 0);
    }
}

.live-text {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e50914;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.stat-icon {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.stat-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* Quick Genre Filters */
.quick-genre-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.genre-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.genre-chip:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.4);
}

/* Content Area */
.movies-premium-content {
    background: #0a0a0a;
    padding: 40px 20px;
}

.movies-container-ultra {
    max-width: 1400px;
    margin: 0 auto;
}

/* Filter Bar */
.movies-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.filter-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-left i {
    font-size: 1.3rem;
    color: var(--primary-color);
}

.filter-left h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.movie-count-badge {
    background: rgba(229, 9, 20, 0.15);
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.update-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #00C853;
    font-size: 0.85rem;
}

/* Premium Movies Grid */
.movies-grid-premium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

/* Premium Movie Card */
.movie-card-premium {
    display: block;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.movie-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(229, 9, 20, 0.3);
    border-color: rgba(229, 9, 20, 0.3);
}

.card-poster-wrap {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.card-poster-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.movie-card-premium:hover .card-poster-wrap img {
    transform: scale(1.08);
}

.card-shimmer-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.movie-card-premium:hover .card-shimmer-effect {
    left: 150%;
}

.card-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

.movie-card-premium:hover .card-hover-overlay {
    opacity: 1;
}

.play-btn-circle {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.5);
    transform: scale(0.8);
    transition: transform 0.3s;
}

.movie-card-premium:hover .play-btn-circle {
    transform: scale(1);
}

.watch-now-text {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Card Badges */
.rating-badge-premium {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #FFB800, #FF8C00);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 15px rgba(255, 184, 0, 0.4);
}

.quality-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #00C853, #00E676);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    color: white;
}

.views-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

.seasons-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Card Details */
.card-details {
    padding: 15px;
}

.card-details h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
}

.card-meta-row .dot {
    opacity: 0.5;
}

/* Premium Pagination */
.premium-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.premium-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-pagination li a,
.premium-pagination li span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-pagination li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.premium-pagination li .current {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Why Choose / Features Section */
.why-choose-section {
    margin: 60px 0;
    padding: 50px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.section-header h2 i {
    color: #FFB800;
}

.section-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
}

.features-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-card {
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(229, 9, 20, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(255, 107, 53, 0.2));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

/* SEO Content Section */
.seo-content-premium {
    margin: 60px 0;
}

.seo-box {
    padding: 50px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.05), transparent);
    border-radius: 24px;
    border: 1px solid rgba(229, 9, 20, 0.1);
}

.seo-box h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.seo-box h2 i {
    color: var(--primary-color);
}

.seo-box h3 {
    font-size: 1.2rem;
    margin: 30px 0 15px;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-box h3 i {
    color: var(--primary-color);
    font-size: 1rem;
}

.seo-box p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 15px;
}

/* SEO Categories Grid */
.seo-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.seo-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s;
}

.seo-cat-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateX(5px);
}

.seo-cat-link i {
    font-size: 1.1rem;
    color: var(--primary-color);
}

.seo-cat-link:hover i {
    color: white;
}

/* How To Steps */
.how-to-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.step {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.step-number {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-color), #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* FAQs Section Premium */
.faqs-section-premium {
    margin: 60px 0;
}

.faqs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq-item-premium {
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s;
}

.faq-item-premium:hover {
    border-color: rgba(229, 9, 20, 0.3);
}

.faq-item-premium .faq-question {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.faq-item-premium .faq-question i {
    color: var(--primary-color);
    font-size: 0.8rem;
    margin-top: 4px;
}

.faq-item-premium .faq-answer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    padding-left: 22px;
}

/* CTA Banner */
.cta-banner-section {
    position: relative;
    padding: 60px 40px;
    background: linear-gradient(135deg, #e50914, #ff6b35);
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    margin: 40px 0;
}

.cta-purple {
    background: linear-gradient(135deg, #9b59b6, #3498db) !important;
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(60px);
}

.cta-content {
    position: relative;
    z-index: 10;
}

.cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 25px;
}

.cta-btn-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: white;
    color: #0a0a0a;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cta-btn-large:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* No Content Message */
.no-content-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
}

.no-content-message i {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.no-content-message h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.no-content-message p {
    color: rgba(255, 255, 255, 0.5);
}

/* =========================================
   RESPONSIVE - MOVIES & TV SHOWS
   ========================================= */
@media (max-width: 1200px) {
    .movies-grid-premium {
        grid-template-columns: repeat(5, 1fr);
    }

    .features-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .movies-grid-premium {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .faqs-grid {
        grid-template-columns: 1fr;
    }

    .how-to-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .movies-hero-ultra {
        min-height: auto;
        padding: 40px 15px;
    }

    .movies-hero-title {
        font-size: 1.6rem;
    }

    .title-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .live-stats-bar {
        padding: 15px;
        gap: 15px;
    }

    .stat-divider {
        display: none;
    }

    .movies-grid-premium {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .movies-filter-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .filter-left {
        flex-wrap: wrap;
        justify-content: center;
    }

    .features-grid-premium {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .seo-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-section,
    .seo-box {
        padding: 25px 16px;
        overflow: hidden;
    }

    .section-header h2 {
        font-size: 1.3rem;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        word-break: break-word;
    }

    .section-header p {
        font-size: 0.9rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .feature-card {
        padding: 20px 16px;
    }

    .feature-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .cta-banner-section {
        padding: 40px 20px;
    }

    .cta-content h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .movies-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .quick-genre-filters {
        display: none;
    }

    .seo-categories-grid {
        grid-template-columns: 1fr;
    }

    .hero-glow-orb {
        width: 200px;
        height: 200px;
    }

    /* Why Choose / Features Section - Small Mobile */
    .why-choose-section {
        margin: 30px 0;
        padding: 20px 12px;
        border-radius: 16px;
        overflow: hidden;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .section-header h2 {
        font-size: 1.15rem;
        gap: 8px;
        flex-wrap: wrap;
    }

    .section-header p {
        font-size: 0.85rem;
    }

    .features-grid-premium {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .feature-card {
        padding: 16px 14px;
        border-radius: 12px;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .feature-card h3 {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .feature-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* =========================================
   ULTRA PREMIUM HOMEPAGE STYLES
   ========================================= */

/* Homepage Hero Ultra */
.home-hero-ultra {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px 60px;
    overflow: hidden;
    background: linear-gradient(135deg, #050505 0%, #0a0a15 50%, #050505 100%);
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%230a0a0a"/></svg>');
    background-size: cover;
}

.hero-gradient-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(229, 9, 20, 0.1) 0%, transparent 70%),
        linear-gradient(to bottom, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
}

.hero-particles-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 10% 20%, rgba(229, 9, 20, 0.3) 50%, transparent 50%),
        radial-gradient(2px 2px at 30% 40%, rgba(255, 255, 255, 0.15) 50%, transparent 50%),
        radial-gradient(2px 2px at 50% 10%, rgba(255, 255, 255, 0.2) 50%, transparent 50%),
        radial-gradient(2px 2px at 70% 60%, rgba(229, 9, 20, 0.25) 50%, transparent 50%),
        radial-gradient(2px 2px at 90% 30%, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
    animation: hero-particles-float 30s linear infinite;
}

@keyframes hero-particles-float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-100px) rotate(5deg);
    }
}

.home-hero-ultra .hero-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    animation: hero-orb-pulse 8s ease-in-out infinite;
}

.home-hero-ultra .glow-1 {
    width: 500px;
    height: 500px;
    top: -150px;
    left: -150px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.5) 0%, transparent 70%);
}

.home-hero-ultra .glow-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.4) 0%, transparent 70%);
    animation-delay: -4s;
}

.home-hero-ultra .glow-3 {
    width: 300px;
    height: 300px;
    top: 50%;
    right: 20%;
    background: radial-gradient(circle, rgba(156, 89, 182, 0.3) 0%, transparent 70%);
    animation-delay: -2s;
}

@keyframes hero-orb-pulse {

    0%,
    100% {
        transform: scale(1) translate(0, 0);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2) translate(20px, 20px);
        opacity: 0.8;
    }
}

.hero-content-mega {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}

/* Live Badge */
.hero-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.4);
    border-radius: 50px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.pulse-indicator {
    width: 10px;
    height: 10px;
    background: #e50914;
    border-radius: 50%;
    animation: live-pulse-home 1.5s infinite;
}

@keyframes live-pulse-home {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(229, 9, 20, 0);
    }
}

.hero-live-badge .live-text {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e50914;
}

.hero-live-badge .viewer-count {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.hero-live-badge .viewer-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Hero Title */
.hero-mega-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}

.gradient-text {
    background: linear-gradient(135deg, #e50914, #ff6b35, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle-text {
    display: block;
    font-size: 0.5em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.hero-mega-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.7;
}

/* Hero CTA Buttons */
.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cta-btn-mega {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cta-btn-mega.primary {
    background: linear-gradient(135deg, #e50914, #ff6b35);
    color: white;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.4);
}

.cta-btn-mega.primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(229, 9, 20, 0.5);
}

.cta-btn-mega.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.cta-btn-mega.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

.cta-btn-mega.secondary-white {
    background: white;
    color: #0a0a0a;
}

.cta-btn-mega.secondary-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
}

/* Hero Stats */
.hero-stats-mega {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 25px 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;
}

.stat-mega {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-mega .stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(255, 107, 53, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.stat-mega .stat-info {
    display: flex;
    flex-direction: column;
}

.stat-mega .stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}

.stat-mega .stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-stats-mega .stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* Trust Badges */
.trust-badges-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-badge i {
    color: #00C853;
}

/* Home Sections */
.home-section {
    padding: 80px 20px;
    background: #0a0a0a;
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Section Header Ultra */
.section-header-ultra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 15px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(229, 9, 20, 0.15);
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ff6b6b;
}

.section-badge.green {
    background: rgba(0, 200, 83, 0.15);
    color: #4ade80;
}

.section-badge.purple {
    background: rgba(155, 89, 182, 0.15);
    color: #c084fc;
}

.section-badge.blue {
    background: rgba(33, 150, 243, 0.15);
    color: #42a5f5;
}

/* Upcoming Movies Section */
.upcoming-section .movie-card-home:hover {
    box-shadow: 0 20px 50px rgba(33, 150, 243, 0.3);
    border-color: rgba(33, 150, 243, 0.3);
}

/* Coming Soon Badge - Homepage */
.coming-soon-badge-home {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #1565c0, #42a5f5);
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: coming-soon-pulse 2s infinite;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.coming-soon-badge-home i {
    font-size: 0.65rem;
}

/* Coming Soon Badge - Page Template */
.coming-soon-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #1565c0, #42a5f5);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: coming-soon-pulse 2s infinite;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.coming-soon-badge i {
    font-size: 0.7rem;
}

@keyframes coming-soon-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px 3px rgba(33, 150, 243, 0.2);
    }
}

/* Release Date Display in Card */
.card-release-date {
    font-size: 0.75rem;
    color: #42a5f5;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.card-release-date i {
    font-size: 0.7rem;
}

/* Update Badge for Section Headers */
.update-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(229, 9, 20, 0.1);
    color: #ff6b6b;
}

.update-badge.blue {
    background: rgba(33, 150, 243, 0.1);
    color: #42a5f5;
}

/* Upcoming Movie Card Overlay */
.upcoming-card:hover {
    box-shadow: 0 20px 50px rgba(33, 150, 243, 0.3) !important;
    border-color: rgba(33, 150, 243, 0.3) !important;
}

/* Live Stats Bar - Blue Theme */
.live-stats-bar.blue-theme {
    border-color: rgba(33, 150, 243, 0.4);
}

.pulse-dot.pulse-blue {
    background: #42a5f5;
    animation: live-pulse-blue 1.5s infinite;
}

@keyframes live-pulse-blue {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(66, 165, 245, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(66, 165, 245, 0);
    }
}

/* Upcoming Hero Accent */
.upcoming-hero .hero-glow-1 {
    background: radial-gradient(circle, rgba(33, 150, 243, 0.15) 0%, transparent 70%);
}

.upcoming-hero .hero-glow-2 {
    background: radial-gradient(circle, rgba(66, 165, 245, 0.1) 0%, transparent 70%);
}

/* Upcoming SEO Section */
.upcoming-seo .seo-box-mega {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.05), transparent);
    border-color: rgba(33, 150, 243, 0.1);
}

.upcoming-seo .seo-box-mega h2 i,
.upcoming-seo .seo-box-mega h3 i {
    color: #42a5f5;
}

.section-header-ultra h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.view-all-ultra {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff4d5a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.view-all-ultra:hover {
    gap: 12px;
}

/* Movies Slider/Grid */
.movies-slider-ultra,
.movies-grid-home {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

/* Movie Card Home */
.movie-card-home {
    display: block;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.movie-card-home:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(229, 9, 20, 0.3);
    border-color: rgba(229, 9, 20, 0.3);
}

.movie-card-home .card-image {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.movie-card-home .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.movie-card-home:hover .card-image img {
    transform: scale(1.08);
}

.card-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.movie-card-home:hover .card-overlay-home {
    opacity: 1;
}

.card-overlay-home .play-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.5);
}

/* Card Badges */
.movie-card-home .rank-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.movie-card-home .rating-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #FFB800, #FF8C00);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
}

.movie-card-home .hd-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: linear-gradient(135deg, #00C853, #00E676);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    color: white;
}

.movie-card-home .new-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #0a8f3a, #0d9e44);
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    animation: new-pulse 2s infinite;
}

@keyframes new-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.movie-card-home .card-content {
    padding: 15px;
}

.movie-card-home .card-content h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.movie-card-home .card-meta {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Genres Grid Home */
.genres-grid-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.genre-card-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 35px 25px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    text-decoration: none;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s;
    text-align: center;
}

.genre-card-home:hover {
    transform: translateY(-8px);
    background: linear-gradient(135deg, var(--genre-color), transparent);
    border-color: var(--genre-color);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.genre-card-home .genre-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--genre-color), transparent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.3s;
}

.genre-card-home:hover .genre-icon {
    transform: scale(1.1);
}

.genre-card-home h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.genre-card-home .explore-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
}

.genre-card-home:hover .explore-text {
    color: white;
}

/* Features Mega Section */
.features-mega-section {
    background: linear-gradient(to bottom, #0a0a0a, #0f0f0f);
}

.features-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.features-badge-mega {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 30px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: #FFD700;
}

.features-header-center h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.features-header-center p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
}

.features-grid-mega {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card-mega {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s;
}

.feature-card-mega:hover {
    transform: translateY(-8px);
    border-color: rgba(229, 9, 20, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.feature-icon-mega {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(255, 107, 53, 0.2));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.feature-card-mega h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card-mega p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* SEO Mega Section */
.seo-mega-section {
    background: #0a0a0a;
}

.seo-box-mega {
    padding: 60px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.05), transparent);
    border-radius: 30px;
    border: 1px solid rgba(229, 9, 20, 0.1);
}

.seo-box-mega h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.seo-box-mega h2 i {
    color: var(--primary-color);
}

.seo-box-mega h3 {
    font-size: 1.3rem;
    margin: 35px 0 20px;
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    gap: 12px;
}

.seo-box-mega h3 i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.seo-box-mega p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

/* SEO Categories Mega */
.seo-categories-mega {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.seo-categories-mega a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s;
    font-weight: 500;
}

.seo-categories-mega a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateX(5px);
}

.seo-categories-mega a i {
    font-size: 1.1rem;
    color: var(--primary-color);
}

.seo-categories-mega a:hover i {
    color: white;
}

/* SEO Features Mega */
.seo-features-mega {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.seo-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.seo-feature i {
    color: #00C853;
    font-size: 1rem;
    margin-top: 2px;
}

/* How To Mega */
.how-to-mega {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.step-mega {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.step-mega .step-num {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    flex-shrink: 0;
}

.step-mega h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.step-mega p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* FAQs Mega Section */
.faqs-mega-section {
    background: #0f0f0f;
}

.faqs-header-center {
    text-align: center;
    margin-bottom: 45px;
}

.faqs-header-center h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.faqs-header-center h2 i {
    color: var(--primary-color);
}

.faqs-header-center p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
}

.faqs-grid-mega {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.faq-card-mega {
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s;
}

.faq-card-mega:hover {
    border-color: rgba(229, 9, 20, 0.3);
}

.faq-card-mega .faq-question {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.faq-card-mega .faq-question i {
    color: var(--primary-color);
    font-size: 0.8rem;
    margin-top: 5px;
}

.faq-card-mega .faq-answer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.7;
    padding-left: 25px;
}

/* Final CTA Section */
.final-cta-section {
    padding: 100px 20px;
    background: #0a0a0a;
}

.final-cta-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 50px;
    background: linear-gradient(135deg, #e50914, #ff6b35);
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}

.cta-glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(80px);
}

.final-cta-content {
    position: relative;
    z-index: 10;
}

.final-cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.final-cta-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 35px;
}

.final-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* =========================================
   HOMEPAGE RESPONSIVE
   ========================================= */
@media (max-width: 1200px) {

    .movies-slider-ultra,
    .movies-grid-home {
        grid-template-columns: repeat(5, 1fr);
    }

    .seo-categories-mega {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {

    .movies-slider-ultra,
    .movies-grid-home {
        grid-template-columns: repeat(4, 1fr);
    }

    .genres-grid-home {
        grid-template-columns: repeat(3, 1fr);
    }

    .features-grid-mega {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-categories-mega {
        grid-template-columns: repeat(3, 1fr);
    }

    .faqs-grid-mega {
        grid-template-columns: 1fr;
    }

    .how-to-mega {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-hero-ultra {
        min-height: auto;
        padding: 80px 15px 50px;
    }

    .hero-mega-title {
        font-size: 2rem;
    }

    .hero-mega-description {
        font-size: 1rem;
    }

    .hero-stats-mega {
        padding: 20px;
        gap: 20px;
    }

    .hero-stats-mega .stat-divider {
        display: none;
    }

    .movies-slider-ultra,
    .movies-grid-home {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .genres-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid-mega {
        grid-template-columns: 1fr;
    }

    .seo-box-mega {
        padding: 35px 25px;
    }

    .seo-categories-mega {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-features-mega {
        grid-template-columns: 1fr;
    }

    .section-header-ultra {
        flex-direction: column;
        text-align: center;
    }

    .header-left {
        flex-direction: column;
    }

    .final-cta-container {
        padding: 50px 25px;
    }

    .final-cta-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {

    .movies-slider-ultra,
    .movies-grid-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .genres-grid-home {
        grid-template-columns: 1fr;
    }

    .hero-cta-group {
        flex-direction: column;
    }

    .cta-btn-mega {
        width: 100%;
        justify-content: center;
    }

    .trust-badges-row {
        display: none;
    }

    .seo-categories-mega {
        grid-template-columns: 1fr;
    }

    .home-hero-ultra .glow-1,
    .home-hero-ultra .glow-2,
    .home-hero-ultra .glow-3 {
        width: 200px;
        height: 200px;
    }
}

/* =========================================
   ULTRA PREMIUM GENRES, TRENDING & NEW RELEASES PAGES
   Enhanced SEO Pages - Version 3.0
   ========================================= */

/* ===== GENRES PAGE ULTRA PREMIUM ===== */
.genres-hero-ultra {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    overflow: hidden;
    padding: 100px 20px 60px;
}

.genres-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.genres-hero-title .title-icon {
    background: linear-gradient(135deg, #9b59b6, #8B5CF6);
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(155, 89, 182, 0.4);
}

.genres-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* Quick Genre Filters */
.quick-genre-filters {
    background: rgba(26, 26, 46, 0.6);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    overflow-x: auto;
}

.filters-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-label {
    color: var(--text-muted);
    font-weight: 600;
    white-space: nowrap;
}

.filter-chips {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 5px 0;
}

.chip-filter {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.chip-filter:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

/* Genres Page Content */
.genres-page-content {
    background: var(--background-color);
    padding: 60px 0;
}

.genres-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Header Ultra */
.section-header-ultra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.header-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
}

.section-badge.purple {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.2), rgba(139, 92, 246, 0.2));
    color: #c084fc;
    border: 1px solid rgba(155, 89, 182, 0.3);
}

.section-badge.fire {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(255, 107, 53, 0.2));
    color: #ff6b6b;
    border: 1px solid rgba(229, 9, 20, 0.3);
}

.section-badge.orange {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(255, 165, 0, 0.2));
    color: #ffa040;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.section-badge.green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(34, 197, 94, 0.2));
    color: #4ade80;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.section-badge.teal {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(20, 184, 166, 0.2));
    color: #22d3ee;
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.header-left h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
}

.header-right .total-count,
.header-right .update-badge {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.update-badge.green {
    color: #10B981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

/* Genres Grid Ultra New */
.genres-grid-ultra-new {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.genre-card-ultra-new {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 25px;
    text-decoration: none;
    color: white;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.genre-card-ultra-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--genre-color, var(--primary-color));
    opacity: 0.8;
}

.genre-card-ultra-new:hover {
    transform: translateY(-8px);
    border-color: var(--genre-color, var(--primary-color));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(var(--genre-color), 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.genre-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.genre-icon-wrap {
    width: 55px;
    height: 55px;
    background: var(--genre-color, var(--primary-color));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.genre-info {
    flex: 1;
}

.genre-info h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.genre-desc {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.genre-count {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    border-radius: 12px;
}

.count-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--genre-color, var(--primary-color));
}

.count-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

.genre-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.genre-preview-grid img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.genre-card-ultra-new:hover .genre-preview-grid img {
    transform: scale(1.05);
}

.preview-placeholder {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-subtle);
}

.genre-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.genre-card-ultra-new:hover .genre-cta {
    background: var(--genre-color, var(--primary-color));
}

/* ===== TRENDING PAGE ULTRA PREMIUM ===== */
.trending-hero-ultra {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a0a 100%);
    overflow: hidden;
    padding: 100px 20px 60px;
}

.trending-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.fire-icon {
    background: linear-gradient(135deg, #e50914, #FF6B35);
    padding: 18px;
    border-radius: 20px;
    animation: fire-pulse 2s infinite;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.5);
}

@keyframes fire-pulse {

    0%,
    100% {
        box-shadow: 0 10px 40px rgba(229, 9, 20, 0.5);
    }

    50% {
        box-shadow: 0 10px 60px rgba(229, 9, 20, 0.8), 0 0 30px rgba(255, 107, 53, 0.4);
    }
}

.trending-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* Live Stats Bar Themes */
.live-stats-bar.fire-theme .pulse-dot {
    background: #e50914;
    box-shadow: 0 0 20px #e50914;
}

.live-stats-bar.green-theme .pulse-dot {
    background: #10B981;
    box-shadow: 0 0 20px #10B981;
}

.pulse-fire {
    background: linear-gradient(135deg, #e50914, #FF6B35) !important;
}

.pulse-green {
    background: linear-gradient(135deg, #10B981, #22C55E) !important;
}

.pulse-purple {
    background: linear-gradient(135deg, #9b59b6, #8B5CF6) !important;
}

/* Glow Orb Color Variants */
.glow-fire {
    background: radial-gradient(circle, rgba(229, 9, 20, 0.3) 0%, transparent 70%);
}

.glow-orange {
    background: radial-gradient(circle, rgba(255, 107, 53, 0.25) 0%, transparent 70%);
}

.glow-green {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
}

.glow-teal {
    background: radial-gradient(circle, rgba(6, 182, 212, 0.25) 0%, transparent 70%);
}

/* Time Filters */
.trending-time-filters,
.release-time-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.time-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 24px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.time-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.time-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.4);
}

/* Trending Page Content */
.trending-page-content,
.releases-page-content {
    background: var(--background-color);
    padding: 60px 0;
}

.trending-container,
.releases-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top 10 Section */
.top-10-section {
    margin-bottom: 80px;
}

.top-10-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.top-movie-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.top-movie-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(229, 9, 20, 0.2);
}

.rank-number {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #374151, #1f2937);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    z-index: 10;
    border: 3px solid var(--background-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.rank-number.gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
}

.top-movie-card .movie-poster {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.top-movie-card .movie-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.top-movie-card:hover .movie-poster img {
    transform: scale(1.1);
}

.top-movie-card .poster-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.top-movie-card:hover .poster-overlay {
    opacity: 1;
}

.top-movie-card .play-btn {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.top-movie-card:hover .play-btn {
    transform: scale(1);
}

.top-movie-card .rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-movie-card .rating-badge i {
    color: #FFD700;
}

.top-movie-card .movie-details {
    padding: 20px;
}

.top-movie-card .movie-details h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-movie-card .meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.top-movie-card .views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trending-badge {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(255, 107, 53, 0.2));
    color: #FF6B35;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    width: fit-content;
}

/* ===== NEW RELEASES PAGE ULTRA PREMIUM ===== */
.releases-hero-ultra {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #0a1a0a 50%, #0a0a0a 100%);
    overflow: hidden;
    padding: 100px 20px 60px;
}

.releases-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sparkle-icon {
    background: linear-gradient(135deg, #10B981, #22C55E);
    padding: 18px;
    border-radius: 20px;
    animation: sparkle-pulse 2s infinite;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.5);
}

@keyframes sparkle-pulse {

    0%,
    100% {
        box-shadow: 0 10px 40px rgba(16, 185, 129, 0.5);
    }

    50% {
        box-shadow: 0 10px 60px rgba(16, 185, 129, 0.8), 0 0 30px rgba(34, 197, 94, 0.4);
    }
}

.releases-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* Just Added Section */
.just-added-section {
    margin-bottom: 80px;
}

.just-added-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.new-release-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.new-release-card.featured {
    border: 2px solid rgba(16, 185, 129, 0.3);
}

.new-release-card:hover {
    transform: translateY(-10px);
    border-color: #10B981;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(16, 185, 129, 0.2);
}

.new-release-card .card-poster {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.new-release-card .card-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.new-release-card:hover .card-poster img {
    transform: scale(1.1);
}

.new-release-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.new-release-card:hover .card-overlay {
    opacity: 1;
}

.play-btn-large {
    width: 70px;
    height: 70px;
    background: #10B981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transform: scale(0);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.5);
}

.new-release-card:hover .play-btn-large {
    transform: scale(1);
}

.new-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #0a8f3a, #0d9e44);
    color: white;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(10, 143, 58, 0.4);
}

.new-badge.pulse {
    animation: new-pulse 2s infinite;
}

@keyframes new-pulse {

    0%,
    100% {
        box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
    }

    50% {
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.7), 0 0 10px rgba(34, 197, 94, 0.5);
    }
}

.time-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #10B981;
}

.new-release-card .rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

.new-release-card .rating-badge i {
    color: #FFD700;
}

.new-release-card .card-details {
    padding: 20px;
}

.new-release-card .card-details h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-release-card .meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.quality {
    background: rgba(255, 255, 255, 0.1);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}

.quality.hd {
    background: linear-gradient(135deg, #10B981, #22C55E);
    color: white;
}

/* ===== SHARED COMPONENTS ===== */

/* Features Grid Premium */
.genre-features-section,
.trending-features-section,
.releases-features-section {
    padding: 80px 0;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 26, 46, 0.3) 50%, transparent 100%);
    margin: 60px 0;
}

.features-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.features-badge-mega {
    display: inline-block;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(229, 9, 20, 0.2);
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.features-header-center h2 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.features-header-center p {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card-premium {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: all 0.4s ease;
}

.feature-card-premium:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.feature-icon-wrap {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #9b59b6);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.3);
}

.feature-icon-wrap.fire {
    background: linear-gradient(135deg, #e50914, #FF6B35);
}

.feature-icon-wrap.green {
    background: linear-gradient(135deg, #10B981, #22C55E);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.feature-card-premium h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.feature-card-premium p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* SEO Mega Section */
.seo-mega-section {
    padding: 60px 0;
}

.seo-box-mega {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 25px;
    padding: 50px;
}

.seo-box-mega h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.seo-box-mega h2 i {
    color: var(--primary-color);
}

.seo-box-mega h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 35px 0 20px;
    color: #ddd;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-box-mega h3 i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.seo-box-mega p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 15px;
}

.seo-categories-mega {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.seo-categories-mega a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 22px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.seo-categories-mega a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

.seo-features-mega {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
    margin: 25px 0;
}

.seo-features-mega .seo-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.seo-features-mega .seo-feature i {
    color: #10B981;
    font-size: 1.1rem;
    margin-top: 3px;
}

.seo-features-mega .seo-feature span {
    color: var(--text-muted);
    line-height: 1.6;
}

/* How To Steps */
.how-to-mega {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}

.step-mega {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.step-num {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    flex-shrink: 0;
}

.step-mega h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-mega p {
    color: var(--text-muted);
    margin: 0;
    font-size: 1rem;
}

/* FAQs Mega Section */
.faqs-mega-section {
    padding: 60px 0;
}

.faqs-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.faqs-header-center h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.faqs-header-center p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.faqs-grid-mega {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.faq-card-mega {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-card-mega:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.faq-card-mega .faq-question {
    padding: 22px 25px;
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.02);
}

.faq-card-mega .faq-question i {
    color: var(--primary-color);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.faq-card-mega .faq-answer {
    padding: 0 25px 22px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* CTA Sections */
.genre-cta-section,
.trending-cta-section,
.releases-cta-section {
    padding: 60px 0;
}

.cta-box-premium {
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 70px 50px;
    text-align: center;
    overflow: hidden;
}

.cta-box-premium.fire-gradient {
    background: linear-gradient(135deg, #1a0a0a 0%, #0a0a0a 50%, #1a0a0a 100%);
    border-color: rgba(229, 9, 20, 0.2);
}

.cta-box-premium.green-gradient {
    background: linear-gradient(135deg, #0a1a0a 0%, #0a0a0a 50%, #0a1a0a 100%);
    border-color: rgba(16, 185, 129, 0.2);
}

.cta-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.cta-content p {
    color: var(--text-muted);
    font-size: 1.2rem;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn-mega {
    padding: 18px 40px;
    border-radius: 60px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.cta-btn-mega.primary {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.4);
}

.cta-btn-mega.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(229, 9, 20, 0.5);
}

.cta-btn-mega.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-btn-mega.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.cta-btn-mega.secondary-white {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn-mega.secondary-white:hover {
    background: white;
    color: var(--background-color);
    transform: translateY(-5px);
}

/* Card HD Badge */
.card-hd {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* More Trending Section */
.more-trending-section {
    margin-bottom: 60px;
}

/* This Week Section */
.this-week-section {
    margin-bottom: 60px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .genres-grid-ultra-new {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {

    .genres-hero-ultra,
    .trending-hero-ultra,
    .releases-hero-ultra {
        min-height: 45vh;
        padding: 80px 15px 50px;
    }

    .genres-hero-title,
    .trending-hero-title,
    .releases-hero-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 15px;
    }

    .genres-hero-subtitle,
    .trending-hero-subtitle,
    .releases-hero-subtitle {
        font-size: 1rem;
    }

    .live-stats-bar {
        flex-wrap: wrap;
        gap: 15px;
    }

    .stat-item {
        min-width: 70px;
    }

    .genres-grid-ultra-new {
        grid-template-columns: 1fr;
    }

    .genre-preview-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .top-10-grid,
    .just-added-slider {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
    }

    .features-grid-premium {
        grid-template-columns: 1fr;
    }

    .faqs-grid-mega {
        grid-template-columns: 1fr;
    }

    .seo-box-mega {
        padding: 30px 20px;
    }

    .seo-box-mega h2 {
        font-size: 1.4rem;
    }

    .cta-box-premium {
        padding: 50px 25px;
    }

    .cta-content h2 {
        font-size: 1.8rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .cta-btn-mega {
        width: 100%;
        justify-content: center;
    }

    .filter-chips {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .quick-genre-filters .filters-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .genre-card-ultra-new {
        padding: 20px;
    }

    .genre-header {
        flex-wrap: wrap;
    }

    .genre-count {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .count-num {
        font-size: 1.2rem;
    }

    .genre-preview-grid {
        display: none;
    }

    .section-header-ultra {
        flex-direction: column;
        align-items: flex-start;
    }

    .rank-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .time-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }

    .trending-time-filters,
    .release-time-filters {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 10px;
    }
}

/* =========================================
   SINGLE MOVIE PAGE - ULTRA PREMIUM V2
   Enhanced SEO & Cinematic Design
   ========================================= */

/* Ultra Premium Hero */
.single-movie-hero-ultra {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: hidden;
    padding: 100px 20px 60px;
    box-sizing: border-box;
    max-width: 100%;
}

.hero-backdrop-blur {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    filter: blur(4px) brightness(0.6) saturate(1.3);
    transform: scale(1.1);
    z-index: 0;
}

.hero-gradient-cinematic {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.15) 0%, rgba(5, 5, 5, 0.45) 55%, #050505 100%);
    z-index: 1;
}

.movie-hero-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.movie-hero-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 30px;
}

/* Movie Poster Ultra */
.movie-poster-ultra {
    position: sticky;
    top: 100px;
}

.poster-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(229, 9, 20, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.poster-frame img {
    width: 100%;
    display: block;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.poster-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.poster-frame .poster-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.poster-frame:hover .poster-overlay {
    opacity: 1;
}

.play-btn-huge {
    width: 90px;
    height: 90px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.6);
    transition: transform 0.3s ease;
}

.play-btn-huge:hover {
    transform: scale(1.1);
}

.poster-rating {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.85);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.poster-rating i {
    color: #FFD700;
}

.poster-quality {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* Movie Info Ultra */
.movie-info-ultra {
    z-index: 1;
}

.movie-title-mega {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.year-badge {
    color: var(--text-muted);
    font-weight: 400;
}

.movie-quick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.meta-pill {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}

.meta-pill:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.meta-pill.rating {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.08));
    border-color: rgba(255, 215, 0, 0.35);
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.15), inset 0 1px 0 rgba(255, 215, 0, 0.15);
}

.meta-pill.rating:hover {
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.25), inset 0 1px 0 rgba(255, 215, 0, 0.2);
}

.meta-pill.rating i {
    color: #FFD700;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}

.meta-pill i {
    filter: drop-shadow(0 0 4px currentColor);
}

.movie-genre-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.genre-tag-pill {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(255, 100, 100, 0.06));
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
    border: 1px solid rgba(229, 9, 20, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ff7b7b;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.genre-tag-pill:hover {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.25), rgba(255, 100, 100, 0.12));
    border-color: rgba(229, 9, 20, 0.55);
    color: #ff9e9e;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.2), 0 0 15px rgba(229, 9, 20, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.movie-short-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 700px;
}

/* Movie Live Stats */
.movie-live-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.movie-live-stats .live-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.movie-live-stats .live-dot {
    width: 10px;
    height: 10px;
    background: #e50914;
    border-radius: 50%;
}

.movie-live-stats .live-dot.pulse {
    animation: live-pulse 2s infinite;
}

@keyframes live-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(229, 9, 20, 0);
    }
}

.movie-live-stats .stat-value {
    font-weight: 800;
    font-size: 1.1rem;
}

.movie-live-stats .stat-label {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Action Buttons */
.movie-action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.btn-watch-mega {
    background: var(--primary-color);
    padding: 18px 40px;
    border-radius: 60px;
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 35px rgba(229, 9, 20, 0.5);
    transition: all 0.3s ease;
}

.btn-watch-mega:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(229, 9, 20, 0.6);
}

.btn-action-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-action-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

/* Cast & Director Preview */
.cast-preview,
.director-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.cast-label,
.director-label {
    font-weight: 600;
    color: var(--text-color);
}

/* Single Movie Content */
.single-movie-content {
    background: var(--background-color);
    padding: 60px 0;
    overflow-x: hidden;
}

.movie-content-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Movie Breadcrumbs */
.movie-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.movie-breadcrumbs a {
    color: var(--text-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.movie-breadcrumbs a:hover {
    color: var(--primary-color);
}

.movie-breadcrumbs .separator {
    color: var(--text-subtle);
    font-size: 0.8rem;
}

.movie-breadcrumbs .current {
    color: white;
    font-weight: 600;
}

/* Section Title Movie */
.section-title-movie {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-movie i {
    color: var(--primary-color);
}

.section-header-movie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

/* Video Section Ultra */
.video-section-ultra {
    margin-bottom: 60px;
}

.video-player-ultra {
    background: #0a0a0a;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.player-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.now-playing {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.player-badges {
    display: flex;
    gap: 10px;
}

.player-badges .badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
}

.player-badges .badge.hd {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}

.video-frame-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-frame-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.player-bottom-bar {
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.player-tips {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.player-tips span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quality-options {
    display: flex;
    gap: 10px;
}

.quality-btn {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quality-btn.active,
.quality-btn:hover {
    background: var(--primary-color);
}

/* Server Options */
.server-options {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.server-label {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.server-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.server-btn.active,
.server-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Video Coming Soon */
.video-coming-soon {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
}

.coming-soon-icon {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.coming-soon-icon i {
    animation: pulse 2s infinite;
}

.video-coming-soon h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.video-coming-soon p {
    color: var(--text-muted);
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.notify-me-btn {
    background: var(--primary-color);
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Two Column Layout */
.movie-two-columns {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    margin-bottom: 60px;
}

.movie-main-column {
    min-width: 0;
    overflow: hidden;
}

.movie-sidebar-column {
    min-width: 0;
    overflow: hidden;
}

/* Synopsis Section */
.synopsis-section-ultra {
    margin-bottom: 50px;
}

.synopsis-content-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 35px;
    line-height: 1.8;
    color: var(--text-muted);
}

.synopsis-content-box p {
    margin-bottom: 15px;
}

/* Cast Section Ultra */
.cast-section-ultra {
    margin-bottom: 50px;
}

.cast-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.cast-card-ultra {
    flex-shrink: 0;
    text-align: center;
    width: 110px;
}

.cast-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.cast-card-ultra:hover .cast-avatar {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.cast-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cast-name {
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Reviews Section Ultra */
.reviews-section-ultra {
    margin-bottom: 50px;
}

.reviews-summary-ultra {
    display: flex;
    gap: 40px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.rating-big {
    text-align: center;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.rating-number {
    font-size: 4rem;
    font-weight: 900;
    display: block;
    line-height: 1;
}

.rating-stars {
    margin: 10px 0;
}

.rating-stars i {
    color: #444;
    font-size: 1.2rem;
}

.rating-stars i.filled {
    color: #FFD700;
}

.rating-count {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.rating-bars {
    flex: 1;
}

.bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.bar-row span:first-child {
    width: 50px;
    text-align: right;
    font-size: 0.9rem;
}

.bar-row .bar {
    flex: 1;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.bar-row .fill {
    height: 100%;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 5px;
}

.bar-row span:last-child {
    width: 40px;
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Review Cards */
.reviews-list-ultra {}

.review-card-ultra {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.review-card-ultra:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.review-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.reviewer-avatar {
    font-size: 2.5rem;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.verified {
    color: #3B82F6;
}

.reviewer-rating {
    margin-top: 5px;
}

.reviewer-rating i {
    font-size: 0.85rem;
    color: #444;
}

.reviewer-rating i.filled {
    color: #FFD700;
}

.review-date {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.review-text {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 15px;
}

.review-actions {
    display: flex;
    gap: 15px;
}

.review-actions button {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.review-actions button:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.load-more-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Sidebar Boxes */
.details-box-ultra,
.quick-links-box,
.genre-links-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}

.details-box-ultra h3,
.quick-links-box h3,
.genre-links-box h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.details-list {}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item .label {
    color: var(--text-muted);
}

.detail-item .value {
    font-weight: 600;
    text-align: right;
    max-width: 60%;
}

.detail-item .value.rating i {
    color: #FFD700;
}

.detail-item .value.quality {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
}

/* Quick Links */
.quick-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.quick-link:hover {
    background: var(--primary-color);
    transform: translateX(5px);
}

.quick-link i {
    width: 20px;
    text-align: center;
}

/* Genre Links */
.genre-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.genre-link {
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.genre-link:hover {
    background: var(--primary-color);
}

/* FAQs Section Ultra */
.faqs-section-ultra {
    margin-bottom: 60px;
}

.faqs-grid-ultra {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: 20px;
}

.faq-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.faq-q {
    padding: 20px 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.faq-q i {
    color: var(--primary-color);
    font-size: 0.9rem;
}

.faq-a {
    padding: 0 25px 20px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* SEO Content Ultra */
.seo-content-ultra {
    margin-bottom: 60px;
}

.seo-content-box-ultra {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px;
}

.seo-content-box-ultra p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.seo-content-box-ultra h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 30px 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-content-box-ultra h3 i {
    color: var(--primary-color);
}

.seo-features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.seo-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.seo-feature i {
    color: #10B981;
}

/* Related Section Ultra */
.related-section-ultra {
    margin-bottom: 60px;
}

.related-movies-ultra {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.related-card-ultra {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.related-card-ultra:hover {
    transform: translateY(-8px);
}

.related-poster {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 12px;
}

.related-poster img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.related-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.related-card-ultra:hover .related-overlay {
    opacity: 1;
}

.related-overlay i {
    font-size: 2rem;
    color: white;
}

.related-rating {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
}

.related-rating i {
    color: #FFD700;
    font-size: 0.8rem;
}

.related-hd {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 800;
}

.related-info h4 {
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.related-year {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.browse-more-cta {
    text-align: center;
}

.browse-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 35px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.browse-more-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Final CTA Ultra */
.final-cta-ultra {
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a0a 100%);
    border: 1px solid rgba(229, 9, 20, 0.2);
    border-radius: 30px;
    padding: 70px 50px;
    text-align: center;
    overflow: hidden;
}

.final-cta-ultra .cta-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.final-cta-ultra .cta-content {
    position: relative;
    z-index: 1;
}

.final-cta-ultra h2 {
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.final-cta-ultra p {
    color: var(--text-muted);
    font-size: 1.15rem;
    margin-bottom: 35px;
}

.final-cta-ultra .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.final-cta-ultra .cta-btn {
    padding: 18px 40px;
    border-radius: 60px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.final-cta-ultra .cta-btn.primary {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.4);
}

.final-cta-ultra .cta-btn.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(229, 9, 20, 0.5);
}

.final-cta-ultra .cta-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.final-cta-ultra .cta-btn.secondary:hover {
    background: white;
    color: var(--background-color);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .movie-two-columns {
        grid-template-columns: 1fr;
    }

    .movie-sidebar-column {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .movie-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 25px;
    }

    .movie-poster-ultra {
        position: static;
        max-width: 220px;
        margin: 0 auto;
    }

    .movie-quick-meta,
    .movie-genre-tags,
    .movie-action-buttons {
        justify-content: center;
    }

    .movie-short-desc {
        margin-left: auto;
        margin-right: auto;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .movie-live-stats {
        justify-content: center;
    }

    .cast-preview,
    .director-preview {
        justify-content: center;
    }

    .movie-breadcrumbs {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .single-movie-hero-ultra {
        min-height: auto;
        padding: 75px 15px 40px;
    }

    .movie-hero-grid {
        gap: 20px;
    }

    .movie-poster-ultra {
        max-width: 200px;
    }

    .poster-frame {
        border-radius: 14px;
        border-width: 2px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(229, 9, 20, 0.1);
    }

    .play-btn-huge {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .movie-title-mega {
        font-size: 1.5rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .year-badge {
        font-size: 0.85em;
    }

    .movie-quick-meta {
        gap: 8px;
        margin-bottom: 15px;
    }

    .meta-pill {
        padding: 5px 12px;
        font-size: 0.8rem;
        gap: 5px;
    }

    .movie-genre-tags {
        gap: 6px;
        margin-bottom: 12px;
    }

    .genre-tag-pill {
        padding: 5px 12px;
        font-size: 0.8rem;
    }

    .movie-short-desc {
        font-size: 0.9rem;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .movie-live-stats {
        gap: 15px;
        margin-bottom: 15px;
    }

    .live-stat {
        font-size: 0.85rem;
    }

    .stat-value {
        font-size: 1.1rem;
    }

    .movie-action-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-watch-mega {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 1rem;
    }

    .btn-action-secondary {
        flex: 1;
        justify-content: center;
        padding: 10px 16px;
        font-size: 0.85rem;
    }

    .cast-preview,
    .director-preview {
        font-size: 0.85rem;
        margin-top: 10px;
    }

    /* Content Sections Mobile */
    .single-movie-content {
        padding: 20px 10px;
    }

    .section-title-movie {
        font-size: 1.2rem;
    }

    .synopsis-content-box {
        padding: 20px;
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .video-player-ultra {
        border-radius: 12px;
    }

    .player-top-bar {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .reviews-summary-ultra {
        flex-direction: column;
        padding: 20px;
    }

    .rating-big {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .rating-number {
        font-size: 2.5rem;
    }

    .review-card-ultra {
        padding: 15px;
    }

    .review-text {
        font-size: 0.9rem;
    }

    .details-box-ultra {
        padding: 20px;
    }

    .detail-item {
        padding: 10px 0;
    }

    .faqs-grid-ultra {
        grid-template-columns: 1fr;
    }

    .faq-card {
        padding: 0;
    }

    .faq-q {
        font-size: 0.9rem;
        padding: 12px 15px;
    }

    .seo-content-box-ultra {
        padding: 20px;
        font-size: 0.9rem;
    }

    .seo-content-box-ultra h3 {
        font-size: 1.1rem;
    }

    .related-movies-ultra {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 12px;
    }

    .related-info h4 {
        font-size: 0.85rem;
    }

    .share-buttons-movie {
        flex-wrap: wrap;
        gap: 8px;
    }

    .share-btn-movie {
        flex: 1 1 calc(33% - 8px);
        justify-content: center;
        font-size: 0.85rem;
        padding: 10px;
    }

    .share-btn-movie span {
        display: none;
    }

    .final-cta-ultra {
        padding: 40px 20px;
    }

    .final-cta-ultra h2 {
        font-size: 1.4rem;
    }

    .final-cta-ultra .cta-buttons {
        flex-direction: column;
    }

    .final-cta-ultra .cta-btn {
        width: 100%;
        justify-content: center;
    }

    .server-options {
        flex-wrap: wrap;
    }

    .server-btn {
        font-size: 0.8rem;
        padding: 8px 14px;
    }

    .quality-options {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .single-movie-hero-ultra {
        padding: 70px 12px 30px;
    }

    .movie-hero-grid {
        gap: 15px;
    }

    .movie-poster-ultra {
        max-width: 170px;
    }

    .poster-frame {
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(229, 9, 20, 0.08);
    }

    .poster-rating {
        top: 6px;
        left: 6px;
        padding: 3px 7px;
        font-size: 0.65rem;
        border-radius: 5px;
    }

    .poster-quality {
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        font-size: 0.7rem;
    }

    .play-btn-huge {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .movie-title-mega {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .movie-quick-meta {
        gap: 6px;
        margin-bottom: 12px;
    }

    .meta-pill {
        padding: 4px 10px;
        font-size: 0.75rem;
    }

    .movie-breadcrumbs {
        font-size: 0.78rem;
    }

    .movie-breadcrumbs .current {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
    }

    .section-title-movie {
        font-size: 1.1rem;
    }

    .single-movie-content {
        padding: 15px 8px;
    }

    .section-header-movie h2 {
        font-size: 1rem;
    }

    .player-tips {
        flex-direction: column;
        gap: 10px;
    }

    .movie-action-buttons {
        flex-direction: column;
    }

    .btn-action-secondary {
        width: 100%;
    }

    .seo-features-list {
        grid-template-columns: 1fr;
    }

    .seo-feature {
        font-size: 0.85rem;
        padding: 10px;
    }

    .cast-slider {
        gap: 12px;
    }

    .cast-card-ultra {
        width: 80px;
    }

    .cast-avatar {
        width: 60px;
        height: 60px;
    }

    .cast-name {
        font-size: 0.75rem;
    }

    .related-movies-ultra {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .related-info h4 {
        font-size: 0.78rem;
    }

    .related-year {
        font-size: 0.7rem;
    }

    .browse-more-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .share-btn-movie {
        flex: 1 1 calc(33% - 6px);
        min-width: 0;
        padding: 10px 6px;
    }

    .share-btn-movie span {
        display: none;
    }

    .quick-links-box,
    .genre-links-box {
        padding: 18px;
    }

    .load-more-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* =========================================
   ULTRA PREMIUM HEADER & FOOTER
   Glassmorphism Design V2
   ========================================= */

/* ===== HEADER ULTRA ===== */
.header-ultra {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(5, 5, 5, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.header-ultra.scrolled {
    background: rgba(5, 5, 5, 0.98);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.header-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 100%;
    background: radial-gradient(ellipse at center top, rgba(229, 9, 20, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}

/* Logo Ultra */
.logo-ultra {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
}

.logo-ultra .logo-icon {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.4);
}

.logo-ultra .logo-text {
    display: flex;
    flex-direction: column;
}

.logo-ultra .logo-main {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.logo-ultra .logo-main .highlight {
    color: var(--primary-color);
}

.logo-ultra .logo-sub {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Navigation Ultra */
.nav-ultra {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link i {
    font-size: 1rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.08);
}

.nav-link:hover i {
    opacity: 1;
}

.nav-link.active {
    color: white;
    background: var(--primary-color);
}

.nav-link.active i {
    opacity: 1;
}

/* Hot & New Badges */
.hot-badge,
.new-badge-nav {
    font-size: 0.6rem;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.hot-badge {
    background: linear-gradient(135deg, #FF6B35, #FF4500);
    color: white;
    animation: pulse-badge 2s infinite;
}

.new-badge-nav {
    background: linear-gradient(135deg, #10B981, #22C55E);
    color: white;
}

@keyframes pulse-badge {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-toggle {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-toggle:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Live Badge Header */
.live-badge-header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
}

.live-badge-header .live-dot {
    width: 8px;
    height: 8px;
    background: #e50914;
    border-radius: 50%;
    animation: live-pulse 2s infinite;
}

.live-badge-header .live-count {
    font-weight: 700;
    color: white;
}

.live-badge-header .live-text {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(20px);
    z-index: 2000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
}

.search-form-ultra {}

.search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 60px;
    padding: 5px;
    transition: all 0.3s ease;
}

.search-input-wrap:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 30px rgba(229, 9, 20, 0.2);
}

.search-icon {
    padding-left: 25px;
    color: var(--text-muted);
    font-size: 1.2rem;
}

.search-input-ultra {
    flex: 1;
    background: none;
    border: none;
    padding: 18px 20px;
    font-size: 1.2rem;
    color: white;
    outline: none;
}

.search-input-ultra::placeholder {
    color: var(--text-muted);
}

.search-close {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.search-close:hover {
    transform: scale(1.1);
}

.search-suggestions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.suggestion-label {
    color: var(--text-muted);
}

.suggestion-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 18px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.suggestion-tag:hover {
    background: var(--primary-color);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu */
.mobile-menu-ultra {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #0a0a0a;
    z-index: 1600;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-ultra.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
}

.mobile-logo .logo-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.mobile-menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-nav-link i {
    width: 20px;
    text-align: center;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.mobile-nav-link.active {
    background: var(--primary-color);
}

.mobile-menu-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-live-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(229, 9, 20, 0.15);
    padding: 12px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.mobile-live-badge .live-dot {
    width: 10px;
    height: 10px;
    background: #e50914;
    border-radius: 50%;
    animation: live-pulse 2s infinite;
}

.mobile-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.mobile-social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-social a:hover {
    background: var(--primary-color);
}

/* ===== FOOTER ULTRA ===== */
.footer-ultra {
    position: relative;
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(229, 9, 20, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.footer-wave {
    position: relative;
    margin-bottom: -1px;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

.footer-main {
    padding: 80px 0 60px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 50px;
}

/* Footer Brand */
.footer-brand {}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
}

.footer-logo .logo-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.footer-logo .logo-text {
    display: flex;
    flex-direction: column;
}

.footer-logo .logo-main {
    font-size: 1.5rem;
    font-weight: 900;
}

.footer-logo .highlight {
    color: var(--primary-color);
}

.footer-logo .logo-tagline {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.footer-desc {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Footer Stats */
.footer-stats {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.footer-stat {
    text-align: center;
}

.footer-stat .stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary-color);
}

.footer-stat .stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link.facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.social-link.twitter:hover {
    background: #000000;
    border-color: #333333;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #e6683c;
}

.social-link.youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
}

.social-link.pinterest:hover {
    background: #E60023;
    border-color: #E60023;
}

.social-link.reddit:hover {
    background: #FF4500;
    border-color: #FF4500;
}

/* ========================================
   About Page â€” Social Media Section
   ======================================== */
.about-social-section {
    text-align: center;
}

.about-social-section h2 {
    margin-bottom: 10px;
}

.about-social-section>p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.about-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.about-social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-decoration: none;
    color: white;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.about-social-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-social-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
}

.about-social-card:hover::before {
    opacity: 1;
}

.about-social-card .social-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.4s ease;
}

.about-social-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.about-social-card p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Facebook */
.about-social-card.facebook .social-icon-wrap {
    background: rgba(24, 119, 242, 0.15);
    color: #1877F2;
}

.about-social-card.facebook:hover {
    background: rgba(24, 119, 242, 0.1);
    box-shadow: 0 8px 30px rgba(24, 119, 242, 0.2);
}

.about-social-card.facebook::before {
    background: linear-gradient(90deg, transparent, #1877F2, transparent);
}

/* Instagram */
.about-social-card.instagram .social-icon-wrap {
    background: linear-gradient(45deg, rgba(240, 148, 51, 0.15), rgba(220, 39, 67, 0.15), rgba(188, 24, 136, 0.15));
    color: #e6683c;
}

.about-social-card.instagram:hover {
    background: rgba(220, 39, 67, 0.08);
    box-shadow: 0 8px 30px rgba(220, 39, 67, 0.2);
}

.about-social-card.instagram::before {
    background: linear-gradient(90deg, transparent, #f09433, #dc2743, #bc1888, transparent);
}

/* X (Twitter) */
.about-social-card.twitter .social-icon-wrap {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.about-social-card.twitter:hover {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.1);
}

.about-social-card.twitter::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

/* YouTube */
.about-social-card.youtube .social-icon-wrap {
    background: rgba(255, 0, 0, 0.15);
    color: #FF0000;
}

.about-social-card.youtube:hover {
    background: rgba(255, 0, 0, 0.08);
    box-shadow: 0 8px 30px rgba(255, 0, 0, 0.2);
}

.about-social-card.youtube::before {
    background: linear-gradient(90deg, transparent, #FF0000, transparent);
}

/* Pinterest */
.about-social-card.pinterest .social-icon-wrap {
    background: rgba(230, 0, 35, 0.15);
    color: #E60023;
}

.about-social-card.pinterest:hover {
    background: rgba(230, 0, 35, 0.08);
    box-shadow: 0 8px 30px rgba(230, 0, 35, 0.2);
}

.about-social-card.pinterest::before {
    background: linear-gradient(90deg, transparent, #E60023, transparent);
}

/* Reddit */
.about-social-card.reddit .social-icon-wrap {
    background: rgba(255, 69, 0, 0.15);
    color: #FF4500;
}

.about-social-card.reddit:hover {
    background: rgba(255, 69, 0, 0.08);
    box-shadow: 0 8px 30px rgba(255, 69, 0, 0.2);
}

.about-social-card.reddit::before {
    background: linear-gradient(90deg, transparent, #FF4500, transparent);
}

/* Responsive Social Grid */
@media (max-width: 768px) {
    .about-social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .about-social-card {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .about-social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-social-card .social-icon-wrap {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .about-social-card h3 {
        font-size: 0.95rem;
    }
}

/* Footer Columns */
.footer-col {}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.footer-heading i {
    color: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.footer-links a i {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.footer-links a:hover i {
    transform: translateX(3px);
}

.link-badge {
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
    margin-left: 5px;
}

.link-badge.hot {
    background: linear-gradient(135deg, #FF6B35, #FF4500);
    color: white;
}

.link-badge.new {
    background: linear-gradient(135deg, #10B981, #22C55E);
    color: white;
}

/* Newsletter */
.footer-newsletter {}

.newsletter-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form-ultra {}

.newsletter-input-wrap {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.newsletter-input-wrap:focus-within {
    border-color: var(--primary-color);
}

.newsletter-input {
    flex: 1;
    background: none;
    border: none;
    padding: 15px 20px;
    color: white;
    font-size: 0.95rem;
    outline: none;
}

.newsletter-input::placeholder {
    color: var(--text-subtle);
}

.newsletter-btn {
    background: var(--primary-color);
    border: none;
    padding: 15px 20px;
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #ff1a25;
}

/* App Badges */
.app-badges {
    margin-top: 25px;
}

.app-label {
    display: block;
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.badge-row {
    display: flex;
    gap: 10px;
}

.app-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.app-badge:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Footer Bottom */
.footer-bottom-ultra {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

.footer-disclaimer {
    font-size: 0.8rem !important;
    color: var(--text-subtle) !important;
    margin-top: 5px !important;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-bottom-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: white;
}

.footer-bottom-links .separator {
    color: var(--text-subtle);
}

.footer-badges {
    display: flex;
    gap: 12px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.trust-badge i {
    color: #10B981;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(229, 9, 20, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(229, 9, 20, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-stats {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }

    .live-badge-header {
        display: none;
    }
}

@media (max-width: 1024px) {
    .nav-ultra {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }
}

@media (max-width: 768px) {
    .header-container {
        height: 65px;
    }

    .logo-ultra .logo-sub {
        display: none;
    }

    .logo-ultra .logo-main {
        font-size: 1.2rem;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-newsletter {
        grid-column: 1 / -1;
    }

    .footer-main {
        padding: 60px 0 40px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-badges {
        flex-wrap: wrap;
        justify-content: center;
    }

    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 15px;
    }

    .logo-ultra .logo-icon {
        width: 40px;
        height: 40px;
    }

    .search-toggle {
        width: 40px;
        height: 40px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-heading {
        justify-content: center;
    }

    .footer-links a {
        justify-content: center;
    }

    .footer-stats {
        flex-wrap: wrap;
    }

    .badge-row {
        flex-direction: column;
    }

    .app-badge {
        justify-content: center;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* =========================================
   HEADER FIXES - Logo Gap & Live Badge
   ========================================= */

/* Add gap between logo and navigation */
.header-container {
    gap: 40px;
}

.logo-ultra {
    margin-right: 20px;
}

.nav-ultra {
    margin-left: 20px;
}

/* Show live badge in header on all screens */
.live-badge-header {
    display: flex !important;
    align-items: center;
    gap: 8px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
}

.live-badge-header .live-dot {
    width: 8px;
    height: 8px;
    background: #e50914;
    border-radius: 50%;
    animation: live-pulse 2s infinite;
}

.live-badge-header .live-count {
    font-weight: 700;
    color: white;
}

.live-badge-header .live-text {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Responsive - hide live badge on smaller screens */
@media (max-width: 1300px) {
    .live-badge-header {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .logo-ultra {
        margin-right: 0;
    }
}

/* =========================================
   HEADER FINAL FIXES - v5.2
   ========================================= */

/* Navigation - Force Single Line */
.nav-ultra .nav-links {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    gap: 5px !important;
}

.nav-ultra .nav-link {
    white-space: nowrap !important;
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
}

.nav-ultra .nav-link span {
    white-space: nowrap !important;
}

/* Make badges smaller */
.hot-badge,
.new-badge-nav {
    font-size: 0.6rem !important;
    padding: 2px 5px !important;
    margin-left: 3px !important;
}

/* Header container - proper spacing */
.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    max-width: 1600px !important;
    width: 100% !important;
    padding: 0 20px !important;
}

/* LIVE Badge - FORCE SHOW */
.live-badge-header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.1)) !important;
    border: 1px solid rgba(229, 9, 20, 0.4) !important;
    padding: 8px 14px !important;
    border-radius: 50px;
    font-size: 0.85rem;
    animation: live-glow 2s infinite;
}

@keyframes live-glow {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(229, 9, 20, 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(229, 9, 20, 0.5);
    }
}

.live-badge-header .live-dot {
    width: 8px;
    height: 8px;
    background: #e50914;
    border-radius: 50%;
    animation: live-pulse 1.5s infinite;
}

@keyframes live-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.live-badge-header .live-count {
    font-weight: 700;
    color: #fff;
}

.live-badge-header .live-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

/* Header Actions */
.header-actions {
    display: flex !important;
    align-items: center;
    gap: 15px !important;
}

/* Hide mobile toggle on desktop */
@media (min-width: 1025px) {
    .mobile-toggle {
        display: none !important;
    }
}

/* Responsive navigation */
@media (max-width: 1400px) {
    .nav-ultra .nav-link {
        padding: 8px 8px !important;
        font-size: 0.8rem !important;
    }

    .hot-badge,
    .new-badge-nav {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .nav-ultra .nav-link i {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .nav-ultra {
        display: none !important;
    }

    .mobile-toggle {
        display: flex !important;
    }

    .live-badge-header {
        display: none !important;
    }
}

/* =========================================
   SINGLE MOVIE BREADCRUMBS FIX
   ========================================= */

.movie-breadcrumbs {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.movie-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.movie-breadcrumbs a:hover {
    color: #e50914;
}

.movie-breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
}

.movie-breadcrumbs .current {
    color: #fff;
    font-weight: 500;
}

/* Single Movie Hero - ensure breadcrumbs visible */
.single-movie-hero-ultra {
    position: relative;
    padding-top: 100px;
    /* Space for fixed header */
}

.movie-hero-wrapper {
    position: relative;
    z-index: 10;
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* =========================================
   HEADER LIVE BADGE - FORCE VISIBLE v5.3
   ========================================= */

/* Override any hiding */
.header-ultra .live-badge-header,
.header-container .live-badge-header,
.header-actions .live-badge-header {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 100 !important;
}

/* =========================================
   ULTRA PREMIUM SEARCH OVERLAY
   ========================================= */

.search-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.97), rgba(20, 0, 30, 0.98)) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 99999 !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.search-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.search-container {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    animation: searchSlideIn 0.4s ease-out;
}

@keyframes searchSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.search-form-ultra {
    width: 100%;
}

.search-input-wrap {
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    padding: 5px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(229, 9, 20, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.search-input-wrap:focus-within {
    border-color: rgba(229, 9, 20, 0.5);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(229, 9, 20, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
}

.search-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s;
}

.search-input-wrap:focus-within .search-icon {
    color: #e50914;
}

.search-input-ultra {
    width: 100%;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 20px 60px 20px 60px !important;
    font-size: 1.2rem !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif;
}

.search-input-ultra::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(229, 9, 20, 0.2);
    border: 1px solid rgba(229, 9, 20, 0.3);
    color: #e50914;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-close:hover {
    background: #e50914;
    color: #fff;
    transform: translateY(-50%) rotate(90deg);
}

.search-suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
    padding: 0 10px;
}

.suggestion-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin-right: 5px;
}

.suggestion-tag {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.suggestion-tag:hover {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.3), rgba(229, 9, 20, 0.1));
    border-color: rgba(229, 9, 20, 0.4);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.2);
}

/* Search shortcuts hint */
.search-suggestions::after {
    content: 'Press ESC to close';
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

/* Mobile search adjustments */
@media (max-width: 768px) {
    .search-overlay {
        padding-top: 10vh;
    }

    .search-input-ultra {
        font-size: 1rem !important;
        padding: 16px 50px !important;
    }

    .suggestion-tag {
        padding: 8px 15px;
        font-size: 0.85rem;
    }
}

/* =========================================
   SITEMAP, FAQ, REQUEST MOVIE PAGES - v5.4
   ========================================= */

/* Shared Hero Styles */
.page-hero-ultra {
    position: relative;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 20px 60px;
    background: linear-gradient(180deg, #0a0a0f 0%, #1a0a1f 100%);
    overflow: hidden;
}

.page-hero-ultra .hero-content-wrapper {
    position: relative;
    z-index: 10;
    max-width: 800px;
}

.page-hero-ultra .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 9, 20, 0.2);
    border: 1px solid rgba(229, 9, 20, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    color: #e50914;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.page-hero-ultra .hero-title-mega {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.page-hero-ultra .hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.hero-stats-bar {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stats-bar .stat-item {
    text-align: center;
}

.hero-stats-bar .stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e50914;
}

.hero-stats-bar .stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ========== SITEMAP PAGE ========== */
.sitemap-content-ultra {
    background: #0a0a0f;
    padding: 60px 20px;
}

.sitemap-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-section {
    margin-bottom: 50px;
}

.sitemap-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sitemap-section-header .section-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
}

.sitemap-section-header h2 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
}

.sitemap-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.sitemap-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.sitemap-link-card:hover {
    background: rgba(229, 9, 20, 0.1);
    border-color: rgba(229, 9, 20, 0.3);
    color: #fff;
    transform: translateY(-3px);
}

.sitemap-link-card i {
    color: #e50914;
    font-size: 1.1rem;
}

.sitemap-link-card.genre-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sitemap-link-card .count {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.sitemap-movies-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.sitemap-movie-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s;
}

.sitemap-movie-link:hover {
    background: rgba(229, 9, 20, 0.1);
    color: #fff;
}

.sitemap-movie-link i {
    color: #e50914;
}

.sitemap-movie-link .date {
    margin-left: auto;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ========== FAQ PAGE ========== */
.faq-content-ultra {
    background: #0a0a0f;
    padding: 60px 20px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.faq-cat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.faq-cat-btn:hover,
.faq-cat-btn.active {
    background: linear-gradient(135deg, #e50914, #b20710);
    border-color: #e50914;
    color: #fff;
}

.faq-accordion-ultra {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(229, 9, 20, 0.3);
}

.faq-item.active {
    background: rgba(229, 9, 20, 0.05);
    border-color: rgba(229, 9, 20, 0.3);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-question .faq-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.1));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e50914;
    flex-shrink: 0;
}

.faq-question h3 {
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: #e50914;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 25px 20px 80px;
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0;
}

.faq-answer a {
    color: #e50914;
}

.faq-contact-box {
    margin-top: 50px;
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.1), rgba(229, 9, 20, 0.05));
    border: 1px solid rgba(229, 9, 20, 0.2);
    border-radius: 20px;
}

.faq-contact-box .contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 auto 20px;
}

.faq-contact-box h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
}

.faq-contact-box p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.4);
}

/* ========== REQUEST MOVIE PAGE ========== */
.request-content-ultra {
    background: #0a0a0f;
    padding: 60px 20px;
}

.request-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

@media (max-width: 900px) {
    .request-container {
        grid-template-columns: 1fr;
    }
}

.request-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
}

.form-header {
    text-align: center;
    margin-bottom: 35px;
}

.form-header .form-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 auto 20px;
}

.form-header h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
}

.form-header p {
    color: rgba(255, 255, 255, 0.6);
}

.request-form-ultra .form-row {
    margin-bottom: 20px;
}

.request-form-ultra .form-row.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 600px) {
    .request-form-ultra .form-row.two-cols {
        grid-template-columns: 1fr;
    }
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.form-group label i {
    color: #e50914;
}

.form-group .required {
    color: #e50914;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e50914;
    background: rgba(229, 9, 20, 0.05);
}

.form-group select {
    cursor: pointer;
}

.form-group select option {
    background: #1a1a2e;
    color: #fff;
}

.submit-request-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-request-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(229, 9, 20, 0.4);
}

/* Success/Error Messages */
.request-success-message {
    text-align: center;
    padding: 40px;
}

.request-success-message .success-icon {
    font-size: 4rem;
    color: #27ae60;
    margin-bottom: 20px;
}

.request-success-message h3 {
    font-size: 1.8rem;
    color: #27ae60;
    margin-bottom: 15px;
}

.request-success-message p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.request-error-message {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.3);
    border-radius: 12px;
    color: #e74c3c;
    margin-bottom: 25px;
}

/* Request Info Sidebar */
.request-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}

.info-card .info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #e50914;
    margin: 0 auto 15px;
}

.info-card h4 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 8px;
}

.info-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.info-card.tips {
    text-align: left;
}

.info-card.tips h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.info-card.tips h4 i {
    color: #f1c40f;
}

.info-card.tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card.tips li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.info-card.tips li::before {
    content: '';
    position: absolute;
    left: 0;
    color: #e50914;
}

/* =========================================
   FAQ ACCORDION FIX - v5.5
   ========================================= */

/* Reset FAQ answer - HIDE by default */
.faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 25px 0 80px !important;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Show answer ONLY when active */
.faq-item.active .faq-answer {
    max-height: 300px !important;
    padding: 0 25px 25px 80px !important;
    opacity: 1;
}

/* Improved FAQ Item Card */
.faq-item {
    background: linear-gradient(145deg, rgba(30, 30, 45, 0.8), rgba(20, 20, 35, 0.9)) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 20px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.faq-item:hover {
    border-color: rgba(229, 9, 20, 0.25) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.faq-item.active {
    background: linear-gradient(145deg, rgba(229, 9, 20, 0.08), rgba(30, 30, 45, 0.95)) !important;
    border-color: rgba(229, 9, 20, 0.4) !important;
    box-shadow: 0 10px 40px rgba(229, 9, 20, 0.15);
}

/* Question Row */
.faq-question {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 28px !important;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Icon Box */
.faq-question .faq-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #e50914 0%, #b20710 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.3);
    transition: all 0.3s;
}

.faq-item.active .faq-icon {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

/* Question Text */
.faq-question h3 {
    flex: 1;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: 0;
    line-height: 1.4;
}

/* Toggle Icon */
.faq-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover .faq-toggle {
    background: rgba(229, 9, 20, 0.15);
    color: #e50914;
}

.faq-item.active .faq-toggle {
    background: #e50914 !important;
    color: #fff !important;
    transform: rotate(45deg);
    box-shadow: 0 5px 15px rgba(229, 9, 20, 0.4);
}

/* Answer Content */
.faq-answer p {
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.8 !important;
    font-size: 0.95rem;
    margin: 0;
}

.faq-answer strong {
    color: #e50914;
}

.faq-answer a {
    color: #e50914;
    text-decoration: underline;
}

/* Category Buttons */
.faq-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.faq-cat-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.faq-cat-btn i {
    font-size: 0.85rem;
}

.faq-cat-btn:hover {
    background: rgba(229, 9, 20, 0.1);
    border-color: rgba(229, 9, 20, 0.3);
    color: #fff;
    transform: translateY(-2px);
}

.faq-cat-btn.active {
    background: linear-gradient(135deg, #e50914, #b20710) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.4);
}

/* Accordion Container */
.faq-accordion-ultra {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .faq-question {
        padding: 18px 20px !important;
        gap: 14px;
    }

    .faq-question .faq-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1rem;
    }

    .faq-question h3 {
        font-size: 0.95rem !important;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px !important;
    }

    .faq-cat-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
}

/* =========================================
   HERO STATS ICONS FIX - v5.6
   ========================================= */

/* Stats Row Container */
.hero-stats-mega {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 60px;
    padding: 15px 35px;
    margin-top: 30px;
    backdrop-filter: blur(10px);
}

/* Individual Stat */
.stat-mega {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 8px 25px;
}

/* Stat Icon - FORCE VISIBLE */
.stat-mega .stat-icon {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    background: linear-gradient(135deg, #e50914 0%, #b20710 100%) !important;
    border-radius: 12px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.1rem !important;
    color: #fff !important;
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.35);
}

.stat-mega .stat-icon i {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
}

/* Stat Info */
.stat-mega .stat-info {
    display: flex;
    flex-direction: column;
}

.stat-mega .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.stat-mega .stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* Stat Divider */
.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

/* Responsive */
@media (max-width: 900px) {
    .hero-stats-mega {
        flex-wrap: wrap;
        border-radius: 25px;
        padding: 20px;
        gap: 10px;
    }

    .stat-mega {
        padding: 10px 15px;
    }

    .stat-divider {
        display: none;
    }

    .stat-mega .stat-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }
}

@media (max-width: 600px) {
    .hero-stats-mega {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .stat-mega {
        justify-content: center;
    }
}

/* =========================================
   PAGE BREADCRUMBS FIX - v5.7
   ========================================= */

/* Breadcrumbs for all pages */
.page-breadcrumbs {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 0.9rem;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
}

.page-breadcrumbs a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-breadcrumbs a:hover {
    color: #e50914;
}

.page-breadcrumbs a i {
    font-size: 0.85rem;
}

.page-breadcrumbs>span>i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    margin: 0 5px;
}

.page-breadcrumbs .current {
    color: #fff;
    font-weight: 500;
}

/* Genres Hero breadcrumbs */
.genres-hero-ultra .page-breadcrumbs,
.trending-hero-ultra .page-breadcrumbs,
.new-releases-hero-ultra .page-breadcrumbs,
.movies-hero-ultra .page-breadcrumbs,
.series-hero-ultra .page-breadcrumbs {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Hero content wrapper z-index fix */
.hero-content-wrapper {
    position: relative;
    z-index: 10;
}

/* =========================================
   SEARCH OVERLAY FIX - v5.8 COMPLETE OVERRIDE
   ========================================= */

/* Full screen overlay - SOLID BACKGROUND */
.search-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(5, 5, 15, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    z-index: 999999 !important;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-overlay.active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Dark overlay background */
.search-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 10, 20, 0.95) 0%, rgba(5, 5, 12, 0.99) 100%);
    z-index: -1;
}

/* Red glow effect */
.search-overlay::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Search container */
.search-overlay .search-container {
    width: 100%;
    max-width: 650px;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

/* Search input wrapper */
.search-overlay .search-input-wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 60px !important;
    padding: 5px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(229, 9, 20, 0.08);
    transition: all 0.3s ease;
}

.search-overlay .search-input-wrap:focus-within {
    border-color: rgba(229, 9, 20, 0.5) !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6), 0 0 60px rgba(229, 9, 20, 0.15);
}

/* Search input */
.search-overlay .search-input-ultra {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 20px 60px 20px 55px !important;
    font-size: 1.15rem !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif;
}

.search-overlay .search-input-ultra::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Search icon */
.search-overlay .search-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
    z-index: 5;
}

/* Close button */
.search-overlay .search-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(229, 9, 20, 0.15) !important;
    border: 1px solid rgba(229, 9, 20, 0.3) !important;
    color: #e50914 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    z-index: 5;
}

.search-overlay .search-close:hover {
    background: #e50914 !important;
    color: #fff !important;
    transform: translateY(-50%) rotate(90deg);
}

/* Suggestions */
.search-overlay .search-suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.search-overlay .suggestion-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.search-overlay .suggestion-tag {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.search-overlay .suggestion-tag:hover {
    background: rgba(229, 9, 20, 0.2);
    border-color: rgba(229, 9, 20, 0.4);
    color: #fff;
}

/* ESC hint */
.search-overlay .search-suggestions::after {
    content: 'Press ESC to close';
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.8rem;
}

/* =========================================
   MOBILE HEADER & NAV FIX - v5.9
   ========================================= */

/* Mobile Toggle Button - FORCE VISIBLE on mobile */
@media (max-width: 1024px) {
    .mobile-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .mobile-toggle:hover {
        background: rgba(229, 9, 20, 0.2);
        border-color: rgba(229, 9, 20, 0.4);
    }

    .mobile-toggle span {
        display: block !important;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Hide desktop nav on mobile */
    .nav-ultra {
        display: none !important;
    }

    /* Header container mobile */
    .header-container {
        padding: 0 15px !important;
    }

    /* Hide live badge on mobile */
    .live-badge-header {
        display: none !important;
    }
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(5, 5, 15, 0.98);
    backdrop-filter: blur(20px);
    z-index: 99998;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Mobile Menu Content */
.mobile-menu-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #0a0a15 100%);
    z-index: 99999;
    padding: 80px 25px 30px;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-content.active {
    right: 0;
}

/* Mobile Menu Close */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e50914;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
}

.mobile-menu-close:hover {
    background: #e50914;
    color: #fff;
}

/* Mobile Nav Links */
.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.15), rgba(229, 9, 20, 0.05));
    border-color: rgba(229, 9, 20, 0.3);
    color: #fff;
}

.mobile-nav-link.active {
    background: linear-gradient(135deg, #e50914, #b20710);
    border-color: transparent;
}

.mobile-nav-link i {
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
}

.mobile-nav-link .badge {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-nav-link .badge.hot {
    background: #e50914;
    color: #fff;
}

.mobile-nav-link .badge.new {
    background: #27ae60;
    color: #fff;
}

/* Mobile Menu Stats */
.mobile-menu-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
}

.mobile-stat-card .stat-value {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #e50914;
}

.mobile-stat-card .stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

/* Mobile Breadcrumbs */
@media (max-width: 768px) {

    .page-breadcrumbs,
    .movie-breadcrumbs {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 0.8rem;
        gap: 8px;
        padding: 10px 0;
    }

    .page-breadcrumbs a,
    .movie-breadcrumbs a {
        font-size: 0.8rem;
    }
}

/* =========================================
   MOBILE MENU SLIDE-IN - v5.9.1
   ========================================= */

/* Mobile Menu Container */
.mobile-menu-ultra {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #0d0d18 100%);
    z-index: 999999;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
}

.mobile-menu-ultra.active {
    right: 0 !important;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.mobile-logo .logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e50914, #b20710);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mobile-close {
    width: 40px;
    height: 40px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e50914;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.mobile-close:hover {
    background: #e50914;
    color: #fff;
}

/* Mobile Nav */
.mobile-nav {
    padding: 20px 15px;
}

.mobile-nav-link {
    display: flex !important;
    align-items: center;
    gap: 15px;
    padding: 15px 18px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background: rgba(229, 9, 20, 0.1);
    border-color: rgba(229, 9, 20, 0.3);
    color: #fff;
}

.mobile-nav-link.active {
    background: linear-gradient(135deg, #e50914, #b20710) !important;
    border-color: transparent;
    color: #fff;
}

.mobile-nav-link i {
    width: 22px;
    text-align: center;
    font-size: 1rem;
    color: #e50914;
}

.mobile-nav-link.active i {
    color: #fff;
}

.mobile-nav-badge {
    margin-left: auto;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-nav-badge.hot {
    background: #e50914;
    color: #fff;
}

.mobile-nav-badge.new {
    background: #27ae60;
    color: #fff;
}

/* Mobile Menu Footer */
.mobile-menu-footer {
    padding: 20px 15px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mobile-stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 15px 12px;
    text-align: center;
}

.mobile-stat .value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e50914;
}

.mobile-stat .label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

/* Mobile Toggle Button Visible */
@media (max-width: 1024px) {
    .mobile-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .mobile-toggle .hamburger-line {
        display: block !important;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
}

/* =========================================
   MOBILE FIX v6.0 - Hamburger + Gap
   ========================================= */

/* HAMBURGER ICON - FORCE SHOW on Mobile */
@media (max-width: 1024px) {

    /* Header Actions - ensure hamburger visible */
    .header-actions {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }

    /* Mobile Toggle Button */
    .mobile-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 12px !important;
        cursor: pointer;
        padding: 10px !important;
        position: relative !important;
        z-index: 1000 !important;
    }

    /* Hamburger Lines */
    .mobile-toggle .hamburger-line,
    .mobile-toggle span {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 20px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 2px !important;
        transition: all 0.3s ease;
    }

    /* Hide LIVE badge on mobile to make room */
    .live-badge-header {
        display: none !important;
    }
}

/* MOBILE HERO GAP FIX */
@media (max-width: 768px) {

    /* Reduce hero padding on mobile */
    .home-hero-ultra {
        padding-top: 80px !important;
        padding-bottom: 40px !important;
        min-height: auto !important;
    }

    /* Page heroes - reduce gap */
    .page-hero-ultra,
    .genres-hero-ultra,
    .trending-hero-ultra,
    .new-releases-hero-ultra,
    .movies-hero-ultra,
    .series-hero-ultra {
        padding-top: 90px !important;
        padding-bottom: 40px !important;
        min-height: auto !important;
    }

    /* Hero content wrapper */
    .hero-content-wrapper {
        padding-top: 10px !important;
    }

    /* Hero title sizing */
    .genres-hero-title,
    .trending-hero-title,
    .new-releases-hero-title {
        font-size: 1.8rem !important;
        margin-top: 15px !important;
    }

    /* Reduce live stats bar */
    .live-stats-bar {
        margin-top: 20px !important;
        padding: 15px 20px !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }

    /* Hero Live Badge on pages */
    .hero-live-badge {
        margin-bottom: 15px !important;
    }

    /* Breadcrumbs mobile */
    .page-breadcrumbs {
        padding: 8px 0 !important;
        margin-bottom: 10px !important;
        font-size: 0.8rem !important;
    }

    /* Hero subtitle */
    .genres-hero-subtitle,
    .trending-hero-subtitle,
    .new-releases-hero-subtitle {
        font-size: 0.9rem !important;
        margin-top: 10px !important;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {

    .page-hero-ultra,
    .genres-hero-ultra,
    .trending-hero-ultra,
    .new-releases-hero-ultra {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }

    .genres-hero-title,
    .trending-hero-title,
    .new-releases-hero-title {
        font-size: 1.5rem !important;
    }

    .live-stats-bar {
        padding: 12px 15px !important;
    }

    .stat-item {
        padding: 0 10px !important;
    }
}

/* =========================================
   MOBILE MENU COMPLETE STYLES
   ========================================= */

/* Header Ultra Container */
.header-ultra {
    background: rgba(5, 5, 5, 0.95);
    padding: 15px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.header-ultra.scrolled {
    background: rgba(5, 5, 5, 0.98);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.header-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    opacity: 0.6;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/* Logo Ultra */
.logo-ultra {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-ultra .logo-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.logo-ultra .logo-text {
    display: flex;
    flex-direction: column;
}

.logo-ultra .logo-main {
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
}

.logo-ultra .logo-main .highlight {
    color: var(--primary-color);
}

.logo-ultra .logo-sub {
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 1px;
}

/* Nav Ultra */
.nav-ultra {
    display: flex;
    align-items: center;
}

.nav-ultra .nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-ultra .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-ultra .nav-link:hover,
.nav-ultra .nav-link.active {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.nav-ultra .nav-link i {
    font-size: 0.85rem;
}

.hot-badge,
.new-badge-nav {
    background: var(--primary-color);
    color: white;
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-toggle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.search-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
}

.live-badge-header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.live-count {
    color: white;
    font-weight: 700;
}

.live-text {
    color: var(--text-muted);
}

/* Mobile Toggle Button - Desktop Hidden */
.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
}

.hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    width: 90%;
    max-width: 600px;
}

.search-form-ultra {
    position: relative;
}

.search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrap .search-icon {
    position: absolute;
    left: 20px;
    color: var(--text-muted);
    font-size: 1.2rem;
}

.search-input-ultra {
    width: 100%;
    padding: 18px 50px 18px 55px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    color: white;
    font-size: 1.1rem;
    outline: none;
}

.search-input-ultra::placeholder {
    color: var(--text-muted);
}

.search-close {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 10px;
}

.search-suggestions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.suggestion-label {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.suggestion-tag {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.suggestion-tag:hover {
    background: var(--primary-color);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Ultra */
.mobile-menu-ultra {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
    z-index: 10001;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-menu-ultra.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.mobile-logo .logo-icon {
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mobile-close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 18px;
    color: #ccc;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    background: rgba(229, 9, 20, 0.15);
    color: white;
}

.mobile-nav-link i {
    width: 25px;
    font-size: 1.1rem;
    color: var(--primary-color);
}

.mobile-nav-link .hot-badge,
.mobile-nav-link .new-badge-nav {
    margin-left: auto;
}

.mobile-menu-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-live-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.mobile-social {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mobile-social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-social a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

/* =========================================
   MOBILE RESPONSIVE - HEADER & MENU
   ========================================= */
@media screen and (max-width: 1024px) {

    /* Show mobile toggle */
    .mobile-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Hide desktop navigation */
    .nav-ultra {
        display: none !important;
    }

    /* Hide live badge on mobile */
    .live-badge-header {
        display: none !important;
    }

    .header-container {
        padding: 0 10px;
    }

    .logo-ultra .logo-sub {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header-ultra {
        padding: 12px 3%;
    }

    .logo-ultra .logo-icon {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .logo-ultra .logo-main {
        font-size: 1.1rem;
    }

    .search-toggle {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .mobile-toggle {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .hamburger-line {
        width: 18px !important;
    }
}

@media screen and (max-width: 480px) {
    .header-ultra {
        padding: 10px 2%;
    }

    .logo-ultra .logo-text {
        display: none;
    }

    .logo-ultra .logo-icon {
        width: 40px;
        height: 40px;
    }

    .header-actions {
        gap: 10px;
    }
}

/* ===== Social Share Buttons - Movie Page ===== */
.social-share-ultra {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.share-buttons-movie {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.share-btn-movie {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.share-btn-movie:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.share-btn-movie.facebook {
    background: rgba(24, 119, 242, 0.2);
}

.share-btn-movie.facebook:hover {
    background: #1877F2;
}

.share-btn-movie.twitter {
    background: rgba(29, 161, 242, 0.2);
}

.share-btn-movie.twitter:hover {
    background: #1DA1F2;
}

.share-btn-movie.whatsapp {
    background: rgba(37, 211, 102, 0.2);
}

.share-btn-movie.whatsapp:hover {
    background: #25D366;
}

.share-btn-movie.telegram {
    background: rgba(38, 166, 237, 0.2);
}

.share-btn-movie.telegram:hover {
    background: #26A5E4;
}

.share-btn-movie.linkedin {
    background: rgba(10, 102, 194, 0.2);
}

.share-btn-movie.linkedin:hover {
    background: #0A66C2;
}

.share-btn-movie.email {
    background: rgba(234, 67, 53, 0.2);
}

.share-btn-movie.email:hover {
    background: #EA4335;
}

.share-btn-movie i {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .share-buttons-movie {
        gap: 8px;
    }

    .share-btn-movie {
        padding: 10px 16px;
        font-size: 0.8rem;
    }

    .share-btn-movie span {
        display: none;
    }

    .share-btn-movie i {
        font-size: 1.2rem;
    }
}

/* ================================================================
   SINGLE MOVIE PAGE â€” COMPLETE UI/UX DESIGN
   ================================================================ */

/* --- Global Overflow Prevention --- */
.single-post-type-movie article,
.single-movie article,
article {
    overflow-x: hidden;
    max-width: 100%;
}

.single-post-type-movie .hero-content-wrapper,
.single-post-type-movie .movie-content-ultra,
.hero-content-wrapper,
.movie-content-ultra {
    max-width: 100%;
    overflow-x: hidden;
}

/* Constrain all potentially overflowing elements */
.movie-main-column iframe,
.movie-main-column img,
.movie-main-column video,
.movie-main-column embed,
.movie-main-column object,
.movie-sidebar-column iframe,
.movie-sidebar-column img {
    max-width: 100%;
    height: auto;
}

.movie-main-column iframe {
    max-width: 100%;
}

/* Constrain ad containers & Optimize Layout */
.wc-ad-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    min-height: 10px;
}

.wc-ad-responsive img,
.wc-ad-responsive iframe,
.wc-ad-responsive>div {
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Cast Ad Card - Ultra Smooth */
.wc-ad-cast-card {
    min-width: 250px;
    max-width: 300px;
    height: 100%;
    min-height: 200px;
    /* Matches cast card height */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin: 0 10px;
    flex-shrink: 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.wc-ad-cast-card:hover {
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}

/* Trailer section iframe override */
.trailer-section-ultra div {
    max-width: 100%;
}

.synopsis-content-box {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* --- Hero Section --- */
.single-movie-hero-ultra {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

/* Hide scrollbar on single movie pages */
.single-movie body,
.single-post-type-movie body,
body.single-movie {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.single-movie body::-webkit-scrollbar,
.single-post-type-movie body::-webkit-scrollbar,
body.single-movie::-webkit-scrollbar {
    display: none;
}

.hero-backdrop-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center top;
    filter: blur(4px) brightness(0.6) saturate(1.3);
    transform: scale(1.1);
    z-index: 0;
}

.hero-gradient-cinematic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #0a0a0f 0%, rgba(10, 10, 15, 0.5) 40%, rgba(10, 10, 15, 0.1) 100%);
    z-index: 1;
}

.hero-particles,
.hero-glow-orb {
    position: absolute;
    z-index: 1;
}

.hero-glow-orb {
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: glowFloat 8s ease-in-out infinite;
    pointer-events: none;
}

.hero-glow-1 {
    width: 400px;
    height: 400px;
    background: #e50914;
    top: 10%;
    left: -5%;
}

.hero-glow-2 {
    width: 300px;
    height: 300px;
    background: #3b82f6;
    bottom: 20%;
    right: -3%;
    animation-delay: 3s;
}

@keyframes glowFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }
}

.hero-content-wrapper.movie-hero-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 5% 60px;
}

/* --- Breadcrumbs --- */
.movie-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 0.85rem;
}

.movie-breadcrumbs a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.movie-breadcrumbs a:hover {
    color: #e50914;
}

.movie-breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
}

.movie-breadcrumbs .current {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* --- Hero Grid (Poster + Info) --- */
.movie-hero-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: end;
}

/* --- Movie Poster --- */
.movie-poster-ultra {
    position: relative;
}

.poster-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(229, 9, 20, 0.1);
    transition: transform 0.4s ease;
}

.poster-frame:hover {
    transform: scale(1.03);
}

.poster-frame img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.poster-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    animation: posterShine 4s ease-in-out infinite;
}

@keyframes posterShine {
    0% {
        left: -100%;
    }

    50% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.poster-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s;
}

.poster-frame:hover .poster-overlay {
    opacity: 1;
}

.play-btn-huge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e50914;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 0 30px rgba(229, 9, 20, 0.5);
    transition: transform 0.3s;
}

.play-btn-huge:hover {
    transform: scale(1.15);
}

.poster-rating,
.poster-quality {
    position: absolute;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 2;
    line-height: 1.2;
}

.poster-rating {
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    color: gold;
}

.poster-quality {
    top: 12px;
    right: 12px;
    background: rgba(37, 99, 235, 0.9);
    color: white;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 4px;
}

/* --- Movie Info --- */
.movie-info-ultra {
    padding-bottom: 10px;
}

.movie-title-mega {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: white;
}

.movie-title-mega .year-badge {
    font-size: 1.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

/* --- Quick Meta Pills --- */
.movie-quick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}

.meta-pill:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.meta-pill.rating {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.08));
    border-color: rgba(255, 215, 0, 0.35);
    color: gold;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.15), inset 0 1px 0 rgba(255, 215, 0, 0.15);
}

.meta-pill.rating:hover {
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.25), inset 0 1px 0 rgba(255, 215, 0, 0.2);
}

.meta-pill i {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    filter: drop-shadow(0 0 4px currentColor);
}

.meta-pill.rating i {
    color: gold;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}

/* --- Genre Tags --- */
.movie-genre-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.genre-tag-pill {
    padding: 7px 20px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(255, 100, 100, 0.06));
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
    border: 1px solid rgba(229, 9, 20, 0.3);
    color: #ff7b7b;
    border-radius: 50px;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.genre-tag-pill:hover {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.25), rgba(255, 100, 100, 0.12));
    border-color: rgba(229, 9, 20, 0.55);
    color: #ff9e9e;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.2), 0 0 15px rgba(229, 9, 20, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.movie-short-desc {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* --- Live Stats --- */
.movie-live-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}

.live-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
}

.live-dot.pulse {
    animation: livePulse 1.5s ease-in-out infinite;
}

@keyframes livePulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    }

    50% {
        opacity: 0.7;
        box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
    }
}

.stat-value {
    font-weight: 600;
    color: white;
}

.stat-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

/* --- Action Buttons --- */
.movie-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.btn-watch-mega {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #e50914, #b20710);
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.3);
}

.btn-watch-mega:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(229, 9, 20, 0.45);
}

.btn-action-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
    border-radius: 12px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-action-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* --- Cast & Director Preview --- */
.cast-preview,
.director-preview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.cast-label,
.director-label {
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.cast-names,
.director-name {
    color: rgba(255, 255, 255, 0.85);
}

/* ================================================================
   MAIN CONTENT SECTIONS
   ================================================================ */
.single-movie-content {
    background: #0a0a0f;
    padding-bottom: 60px;
}

.movie-content-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* --- Section Titles --- */
.section-title-movie {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-movie i {
    color: #e50914;
    font-size: 1.2rem;
}

/* --- Video Player --- */
.video-section-ultra {
    margin-bottom: 50px;
}

.section-header-movie {
    margin-bottom: 20px;
}

.section-header-movie h2 {
    font-size: 1.5rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header-movie h2 i {
    color: #e50914;
}

.video-player-ultra {
    background: #111;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.player-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.now-playing {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.player-badges .badge {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
}

.badge.hd {
    background: #e50914;
    color: white;
}

.video-frame-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-frame-wrapper iframe,
.video-frame-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-coming-soon {
    text-align: center;
    padding: 80px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.coming-soon-icon {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.coming-soon-icon+h3 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.notify-me-btn {
    margin-top: 20px;
    padding: 12px 30px;
    background: #e50914;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
}

.notify-me-btn:hover {
    background: #b20710;
    transform: translateY(-2px);
}

/* --- Server Options --- */
.server-options {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.02);
}

.server-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    white-space: nowrap;
}

.server-btn {
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
}

.server-btn.active,
.server-btn:hover {
    background: #e50914;
    color: white;
    border-color: #e50914;
}

/* --- Two Column Layout --- */
.movie-two-columns {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    margin-bottom: 50px;
    max-width: 100%;
    overflow: hidden;
}

/* --- Synopsis --- */
.synopsis-section-ultra {
    margin-bottom: 40px;
}

.synopsis-content-box {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.9;
    font-size: 1.02rem;
}

.synopsis-content-box p {
    margin-bottom: 15px;
}

/* --- Cast Section --- */
.cast-section-ultra {
    margin-bottom: 40px;
}

.cast-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(229, 9, 20, 0.3) transparent;
}

.cast-slider::-webkit-scrollbar {
    height: 4px;
}

.cast-slider::-webkit-scrollbar-thumb {
    background: rgba(229, 9, 20, 0.3);
    border-radius: 10px;
}

.cast-card-ultra {
    text-align: center;
    min-width: 100px;
    transition: transform 0.3s;
}

.cast-card-ultra:hover {
    transform: translateY(-5px);
}

.cast-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s;
}

.cast-card-ultra:hover .cast-avatar {
    border-color: #e50914;
}

.cast-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cast-name {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

/* --- Reviews Section --- */
.reviews-section-ultra {
    margin-bottom: 40px;
}

.reviews-summary-ultra {
    margin-bottom: 25px;
}

.rating-big {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 14px;
}

.rating-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: gold;
}

.rating-stars {
    display: flex;
    gap: 3px;
}

.rating-stars .filled,
.rating-stars .fas.fa-star.filled,
.rating-stars .fas.fa-star-half-alt.filled {
    color: gold;
}

.rating-stars .fas.fa-star:not(.filled) {
    color: rgba(255, 255, 255, 0.15);
}

.rating-count {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.reviews-list-ultra {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card-ultra {
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    transition: border-color 0.3s;
}

.review-card-ultra:hover {
    border-color: rgba(229, 9, 20, 0.2);
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.reviewer-avatar {
    font-size: 1.8rem;
    margin-right: 12px;
}

.review-header> :first-child {
    display: flex;
    align-items: center;
}

.reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reviewer-name {
    font-weight: 500;
    color: white;
    font-size: 0.95rem;
}

.verified {
    color: #22c55e;
    font-size: 0.75rem;
    margin-left: 4px;
}

.reviewer-rating {
    display: flex;
    gap: 2px;
}

.reviewer-rating .filled {
    color: gold;
    font-size: 0.7rem;
}

.reviewer-rating .fas:not(.filled) {
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.7rem;
}

.review-date {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

.review-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 0.93rem;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    font-size: 0.9rem;
    cursor: pointer;
    margin-top: 16px;
    transition: all 0.3s;
}

.load-more-btn:hover {
    background: rgba(229, 9, 20, 0.1);
    border-color: rgba(229, 9, 20, 0.3);
    color: #e50914;
}

/* --- Sidebar --- */
.movie-sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.details-box-ultra,
.quick-links-box,
.genre-links-box {
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.details-box-ultra h3,
.quick-links-box h3,
.genre-links-box h3 {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.details-box-ultra h3 i,
.quick-links-box h3 i,
.genre-links-box h3 i {
    color: #e50914;
}

.details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.detail-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-item .label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.detail-item .value {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    text-align: right;
}

.detail-item .value.rating {
    color: gold;
}

.detail-item .value.quality {
    color: #22c55e;
}

/* --- Quick Links --- */
.quick-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.3s;
    margin-bottom: 6px;
}

.quick-link:hover {
    background: rgba(229, 9, 20, 0.1);
    color: #e50914;
    transform: translateX(5px);
}

.quick-link i {
    width: 20px;
    text-align: center;
}

/* --- Genre Links --- */
.genre-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.genre-link {
    padding: 6px 16px;
    background: rgba(229, 9, 20, 0.08);
    border: 1px solid rgba(229, 9, 20, 0.15);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s;
}

.genre-link:hover {
    background: #e50914;
    color: white;
}

/* --- Extra Movie Details Box --- */
.movie-extra-details-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.movie-extra-details-box h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.movie-extra-details-box h3 i {
    color: #e50914;
}

.extra-tagline {
    padding: 12px 16px;
    background: rgba(229, 9, 20, 0.06);
    border-left: 3px solid #e50914;
    border-radius: 0 10px 10px 0;
    margin-bottom: 18px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.extra-details-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.extra-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    gap: 12px;
}

.extra-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.extra-item-full {
    flex-direction: column;
    gap: 6px;
}

.extra-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 110px;
}

.extra-label i {
    width: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
}

.extra-value {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-weight: 500;
    text-align: right;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.extra-item-full .extra-value {
    text-align: left;
}

.rated-badge {
    display: inline-block;
    padding: 2px 10px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    color: #ff6b6b;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.extra-awards {
    color: #fbbf24 !important;
    font-size: 0.82rem !important;
    line-height: 1.5;
}

/* --- FAQ Section --- */
.faqs-section-ultra {
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faqs-grid-ultra {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.faq-card:hover {
    border-color: rgba(229, 9, 20, 0.2);
}

.faq-q {
    padding: 18px 22px;
    color: white;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.3s;
}

.faq-q:hover {
    color: #e50914;
}

.faq-q i {
    font-size: 0.7rem;
    color: #e50914;
    transition: transform 0.3s;
}

.faq-a {
    padding: 0 22px 18px 34px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    font-size: 0.9rem;
}

/* --- SEO Content Section --- */
.seo-content-ultra {
    margin-bottom: 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.seo-content-box-ultra {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.95rem;
}

.seo-content-box-ultra p {
    margin-bottom: 16px;
}

.seo-content-box-ultra h3 {
    color: white;
    font-size: 1.15rem;
    margin: 24px 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-content-box-ultra h3 i {
    color: #e50914;
}

.seo-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.seo-features-list .seo-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.75);
}

.seo-features-list .seo-feature i {
    color: #22c55e;
    font-size: 0.75rem;
}

/* --- Related Movies --- */
.related-section-ultra {
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.related-movies-ultra {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.related-card-ultra {
    text-decoration: none;
    color: white;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.related-card-ultra:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
    border-color: rgba(229, 9, 20, 0.2);
}

.related-poster {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.related-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.related-card-ultra:hover .related-poster img {
    transform: scale(1.08);
}

.related-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 2rem;
}

.related-card-ultra:hover .related-overlay {
    opacity: 1;
}

.related-rating {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    font-size: 0.75rem;
    color: gold;
    z-index: 2;
}

.related-hd {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 6px;
    background: rgba(37, 99, 235, 0.85);
    border-radius: 3px;
    font-size: 0.6rem;
    font-weight: 600;
    color: white;
    z-index: 2;
}

.related-info {
    padding: 14px;
}

.related-info h4 {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-year {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.browse-more-cta {
    text-align: center;
}

.browse-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: rgba(229, 9, 20, 0.1);
    border: 1px solid rgba(229, 9, 20, 0.25);
    color: #e50914;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.browse-more-btn:hover {
    background: #e50914;
    color: white;
    transform: translateY(-3px);
}

/* --- Final CTA --- */
.final-cta-ultra {
    position: relative;
    padding: 60px 30px;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.08), rgba(59, 130, 246, 0.05));
    border: 1px solid rgba(229, 9, 20, 0.12);
    overflow: hidden;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Social Share Section --- */
.social-share-ultra {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.social-share-ultra .section-title-movie {
    margin-bottom: 20px;
}

.share-buttons-movie {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-btn-movie {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s;
}

.share-btn-movie.facebook {
    background: rgba(59, 89, 152, 0.25);
    border: 1px solid rgba(59, 89, 152, 0.4);
}

.share-btn-movie.twitter {
    background: rgba(29, 161, 242, 0.2);
    border: 1px solid rgba(29, 161, 242, 0.35);
}

.share-btn-movie.whatsapp {
    background: rgba(37, 211, 102, 0.2);
    border: 1px solid rgba(37, 211, 102, 0.35);
}

.share-btn-movie.telegram {
    background: rgba(0, 136, 204, 0.2);
    border: 1px solid rgba(0, 136, 204, 0.35);
}

.share-btn-movie.linkedin {
    background: rgba(0, 119, 181, 0.2);
    border: 1px solid rgba(0, 119, 181, 0.35);
}

.share-btn-movie.email {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.share-btn-movie:hover {
    transform: translateY(-2px);
    filter: brightness(1.3);
}

.final-cta-ultra .cta-glow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.final-cta-ultra h2 {
    font-size: 2rem;
    color: white;
    margin-bottom: 12px;
}

.final-cta-ultra p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 28px;
    font-size: 1.05rem;
}

.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #e50914, #b20710);
    color: white;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.3);
}

.cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(229, 9, 20, 0.5);
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* --- Legal Notice --- */
.legal-notice-seo {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border-left: 3px solid #e50914;
    font-size: 0.85rem;
    color: #888;
}

.legal-notice-seo a {
    color: #e50914;
    text-decoration: none;
}

.legal-notice-seo a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE: Single Movie Page ===== */
@media (max-width: 1024px) {
    .movie-hero-grid {
        grid-template-columns: 220px 1fr;
        gap: 30px;
    }

    .movie-title-mega {
        font-size: 2.2rem;
    }

    .movie-two-columns {
        grid-template-columns: 1fr;
    }

    .related-movies-ultra {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .single-movie-hero-ultra {
        min-height: auto;
        padding-top: 80px;
    }

    .movie-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .movie-poster-ultra {
        max-width: 220px;
        margin: 0 auto;
    }

    .movie-title-mega {
        font-size: 1.8rem;
    }

    .movie-title-mega .year-badge {
        font-size: 1.3rem;
    }

    .movie-quick-meta,
    .movie-genre-tags {
        justify-content: center;
    }

    .movie-live-stats {
        justify-content: center;
    }

    .movie-action-buttons {
        justify-content: center;
    }

    .cast-preview,
    .director-preview {
        justify-content: center;
    }

    .related-movies-ultra {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .seo-features-list {
        grid-template-columns: 1fr;
    }

    .final-cta-ultra h2 {
        font-size: 1.5rem;
    }

    .rating-big {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* ================================================================
   ARCHIVE & TAXONOMY PAGES
   ================================================================ */

.archive-hero-section {
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 100%);
    padding: 120px 5% 50px;
    text-align: center;
}

.archive-hero-container {
    max-width: 900px;
    margin: 0 auto;
}

.archive-hero-section .movie-breadcrumbs {
    justify-content: center;
    margin-bottom: 20px;
}

.archive-title-mega {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.archive-title-mega i {
    color: #e50914;
    margin-right: 10px;
}

.archive-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    line-height: 1.6;
}

.archive-content-section {
    background: #0a0a0f;
    padding: 50px 0;
}

.archive-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.archive-pagination {
    text-align: center;
    margin: 40px 0;
}

.archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover {
    background: #e50914;
    color: white;
    border-color: #e50914;
}

/* --- Archive SEO Content --- */
.archive-seo-content {
    margin-top: 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
}

.archive-seo-content h2 {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.archive-seo-content h2 i {
    color: #e50914;
}

.archive-seo-content h3 {
    font-size: 1.15rem;
    color: white;
    margin: 24px 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.archive-seo-content h3 i {
    color: #e50914;
}

.archive-seo-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.archive-seo-content a {
    color: #e50914;
    text-decoration: none;
}

.archive-seo-content a:hover {
    text-decoration: underline;
}

.seo-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.seo-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.75);
}

.seo-feature-item i {
    color: #22c55e;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.hd-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 3px 8px;
    background: #e50914;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    color: white;
    z-index: 1;
}

@media (max-width: 768px) {
    .archive-title-mega {
        font-size: 1.6rem;
    }

    .seo-features-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   All Pages - Final Override Block
   ========================================= */

/* ===== GLOBAL MOBILE FIX (768px) ===== */
@media (max-width: 768px) {

    /* --- Global Container Padding --- */
    .movie-content-container,
    .series-content-container,
    .episode-content-container,
    .genres-content,
    .trending-content,
    .releases-content,
    .top-rated-content {
        padding: 0 12px;
    }

    /* --- Homepage Hero --- */
    .home-hero-ultra {
        min-height: auto;
        padding: 75px 15px 40px;
    }

    .hero-mega-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .hero-mega-description {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .hero-cta-group {
        gap: 12px;
    }

    .cta-btn-mega {
        padding: 14px 24px;
        font-size: 0.95rem;
    }

    .hero-stats-mega {
        flex-wrap: wrap;
        gap: 15px;
        padding: 15px;
    }

    .hero-live-badge {
        padding: 10px 15px;
    }

    /* --- Homepage Sections --- */
    .home-section {
        padding: 40px 12px;
    }

    .section-header-ultra {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .header-left {
        flex-direction: column;
        align-items: center;
    }

    .section-badge {
        font-size: 0.75rem;
    }

    .section-title-ultra {
        font-size: 1.4rem;
    }

    .view-all-link {
        font-size: 0.85rem;
    }

    /* --- Homepage Grids --- */
    .movies-slider-ultra,
    .movies-grid-home {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .genres-grid-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .features-grid-mega {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .how-to-mega {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* --- Homepage FAQ (faq-card-mega) --- */
    .faqs-grid-mega {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .faq-card-mega {
        padding: 15px;
        border-radius: 12px;
    }

    .faq-card-mega .faq-q-mega,
    .faq-card-mega h3 {
        font-size: 0.95rem;
    }

    /* --- Homepage SEO Box --- */
    .seo-box-mega {
        padding: 25px 15px;
        border-radius: 16px;
    }

    .seo-categories-mega {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .seo-features-mega {
        grid-template-columns: 1fr;
    }

    /* --- Homepage Final CTA --- */
    .final-cta-container {
        padding: 40px 15px;
        border-radius: 16px;
    }

    .final-cta-content h2 {
        font-size: 1.5rem;
    }

    .final-cta-content p {
        font-size: 0.9rem;
    }

    /* --- Single Movie: FAQs Fix (CRITICAL - corners issue) --- */
    .faqs-section-ultra {
        margin-bottom: 30px;
        padding: 0;
    }

    .faqs-grid-ultra {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .faq-card {
        border-radius: 12px;
        margin: 0;
    }

    .faq-q {
        padding: 15px 18px;
        font-size: 0.9rem;
        gap: 10px;
        line-height: 1.4;
    }

    .faq-q i {
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .faq-a {
        padding: 0 18px 15px;
        font-size: 0.88rem;
        line-height: 1.7;
    }

    /* --- Single Movie: Content Sections --- */
    .single-movie-content {
        padding: 30px 0;
    }

    .movie-content-container {
        padding: 0 12px;
    }

    .video-section-ultra {
        margin-bottom: 30px;
    }

    .section-header-movie {
        flex-direction: column;
        gap: 10px;
    }

    .section-header-movie h2 {
        font-size: 1.1rem;
    }

    .section-title-movie {
        font-size: 1.15rem;
        gap: 8px;
        margin-bottom: 18px;
    }

    /* --- Movie Two Columns --- */
    .movie-two-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .movie-sidebar-column {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* --- Synopsis --- */
    .synopsis-section-ultra {
        margin-bottom: 25px;
    }

    .synopsis-content-box {
        padding: 18px;
        font-size: 0.9rem;
        line-height: 1.7;
        border-radius: 12px;
    }

    /* --- Cast Section --- */
    .cast-section-ultra {
        margin-bottom: 25px;
    }

    .cast-slider {
        gap: 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
    }

    .cast-card-ultra {
        width: 80px;
        flex-shrink: 0;
    }

    .cast-avatar {
        width: 65px;
        height: 65px;
    }

    .cast-name {
        font-size: 0.75rem;
    }

    /* --- Reviews Section --- */
    .reviews-section-ultra {
        margin-bottom: 25px;
    }

    .reviews-summary-ultra {
        flex-direction: column;
        padding: 18px;
        border-radius: 12px;
    }

    .rating-big {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 18px;
        margin-bottom: 18px;
        padding-right: 0;
    }

    .rating-number {
        font-size: 2.2rem;
    }

    .review-card-ultra {
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .reviewer-avatar {
        font-size: 2rem;
    }

    .review-header {
        gap: 10px;
    }

    .review-text {
        font-size: 0.88rem;
    }

    /* --- Sidebar Boxes --- */
    .details-box-ultra,
    .quick-links-box,
    .genre-links-box {
        padding: 18px;
        border-radius: 14px;
        margin-bottom: 15px;
    }

    .detail-item .value {
        max-width: 55%;
        font-size: 0.9rem;
    }

    /* --- SEO Content Box --- */
    .seo-content-ultra {
        margin-bottom: 30px;
    }

    .seo-content-box-ultra {
        padding: 20px 15px;
        border-radius: 14px;
    }

    .seo-content-box-ultra p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .seo-content-box-ultra h3 {
        font-size: 1.1rem;
        margin: 20px 0 10px;
    }

    .seo-features-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .seo-feature {
        padding: 12px 15px;
        font-size: 0.88rem;
        border-radius: 10px;
    }

    /* --- Related Movies --- */
    .related-section-ultra {
        margin-bottom: 30px;
    }

    .related-movies-ultra {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .related-poster {
        border-radius: 10px;
    }

    .related-info h4 {
        font-size: 0.82rem;
    }

    .related-year {
        font-size: 0.75rem;
    }

    .related-rating {
        font-size: 0.7rem;
        padding: 3px 6px;
    }

    .related-hd {
        font-size: 0.6rem;
        padding: 2px 5px;
    }

    /* --- Social Share --- */
    .social-share-ultra {
        margin-bottom: 30px;
    }

    .share-buttons-movie {
        flex-wrap: wrap;
        gap: 8px;
    }

    .share-btn-movie {
        flex: 1 1 calc(33.33% - 8px);
        min-width: 0;
        padding: 10px 8px;
        font-size: 0.85rem;
        border-radius: 10px;
        justify-content: center;
    }

    .share-btn-movie span {
        display: none;
    }

    /* --- Final CTA --- */
    .final-cta-ultra {
        padding: 35px 15px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .final-cta-ultra h2 {
        font-size: 1.3rem;
    }

    .final-cta-ultra p {
        font-size: 0.88rem;
    }

    .final-cta-ultra .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .final-cta-ultra .cta-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    /* --- Server & Quality Options --- */
    .server-options {
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px;
    }

    .server-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
        border-radius: 8px;
    }

    .server-label {
        font-size: 0.85rem;
        width: 100%;
    }

    .quality-options {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* --- Video Coming Soon --- */
    .video-coming-soon {
        padding: 40px 20px;
    }

    .video-coming-soon h3 {
        font-size: 1.2rem;
    }

    .coming-soon-icon {
        font-size: 3rem;
    }

    /* --- Browse More CTA --- */
    .browse-more-cta {
        text-align: center;
    }

    .browse-more-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    /* --- Load More Button --- */
    .load-more-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    /* --- Genres Page --- */
    .genres-hero-ultra,
    .trending-hero-ultra,
    .releases-hero-ultra,
    .top-rated-hero-ultra {
        min-height: auto;
        padding: 75px 15px 35px;
    }

    .genres-hero-ultra h1,
    .trending-hero-ultra h1,
    .releases-hero-ultra h1,
    .top-rated-hero-ultra h1 {
        font-size: 1.6rem;
    }

    .genres-hero-ultra p,
    .trending-hero-ultra p,
    .releases-hero-ultra p,
    .top-rated-hero-ultra p {
        font-size: 0.9rem;
    }

    .all-genres-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .genre-card-ultra,
    .genre-card-premium {
        padding: 18px 15px;
        border-radius: 12px;
    }

    /* --- Taxonomy Pages (Actor, Genre, Country, Language) --- */
    .taxonomy-hero,
    .actor-hero-ultra,
    .genre-hero-section {
        min-height: auto;
        padding: 75px 15px 35px;
    }

    .taxonomy-hero h1,
    .actor-hero-ultra h1,
    .genre-hero-section h1 {
        font-size: 1.5rem;
    }

    .taxonomy-content,
    .actor-content {
        padding: 25px 12px;
    }

    .taxonomy-movies-grid,
    .actor-movies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /* --- Static Pages (About, Contact, DMCA, FAQ, Privacy, Terms) --- */
    .page-hero-ultra,
    .static-hero,
    .dmca-hero,
    .faq-hero,
    .about-hero,
    .contact-hero {
        min-height: auto;
        padding: 75px 15px 30px;
    }

    .page-hero-ultra h1,
    .static-hero h1,
    .dmca-hero h1,
    .faq-hero h1,
    .about-hero h1,
    .contact-hero h1 {
        font-size: 1.5rem;
    }

    .page-content-ultra,
    .static-content,
    .dmca-content,
    .faq-content,
    .about-content,
    .contact-content {
        padding: 25px 12px;
    }

    .page-content-box,
    .content-card-ultra {
        padding: 20px 15px;
        border-radius: 14px;
    }

    /* --- Static Page FAQs --- */
    .page-faqs-section {
        padding: 30px 12px;
    }

    .page-faqs-section .faq-item {
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .page-faqs-section .faq-question {
        padding: 14px 16px;
        font-size: 0.9rem;
    }

    .page-faqs-section .faq-answer {
        padding: 0 16px 14px;
        font-size: 0.88rem;
    }

    /* --- Movie FAQs Section (older styles) --- */
    .movie-faqs-section {
        padding: 30px 12px;
    }

    .movie-faqs-section .faq-question {
        padding: 14px 16px;
        font-size: 0.9rem;
    }

    /* --- FAQs Premium Section --- */
    .faqs-section-premium {
        padding: 30px 12px;
    }

    .faq-item-premium .faq-question {
        padding: 14px 16px;
        font-size: 0.9rem;
    }

    /* --- Series / Episode Pages --- */
    .single-series-hero,
    .single-episode-hero,
    .series-hero-ultra,
    .episode-hero-ultra {
        min-height: auto;
        padding: 75px 15px 35px;
    }

    .series-content,
    .episode-content {
        padding: 25px 12px;
    }

    /* --- Archive Pages --- */
    .archive-hero-ultra {
        min-height: auto;
        padding: 75px 15px 35px;
    }

    .archive-title-mega {
        font-size: 1.5rem;
    }

    .archive-movies-grid,
    .movies-grid-ultra {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /* --- Pagination --- */
    .pagination-ultra {
        flex-wrap: wrap;
        gap: 5px;
    }

    .pagination-ultra .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    /* --- Movie Card Overlays --- */
    .movie-card-ultra .card-overlay {
        padding: 10px;
    }

    .movie-card-ultra .card-title {
        font-size: 0.82rem;
    }

    .movie-card-ultra .card-year {
        font-size: 0.72rem;
    }

    .movie-card-ultra .card-rating {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .movie-card-ultra .card-quality {
        font-size: 0.6rem;
        padding: 2px 5px;
    }

    /* --- Trending / New Releases / Top Rated Grids --- */
    .trending-grid,
    .releases-grid,
    .top-rated-grid,
    .trending-movies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /* --- Trending Time Filters --- */
    .trending-time-filters,
    .release-time-filters {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 5px;
        gap: 8px;
    }

    .time-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* --- Movies Filter Bar --- */
    .movies-filter-bar {
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }

    .filter-left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .filter-btn,
    .genre-filter-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    /* --- Live Stats Bar --- */
    .live-stats-bar {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px;
        border-radius: 12px;
    }

    .stat-item {
        font-size: 0.85rem;
    }

    .stat-divider {
        display: none;
    }

    /* --- Why Choose / Features Section --- */
    .why-choose-section,
    .features-section-premium {
        padding: 25px 12px;
        overflow: hidden;
    }

    .section-header h2 {
        font-size: 1.2rem;
        flex-wrap: wrap;
        word-break: break-word;
    }

    .section-header p {
        font-size: 0.88rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .features-grid-premium {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .feature-card-premium {
        padding: 18px 15px;
        border-radius: 12px;
    }

    /* --- SEO Box (Movies, Genres, etc.) --- */
    .seo-box,
    .seo-box-premium {
        padding: 25px 15px;
        border-radius: 14px;
    }

    .seo-box h2,
    .seo-box-premium h2 {
        font-size: 1.2rem;
    }

    .seo-box p,
    .seo-box-premium p {
        font-size: 0.88rem;
        line-height: 1.7;
    }

    .seo-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    /* --- CTA Banner --- */
    .cta-banner-section {
        padding: 35px 15px;
        border-radius: 16px;
    }

    .cta-content h2 {
        font-size: 1.3rem;
    }

    .cta-content p {
        font-size: 0.88rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* --- Header Mobile --- */
    .header-container {
        padding: 0 12px;
        height: 65px;
    }

    .logo-ultra .logo-text {
        font-size: 1rem;
    }

    .logo-ultra .logo-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    /* --- Footer Mobile --- */
    .footer-ultra {
        padding: 40px 12px 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    /* --- Breadcrumbs Mobile --- */
    .movie-breadcrumbs,
    .breadcrumbs,
    .breadcrumb-ultra {
        font-size: 0.82rem;
        gap: 8px;
        padding: 0 5px;
    }

    .movie-breadcrumbs .current,
    .breadcrumbs .current {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
    }

    /* --- Glow Orbs (reduce on mobile) --- */
    .hero-glow-orb,
    .glow-1,
    .glow-2,
    .glow-3 {
        width: 150px;
        height: 150px;
        opacity: 0.5;
    }

    /* --- Hero Particles (hide on mobile for performance) --- */
    .hero-particles {
        display: none;
    }
}

/* ===== SMALL MOBILE FIX (480px) ===== */
@media (max-width: 480px) {

    /* --- Homepage --- */
    .home-hero-ultra {
        padding: 70px 10px 30px;
    }

    .hero-mega-title {
        font-size: 1.5rem;
    }

    .hero-mega-description {
        font-size: 0.88rem;
    }

    .cta-btn-mega {
        padding: 12px 20px;
        font-size: 0.88rem;
        width: 100%;
        justify-content: center;
    }

    .hero-cta-group {
        flex-direction: column;
        gap: 10px;
    }

    .hero-stats-mega {
        flex-direction: column;
        align-items: center;
    }

    .movies-slider-ultra,
    .movies-grid-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .genres-grid-home {
        grid-template-columns: 1fr;
    }

    .section-title-ultra {
        font-size: 1.2rem;
    }

    .seo-categories-mega {
        grid-template-columns: 1fr;
    }

    .seo-box-mega {
        padding: 20px 12px;
    }

    .final-cta-container {
        padding: 30px 12px;
    }

    .final-cta-content h2 {
        font-size: 1.3rem;
    }

    /* --- Single Movie FAQs --- */
    .faqs-section-ultra {
        margin-bottom: 20px;
    }

    .faq-card {
        border-radius: 10px;
    }

    .faq-q {
        padding: 12px 14px;
        font-size: 0.85rem;
        gap: 8px;
    }

    .faq-a {
        padding: 0 14px 12px;
        font-size: 0.82rem;
    }

    /* --- Content Sections --- */
    .single-movie-content {
        padding: 20px 0;
    }

    .movie-content-container {
        padding: 0 8px;
    }

    .video-section-ultra {
        margin-bottom: 20px;
    }

    .section-title-movie {
        font-size: 1.05rem;
        gap: 6px;
        margin-bottom: 12px;
    }

    .section-title-movie i {
        font-size: 0.9rem;
    }

    /* --- Synopsis --- */
    .synopsis-content-box {
        padding: 15px 12px;
        font-size: 0.85rem;
    }

    /* --- Reviews --- */
    .reviews-summary-ultra {
        padding: 15px;
    }

    .rating-number {
        font-size: 2rem;
    }

    .review-card-ultra {
        padding: 12px;
    }

    .review-text {
        font-size: 0.82rem;
    }

    /* --- Sidebar --- */
    .details-box-ultra,
    .quick-links-box,
    .genre-links-box {
        padding: 15px 12px;
        border-radius: 12px;
    }

    .detail-item {
        padding: 8px 0;
        font-size: 0.85rem;
    }

    /* --- SEO Content --- */
    .seo-content-box-ultra {
        padding: 15px 12px;
        border-radius: 12px;
    }

    .seo-content-box-ultra p {
        font-size: 0.85rem;
    }

    .seo-content-box-ultra h3 {
        font-size: 1rem;
    }

    /* --- Related Movies --- */
    .related-movies-ultra {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .related-poster {
        border-radius: 8px;
    }

    .related-info h4 {
        font-size: 0.78rem;
    }

    /* --- Social Share --- */
    .share-btn-movie {
        flex: 1 1 calc(33.33% - 6px);
        padding: 10px 6px;
        font-size: 0.9rem;
    }

    /* --- Final CTA --- */
    .final-cta-ultra {
        padding: 25px 12px;
    }

    .final-cta-ultra h2 {
        font-size: 1.15rem;
    }

    /* --- Archive / Listing Grids --- */
    .archive-movies-grid,
    .movies-grid-ultra,
    .trending-grid,
    .releases-grid,
    .top-rated-grid,
    .trending-movies-grid,
    .taxonomy-movies-grid,
    .actor-movies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* --- Genres Page --- */
    .all-genres-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .genre-card-ultra,
    .genre-card-premium {
        padding: 15px 12px;
    }

    /* --- Page Hero Titles --- */
    .genres-hero-ultra h1,
    .trending-hero-ultra h1,
    .releases-hero-ultra h1,
    .top-rated-hero-ultra h1,
    .taxonomy-hero h1,
    .actor-hero-ultra h1,
    .page-hero-ultra h1,
    .archive-hero-ultra h1 {
        font-size: 1.3rem;
    }

    /* --- Static Page Content --- */
    .page-content-box,
    .content-card-ultra {
        padding: 15px 12px;
        border-radius: 12px;
    }

    /* --- Page FAQs --- */
    .page-faqs-section .faq-question {
        padding: 12px 14px;
        font-size: 0.85rem;
    }

    .page-faqs-section .faq-answer {
        padding: 0 14px 12px;
        font-size: 0.82rem;
    }

    /* --- Movies Filter --- */
    .movies-filter-bar {
        padding: 10px;
    }

    .filter-btn,
    .genre-filter-btn {
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    /* --- SEO Box --- */
    .seo-box,
    .seo-box-premium {
        padding: 20px 12px;
    }

    .seo-categories-grid {
        grid-template-columns: 1fr;
    }

    /* --- Header --- */
    .header-container {
        padding: 0 10px;
        height: 60px;
    }

    .logo-ultra .logo-text {
        font-size: 0.9rem;
    }

    .logo-ultra .logo-icon {
        width: 35px;
        height: 35px;
    }

    /* --- Footer --- */
    .footer-ultra {
        padding: 30px 10px 15px;
    }

    .footer-bottom {
        font-size: 0.8rem;
    }

    /* --- CTA Banner --- */
    .cta-banner-section {
        padding: 25px 12px;
    }

    .cta-content h2 {
        font-size: 1.15rem;
    }

    .cta-button {
        font-size: 0.85rem;
        padding: 12px 20px;
    }
}

/* ===== EXTRA SMALL FIX (360px) ===== */
@media (max-width: 360px) {

    .home-hero-ultra {
        padding: 65px 8px 25px;
    }

    .hero-mega-title {
        font-size: 1.3rem;
    }

    .cta-btn-mega {
        padding: 10px 16px;
        font-size: 0.82rem;
    }

    .movie-title-mega {
        font-size: 1.1rem;
    }

    .meta-pill {
        padding: 3px 8px;
        font-size: 0.7rem;
    }

    .section-title-movie {
        font-size: 0.95rem;
    }

    .section-title-ultra {
        font-size: 1.05rem;
    }

    .faq-q {
        padding: 10px 12px;
        font-size: 0.8rem;
    }

    .faq-a {
        padding: 0 12px 10px;
        font-size: 0.78rem;
    }

    .movies-slider-ultra,
    .movies-grid-home,
    .archive-movies-grid,
    .movies-grid-ultra,
    .trending-grid,
    .releases-grid,
    .related-movies-ultra {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .movie-card-ultra .card-title {
        font-size: 0.75rem;
    }

    .movie-card-ultra .card-year {
        font-size: 0.65rem;
    }

    .share-btn-movie {
        flex: 1 1 calc(50% - 4px);
    }

    .header-container {
        height: 55px;
    }

    .logo-ultra .logo-text {
        font-size: 0.82rem;
    }

    .seo-content-box-ultra,
    .synopsis-content-box,
    .details-box-ultra,
    .quick-links-box,
    .genre-links-box,
    .review-card-ultra {
        padding: 12px 10px;
        border-radius: 10px;
    }
}


/* ========================================================================
   ULTRA PREMIUM NEWS PAGE + SINGLE POST STYLES
   ======================================================================== */

/* === NEWS PAGE === */
.news-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5%;
}

/* News Hero */
.news-hero-ultra {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a1a 100%);
    overflow: hidden;
}

.news-hero-ultra .hero-backdrop-blur {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(40px) brightness(0.3);
    opacity: 0.5;
}

.news-hero-ultra .hero-particles-layer,
.news-hero-ultra .hero-glow-orb,
.news-hero-ultra .hero-gradient-cinematic {
    position: absolute;
}

.news-hero-ultra .hero-gradient-cinematic {
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.8) 60%, #0a0a0a 100%);
}

.news-hero-content {
    text-align: center;
}

.news-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 0.85rem;
    color: #e50914;
    margin-bottom: 20px;
}

.news-hero-badge .pulse-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e50914;
    animation: pulse-glow 1.5s infinite;
}

.news-hero-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-hero-title i {
    -webkit-text-fill-color: #e50914;
    margin-right: 10px;
}

.news-hero-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.7;
}

.news-hero-stats {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-stat-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-stat-pill i {
    color: #e50914;
}

.hero-stat-pill strong {
    color: #fff;
}

/* Section Headers */
.section-header-news {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.section-badge-news {
    background: linear-gradient(135deg, #e50914, #b8070f);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.section-header-news h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* Featured Article */
.news-featured-section {
    padding: 50px 0 30px;
}

.featured-article-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s ease, border-color 0.3s;
}

.featured-article-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 9, 20, 0.3);
}

.featured-image {
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-article-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.featured-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e50914;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-play-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.featured-article-card:hover .featured-play-icon {
    opacity: 1;
    transform: scale(1);
}

.featured-content {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
}

.featured-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-meta i {
    color: #e50914;
    font-size: 0.75rem;
}

.featured-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
}

.featured-content p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.featured-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e50914;
    font-weight: 600;
    font-size: 0.9rem;
    transition: gap 0.3s;
}

.featured-article-card:hover .featured-read-btn {
    gap: 14px;
}

/* Category Filters */
.news-grid-section {
    padding: 40px 0 60px;
}

.news-category-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cat-filter-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cat-filter-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.cat-filter-pill.active {
    background: linear-gradient(135deg, #e50914, #b8070f);
    border-color: #e50914;
    color: #fff;
    font-weight: 600;
}

.cat-count {
    background: rgba(255, 255, 255, 0.15);
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 0.72rem;
}

.cat-filter-pill.active .cat-count {
    background: rgba(255, 255, 255, 0.25);
}

/* News Cards Grid */
.news-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.news-card-ultra {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.3s, box-shadow 0.3s;
    animation: fadeInUp 0.5s ease forwards;
}

.news-card-ultra:hover {
    transform: translateY(-6px);
    border-color: rgba(229, 9, 20, 0.3);
    box-shadow: 0 20px 50px rgba(229, 9, 20, 0.1);
}

.news-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card-ultra:hover .news-card-image img {
    transform: scale(1.08);
}

.news-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.news-card-ultra:hover .news-card-overlay {
    opacity: 1;
}

.news-card-read-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transform: scale(0.7);
    transition: transform 0.3s;
}

.news-card-ultra:hover .news-card-read-icon {
    transform: scale(1);
}

.news-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e50914;
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-card-time {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.8);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.72rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-card-body {
    padding: 18px;
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

.news-card-avatar {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
}

.news-card-author {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.news-card-date::before {
    content: 'â€¢';
    margin-right: 8px;
}

.news-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-excerpt {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-readmore {
    color: #e50914;
    font-size: 0.82rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s;
}

.news-card-ultra:hover .news-card-readmore {
    gap: 12px;
}

/* News Pagination */
.news-pagination {
    margin-top: 50px;
    text-align: center;
}

.news-pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
}

.news-pagination li a,
.news-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.news-pagination li a:hover {
    background: rgba(229, 9, 20, 0.2);
    border-color: #e50914;
    color: #fff;
}

.news-pagination li .current {
    background: linear-gradient(135deg, #e50914, #b8070f);
    border-color: #e50914;
    color: #fff;
    font-weight: 700;
}

/* News SEO Section */
.news-seo-section {
    padding: 50px 0;
}

.news-seo-section .seo-box-mega {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 35px;
}

.news-seo-section h2 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}

.news-seo-section h2 i {
    color: #e50914;
    margin-right: 8px;
}

.news-seo-section h3 {
    font-size: 1.1rem;
    color: #fff;
    margin: 25px 0 12px;
}

.news-seo-section h3 i {
    color: #e50914;
    margin-right: 8px;
}

.news-seo-section p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}

.seo-features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.seo-feature {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.seo-feature i {
    color: #e50914;
    font-size: 0.8rem;
}

/* News FAQ Section */
.news-faq-section {
    padding: 50px 0;
}

.news-faq-section .section-title-movie {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.news-faq-section .section-title-movie i {
    color: #e50914;
}

.faqs-grid-ultra {
    display: grid;
    gap: 12px;
    max-width: 850px;
    margin: 0 auto;
}

.faq-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.3s, background 0.3s;
}

.faq-q {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    transition: background 0.2s;
}

.faq-q:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-q i {
    color: #e50914;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-a {
    padding: 0 22px 0 34px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.8;
}

.faq-a a {
    color: #e50914;
    text-decoration: underline;
}

/* News CTA */
.news-cta-section {
    padding: 50px 0 60px;
}

/* No news message */
.no-news-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.4);
}

/* ========================================================================
   RESPONSIVE - NEWS PAGE
   ======================================================================== */
@media (max-width: 1024px) {
    .news-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-article-card {
        grid-template-columns: 1fr;
    }

    .featured-image {
        min-height: 250px;
    }

    .seo-features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .news-hero-title {
        font-size: 1.5rem;
    }

    .news-hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-stat-pill {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .featured-content {
        padding: 20px;
    }

    .featured-content h3 {
        font-size: 1.2rem;
    }

    .news-cards-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .news-category-filters {
        gap: 8px;
    }

    .cat-filter-pill {
        padding: 6px 14px;
        font-size: 0.8rem;
    }

    .news-seo-section .seo-box-mega {
        padding: 20px;
    }

    .faqs-grid-ultra {
        gap: 10px;
    }

    .faq-q {
        font-size: 0.88rem;
        padding: 15px 18px;
    }
}

@media (max-width: 480px) {
    .news-hero-stats {
        flex-direction: column;
        align-items: center;
    }

    .featured-meta {
        font-size: 0.75rem;
    }

    .news-card-title {
        font-size: 0.95rem;
    }
}

/* ========================================================================
   HOMEPAGE - LATEST ARTICLES SECTION
   ======================================================================== */
.home-articles-section {
    padding: 60px 0;
}

.home-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.home-articles-viewall {
    text-align: center;
    margin-top: 35px;
}

@media (max-width: 1024px) {
    .home-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-articles-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-articles-section {
        padding: 40px 0;
    }
}

/* ========================================================================
   ULTRA PREMIUM SINGLE POST PAGE â€” Redesigned 3-Column Layout
   Left: Sticky TOC  |  Center: Article  |  Right: Sticky Share + Related
   ======================================================================== */

/* â”€â”€â”€ READING PROGRESS BAR â”€â”€â”€ */
.sp-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    z-index: 99999;
    background: linear-gradient(90deg, #e50914, #ff6b6b, #ff4081, #e50914);
    background-size: 300% 100%;
    animation: spProgressShimmer 3s ease infinite;
    transition: width 0.12s linear;
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.6), 0 0 6px rgba(229, 9, 20, 0.4);
}

@keyframes spProgressShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* â”€â”€â”€ HERO SECTION â”€â”€â”€ */
.sp-hero-ultra {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sp-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

.sp-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.1) 0%, rgba(10, 10, 10, 0.5) 45%, #0a0a0a 100%);
}

.sp-hero-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.12;
    pointer-events: none;
}

.sp-glow-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #e50914 0%, transparent 70%);
    top: -120px;
    right: 8%;
    animation: spFloatOrb 10s ease-in-out infinite;
}

.sp-glow-2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #ff6b6b 0%, transparent 70%);
    bottom: 10%;
    left: 3%;
    animation: spFloatOrb 7s ease-in-out infinite reverse;
}

.sp-glow-3 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #ff4081 0%, transparent 70%);
    top: 30%;
    left: 40%;
    animation: spFloatOrb 12s ease-in-out infinite 2s;
}

.sp-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

@keyframes spFloatOrb {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-35px) scale(1.05); }
}

.sp-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 70px 5% 55px;
}

.sp-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.sp-category-badge a {
    display: inline-block;
    padding: 7px 20px;
    background: linear-gradient(135deg, #e50914, #ff4444);
    color: #fff;
    border-radius: 25px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.35);
    transition: all 0.3s ease;
}

.sp-category-badge a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 9, 20, 0.5);
}

.sp-hero-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 28px;
    max-width: 820px;
    letter-spacing: -0.02em;
}

.sp-hero-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.sp-author-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sp-author-avatar {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(229, 9, 20, 0.5) !important;
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.2);
}

.sp-author-info {
    display: flex;
    flex-direction: column;
}

.sp-author-name {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}

.sp-publish-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
}

.sp-meta-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    backdrop-filter: blur(10px);
}

.sp-pill i {
    color: #e50914;
    font-size: 0.75rem;
}

/* â”€â”€â”€ AD CONTAINERS â”€â”€â”€ */
.sp-ad-container {
    text-align: center;
    padding: 20px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.sp-ad-inline {
    margin: 2em 0;
    text-align: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   3-COLUMN ARTICLE LAYOUT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.sp-article-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 3% 60px;
    gap: 35px;
    position: relative;
}

/* â”€â”€â”€ LEFT SIDEBAR: TABLE OF CONTENTS â”€â”€â”€ */
.sp-left-sidebar {
    display: none;
    position: sticky;
    top: 90px;
    align-self: start;
    height: fit-content;
}

.sp-left-sidebar.has-toc {
    display: block;
}

.sp-toc-sticky {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sp-toc-sticky::-webkit-scrollbar {
    width: 3px;
}

.sp-toc-sticky::-webkit-scrollbar-thumb {
    background: rgba(229, 9, 20, 0.3);
    border-radius: 3px;
}

.sp-toc-panel {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(20px);
}

.sp-toc-panel-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-toc-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e50914;
    font-size: 0.75rem;
}

.sp-toc-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sp-toc-nav {
    display: flex;
    flex-direction: column;
    padding: 12px 14px;
}

.sp-toc-link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.82rem;
    line-height: 1.35;
    border-left: 2px solid rgba(255, 255, 255, 0.06);
    transition: all 0.25s ease;
    border-radius: 0 8px 8px 0;
}

.sp-toc-link i {
    font-size: 0.6rem;
    margin-top: 4px;
    flex-shrink: 0;
    opacity: 0.5;
    transition: all 0.25s ease;
}

.sp-toc-link span {
    flex: 1;
}

.sp-toc-link:hover {
    color: rgba(255, 255, 255, 0.8);
    border-left-color: rgba(229, 9, 20, 0.4);
    background: rgba(229, 9, 20, 0.04);
}

.sp-toc-link:hover i {
    opacity: 1;
    color: #e50914;
}

.sp-toc-link.active {
    color: #fff;
    border-left-color: #e50914;
    background: rgba(229, 9, 20, 0.08);
    font-weight: 600;
    box-shadow: inset 0 0 20px rgba(229, 9, 20, 0.05);
}

.sp-toc-link.active i {
    color: #e50914;
    opacity: 1;
}

.sp-toc-link.sp-toc-sub {
    padding-left: 28px;
    font-size: 0.78rem;
}

.sp-toc-progress-wrap {
    height: 3px;
    background: rgba(255, 255, 255, 0.04);
}

.sp-toc-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #e50914, #ff6b6b);
    transition: width 0.15s linear;
    border-radius: 0 2px 2px 0;
}

/* Mini Info Panel (below TOC) */
.sp-mini-info-panel {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-mini-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

.sp-mini-info-row i {
    color: #e50914;
    font-size: 0.7rem;
    width: 14px;
    text-align: center;
}

/* â”€â”€â”€ CENTER: ARTICLE CONTENT â”€â”€â”€ */
.sp-article-main {
    min-width: 0;
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}

/* Mobile TOC */
.sp-toc-mobile {
    display: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    margin-bottom: 30px;
    overflow: hidden;
}

.sp-toc-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
    user-select: none;
    transition: background 0.2s;
}

.sp-toc-mobile-header:hover {
    background: rgba(255, 255, 255, 0.04);
}

.sp-toc-mobile-header i:first-child {
    color: #e50914;
    margin-right: 8px;
}

.sp-toc-mobile-arrow {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease;
}

.sp-toc-mobile-list {
    padding: 0 20px 16px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-toc-mobile-list.collapsed {
    display: none !important;
}

.sp-toc-mobile-list .sp-toc-link {
    font-size: 0.85rem;
    padding: 10px 12px;
}

/* â”€â”€â”€ ARTICLE BODY TYPOGRAPHY â”€â”€â”€ */
.sp-article-body {
    font-size: 1.1rem;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.85);
}

.sp-article-body p {
    margin-bottom: 1.6em;
}

.sp-article-body p:first-of-type::first-letter {
    float: left;
    font-size: 3.6em;
    line-height: 0.82;
    font-weight: 800;
    color: #e50914;
    margin-right: 12px;
    margin-top: 6px;
    text-shadow: 0 0 30px rgba(229, 9, 20, 0.3);
}

.sp-article-body h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin: 2.2em 0 0.8em;
    padding-left: 18px;
    border-left: 4px solid #e50914;
    position: relative;
    scroll-margin-top: 90px;
}

.sp-article-body h2::before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    bottom: -4px;
    width: 4px;
    background: #e50914;
    filter: blur(8px);
    opacity: 0.4;
}

.sp-article-body h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 1.8em 0 0.6em;
    padding-left: 14px;
    border-left: 3px solid rgba(229, 9, 20, 0.5);
    scroll-margin-top: 90px;
}

.sp-article-body h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 1.5em 0 0.5em;
}

.sp-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 2em 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease;
}

.sp-article-body img:hover {
    transform: scale(1.01);
}

.sp-article-body blockquote {
    border-left: 4px solid #e50914;
    margin: 2em 0;
    padding: 24px 28px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.06) 0%, rgba(229, 9, 20, 0.02) 100%);
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.sp-article-body blockquote::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 3rem;
    color: rgba(229, 9, 20, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
}

.sp-article-body ul,
.sp-article-body ol {
    margin: 1.2em 0;
    padding-left: 1.5em;
}

.sp-article-body li {
    margin-bottom: 0.7em;
    color: rgba(255, 255, 255, 0.8);
}

.sp-article-body li::marker {
    color: #e50914;
}

.sp-article-body a {
    color: #ff6b6b;
    text-decoration: underline;
    text-decoration-color: rgba(229, 9, 20, 0.3);
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.sp-article-body a:hover {
    color: #e50914;
    text-decoration-color: #e50914;
}

.sp-article-body pre {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 22px;
    overflow-x: auto;
    margin: 1.5em 0;
    font-size: 0.88rem;
    line-height: 1.7;
}

.sp-article-body code {
    background: rgba(229, 9, 20, 0.1);
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.88em;
    color: #ff6b6b;
    font-family: 'Fira Code', 'Consolas', monospace;
}

.sp-article-body pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.sp-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-article-body th {
    background: rgba(229, 9, 20, 0.12);
    color: #fff;
    font-weight: 700;
    padding: 14px 18px;
    text-align: left;
    font-size: 0.88rem;
}

.sp-article-body td {
    padding: 12px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.sp-article-body tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

/* â”€â”€â”€ TAGS SECTION â”€â”€â”€ */
.sp-tags-section {
    margin: 35px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-tags-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}

.sp-tags-label i {
    color: #e50914;
    margin-right: 6px;
}

.sp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sp-tag {
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sp-tag:hover {
    border-color: #e50914;
    color: #e50914;
    background: rgba(229, 9, 20, 0.08);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(229, 9, 20, 0.15);
}

/* â”€â”€â”€ ARTICLE RATING â”€â”€â”€ */
.sp-article-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(229, 9, 20, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin: 28px 0;
}

.sp-rating-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.15), rgba(229, 9, 20, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e50914;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.sp-rating-content {
    flex: 1;
}

.sp-rate-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.sp-rate-btns {
    display: flex;
    gap: 10px;
}

.sp-rate-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sp-rate-btn:hover {
    border-color: #e50914;
    color: #e50914;
    background: rgba(229, 9, 20, 0.08);
    transform: translateY(-1px);
}

.sp-rate-yes:hover {
    border-color: #4caf50;
    color: #4caf50;
    background: rgba(76, 175, 80, 0.08);
}

/* â”€â”€â”€ SHARE BOTTOM â”€â”€â”€ */
.sp-share-bottom {
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-share-bottom h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.sp-share-bottom h4 i {
    color: #e50914;
    margin-right: 8px;
}

.sp-share-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.sp-share-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sp-share-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.sp-share-card.sp-fb:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.sp-share-card.sp-tw:hover { background: #1da1f2; color: #fff; border-color: #1da1f2; }
.sp-share-card.sp-wa:hover { background: #25d366; color: #fff; border-color: #25d366; }
.sp-share-card.sp-li:hover { background: #0a66c2; color: #fff; border-color: #0a66c2; }
.sp-share-card.sp-em:hover { background: #e50914; color: #fff; border-color: #e50914; }
.sp-share-card.sp-cp:hover { background: rgba(229, 9, 20, 0.15); color: #e50914; border-color: #e50914; }

/* â”€â”€â”€ AUTHOR BIO â”€â”€â”€ */
.sp-author-bio {
    position: relative;
    padding: 32px;
    margin: 35px 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
}

.sp-author-bio-glow {
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: -80px;
    right: -60px;
    pointer-events: none;
    animation: spGlowPulse 4s ease-in-out infinite;
}

.sp-author-bio-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e50914, #ff6b6b, transparent);
}

@keyframes spGlowPulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

.sp-author-bio-header {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.sp-bio-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(229, 9, 20, 0.35) !important;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.15);
}

.sp-bio-info {
    flex: 1;
}

.sp-bio-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    color: #e50914;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.sp-bio-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin: 5px 0 10px;
}

.sp-bio-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    margin: 0 0 14px;
}

.sp-bio-stats {
    display: flex;
    gap: 16px;
}

.sp-bio-stats span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
}

.sp-bio-stats i {
    color: #e50914;
}

.sp-bio-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #e50914;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: gap 0.3s ease;
}

.sp-bio-link:hover {
    gap: 14px;
}

/* â”€â”€â”€ POST NAVIGATION â”€â”€â”€ */
.sp-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 35px 0;
}

.sp-nav-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sp-nav-card:hover {
    border-color: rgba(229, 9, 20, 0.3);
    background: rgba(229, 9, 20, 0.04);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.sp-nav-label {
    font-size: 0.75rem;
    color: #e50914;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sp-nav-preview {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sp-nav-preview img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-nav-preview span {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.35;
    font-weight: 600;
}

.sp-nav-next {
    text-align: right;
}

.sp-nav-next .sp-nav-preview {
    justify-content: flex-end;
}

.sp-nav-empty {
    visibility: hidden;
}

/* â”€â”€â”€ RIGHT SIDEBAR: SHARE + RELATED â”€â”€â”€ */
.sp-right-sidebar {
    position: sticky;
    top: 90px;
    align-self: start;
    height: fit-content;
}

.sp-right-sticky {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Share Panel */
.sp-share-panel {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(20px);
}

.sp-share-panel-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
}

.sp-share-panel-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.sp-share-btn {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
}

.sp-share-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.sp-fb:hover { background: #1877f2; }
.sp-tw:hover { background: #1da1f2; }
.sp-wa:hover { background: #25d366; }
.sp-li:hover { background: #0a66c2; }
.sp-copy:hover { background: #e50914; }
.sp-copy.copied { background: #4caf50 !important; }

.sp-share-panel-divider {
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.sp-share-views {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    gap: 6px;
}

.sp-share-views i {
    color: #e50914;
    font-size: 0.65rem;
}

/* Sidebar Ad Panel */
.sp-sidebar-ad-panel {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 14px;
    text-align: center;
}

/* Quick Related Panel */
.sp-quick-related-panel {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-quick-related-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-quick-related-label i {
    color: #e50914;
    margin-right: 5px;
}

.sp-quick-related-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sp-quick-related-item:hover {
    background: rgba(229, 9, 20, 0.06);
}

.sp-quick-related-item img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-quick-related-item span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.3;
    font-weight: 500;
    transition: color 0.2s ease;
}

.sp-quick-related-item:hover span {
    color: #fff;
}

/* â”€â”€â”€ RELATED POSTS SECTION â”€â”€â”€ */
.sp-related-section {
    padding: 60px 5%;
    max-width: 1340px;
    margin: 0 auto;
}

.sp-related-container {
    max-width: 1340px;
    margin: 0 auto;
}

.section-header-news {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.section-badge-news {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    background: rgba(229, 9, 20, 0.12);
    color: #e50914;
    border-radius: 25px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-header-news h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.sp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Ad Card */
.news-ad-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border-style: dashed !important;
}

/* â”€â”€â”€ SCROLL REVEAL ANIMATIONS â”€â”€â”€ */
.sp-reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.sp-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* â”€â”€â”€ RESPONSIVE DESIGN â”€â”€â”€ */
@media (max-width: 1280px) {
    .sp-article-layout {
        grid-template-columns: 200px minmax(0, 1fr) 200px;
        gap: 25px;
    }
}

@media (max-width: 1100px) {
    .sp-article-layout {
        grid-template-columns: minmax(0, 1fr);
        max-width: 780px;
    }

    .sp-left-sidebar,
    .sp-right-sidebar {
        display: none !important;
    }

    .sp-toc-mobile {
        display: block;
    }

    .sp-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sp-hero-ultra {
        min-height: 400px;
    }

    .sp-hero-content {
        padding: 40px 5% 40px;
    }

    .sp-hero-title {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .sp-hero-meta {
        flex-direction: column;
        gap: 15px;
    }

    .sp-article-layout {
        padding: 25px 5% 40px;
    }

    .sp-article-body {
        font-size: 1rem;
        line-height: 1.85;
    }

    .sp-article-body h2 {
        font-size: 1.3rem;
    }

    .sp-article-body h3 {
        font-size: 1.1rem;
    }

    .sp-article-body p:first-of-type::first-letter {
        font-size: 2.8em;
        margin-right: 8px;
    }

    .sp-share-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-post-nav {
        grid-template-columns: 1fr;
    }

    .sp-author-bio {
        padding: 24px;
    }

    .sp-author-bio-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sp-bio-stats {
        justify-content: center;
    }

    .sp-bio-link {
        justify-content: center;
    }

    .sp-related-grid {
        grid-template-columns: 1fr;
    }

    .sp-article-rating {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sp-hero-ultra {
        min-height: 350px;
    }

    .sp-hero-title {
        font-size: 1.28rem;
    }

    .sp-pill {
        font-size: 0.72rem;
        padding: 5px 10px;
    }

    .sp-share-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sp-article-body blockquote {
        padding: 18px 18px 18px 22px;
    }
}

/* ========================================================================
   NEWS CARD ULTRA â€” Premium Blog Card Component
   Used by: front-page.php, page-news.php, single.php (related)
   ======================================================================== */

.news-card-ultra {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.news-card-ultra:hover {
    transform: translateY(-5px);
    border-color: rgba(229, 9, 20, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(229, 9, 20, 0.08);
}

.news-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Card Image */
.news-card-ultra .news-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    height: auto;
}

.news-card-ultra .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card-ultra:hover .news-card-image img {
    transform: scale(1.06);
}

.news-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card-ultra:hover .news-card-overlay {
    opacity: 1;
}

.news-card-read-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transform: scale(0.8);
    transition: transform 0.3s;
}

.news-card-ultra:hover .news-card-read-icon {
    transform: scale(1);
}

.news-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    background: rgba(229, 9, 20, 0.85);
    color: #fff;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.news-card-time {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.65);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    font-size: 0.7rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Card Body */
.news-card-body {
    padding: 18px 18px 20px;
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.news-card-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(229, 9, 20, 0.3);
}

.news-card-author {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
    font-weight: 500;
}

.news-card-date {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.75rem;
    margin-left: auto;
}

.news-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.news-card-ultra:hover .news-card-title {
    color: #ff6b6b;
}

.news-card-excerpt {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 12px;
}

.news-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e50914;
    font-size: 0.82rem;
    font-weight: 600;
    transition: gap 0.2s;
}

.news-card-ultra:hover .news-card-readmore {
    gap: 10px;
}

/* ========================================================================
   HOMEPAGE ARTICLES SECTION
   ======================================================================== */

.home-articles-section {
    padding: 60px 0;
}

.home-articles-section .section-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.home-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.home-articles-viewall {
    text-align: center;
    margin-top: 35px;
    display: none;
}

.no-news-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.4);
}

/* ========================================================================
   HOMEPAGE ARTICLES â€” MOBILE RESPONSIVE
   ======================================================================== */

@media (max-width: 1024px) {
    .home-articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .home-articles-section {
        padding: 40px 0;
    }

    .home-articles-section .section-container {
        padding: 0 16px;
    }

    .home-articles-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-articles-viewall {
        display: block;
        margin-top: 25px;
    }

    /* Horizontal card layout on mobile */
    .news-card-ultra .news-card-link {
        display: flex;
        flex-direction: row;
    }

    .news-card-ultra .news-card-image {
        width: 130px;
        min-width: 130px;
        aspect-ratio: auto;
        height: auto;
        border-radius: 16px 0 0 16px;
    }

    .news-card-ultra .news-card-image img {
        height: 100%;
        min-height: 130px;
    }

    .news-card-overlay {
        display: none;
    }

    .news-card-category {
        top: 8px;
        left: 8px;
        padding: 3px 8px;
        font-size: 0.6rem;
    }

    .news-card-time {
        display: none;
    }

    .news-card-body {
        padding: 14px 14px 14px 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        min-width: 0;
    }

    .news-card-meta {
        margin-bottom: 6px;
    }

    .news-card-avatar {
        width: 22px;
        height: 22px;
    }

    .news-card-author {
        font-size: 0.72rem;
    }

    .news-card-date {
        font-size: 0.68rem;
    }

    .news-card-title {
        font-size: 0.9rem;
        margin-bottom: 4px;
        -webkit-line-clamp: 2;
    }

    .news-card-excerpt {
        display: none;
    }

    .news-card-readmore {
        font-size: 0.75rem;
        margin-top: 4px;
    }

    .news-card-ultra:hover {
        transform: none;
    }
}

@media (max-width: 480px) {
    .home-articles-section {
        padding: 30px 0;
    }

    .home-articles-grid {
        gap: 10px;
    }

    .news-card-ultra .news-card-image {
        width: 110px;
        min-width: 110px;
    }

    .news-card-ultra .news-card-image img {
        min-height: 110px;
    }

    .news-card-body {
        padding: 10px 12px;
    }

    .news-card-title {
        font-size: 0.85rem;
    }

    .news-card-meta {
        gap: 5px;
        margin-bottom: 4px;
    }

    .news-card-avatar {
        width: 20px;
        height: 20px;
    }

    .news-card-category {
        padding: 2px 6px;
        font-size: 0.55rem;
        top: 6px;
        left: 6px;
    }
}

/* =========================================
   FILM INDUSTRIES - HOME PAGE GRID
   ========================================= */
.fi-home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.fi-home-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.fi-home-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--fi-color);
    opacity: 0;
    transition: opacity 0.3s;
}

.fi-home-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.fi-home-card:hover::before {
    opacity: 1;
}

.fi-home-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fi-color);
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.fi-home-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fi-home-flag {
    font-size: 0.9rem;
    line-height: 1;
}

.fi-home-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fi-home-count {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 768px) {
    .fi-home-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .fi-home-card {
        padding: 10px 12px;
        gap: 10px;
    }

    .fi-home-icon {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }

    .fi-home-name {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .fi-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   GLOBAL FAQ ACCORDION COMPONENT
   Used on: Movies, TV Shows, Genres, Trending, New Releases
   ============================================ */

.global-faq-section {
    max-width: 900px;
    margin: 60px auto 0;
    padding: 0 30px 40px;
}

.global-faq-header {
    text-align: center;
    margin-bottom: 32px;
}

.global-faq-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.global-faq-header h2 i {
    color: #e50914;
    margin-right: 8px;
}

.global-faq-header p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.global-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.global-faq-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.global-faq-item:hover {
    border-color: rgba(229, 9, 20, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.global-faq-q {
    padding: 20px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    user-select: none;
    transition: background 0.3s;
}

.global-faq-q:hover {
    background: rgba(255, 255, 255, 0.02);
}

.global-faq-q span:first-child {
    flex: 1;
    line-height: 1.5;
}

.global-faq-q .faq-toggle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.3s;
}

.global-faq-q .faq-toggle-icon i {
    font-size: 0.65rem;
    color: #e50914;
    transition: transform 0.3s;
}

.global-faq-item.active .global-faq-q .faq-toggle-icon i {
    transform: rotate(180deg);
}

.global-faq-item.active .global-faq-q .faq-toggle-icon {
    background: rgba(229, 9, 20, 0.2);
}

.global-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.global-faq-item.active .global-faq-a {
    max-height: 300px;
}

.global-faq-a-inner {
    padding: 0 24px 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding-top: 14px;
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .global-faq-section {
        margin-top: 40px;
        padding: 0 16px 30px;
    }

    .global-faq-header h2 {
        font-size: 1.2rem;
    }

    .global-faq-q {
        padding: 16px 18px;
        font-size: 0.88rem;
    }

    .global-faq-a-inner {
        padding: 0 18px 16px;
        font-size: 0.85rem;
    }

    .global-faq-q .faq-toggle-icon {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 480px) {
    .global-faq-q {
        padding: 14px 14px;
        font-size: 0.85rem;
        gap: 12px;
    }

    .global-faq-a-inner {
        padding: 0 14px 14px;
        font-size: 0.82rem;
    }
}

/* =========================================
   NARROW MOBILE HERO FIX (â‰¤400px)
   Fixes text/stats clipping on small phones
   ========================================= */
@media (max-width: 400px) {

    /* Hero container â€” constrain to viewport */
    .hero-mega,
    .home-hero-ultra {
        padding: 70px 10px 25px !important;
        overflow: hidden;
    }

    /* Hero content â€” prevent overflow */
    .hero-content-mega {
        max-width: 100% !important;
        padding: 0 5px !important;
        overflow: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Hero title â€” scale down */
    .hero-mega-title {
        font-size: 1.3rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Hero description â€” prevent overflow */
    .hero-mega-description {
        font-size: 0.85rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Live badge â€” compact on narrow screens */
    .hero-live-badge {
        padding: 6px 12px !important;
        gap: 6px !important;
        font-size: 0.75rem;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .hero-live-badge .viewer-count {
        font-size: 0.85rem;
    }

    .hero-live-badge .viewer-label {
        font-size: 0.7rem;
    }

    .hero-live-badge .live-text {
        font-size: 0.65rem;
    }

    /* Stats grid â€” always 2x2 on narrow screens */
    .hero-stats-mega {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 16px !important;
        max-width: 100%;
        box-sizing: border-box;
        flex-direction: unset !important;
    }

    .stat-mega {
        padding: 6px 8px !important;
        gap: 8px !important;
    }

    .stat-mega .stat-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 0.85rem !important;
        border-radius: 8px !important;
    }

    .stat-mega .stat-number {
        font-size: 1.1rem !important;
    }

    .stat-mega .stat-label {
        font-size: 0.65rem !important;
    }

    .stat-divider {
        display: none !important;
    }

    /* CTA buttons â€” full width, compact */
    .cta-btn-mega {
        padding: 10px 16px !important;
        font-size: 0.85rem !important;
    }
}

/* =========================================
   WHERE TO WATCH (JUSTWATCH STYLE)
   ========================================= */
.watch-providers-section-ultra {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
}

.wp-section-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

.wp-region-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    margin-left: 5px;
}

.wp-provider-group {
    margin-bottom: 25px;
    animation: wcFadeUp 0.6s ease-out backwards;
}

.wp-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.wp-group-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.85rem;
    border: 1px solid transparent;
}

.wp-group-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.wp-providers-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wp-provider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px;
    border-radius: 12px;
    width: 90px;
}

.wp-provider-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.wp-provider-logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: contain;
    background: #111;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.wp-provider-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #333, #111);
    color: #888;
    font-size: 1.2rem;
}

.wp-provider-card:hover .wp-provider-logo {
    box-shadow: 0 6px 15px rgba(229, 9, 20, 0.3);
}

.wp-provider-name {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
}

/* Info and Attribution */
.wp-regions-info, .wp-attribution {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
}

.wp-attribution a {
    color: #e50914;
    text-decoration: none;
}

.wp-seo-content {
    margin-top: 15px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
}

/* Cinema Badge */
.wp-cinema-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(229, 9, 20, 0.05);
    border: 1px solid rgba(229, 9, 20, 0.2);
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.wp-cinema-icon {
    width: 40px;
    height: 40px;
    background: #e50914;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.wp-cinema-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wp-cinema-title {
    font-weight: 700;
    color: #ff4d4d;
    font-size: 0.95rem;
}

.wp-cinema-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

@media (max-width: 768px) {
    .watch-providers-section-ultra {
        padding: 20px 15px;
    }
    
    .wp-provider-card {
        width: calc(33.33% - 10px);
        padding: 10px;
    }
    
    .wp-providers-grid {
        gap: 10px;
    }
}
