.elementor-17 .elementor-element.elementor-element-593372a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-24px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-593372a1{--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-593372a1{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-32f1617 *//* ========== Variables ========== */
:root {
    --primary: #F9B032;
    --secondary: #FF6B35;
    --accent: #FFC857;
    --blue: #00d9ff;
    --purple: #9333ea;
    --pink: #db2777;
    --cinema-gold: #F9B032;
    --warm-orange: #FF8C42;
    --deep-gold: #D4941A;
    
    --bg-dark: #0f0f0f;
    --bg-darker: #050505;
    --bg-card: rgba(255, 255, 255, 0.04);
    --bg-glass: rgba(255, 255, 255, 0.06);
    
    --text-primary: #ffffff;
    --text-secondary: #a0a0b0;
    
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.4);
    --shadow-xl: 0 16px 64px rgba(0, 0, 0, 0.5);
    
    --glow-primary: 0 0 20px rgba(249, 176, 50, 0.5);
    --glow-orange: 0 0 30px rgba(255, 107, 53, 0.6);
    --glow-gold: 0 0 25px rgba(255, 200, 87, 0.5);
}

/* ========== Font Face ========== */
@font-face {
    font-family: 'IRANSansX';
    src: url('https://bebinim.me/wp-content/uploads/2025/11/IRANSansX-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ========== Reset & Base ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: var(--bg-darker);
}

*::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;
}

/* Better scroll on mobile */
@media (max-width: 768px) {
    html {
        scroll-padding-top: 80px;
    }
}

body {
    font-family: 'IRANSansX', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

*, *::before, *::after {
    font-family: 'IRANSansX', sans-serif !important;
}

/* ========== Custom Cursor (Disabled for Performance) ========== */
.cursor-glow {
    display: none !important;
}

.cursor-dot {
    display: none !important;
}

.cursor-dot::before {
    display: none !important;
}

/* ========== Animated Background ========== */
.animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.bg-gradient {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.12;
    animation: float 20s infinite ease-in-out;
}

.gradient-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--primary), transparent);
    top: 0;
    right: 0;
    animation-delay: 0s;
}

.gradient-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--purple), transparent);
    bottom: 0;
    left: 0;
    animation-delay: -7s;
}

.gradient-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--accent), transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -14s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(100px, -100px) scale(1.1); }
    66% { transform: translate(-100px, 100px) scale(0.9); }
}

#particlesCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========== Loading Screen ========== */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-darker);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 0.5s ease 2s forwards;
}

.loader {
    text-align: center;
}

/* ================================================
   WATCH PARTY CLEAN STYLES
   ================================================ */

/* Container */
.watch-party-container {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
}

/* Movie Screen Wrapper */
.movie-screen-wrapper {
    position: relative;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.screen-glow-effect {
    display: none;
}

@keyframes glowRotate {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

/* Movie Screen */
.movie-screen {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

/* Animated Background Scene */
.movie-scene-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        #16213e 0%,
        #e50914 25%,
        #9333ea 50%,
        #1a1a2e 75%,
        #0f0f0f 100%
    );
    background-size: 400% 400%;
    animation: sceneMove 20s ease infinite;
}

@keyframes sceneMove {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.movie-scene-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 35% 45%, rgba(229, 9, 20, 0.4), transparent 55%),
        radial-gradient(circle at 65% 55%, rgba(147, 51, 234, 0.4), transparent 55%);
    animation: scenePulse 6s ease infinite;
}

@keyframes scenePulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.9; }
}

/* Reactions Layer */
.reactions-layer {
    display: none;
}

.reaction-float {
    position: absolute;
    left: var(--x);
    top: var(--y);
    font-size: 38px;
    animation: floatUpAnim 5s ease-in-out infinite;
    animation-delay: var(--delay);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.7));
}

@keyframes floatUpAnim {
    0% { 
        opacity: 0; 
        transform: translateY(0) scale(0.6) rotate(0deg); 
    }
    20% { 
        opacity: 1; 
        transform: translateY(-15px) scale(1) rotate(8deg); 
    }
    80% { 
        opacity: 1; 
        transform: translateY(-50px) scale(1.05) rotate(-8deg); 
    }
    100% { 
        opacity: 0; 
        transform: translateY(-80px) scale(0.7) rotate(15deg); 
    }
}

/* Video Controls */
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    z-index: 15;
}

.progress-track {
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill {
    width: 48%;
    height: 100%;
    background: linear-gradient(90deg, #e50914 0%, #ff4466 100%);
    border-radius: 3px;
    position: relative;
    animation: progressGlow 2.5s ease infinite;
}

@keyframes progressGlow {
    0%, 100% { box-shadow: none; }
    50% { box-shadow: 0 0 6px rgba(229, 9, 20, 0.3); }
}

.video-time {
    display: flex;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.time-sep {
    color: rgba(255, 255, 255, 0.5);
}

/* Viewers Grid */
.viewers-grid {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.viewer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    min-width: 130px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.viewer-item.active {
    border-color: rgba(229, 9, 20, 0.4);
    background: rgba(229, 9, 20, 0.04);
    box-shadow: 0 4px 16px rgba(229, 9, 20, 0.15);
}

.viewer-item:not(.active) {
    opacity: 0.5;
    filter: grayscale(0.8);
}

.viewer-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.viewer-avatar {
    position: relative;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e50914 0%, #b20710 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2.5px solid #0f0f0f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.avatar-emoji {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.online-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #00ff88;
    border: 2px solid #0f0f0f;
    border-radius: 50%;
    animation: dotPulse 2s ease infinite;
}

@keyframes dotPulse {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1); 
        box-shadow: 0 0 6px #00ff88; 
    }
    50% { 
        opacity: 0.8; 
        transform: scale(1.15); 
        box-shadow: 0 0 12px #00ff88; 
    }
}

.viewer-username {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.viewer-reaction {
    display: none;
}

@keyframes reactionBounce {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
    }
    50% { 
        transform: scale(1.15) rotate(8deg); 
    }
}

.viewer-bubble {
    position: relative;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 7px 11px;
    font-size: 11px;
    color: #a0a0b0;
    text-align: center;
    margin-top: 3px;
    max-width: 140px;
    word-wrap: break-word;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.viewer-bubble::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(10, 10, 10, 0.95);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .watch-party-container {
        max-width: 100%;
    }
    
    .movie-screen-wrapper {
        padding: 8px;
        border-radius: 14px;
    }
    
    .reaction-float {
        font-size: 30px;
    }
    
    .video-controls {
        padding: 14px;
    }
    
    .video-time {
        font-size: 11px;
    }
    
    .viewers-grid {
        gap: 10px;
        margin-top: 20px;
    }
    
    .viewer-item {
        padding: 12px;
        min-width: 110px;
    }
    
    .viewer-avatar {
        width: 42px;
        height: 42px;
    }
    
    .avatar-emoji {
        font-size: 21px;
    }
    
    .viewer-username {
        font-size: 11px;
    }
    
    .viewer-reaction {
        font-size: 20px;
    }
    
    .viewer-bubble {
        font-size: 10px;
        padding: 6px 9px;
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .movie-screen-wrapper {
        padding: 6px;
    }
    
    .reaction-float {
        font-size: 26px;
    }
    
    .video-controls {
        padding: 12px;
    }
    
    .viewers-grid {
        gap: 8px;
    }
    
    .viewer-item {
        padding: 10px;
        min-width: 100px;
    }
    
    .viewer-avatar {
        width: 38px;
        height: 38px;
    }
    
    .avatar-emoji {
        font-size: 19px;
    }
    
    .viewer-reaction {
        font-size: 18px;
    }
    
    .viewer-bubble {
        font-size: 9px;
        padding: 5px 8px;
        max-width: 110px;
    }
}


.loader-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 107, 53, 0.1);
    border-top: 3px solid var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loader-text {
    color: var(--text-secondary);
    font-size: 14px;
}

@media (max-width: 768px) {
    .loader-circle {
        width: 60px;
        height: 60px;
    }
    
    .loader-text {
        font-size: 13px;
    }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* ========== Glass Effect ========== */
.glass-effect {
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========== Header ========== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--blue));
    transition: width 0.3s ease;
}

.scroll-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--blue));
    width: 0%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
    transition: width 0.1s ease;
}

.header.scrolled {
    padding: 12px 0;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header.scrolled::after {
    width: 100%;
}

.navbar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.1), transparent);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.6s ease;
    pointer-events: none;
}

.header:hover .navbar::before {
    width: 300px;
    height: 300px;
    opacity: 1;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon-wrapper {
    width: 65px;
    height: 65px;
    background: transparent;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: logoFloat 3s ease-in-out infinite;
    transition: all 0.3s ease;
}

.logo:hover .logo-icon-wrapper {
    transform: rotate(-5deg);
}

.logo-icon-wrapper::before {
    display: none;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.logo-svg {
    width: 26px;
    height: 26px;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.logo-sub {
    font-size: 11px;
    color: var(--text-secondary);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Navigation */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 4px;
    margin: 0;
    background: var(--bg-glass);
    padding: 6px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-link {
    position: relative;
    padding: 12px 24px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.nav-link span {
    position: relative;
    z-index: 1;
}

.nav-link .nav-icon {
    width: 20px;
    height: 20px;
    display: block;
    color: inherit;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.15), rgba(196, 69, 105, 0.15));
    border-radius: var(--radius-sm);
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.8);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-link:hover {
    color: var(--text-primary);
    transform: translateY(-2px);
}

.nav-link:hover::before {
    opacity: 1;
    transform: scale(1);
}

.nav-link:hover::after {
    width: 60%;
}

.nav-link.active {
    color: var(--text-primary);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(196, 69, 105, 0.2));
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.2);
}

.nav-link.active::after {
    width: 60%;
}

/* Header CTA */
.header-cta {
    display: flex;
    align-items: center;
    gap: 24px;
}

.live-users {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}

.live-users:hover {
    border-color: var(--primary);
    background: rgba(229, 9, 20, 0.05);
    transform: translateY(-2px);
}

.live-indicator {
    width: 8px;
    height: 8px;
    background: #00ff88;
    border-radius: 50%;
    animation: livePulse 2s ease infinite;
    box-shadow: 0 0 10px #00ff88;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

.live-count {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
}

.live-text {
    font-size: 13px;
    color: var(--text-secondary);
}

.btn-create-room {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.btn-create-room svg {
    transition: transform 0.3s ease;
}

.btn-create-room:hover svg {
    transform: rotate(90deg);
}

.nav-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nav-buttons .btn-ghost {
    position: relative;
    overflow: hidden;
}

.nav-buttons .btn-ghost::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.nav-buttons .btn-ghost:hover::before {
    width: 200%;
    height: 200%;
}

.nav-buttons .btn-gradient {
    position: relative;
    overflow: hidden;
}

.nav-buttons .btn-gradient::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.nav-buttons .btn-gradient:hover::before {
    left: 100%;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: var(--bg-darker);
    backdrop-filter: blur(20px);
    z-index: 1000;
    padding: 30px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-close {
    width: 40px;
    height: 40px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--text-primary);
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: var(--primary);
    transform: rotate(90deg);
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.mobile-nav-menu li {
    margin-bottom: 15px;
}

.mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
    background: var(--bg-glass);
}

.mobile-nav-link:hover {
    color: var(--text-primary);
    background: rgba(255, 107, 53, 0.1);
    transform: translateX(-10px);
}

.mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-menu-buttons .btn {
    width: 100%;
    justify-content: center;
}

.mobile-live {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ========== Buttons ========== */
.btn {
    padding: 12px 28px;
    border: none;
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 600;
    font-family: 'IRANSansX', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
}

.btn-ghost {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-ghost:hover {
    color: var(--text-primary);
    border-color: rgba(255, 255, 255, 0.3);
    background: var(--bg-glass);
}

.btn-gradient {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    box-shadow: var(--glow-primary);
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.7);
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    animation: shine 6s infinite;
}

@keyframes shine {
    to { left: 100%; }
}

.btn-hero {
    padding: 16px 36px;
    font-size: 16px;
}

.btn-large {
    padding: 16px 40px;
    font-size: 16px;
}

.btn-glass {
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    color: var(--text-primary);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

/* ========== Hero Section ========== */
.hero {
    display: flex;
    align-items: center;
    padding: 130px 40px 50px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 50px;
    overflow-x: hidden;
    width: 100%;
}

.hero-content {
    flex: 1;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 30px;
    animation: fadeInUp 0.6s ease;
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.badge-icon svg {
    width: 18px;
    height: 18px;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(180deg); }
}

.hero-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-line {
    display: block;
    animation: fadeInUp 0.6s ease;
    animation-fill-mode: both;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary), var(--accent), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 40px;
    line-height: 1.7;
    animation: fadeInUp 0.6s ease 0.2s both;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
    animation: fadeInUp 0.6s ease 0.3s both;
}

.hero-stats {
    display: flex;
    gap: 50px;
    animation: fadeInUp 0.6s ease 0.4s both;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: var(--text-secondary);
}

/* Hero Visual */
.hero-visual {
    flex: 1;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* ===================================
   Watch Party Screen Styles
   =================================== */
.watch-party-screen {
    position: relative;
    width: 100%;
    max-width: 700px;
    animation: floatUp 0.8s ease backwards;
    margin: 0 auto;
}

@keyframes floatUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Movie Display */
.movie-display-wrapper {
    position: relative;
    width: 100%;
}

.screen-border {
    position: relative;
    padding: 12px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(147, 51, 234, 0.2));
    border-radius: 20px;
    box-shadow: 
        0 0 80px rgba(229, 9, 20, 0.4),
        0 20px 60px rgba(0, 0, 0, 0.7);
}

.screen-glow {
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.4), transparent 60%);
    animation: screenGlow 6s ease infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes screenGlow {
    0%, 100% { opacity: 0.5; transform: scale(1) rotate(0deg); }
    50% { opacity: 0.8; transform: scale(1.1) rotate(180deg); }
}

.movie-screen-active {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 4px 30px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

/* Cinematic Movie Scene */
.movie-scene {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #1a1a2e 0%,
        #e50914 30%,
        #9333ea 50%,
        #16213e 70%,
        #0f0f0f 100%
    );
    background-size: 400% 400%;
    animation: movieScene 15s ease infinite;
    position: relative;
}

@keyframes movieScene {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.movie-scene::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(229, 9, 20, 0.3), transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(147, 51, 234, 0.3), transparent 50%);
    animation: sceneLight 8s ease infinite;
}

@keyframes sceneLight {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Movie Controls */
.movie-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    z-index: 10;
}

.control-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.progress-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress-filled {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #ff4655);
    border-radius: 3px;
    box-shadow: 0 0 10px var(--primary);
    animation: progressPulse 2s ease infinite;
}

@keyframes progressPulse {
    0%, 100% { box-shadow: 0 0 10px var(--primary); }
    50% { box-shadow: 0 0 20px var(--primary), 0 0 30px var(--primary); }
}

.time-info {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.separator {
    color: rgba(255, 255, 255, 0.5);
}

/* Floating Reactions Around Screen */
.reactions-floating {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 5;
}

.float-reaction {
    position: absolute;
    font-size: 42px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.6));
    animation: floatReaction 4s ease-in-out infinite;
    opacity: 0;
    animation-delay: var(--delay);
}

@keyframes floatReaction {
    0% { 
        opacity: 0; 
        transform: translateY(0) scale(0.5) rotate(0deg); 
    }
    15% { 
        opacity: 1; 
        transform: translateY(-20px) scale(1) rotate(10deg); 
    }
    85% { 
        opacity: 1; 
        transform: translateY(-60px) scale(1.1) rotate(-10deg); 
    }
    100% { 
        opacity: 0; 
        transform: translateY(-100px) scale(0.8) rotate(20deg); 
    }
}

.float-reaction:nth-child(odd) {
    animation-duration: 5s;
}

.float-reaction:nth-child(even) {
    animation-duration: 4.5s;
}

/* Viewers Watching Together */
.viewers-watching {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.3s backwards;
}

.viewer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: var(--bg-glass);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    min-width: 140px;
}

.viewer-card.watching {
    border-color: rgba(229, 9, 20, 0.5);
    background: rgba(229, 9, 20, 0.05);
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.2);
}

.viewer-card.offline {
    opacity: 0.4;
    filter: grayscale(1);
}

.viewer-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.4);
}

.viewer-avatar-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border: 3px solid var(--bg-dark);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    position: relative;
}

.viewer-card.watching .viewer-avatar-circle::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #00ff88;
    border-radius: 50%;
    border: 2px solid var(--bg-dark);
    animation: liveStatusPulse 2s ease infinite;
}

@keyframes liveStatusPulse {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1); 
        box-shadow: 0 0 8px #00ff88; 
    }
    50% { 
        opacity: 0.7; 
        transform: scale(1.2); 
        box-shadow: 0 0 15px #00ff88; 
    }
}

.viewer-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    text-align: center;
}

.viewer-live-reaction {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    animation: reactionPop 1s ease infinite;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

@keyframes reactionPop {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(10deg); }
}

/* Viewer Comment Bubble */
.viewer-comment {
    position: relative;
    background: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 12px;
    color: var(--text-secondary);
    text-align: center;
    margin-top: 4px;
    max-width: 150px;
    word-wrap: break-word;
    animation: commentAppear 0.6s ease backwards;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.viewer-comment::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(15, 15, 15, 0.95);
}

@keyframes commentAppear {
    from { 
        opacity: 0; 
        transform: translateY(10px) scale(0.9); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
    }
}

/* Live Chat Box */
.live-chat-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    animation: fadeInUp 0.8s ease 0.5s backwards;
    contain: layout style paint;
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

.chat-box-header {
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(147, 51, 234, 0.2));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
}

.chat-icon {
    font-size: 18px;
}

.online-indicator {
    margin-right: auto;
    font-size: 11px;
    color: #00ff88;
    font-weight: 600;
}

.chat-messages-list {
    padding: 12px;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-msg {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    animation: chatMsgSlide 0.4s ease backwards;
}

.chat-msg:nth-child(1) { animation-delay: 0.6s; }
.chat-msg:nth-child(2) { animation-delay: 0.75s; }
.chat-msg:nth-child(3) { animation-delay: 0.9s; }
.chat-msg:nth-child(4) { animation-delay: 1.05s; }

@keyframes chatMsgSlide {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

.msg-avatar {
    font-size: 28px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.msg-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    max-width: 100%;
}

.msg-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
}

.msg-text {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Typing Indicator */
.typing-dots {
    display: flex;
    gap: 4px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: fit-content;
}

.typing-dots span {
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
    animation: typingDot 1.4s infinite;
}

.typing-dots span:nth-child(1) { animation-delay: 0s; }
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingDot {
    0%, 60%, 100% { 
        transform: translateY(0); 
        opacity: 0.5; 
    }
    30% { 
        transform: translateY(-8px); 
        opacity: 1; 
    }
}

/* Scrollbar for Chat */
.chat-messages-list::-webkit-scrollbar {
    width: 4px;
}

.chat-messages-list::-webkit-scrollbar-track {
    background: transparent;
}

.chat-messages-list::-webkit-scrollbar-thumb {
    background: rgba(229, 9, 20, 0.5);
    border-radius: 2px;
}

.chat-messages-list::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

/* Old Cinema Theater - Keep for compatibility */
.cinema-theater {
    position: relative;
    width: 100%;
    max-width: 550px;
    animation: floatScreen 6s ease-in-out infinite;
}

@keyframes floatScreen {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Theater Screen */
.theater-screen {
    width: 100%;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: var(--radius-lg);
    border: 3px solid rgba(229, 9, 20, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 0 60px rgba(229, 9, 20, 0.4),
        0 20px 60px rgba(0, 0, 0, 0.6),
        inset 0 2px 4px rgba(255, 255, 255, 0.1);
}

.screen-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.3), transparent 50%);
    animation: glowPulse 4s ease infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: scale(1) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.1) rotate(180deg); }
}

.movie-playing {
    position: relative;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23111" width="800" height="600"/><circle cx="400" cy="300" r="200" fill="%23e50914" opacity="0.1"/></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: breathe 2s ease-in-out infinite;
}

@keyframes breathe {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
}

.play-circle {
    color: rgba(229, 9, 20, 0.9);
    filter: drop-shadow(0 4px 20px rgba(229, 9, 20, 0.6));
    animation: pulse 2s ease infinite;
}

.movie-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

/* Theater Seats */
.theater-seats {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    padding: 0 20px;
}

.seat-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    animation: fadeInUp 0.6s ease backwards;
}

.seat-row.row-1 { animation-delay: 0.2s; }
.seat-row.row-2 { animation-delay: 0.4s; }

.theater-seat {
    width: 65px;
    height: 65px;
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: seatBounce 0.5s ease backwards;
}

@keyframes seatBounce {
    from { transform: scale(0) rotate(180deg); opacity: 0; }
    to { transform: scale(1) rotate(0deg); opacity: 1; }
}

.theater-seat.occupied {
    border-color: var(--primary);
    background: rgba(229, 9, 20, 0.1);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.3);
}

.theater-seat.empty {
    border-color: rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
}

.theater-seat.empty:hover {
    border-color: var(--primary);
    background: rgba(229, 9, 20, 0.05);
    transform: scale(1.1);
}

.theater-seat:hover .seat-tooltip {
    opacity: 1;
    transform: translateY(-10px);
}

.seat-avatar {
    font-size: 30px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.seat-status {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    background: #00ff88;
    border-radius: 50%;
    border: 2px solid var(--bg-dark);
    animation: statusPulse 2s ease infinite;
}

.seat-status.online {
    background: #00ff88;
    box-shadow: 0 0 10px #00ff88;
}

@keyframes statusPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

.seat-tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.seat-tooltip::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
}

/* Theater Snacks */
.theater-snacks {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 5;
}

.snack-item {
    width: 60px;
    height: 70px;
    background: var(--bg-card);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: snackWiggle 3s ease-in-out infinite;
    cursor: pointer;
    transition: all 0.3s ease;
}

.snack-item:hover {
    transform: translateY(-5px) scale(1.1);
    border-color: var(--primary);
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.snack-item.popcorn { animation-delay: 0s; }
.snack-item.drink { animation-delay: 0.5s; }

@keyframes snackWiggle {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-5px) rotate(-5deg); }
    75% { transform: translateY(-5px) rotate(5deg); }
}

.snack-icon {
    font-size: 32px;
}

/* Live Reactions */
.live-reactions {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.reaction-bubble {
    position: absolute;
    bottom: 0;
    left: var(--x);
    animation: reactionFloat 4s ease-in-out infinite;
    animation-delay: var(--delay);
    opacity: 0;
}

@keyframes reactionFloat {
    0% {
        transform: translateY(0) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    90% {
        opacity: 1;
        transform: translateY(var(--y)) scale(1.2);
    }
    100% {
        opacity: 0;
        transform: translateY(calc(var(--y) - 20px)) scale(0.8);
    }
}

.reaction-bubble span {
    font-size: 32px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
    display: block;
}

.reaction-user {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: var(--text-secondary);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 8px;
    border-radius: 4px;
}

/* Chat Preview */
.chat-preview {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 250px;
}

.chat-message {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: messageSlide 0.5s ease backwards;
    animation-delay: calc(var(--delay) + 1s);
}

@keyframes messageSlide {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
}

.msg-avatar {
    font-size: 24px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border-radius: 50%;
    flex-shrink: 0;
}

.msg-content {
    flex: 1;
}

.msg-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
}

.msg-text {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Room Info Badge */
.room-info {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.room-badge {
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: badgeBounce 2s ease-in-out infinite;
}

@keyframes badgeBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.room-icon {
    font-size: 18px;
}

.room-count {
    color: var(--primary);
    font-weight: 800;
}

.room-watching {
    color: var(--text-secondary);
}

/* Floating Features */
.floating-features {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.feature-float {
    position: absolute;
    padding: 12px 20px;
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    animation: floatAround 6s ease-in-out infinite;
    animation-delay: var(--float-delay);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.feature-float:nth-child(1) {
    top: 10%;
    right: 10%;
}

.feature-float:nth-child(2) {
    bottom: 15%;
    left: 10%;
}

.feature-float:nth-child(3) {
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}

@keyframes floatAround {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(15px, -15px) rotate(3deg); }
    66% { transform: translate(-15px, 15px) rotate(-3deg); }
}

.float-icon {
    font-size: 20px;
}

.float-label {
    color: var(--text-primary);
    white-space: nowrap;
}

/* ========== Features Showcase ========== */
.features-showcase {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
}

.highlight-text {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Feature Cards */
.feature-card {
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(196, 69, 105, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: var(--shadow-lg);
}

/* 3D Card */
.card-3d {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.card-3d:hover {
    transform: translateY(-4px);
}

.card-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.card-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
    animation: particleFloat 3s ease infinite;
    opacity: 0;
}

.card-particles span:nth-child(1) { left: 20%; animation-delay: calc(var(--i, 1) * 0.3s); }
.card-particles span:nth-child(2) { left: 50%; animation-delay: calc(var(--i, 1) * 0.3s); }
.card-particles span:nth-child(3) { left: 80%; animation-delay: calc(var(--i, 1) * 0.3s); }

@keyframes particleFloat {
    0% {
        bottom: 0;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0;
    }
}

/* Morph Card */
.card-morph {
    position: relative;
}

.morph-background {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: linear-gradient(135deg, var(--primary), var(--accent), var(--blue));
    border-radius: var(--radius-lg);
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.3s ease;
    z-index: -1;
}

.card-morph:hover .morph-background {
    opacity: 0.15;
}

.reaction-preview {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.reaction {
    width: 40px;
    height: 40px;
    background: var(--bg-glass);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation: reactionBounce 2s ease infinite;
    animation-delay: calc(var(--i, 0) * 0.2s);
}

@keyframes reactionBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Hologram Card */
.card-hologram {
    position: relative;
    background: transparent;
}

.hologram-effect {
    display: none;
}

@keyframes hologramScan {
    0% { background-position: 0% 0%; }
    100% { background-position: 0% 200%; }
}

.quality-indicators {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.quality-badge {
    padding: 6px 14px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
}

/* Feature Card Content */
.card-content {
    position: relative;
    z-index: 1;
}

.feature-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.icon-circle {
    width: 100%;
    height: 100%;
    background: var(--bg-glass);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-circle {
    transform: scale(1.1) rotate(10deg);
    border-color: var(--primary);
    box-shadow: var(--glow-primary);
}

.feature-icon {
    width: 50px;
    height: 50px;
    color: var(--primary);
}

.feature-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.feature-desc {
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.6;
}

.feature-badge {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========== About Section ========== */
.about-section {
    padding: 80px 40px;
    position: relative;
}

.about-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.about-content {
    position: relative;
}

.about-description {
    color: var(--text-secondary);
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.about-feature-item {
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    padding: 24px;
    transition: all 0.3s ease;
}

.about-feature-item:hover {
    border-color: rgba(249, 176, 50, 0.3);
    transform: translateX(-4px);
    background: rgba(249, 176, 50, 0.04);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.about-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.1), rgba(255, 107, 53, 0.08));
    border-radius: 12px;
    margin-bottom: 12px;
    color: var(--primary);
    flex-shrink: 0;
}

.about-feature-icon svg {
    width: 24px;
    height: 24px;
}

.about-feature-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.about-feature-item p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 968px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 20px;
    }
    
    .about-description {
        font-size: 15px;
    }
}

/* ========== How It Works Section ========== */
.how-it-works-section {
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.journey-path {
    max-width: 1200px;
    margin: 50px auto 0;
    position: relative;
}

.path-line {
    width: 100%;
    height: 150px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 0;
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.journey-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 2px solid rgba(249, 176, 50, 0.2);
    border-radius: 24px;
    padding: 40px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease backwards;
    animation-delay: var(--delay);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.journey-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(249, 176, 50, 0.15);
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(249, 176, 50, 0.15), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.journey-card:hover .card-glow {
    opacity: 1;
}

.step-num {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 64px;
    font-weight: 900;
    color: rgba(249, 176, 50, 0.1);
    line-height: 1;
    font-family: Arial, sans-serif;
}

.step-emoji {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.1), rgba(255, 107, 53, 0.08));
    border-radius: 16px;
    margin-bottom: 20px;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.step-emoji svg {
    width: 32px;
    height: 32px;
}

.journey-card:hover .step-emoji {
    transform: scale(1.2) rotate(10deg);
}

.journey-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
    position: relative;
}

.journey-card p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.card-corner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    border-radius: 0 0 0 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.journey-card:hover .card-corner {
    opacity: 0.5;
}

@media (max-width: 968px) {
    .journey-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .path-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .how-it-works-section {
        padding: 60px 20px;
    }
    
    .journey-path {
        margin-top: 50px;
    }
    
    .journey-card {
        padding: 32px 24px;
    }
    
    .step-num {
        font-size: 48px;
        top: 12px;
        right: 16px;
    }
    
    .step-emoji {
        font-size: 48px;
    }
    
    .journey-card h3 {
        font-size: 20px;
    }
    
    .journey-card p {
        font-size: 14px;
    }
}

/* ========== Experience Section ========== */
.experience-section {
    padding: 80px 40px;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.experience-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    overflow-x: hidden;
}

.experience-features {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.exp-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}

.exp-feature:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(-4px);
}

.exp-icon {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border-radius: var(--radius-sm);
    color: var(--primary);
}

.exp-icon svg {
    width: 24px;
    height: 24px;
}

.exp-feature h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.exp-feature p {
    color: var(--text-secondary);
    font-size: 14px;
}

/* Phone Mockup */
.experience-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    min-height: 600px;
    overflow: hidden;
}

.phone-mockup {
    position: relative;
    width: 250px;
    height: 500px;
    animation: phoneFloat 5s ease-in-out infinite;
}

@keyframes phoneFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.phone-frame {
    width: 100%;
    height: 100%;
    background: var(--bg-darker);
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: var(--bg-dark);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background: var(--bg-darker);
    border-radius: 0 0 20px 20px;
}

.phone-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 380px;
    background: radial-gradient(ellipse, rgba(255, 107, 53, 0.25) 0%, rgba(255, 107, 53, 0.1) 40%, transparent 70%);
    animation: glowPulse 4s ease infinite;
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

.screen-content-animated {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.movie-playing {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(196, 69, 105, 0.2));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.movie-playing::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

.play-indicator {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: playPulse 2s ease infinite;
}

.play-indicator::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid var(--bg-dark);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
}

@keyframes playPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.ui-elements {
    width: 100%;
}

.top-bar {
    height: 40px;
    background: var(--bg-glass);
    border-radius: var(--radius-sm);
    margin-bottom: 10px;
}

.ui-controls {
    height: 60px;
    background: var(--bg-glass);
    border-radius: var(--radius-sm);
}

/* ========== Movies Section ========== */
.movies-section {
    padding: 80px 40px;
    overflow-x: hidden;
    width: 100%;
}

.movies-carousel {
    margin-top: 40px;
    position: relative;
    padding: 30px 0;
}

.carousel-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 40px 10px 60px;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

/* Scroll indicators for mobile */
.movies-carousel::after {
    content: '← سوایپ کنید';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: var(--text-secondary);
    opacity: 0.7;
    animation: fadeInOut 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

@media (min-width: 769px) {
    .movies-carousel::after {
        display: none;
    }
}

.movie-card-3d {
    min-width: 300px;
    height: 450px;
    scroll-snap-align: start;
    perspective: 1000px;
    padding: 10px;
    margin: 10px 0;
}

.movie-poster {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.3), rgba(196, 69, 105, 0.3));
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 255, 255, 0.1);
    will-change: transform;
}

.movie-card-3d:hover .movie-poster {
    transform: translateY(-15px) rotateY(8deg) scale(1.02);
    box-shadow: var(--shadow-xl), var(--glow-primary);
    border-color: var(--primary);
}

.poster-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, var(--bg-dark), transparent);
    z-index: 1;
}

.movie-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}

.movie-info h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.movie-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--text-secondary);
}

.rating {
    color: var(--secondary);
}

.play-btn {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0);
}

.movie-card-3d:hover .play-btn {
    opacity: 1;
    transform: scale(1);
}

.play-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--glow-primary);
}

.play-btn svg {
    color: white;
    margin-left: 3px;
}

/* ========== Pricing Section ========== */
.pricing-section {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.6;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-card {
    background: var(--bg-card);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 40px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: var(--shadow-lg);
}

.pricing-card.featured {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.06), rgba(255, 107, 53, 0.06));
    transform: none;
}

.pricing-card.featured:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-header {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.plan-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.1), rgba(255, 107, 53, 0.08));
    border-radius: 20px;
    margin-bottom: 20px;
    color: var(--primary);
}

.plan-icon svg {
    width: 36px;
    height: 36px;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.plan-header h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 800;
}

.plan-subtitle {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 25px;
    font-weight: 400;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 8px;
}

.currency {
    font-size: 16px;
    color: var(--text-secondary);
}

.amount {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.period {
    font-size: 14px;
    color: var(--text-secondary);
    display: block;
    margin-bottom: 20px;
}

.plan-highlight {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.plan-highlight.featured-highlight {
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.15), rgba(255, 107, 53, 0.15));
    border-color: rgba(249, 176, 50, 0.3);
}

.highlight-label {
    display: block;
    font-size: 12px;
    color: var(--text-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlight-value {
    display: block;
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-details-link {
    margin-top: 15px;
    font-size: 13px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.plan-details-link:hover {
    color: var(--primary);
    transform: translateX(-5px);
}

/* All Features Section */
.all-features-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.all-features-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    color: var(--text-primary);
}

.all-features-title svg {
    color: var(--primary);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(-4px);
}

.feature-item > .feature-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.08), rgba(255, 107, 53, 0.06));
    border-radius: 10px;
    color: var(--primary);
    flex-shrink: 0;
}

.feature-item > .feature-icon svg {
    width: 22px;
    height: 22px;
}

.feature-text h4 {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text-primary);
}

.feature-text p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.plan-features {
    list-style: none;
    margin-bottom: 30px;
}

.plan-features li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 15px;
}

.check {
    font-size: 18px;
    min-width: 24px;
}

.cross {
    color: #ff4444;
    opacity: 0.5;
}

/* ========== CTA Section ========== */
.cta-section {
    padding: 80px 40px;
    position: relative;
    overflow-x: hidden;
    margin: 40px 0;
    width: 100%;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: var(--bg-card);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: 60px 50px;
    backdrop-filter: blur(20px);
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    border-radius: var(--radius-xl);
}

.cta-gradient-1,
.cta-gradient-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}

.cta-gradient-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--primary), transparent);
    top: 0;
    left: 0;
}

.cta-gradient-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--blue), transparent);
    bottom: 0;
    right: 0;
}

.cta-content {
    text-align: center;
}

.cta-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.cta-note {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========== Footer ========== */
.footer {
    padding: 60px 40px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-brand {
    max-width: 300px;
}

.footer-desc {
    color: var(--text-secondary);
    margin: 20px 0;
    line-height: 1.6;
}

.footer-support {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 12px 16px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.footer-support:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary);
}

.support-text {
    color: var(--text-secondary);
    font-size: 14px;
}

.support-phone {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    margin-right: 5px;
    transition: color 0.3s ease;
    direction: ltr;
    display: inline-block;
}

.support-phone:hover {
    color: var(--secondary);
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: var(--bg-glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-3px);
}

.footer-links {
    display: contents;
}

.link-column h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.link-column a {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.link-column a:hover {
    color: var(--text-primary);
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-secondary);
    font-size: 14px;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: var(--text-primary);
}

/* ========== Animations ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: var(--delay, 0s);
}

.animate-on-scroll.animated {
    animation-play-state: running;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
    .hero {
        flex-direction: column;
        text-align: center;
        gap: 60px;
        padding: 100px 30px 60px;
    }
    
    .hero-visual {
        min-height: 400px;
    }
    
    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .cinema-screen {
        width: 400px;
        height: 280px;
    }
    
    .experience-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .section-title {
        font-size: 42px;
    }
    
    .navbar {
        padding: 0 30px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
}

/* ========== Tablet Optimizations ========== */
@media (min-width: 769px) and (max-width: 1024px) {
    .live-text {
        display: none;
    }
    
    .btn-create-room span {
        display: none;
    }
    
    .btn-create-room {
        width: 48px;
        height: 48px;
        padding: 12px;
        border-radius: 50%;
    }
    
    .header-cta {
        gap: 12px;
    }
    
    .nav-menu {
        gap: 2px;
    }
    
    .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }
    
    .hero-title {
        font-size: 56px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-card.featured {
        grid-column: 1 / -1;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0 20px;
    }
    
    .nav-menu,
    .header-cta {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .logo-main {
        font-size: 18px;
    }
    
    .btn-gradient {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .hero {
        padding: 100px 20px 40px;
        gap: 40px;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-hero {
        width: 100%;
        justify-content: center;
        padding: 18px 30px;
        font-size: 15px;
    }
    
    .btn-large {
        padding: 18px 30px;
        font-size: 15px;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    
    .stat-item {
        width: 100%;
    }
    
    /* Watch Party Mobile Responsive */
    .watch-party-screen {
        max-width: 100%;
    }
    
    .screen-border {
        padding: 8px;
        border-radius: 16px;
    }
    
    .movie-screen-active {
        border-radius: 10px;
    }
    
    .float-reaction {
        font-size: 32px;
    }
    
    .movie-controls {
        padding: 14px;
    }
    
    .time-info {
        font-size: 11px;
    }
    
    .progress-bar {
        height: 5px;
    }
    
    .viewers-watching {
        gap: 10px;
        margin-top: 20px;
    }
    
    .viewer-card {
        padding: 12px;
        border-radius: 14px;
        min-width: 120px;
    }
    
    .viewer-avatar-circle {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .viewer-name {
        font-size: 12px;
    }
    
    .viewer-live-reaction {
        font-size: 20px;
        top: -8px;
        right: -8px;
    }
    
    .viewer-comment {
        font-size: 11px;
        padding: 6px 10px;
        max-width: 130px;
    }
    
    /* Cinema Theater Mobile */
    .cinema-theater {
        max-width: 100%;
        padding: 0;
    }
    
    .theater-screen {
        width: 100%;
        aspect-ratio: 16/10;
        border-width: 2px;
    }
    
    .movie-title {
        font-size: 14px;
        bottom: 12px;
        left: 12px;
    }
    
    .play-circle svg {
        width: 50px;
        height: 50px;
    }
    
    .theater-seats {
        gap: 12px;
        margin-top: 25px;
        padding: 0 10px;
    }
    
    .seat-row {
        gap: 12px;
    }
    
    .theater-seat {
        width: 55px;
        height: 55px;
        border-radius: 10px;
    }
    
    .seat-avatar {
        font-size: 26px;
    }
    
    .seat-status {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }
    
    .seat-tooltip {
        font-size: 11px;
        padding: 5px 10px;
        top: -35px;
    }
    
    .theater-snacks {
        bottom: -25px;
        gap: 15px;
    }
    
    .snack-item {
        width: 50px;
        height: 60px;
        border-radius: 10px;
    }
    
    .snack-icon {
        font-size: 28px;
    }
    
    /* Hide chat preview on mobile */
    .chat-preview {
        display: none;
    }
    
    /* Adjust floating features for mobile */
    .floating-features {
        display: none;
    }
    
    .live-reactions .reaction-bubble span {
        font-size: 28px;
    }
    
    .reaction-user {
        font-size: 9px;
        padding: 2px 6px;
    }
    
    .room-info {
        top: -45px;
    }
    
    .room-badge {
        padding: 8px 16px;
        font-size: 12px;
        border-radius: 25px;
    }
    
    .room-icon {
        font-size: 16px;
    }
    
    .features-showcase {
        padding: 80px 20px;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .features-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .feature-card {
        padding: 30px;
    }
    
    .experience-section {
        padding: 80px 20px;
    }
    
    .experience-content {
        text-align: center;
    }
    
    .experience-features {
        margin: 30px 0;
    }
    
    .exp-feature {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .phone-mockup {
        width: 250px;
        height: 500px;
    }
    
    .movies-section {
        padding: 80px 20px;
    }
    
    .movie-card-3d {
        min-width: 250px;
        height: 380px;
    }
    
    .pricing-section {
        padding: 80px 20px;
    }
    
    .section-subtitle {
        font-size: 14px;
        padding: 0 20px;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .pricing-card {
        padding: 30px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }
    
    .plan-icon {
        font-size: 48px;
    }
    
    .plan-header h3 {
        font-size: 24px;
    }
    
    .plan-subtitle {
        font-size: 13px;
    }
    
    .amount {
        font-size: 42px;
    }
    
    .all-features-section {
        padding: 30px 20px;
        margin-top: 60px;
    }
    
    .all-features-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-item {
        padding: 15px;
    }
    
    .feature-icon {
        font-size: 28px;
        min-width: 35px;
    }
    
    .feature-text h4 {
        font-size: 14px;
    }
    
    .feature-text p {
        font-size: 12px;
    }
    
    .cta-section {
        padding: 80px 20px;
        margin: 40px 0;
    }
    
    .cta-container {
        padding: 50px 30px;
    }
    
    .cta-title {
        font-size: 32px;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-buttons .btn {
        width: 100%;
    }
    
    .footer {
        padding: 40px 20px 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 25px;
    }
    
    .footer-brand {
        max-width: 100%;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-desc {
        margin: 15px 0;
        font-size: 14px;
    }
    
    .social-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .link-column {
        text-align: right;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .link-column:last-child {
        border-bottom: none;
    }
    
    .link-column h4 {
        font-size: 15px;
        margin-bottom: 12px;
        color: var(--primary);
    }
    
    .link-column a {
        display: inline-block;
        margin: 0 8px 8px 0;
        font-size: 13px;
        padding: 6px 12px;
        background: var(--bg-glass);
        border-radius: 20px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding-top: 20px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .footer {
        padding: 30px 15px 15px;
    }
    
    .footer-brand {
        padding-bottom: 15px;
    }
    
    .footer-desc {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
    }
    
    .social-link svg {
        width: 16px;
        height: 16px;
    }
    
    .link-column {
        padding: 12px 0;
    }
    
    .link-column h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .link-column a {
        font-size: 12px;
        padding: 5px 10px;
        margin: 0 5px 6px 0;
    }
    
    .footer-bottom {
        gap: 12px;
        font-size: 11px;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .hero-badge {
        font-size: 12px;
        padding: 6px 16px;
                margin-top: 80px;

    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-tag {
        font-size: 12px;
    }
    
    /* Watch Party Extra Small Mobile */
    .screen-border {
        padding: 6px;
    }
    
    .float-reaction {
        font-size: 28px;
    }
    
    .movie-controls {
        padding: 12px;
    }
    
    .time-info {
        font-size: 10px;
    }
    
    .viewers-watching {
        gap: 8px;
        margin-top: 18px;
    }
    
    .viewer-card {
        padding: 10px;
        min-width: 100px;
    }
    
    .viewer-avatar-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .viewer-name {
        font-size: 11px;
    }
    
    .viewer-live-reaction {
        font-size: 18px;
    }
    
    .viewer-comment {
        font-size: 10px;
        padding: 5px 8px;
        max-width: 110px;
    }
    
    /* Extra small mobile - Cinema */
    .theater-screen {
        border-width: 2px;
    }
    
    .movie-title {
        font-size: 12px;
        bottom: 10px;
        left: 10px;
    }
    
    .play-circle svg {
        width: 45px;
        height: 45px;
    }
    
    .theater-seats {
        gap: 10px;
        margin-top: 20px;
    }
    
    .seat-row {
        gap: 10px;
    }
    
    .theater-seat {
        width: 50px;
        height: 50px;
        border-radius: 8px;
    }
    
    .seat-avatar {
        font-size: 22px;
    }
    
    .seat-status {
        width: 10px;
        height: 10px;
    }
    
    .theater-snacks {
        bottom: -22px;
        gap: 12px;
    }
    
    .snack-item {
        width: 45px;
        height: 55px;
    }
    
    .snack-icon {
        font-size: 24px;
    }
    
    .live-reactions .reaction-bubble span {
        font-size: 24px;
    }
    
    .room-badge {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .room-icon {
        font-size: 14px;
    }
    
    .feature-card {
        padding: 25px;
    }
    
    .feature-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-desc {
        font-size: 14px;
    }
    
    .movie-card-3d {
        min-width: 200px;
        height: 320px;
    }
    
    .movie-info h3 {
        font-size: 18px;
    }
    
    .pricing-card {
        padding: 25px;
    }
    
    .amount {
        font-size: 36px;
    }
    
    .cta-container {
        padding: 40px 20px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-subtitle {
        font-size: 15px;
    }
    
    .cta-note {
        font-size: 13px;
    }
}

/* ========== Service Description Section ========== */
.service-description-section {
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.service-description-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

.service-description-content .section-tag {
    margin-bottom: 20px;
}

.service-intro {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin: 24px 0;
    line-height: 1.8;
}

.service-details {
    margin: 30px 0;
}

.service-details p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
}

.service-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.highlight-badge {
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.1), rgba(255, 107, 53, 0.1));
    border: 1px solid rgba(249, 176, 50, 0.3);
    border-radius: 30px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.highlight-badge:hover {
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.2), rgba(255, 107, 53, 0.2));
    border-color: var(--primary);
    transform: translateY(-2px);
}

.highlight-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.highlight-badge .badge-icon svg {
    width: 20px;
    height: 20px;
}

.service-description-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
}

.service-img:hover {
    transform: scale(1.05);
}

.image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(249, 176, 50, 0.3), transparent 70%);
    pointer-events: none;
    z-index: -1;
    filter: blur(40px);
}

@media (max-width: 968px) {
    .service-description-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .service-description-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .service-description-section {
        padding: 60px 20px;
    }
    
    .service-intro {
        font-size: 16px;
    }
    
    .service-details p {
        font-size: 14px;
    }
    
    .highlight-badge {
        font-size: 13px;
        padding: 10px 16px;
    }
}

/* ========== Testimonials Section ========== */
.testimonials-section {
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    pointer-events: none;
}

.testimonials-grid {
    max-width: 1200px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(249, 176, 50, 0.15);
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.quote-icon {
    font-size: 60px;
    color: var(--primary);
    opacity: 0.15;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: Georgia, serif;
    font-weight: 700;
}

.testimonial-text {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    text-align: justify;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(249, 176, 50, 0.1);
    margin-top: auto;
}

.author-avatar {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(249, 176, 50, 0.3);
}

.author-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.author-platform {
    font-size: 12px;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.8;
}

@media (max-width: 968px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 20px;
    }
    
    .testimonials-grid {
        margin-top: 40px;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 24px 20px;
    }
    
    .quote-icon {
        font-size: 48px;
        top: 10px;
        right: 14px;
    }
    
    .testimonial-text {
        font-size: 13px;
    }
    
    .author-avatar {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .author-info h4 {
        font-size: 14px;
    }
}

/* ========== FAQ Section ========== */
.faq-section {
    padding: 80px 40px;
    position: relative;
}

.faq-container {
    max-width: 900px;
    margin: 40px auto 0;
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(249, 176, 50, 0.3);
    transform: translateX(-4px);
}

.faq-item.active {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(249, 176, 50, 0.05), rgba(255, 107, 53, 0.05));
}

.faq-question {
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    flex: 1;
}

.faq-icon {
    font-size: 28px;
    color: var(--primary);
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-right: 20px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 28px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 28px 24px;
}

.faq-answer p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 15px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 20px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-icon {
        font-size: 24px;
        margin-right: 12px;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
}/* End custom CSS */