:root { --primary: #ff6b00; --accent: #00e676; --bg: #f8f9fa; --bg2: #f1f3f5; --text: #212529; --muted: #6c757d; --border: #ddd; --bg-card: #fff; --radius-lg: 20px; --card-shadow: 0 20px 40px rgba(0,0,0,0.08); }

 *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
html { 
    width: 100%; 
    overflow-x: hidden; 
}

body { 
    background: var(--bg); 
    color: var(--text); 
    overflow-x: hidden; 
    width: 100%; 
    position: relative; 
    padding-top: 0; 
}

.footer-info p { color: var(--muted); }
.sticky-wa { background: #25d366; } /* Existing style, no change */
.contact-flow a { background: rgba(0, 230, 118, 0.2); }
.policies-links a { color: #999; }

.rivos-card { 
    box-shadow: 0 30px 60px rgba(0,0,0,0.1); 
    border-bottom: 5px solid var(--primary);
    transition: 0.3s;
}
.rivos-card:hover { transform: translateY(-10px); }
.pricing .card-head { background: linear-gradient(135deg, #ff6b00, #ff8533); color: #fff; }

/* Grid Background */
body::before {
    content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 40px 40px; z-index: -1;
}

/* Professional Header Look */
#mainHeader {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure header stays on top */
    background: #ededed; /* Grey background matching footer */
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dbdbdb;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* Brand Name Styling */
.logo-wrap {
    text-decoration: none;
    position: relative;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    position: relative;
}

.logo-text {
    font-size: 1.5rem; 
    font-weight: 800;
    color: #111; 
    text-transform: uppercase;
    letter-spacing: -1px; 
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
}
.logo-text i {
    color: var(--primary);
}
.logo-text span {
    color: var(--primary);
}

/* Reusable TV Icon Styling (No more repetition) */
.tv-icon-design {
    position: relative;
    background: #333;
    border: 2px solid #555;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    margin-right: 8px;
    display: inline-block;
}
.tv-icon-design::before, .tv-icon-design::after {
    content: '';
    position: absolute;
    width: 2px;
    background: var(--primary);
    border-radius: 4px;
    top: -45%;
}
.tv-icon-design::before { left: 22%; transform: rotate(-25deg); height: 55%; }
.tv-icon-design::after { right: 22%; transform: rotate(25deg); height: 55%; }

.tv-screen {
    position: absolute;
    top: 15%; left: 12%; right: 12%; bottom: 15%;
    background: #222;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tv-knob {
    position: absolute;
    right: -15%; width: 12%; height: 12%;
    background: #555; border-radius: 50%;
}

/* Navigation Buttons */
.header-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}
.header-nav .nav-btn {
    color: #111111 !important; /* Dark text for visibility */
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 2px solid transparent; /* Taake hover par layout na hile */
}
.header-nav .nav-btn:hover {
    color: var(--primary) !important;
    background: rgba(255, 107, 0, 0.05); /* Halka orange background */
}

/* Laptop par Hamburger hide rahega */
.menu-toggle { display: none; cursor: pointer; font-size: 1.5rem; color: #111; }

/* FAQ & Form Sections */
/* VOD Slider Section Title Specifics */
.vod-slider-section .section-title {
    margin-bottom: 10px; /* Override default margin for this section */
}

.vod-slider-section .section-title h2 {
    font-size: 2.2rem; /* Override default font size for this section */
}

.vod-slider-section .section-title h2 span {
    color: var(--primary); /* Ensure primary color for span within this section's title */
}
.section-title, .section-title-premium { text-align: center; margin-bottom: 40px; font-size: 2.5rem; color: var(--text); }


/* Hero Section Fix */
/* Hero Section Fix */
/* Hero Section Parallax + Wave Position Setup */
/* Hero Section Parallax Setup */
/* Hero Section Layout */
/* Hero Section Layout */
/* Hero Section Layout - Laptop Final Fix */
/* Hero Section Layout - Laptop Final Fix */
#home-main-content {
    min-height: 100vh !important;
    padding-top: 80px !important; /* Header ka gap khatam */
    margin-top: 0 !important;
    width: 100%;
    background: #000 url('assets.jpeg') no-repeat center center !important;
    background-size: cover !important; /* Standard professional fill */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* --- Remove Hero Section Wave Layer --- */
#home-main-content::after {
    display: none !important;

}

/* Main Professional Button Styles */
.transparent-btn {
    display: inline-block;
    padding: 16px 45px;
    background: linear-gradient(135deg, var(--primary), #ff8533);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 10;
    margin-bottom: 20px;
    opacity: 0; 
    animation: fade-in-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s, 
               hero-pulse 2s infinite 1.3s;
}
/* Premium Entrance Animation Physics */
@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(40px); /* 40px neechay se start hoga */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Apni original jagah par aa kar ruk jayega */
    }
}
/* Premium Pulse Keyframes */
@keyframes hero-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.6); transform: scale(1); }
    50% { box-shadow: 0 0 0 20px rgba(255, 107, 0, 0); transform: scale(1.05); }
    100% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0); transform: scale(1); }
}
/* ── FAQ ALIGNMENT FIX ─────────────────────────────────────── */
#faq {
    display: none;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;    /* Horizontal axis par center karega */
    background: var(--bg2);
    /* Top padding 140px (80px header + 60px gap) aur Bottom padding 60px */
    padding-top: 140px !important; 
    padding-bottom: 60px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    border-top: 1px solid var(--border);
    box-sizing: border-box;
}

/* JS ki block command ko override kr k vertical centering restore kary ga */
#faq[style*="display: block"] {
    display: flex !important; 
}

/* Ensure the image is visible and fully responsive */
#home-main-content img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.faq-container { 
    padding: 0; 
}
.faq-grid { max-width: 800px; margin: 40px auto; }
.faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 10px; overflow: hidden; }
.faq-question {
    width: 100%; padding: 20px; background: #f9f9f9; border: none;
    display: flex; justify-content: space-between; align-items: center;
    font-weight: 700; cursor: pointer; text-align: left;
    color: var(--text); font-size: 1.1rem;
}
/* FAQ Section Fix */
.faq-answer {
    display: none; /* Default hide */
    padding: 15px;
    background: #fff;
    border-top: 1px solid #eee;
}
.faq-answer p { padding: 20px 0; color: #666; font-size: 0.95rem; }

.faq-item.active .faq-answer {
    display: block; /* Click karne par show */
}
.faq-item.active .fa-chevron-down { transform: rotate(180deg); transition: 0.3s; }

/* Contact Section Professional Styling */
#contact-section.active-section { display: flex; justify-content: center; }

.contact-wrapper { max-width: 1100px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; width: 100%; }

.contact-form-box { background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); border: 1px solid #f0f0f0; }

.contact-form { display: flex; flex-direction: column; gap: 20px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 16px; border: 1px solid #ddd; border-radius: 10px; }

.contact-form button {
    padding: 15px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}
#contactForm button:hover {
    background: #e66000 !important; /* Thoda dark shade */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}

.wa-btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 25px; background: #25d366; color: #fff; text-decoration: none; border-radius: 8px; font-weight: 700; }

@media (max-width: 900px) {
    .contact-wrapper { grid-template-columns: 1fr; }
}
.hero-tagline { 
    color: #fff; 
    text-shadow: 0 4px 15px rgba(0,0,0,0.8); 
    font-size: 2.2rem; 
    font-weight: 800; 
    text-transform: uppercase; 
    max-width: 800px; 
    
    /* ULTRA-PRO FIX: Entrance Animation Add Ki Gayi Hai */
    opacity: 0; /* Shuru main text chupa hoga */
    animation: fade-in-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.2s; /* Page load honay k 0.2s baad text aayega */
}

/* 3. Interface Pic (2nd Uploaded Pic) */
.interface-section { padding: 60px 5%; text-align: center; }
.interface-img { width: 100%; max-width: 800px; border-radius: 20px; border: 2px solid #333; box-shadow: 0 20px 50px rgba(0,0,0,0.8); }

/* 4. Stats Section */
.stats-section { padding: 80px 5%; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }
.stat-card { background: #ffffff; padding: 35px; border-radius: 15px; border-bottom: 4px solid var(--primary); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.stat-card h2 { font-size: 2.8rem; color: var(--primary); margin-bottom: 5px; letter-spacing: -1px; }
.stat-card p { color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* --- Optimized Responsive Pricing Layout --- */
.price-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 320px;
    max-width: 320px;
}
.price-card.trial {
    max-width: 380px;
}
.price-card:hover { 
    transform: translateY(-10px); 
}
.price-card.main-card, .price-card.premium {
    border: 2px solid var(--primary);
    box-shadow: 0 20px 40px rgba(255, 107, 0, 0.12);
}

/* --- Mobile Responsiveness Fix (Upr-Neechay Cards Look) --- */
@media (max-width: 950px) {
    .pricing-grid {
        grid-template-columns: 1fr !important; /* Forces vertical stacking */
        max-width: 450px;
        margin: 0 auto;
    }
    .price-card {
        padding: 30px 20px;
    }
    .price-card.trial {
        max-width: 450px;
    }
    .pricing-group-title {
        font-size: 1.6rem;
    }
}
/* 6. Contact Section (New Order) */
.contact-flow { padding: 80px 5%; text-align: center; }
.contact-label { font-size: 1.5rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 20px; color: var(--text); }
.wa-icon, .gm-icon { color: #25d366; font-size: 5rem; margin-bottom: 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-decoration: none; }

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%); /* Mid mein lane ke liye */
    width: 55px;
    height: 55px;
    background: #000;
    color: #fff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 9998; /* WhatsApp button ke niche */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.back-to-top:hover { background: var(--primary); color: #000; box-shadow: 0 0 20px var(--primary); transform: translate(-50%, -5px); }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateX(-50%); }

/* Sticky Bar */
.sticky-wa {
    position: fixed; bottom: 25px; left: 20px;
    background: linear-gradient(135deg, var(--primary), #ff8533);
    color: #fff; padding: 12px 18px; border-radius: 10px;
    font-weight: 800; text-decoration: none; z-index: 2000;
    display: flex; align-items: center; gap: 10px;
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.25);
    transition: all 0.3s ease;
    text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.5px;
}
.sticky-wa:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(255, 107, 0, 0.4); filter: brightness(1.05); }

/* --- Attractive Draggable Slider CSS --- */
.device-slider-container {
    padding: 80px 0;
    background: transparent;
    overflow: hidden;
    cursor: grab;
    position: relative;
    user-select: none;
}
.device-slider-container:active { cursor: grabbing; }
.device-slide-track {
    display: flex;
    gap: 60px;
    align-items: center;
    width: max-content;
    padding: 20px;
    transition: transform 0.1s ease-out;
}
.device-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 160px;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.device-slide i {
    font-size: 3rem;
    color: #444;
    filter: drop-shadow(0 0 0px transparent);
    transition: 0.4s ease;
}
.device-slide:hover i {
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(0 10px 15px rgba(255, 107, 0, 0.3));
}
.device-slide:hover .fa-amazon { color: #FF9900; }
.device-slide:hover .fa-android { color: #3DDC84; }
.device-slide:hover .fa-apple { color: #000; }
.device-slide:hover .fa-tv { color: #007bff; }
.device-slide:hover .fa-desktop { color: #7b1fa2; }
.device-slide span {
    font-size: 0.8rem;
    font-weight: 800;
    color: #222;
    letter-spacing: 0.5px;
    opacity: 0.7;
}
.logo-slider-container {
    padding: 0 0 50px 0; 
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}
.logo-slider {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    background: #111; /* Dark background looks pro */
    border-top: 2px solid #333;
    border-bottom: 1px solid #f0f0f0; /* Keep this if desired, or remove if new CSS implies no bottom border */
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scrollAnimation 20s linear infinite;
}

.slide {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 50px;
    color: #fff;
}

.slide i {
    font-size: 24px;
    color: #ffcc00; /* Gold/Yellow color for pro look */
}

.slide span {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
}

/* Infinite Loop Animation */
@keyframes scrollAnimation {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- 3D Floating Cards (Website Orange Theme Match & 1-Line Layout) --- */
.features-container {
    padding: 80px 5%;
    background: #f8f9fa; /* Matches website base background */
    text-align: center;
    position: relative;
    overflow: hidden;
}
.features-container .section-title h2 {
    font-size: 2.5rem;
    color: #111111; 
    font-weight: 800;
    margin-bottom: 20px;
}
.features-container .section-title h2 span {
    color: var(--primary); /* Orange Highlight */
}
.features-center-tag {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    font-size: 1.15rem; font-weight: 600; color: #555555; 
    margin-bottom: 60px;
}
.features-center-tag i { color: var(--primary); font-size: 1.8rem; }

/* 4 In A Line on Laptop Setup */
.pro-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 boxes directly in one row */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1000px; /* 3D effect base */
}

.pro-feature-item {
    background: #ffffff; /* Clean White Card */
    padding: 40px 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-style: preserve-3d;
    z-index: 1;
    border: 1px solid #eeeeee;
}

/* Orange Glowing Mesh Border Animation */
.pro-feature-item::before {
    content: '';
    position: absolute;
    top: -3px; left: -3px; right: -3px; bottom: -3px;
    background: linear-gradient(45deg, var(--primary), #ffb84d, var(--primary), #ffb84d);
    background-size: 300% 300%;
    z-index: -1;
    border-radius: 23px;
    animation: glowingMesh 4s ease infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@keyframes glowingMesh {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pro-feature-item:hover::before {
    opacity: 1; /* Glow on hover */
}

/* Floating 3D Hover Effect */
.pro-feature-item:hover {
    transform: translateY(-15px) rotateX(8deg);
    box-shadow: 0 20px 40px rgba(255, 107, 0, 0.15); /* Orange Shadow */
    border-color: transparent;
}

.pro-feature-item i {
    font-size: 3rem;
    color: var(--primary); /* Orange Icon */
    margin-bottom: 20px;
    transition: 0.4s;
}
.pro-feature-item:hover i {
    transform: translateZ(25px) scale(1.1); /* 3D Pop */
}

.pro-feature-text h3 {
    font-size: 1.2rem;
    color: #111111;
    font-weight: 800;
    margin-bottom: 12px;
    transition: 0.4s;
}

.pro-feature-item:hover .pro-feature-text h3 {
    transform: translateZ(15px); /* Text Pop */
}

.pro-feature-text p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
    font-weight: 500;
    transition: 0.4s;
}
.pro-feature-item:hover .pro-feature-text p {
    transform: translateZ(10px);
}

/* Mobile Responsiveness (Upar Neechay) */
@media (max-width: 950px) {
    .pro-features-grid { grid-template-columns: repeat(2, 1fr); } /* Tablets pe 2 lines */
}
@media (max-width: 768px) {
    .pro-features-grid { grid-template-columns: 1fr; } /* Mobile pe 1 line (stacked) */
    .pro-feature-item { padding: 30px 20px; }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pro-features-grid { grid-template-columns: 1fr; }
    .pro-feature-item { gap: 15px; } /* This is a duplicate, but keeping for now as it's inside a media query and might have specific intent */
}

.badge {
    background: #f0f0f0;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}
.price { 
    font-size: 2.8rem; 
    font-weight: 900; 
    margin: 10px 0 25px; 
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.price span { font-size: 1rem; color: #888; font-weight: 600; }
.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1.2rem;
    font-weight: 500;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    text-align: left;
    flex-grow: 1;
}
.features-list li { font-size: 0.95rem; margin-bottom: 12px; color: #444; display: flex; align-items: center; font-weight: 500; }
.features-list i { color: #2ecc71; margin-right: 12px; font-size: 1.1rem; }
.buy-btn {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: none;
    background: #111;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
.buy-btn:hover { background: #333; transform: scale(1.02); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

/* --- Testimonials Section Styles --- */
.testimonials-section { padding: 60px 5%; background: #f4f4f4; text-align: center; }
.testimonials-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 20px; 
    margin-top: 40px; 
}
.review-card { 
    background: #fff; 
    padding: 30px; 
    border-radius: 15px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
    text-align: left;
}
.stars { color: #ffcc00; margin-bottom: 15px; font-size: 1.2rem; }
.review-card p { font-style: italic; color: #444; margin-bottom: 20px; line-height: 1.6; }
.user-info strong { display: block; color: #111; font-size: 1rem; }
.user-info span { color: #888; font-size: 0.8rem; }

/* --- VOD Movie Posters Slider --- */
.vod-slider-section {
    padding: 20px 0 50px 0;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: flex-start;
}
.footer-col h3 {
    font-size: 0.85rem;
    margin-bottom: 15px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-links { list-style: none; text-align: left; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 0.8rem; color: #666; font-weight: 500; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: var(--primary); padding-left: 5px; }

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 500;
}
.contact-info-item i { color: var(--primary); }

/* --- Mobile Optimization (Responsive Design) --- */
@media (max-width: 768px) {
    #mainHeader { padding: 0 5%; } /* Header ko screen se bahar jaane se rokay ga */
    .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; } /* Footer ko seedha (stack) kar dega */
    .footer-col { align-items: center !important; }
    
    .menu-toggle { display: block; cursor: pointer; font-size: 1.5rem; color: #111; }

    .header-nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #ededed;
        flex-direction: column;
        padding: 20px 0;
        border-bottom: 2px solid #dbdbdb;
        align-items: center;
        z-index: 9999;
    }
    .header-nav.active { display: flex; }

    /* Mobile Responsive Settings */
    @media (max-width: 768px) {
    #home-main-content {
        min-height: 400px !important; /* Lambai kam kr di taka professional lagy */
        height: 50vh !important;
        margin-top: 0 !important; 
        padding-top: 100px !important; 
        padding-bottom: 30px !important;
        background-image: url('assets.jpeg');
        background-size: cover !important;
        background-position: 65% center !important; /* Pic ko set kiya taka TV center ma aye */
    min-height: 60vh !important; /* Mobile pr standard height */
    padding-top: 100px !important;
    background-position: center center !important;
    background-size: cover !important;
    }
}

    .pricing-grid, .trial-grid { flex-direction: column; align-items: center; gap: 20px !important; }
    .price-card { width: 90% !important; max-width: 350px !important; margin: 10px auto; flex: 0 0 auto !important; }
}

/* --- VOD Movie Posters Slider --- */
.vod-slider-section {
    padding: 20px 0 50px 0;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}
.vod-slider {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
/* White fade effect on left and right edges */
.vod-slider::before, .vod-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.vod-slider::before { left: 0; background: linear-gradient(to right, #ffffff, transparent); }
.vod-slider::after { right: 0; background: linear-gradient(to left, #ffffff, transparent); }

.vod-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollVod 25s linear infinite;
}
/* Hover krny par slider ruk jaye ga */
.vod-track:hover {
    animation-play-state: paused;
}
.vod-poster {
    width: 180px;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
.vod-poster:hover {
    transform: scale(1.1) translateY(-10px);
    box-shadow: 0 15px 30px rgba(255,107,0,0.3);
    border: 2px solid var(--primary);
}

@keyframes scrollVod {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Mobile par posters ka size thora chota kr dia ta k fit ayen */
@media (max-width: 768px) {
    .vod-poster { width: 130px; height: 195px; }
    .vod-slider::before, .vod-slider::after { width: 50px; }
}
/* --- How It Works Section --- */
.how-it-works-section {
    padding: 80px 5%;
    background: #f8f9fa;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 40px auto 0;
}
.step-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    position: relative;
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
}
.step-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255,107,0,0.3);
    box-shadow: 0 15px 35px rgba(255,107,0,0.12);
}
.step-icon {
    width: 75px;
    height: 75px;
    background: rgba(255,107,0,0.1);
    color: var(--primary);
    font-size: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: 0.3s;
}
.step-card:hover .step-icon {
    background: var(--primary);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}
.step-card h3 {
    font-size: 1.25rem;
    color: #111111;
    font-weight: 800;
    margin-bottom: 12px;
}
.step-card p {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
}

/* --- Live TV Categories Showcase --- */
.live-tv-section {
    padding: 80px 5%;
    background: #ffffff;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

/* ==========================================================
   ==========================================================
   OPTION 2: REAL CHANNEL LOGOS SHOWCASE (IMAGES GRID)
   ==========================================================
   ========================================================== */
/* --- Channel Logos Showcase Grid --- */
.channel-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 40px auto 0;
}

.channel-logo-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.channel-logo-box:hover {
    border-color: var(--primary);
    box-shadow: 0 12px 25px rgba(255, 107, 0, 0.12);
    transform: translateY(-5px);
}

.channel-logo-box img {
    max-width: 100%;
    max-height: 45px;
    object-fit: contain;
    filter: grayscale(100%); /* Pehle grey hoga */
    opacity: 0.4;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.channel-logo-box:hover img {
    filter: grayscale(0%); /* Hover pe original color aayega */
    opacity: 1;
    transform: scale(1.15); /* Halka sa bada hoga */
}
.device-compat-section { padding: 60px 0; background: #fff; text-align: center; overflow: hidden; }
.device-slider { width: 100%; overflow: hidden; position: relative; padding: 20px 0; }

.device-track {
    display: flex;
    gap: 80px; 
    width: max-content;
    animation: scrollDevices 20s linear infinite;
}

.device-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}

.device-item i { font-size: 2.5rem; color: #111; transition: 0.3s; }
.device-item span { font-size: 0.8rem; font-weight: 800; color: #666; text-transform: uppercase; }

/* Hover effect */
.device-item:hover i { transform: translateY(-10px); color: var(--primary); }

@keyframes scrollDevices {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Halfway move karke loop */
}


/* --- Ultra-Professional Header Free Trial Button --- */
.trial-header-btn {
    background: var(--primary) !important;
    color: #ffffff !important; 
    border-radius: 8px !important;
    font-weight: 800 !important;
    padding: 10px 20px !important;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
    border: 2px solid var(--primary);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.trial-header-btn:hover {
    background: #ffffff !important;
    color: var(--primary) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}

/* --- Mobile Menu Free Trial Button Styling --- */
@media (max-width: 768px) {
    .header-nav {
        padding: 25px 0 !important;
    }
    .trial-header-btn {
        width: 85% !important;
        text-align: center !important;
        padding: 15px !important;
        font-size: 1.1rem !important;
        margin-top: 10px !important;
    }
}
/* ======================================================
   GLOBAL PROFESSIONAL ANIMATIONS (FOR ALL SECTIONS & CARDS)
   ====================================================== */

/* 1. Global Card Hover Effect (Pricing, Features, TV Categories) */
.price-card, .pro-feature-item, .tv-cat-card, .step-card, .review-card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

.price-card:hover, .pro-feature-item:hover, .tv-cat-card:hover, .step-card:hover, .review-card:hover {
    transform: translateY(-8px) !important; /* Halka sa upar uthna */
    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.08) !important; /* Soft premium orange glow */
    border-color: rgba(255, 107, 0, 0.2) !important;
}

/* 2. Global Icon Scale Effect */
.pro-feature-item i, .tv-cat-card i, .step-icon {
    transition: transform 0.4s ease, color 0.4s ease !important;
}
.pro-feature-item:hover i, .tv-cat-card:hover i, .step-card:hover .step-icon {
    transform: scale(1.1) !important; /* Smoothly bada hona */
}

/* 3. Universal Section Scroll Entrance (Fade Up) */
/* Ye class jis bhi heading ya div par lagaoge wo smoothly upar aayega */
.fade-up-pro {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUpAnimation 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeUpAnimation {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* --- Premium Channels & VOD Heading Fix --- */
.live-tv-section .section-title h2,
.vod-slider-section .section-title h2 {
    font-size: 1.8rem !important; /* Pehle 2.5rem tha, ab sleek ho gaya */
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    color: #111111;
}

.live-tv-section .section-title p,
.vod-slider-section .section-title p {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 35px;
}

/* Mobile par heading aur thori adjust ho jaye */
@media (max-width: 768px) {
    .live-tv-section .section-title h2,
    .vod-slider-section .section-title h2 {
        font-size: 1.5rem !important;
    }
}
/* ==========================================================
   PREMIUM CONTENT BADGES (1-LINE VIP LAYOUT & SMALL HEADING)
   ========================================================== */
.premium-channels-section {
    padding: 60px 5%;
    background: #ffffff;
    text-align: center;
    border-top: 1px solid #ededed;
}

/* 1. Heading Ko Chota aur Sleek Kiya */
.premium-channels-section .section-title h2 {
    font-size: 1.8rem !important; 
    font-weight: 800;
    color: #111111;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.premium-channels-section .section-subtitle {
    font-size: 0.9rem;
    color: #666666;
}

.content-badge-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr); 
    gap: 12px;
    max-width: 1200px;
    margin: 40px auto 0;
    perspective: 1000px; /* 3D Depth */
}

.content-badge-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.content-badge-card:hover {
    transform: translateY(-10px) rotateX(10deg);
    box-shadow: 0 20px 30px rgba(255, 107, 0, 0.15);
    border-color: var(--primary);
}

.badge-title {
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 8px;
    color: #333;
}

.content-badge-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(255, 107, 0, 0.3);
    box-shadow: 0 15px 30px rgba(255, 107, 0, 0.08);
}

.content-badge-card svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.content-badge-card:hover svg {
    transform: scale(1.15) translateY(-3px);
}

/* 3. Mobile aur Tablet k liye VIP Swipe Layout */
@media (max-width: 1100px) {
    .content-badge-grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: 20px;
        scroll-snap-type: x mandatory;
    }
    .content-badge-card {
        min-width: 150px; /* Mobile pe har card ka size fix rahega */
        scroll-snap-align: start;
    }
    /* Sleek Scrollbar */
    .content-badge-grid::-webkit-scrollbar {
        height: 4px;
    }
    .content-badge-grid::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 10px;
    }
}
/* ==========================================================
   VIP STAGGERED ENTRANCE ANIMATION (SCROLL TRIGGER)
   ========================================================== */
.content-badge-card {
    /* Shuru mein cards chupay honge aur thoda neechay honge */
    opacity: 0;
    transform: translateY(40px);
    /* Transition ko mazeed smooth aur premium kar diya */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Jab JavaScript yeh class lagayegi to cards hawa main smoothly upar aayenge */
.content-badge-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}
/* ==========================================================
   VIP SOFT TINT BACKGROUNDS (BRAND MATCHING)
   ========================================================== */
.brand-live   { background: rgba(17,17,17,0.02); border-color: rgba(17,17,17,0.05); }
.brand-movies { background: rgba(255,107,0,0.04); border-color: rgba(255,107,0,0.1); }
.brand-netflix{ background: rgba(229,9,20,0.04); border-color: rgba(229,9,20,0.1); }
.brand-series { background: rgba(17,17,17,0.02); border-color: rgba(17,17,17,0.05); }
.brand-bein   { background: rgba(91,43,130,0.05); border-color: rgba(91,43,130,0.1); }
.brand-uk     { background: rgba(1,33,105,0.03); border-color: rgba(1,33,105,0.08); }
.brand-germany{ background: rgba(255,206,0,0.06); border-color: rgba(255,206,0,0.15); }

/* Hover effect override (Jab cursor aaye to white base aur orange glow wapas aaye) */
.content-badge-card:hover {
    background: #ffffff !important;
    border-color: rgba(255, 107, 0, 0.4) !important;
}
/* --- ULTIMATE STABLE PRICING & TRIAL LAYOUT --- */

.pricing-section {
    padding: 60px 5% !important;
    background: #ffffff !important;
    text-align: center;
}

.pricing-group-title {
    font-size: 1.4rem !important;
    text-align: center !important;
    margin: 20px 0 15px 0 !important; 
    text-transform: uppercase;
    font-weight: 800 !important;
    color: #111 !important;
    background: transparent !important;
}

.pricing-sub-section {
    background: #ffffff !important;
    margin-bottom: 10px !important;
    padding: 10px 0 !important;
}

.trial-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 80px !important; 
    margin: 0 auto 50px auto !important;
    flex-wrap: nowrap !important;
}

.pricing-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    margin: 0 auto !important;
}

.price-card {
    flex: 0 0 350px !important;
    max-width: 350px !important;
    padding: 45px 30px !important;
}

/* Mobile Responsive - Fixed */
@media (max-width: 768px) {
    .trial-grid, .pricing-grid {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .price-card { 
        flex: 0 0 95% !important; 
        max-width: 350px !important; 
    }
    body { overflow-x: hidden !important; }
}
/* ======================================================
   HERO SECTION - RUBBER-BANDING (PULL DOWN) GAP FIX
   ====================================================== */
#home-main-content {
    box-sizing: content-box !important;
    margin-top: 0 !important; /* Kheenchne wala margin gap hamesha k liye khatam */
    padding-top: 80px !important; /* Header ki jagah ko solid padding se cover kiya */
    width: 100% !important;
    height: 56vw !important; /* Picture ki exact perfect lambai jo apko pasand aayi */
    min-height: auto !important;
    
    background-color: #ededed !important; /* ULTRA-PRO TRICK: Header wala exact same grey color! */
    background-image: url('assets.jpeg') !important;
    background-origin: content-box !important; /* Pic sirf padding k baad shuru hogi, stretch ya crop nahi hogi */
    background-size: 100% 100% !important; 
    background-position: center top !important;
    background-repeat: no-repeat !important;
    
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; 
    align-items: center !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    #home-main-content {
        box-sizing: content-box !important;
        margin-top: 0 !important;
        padding-top: 80px !important;
        height: 50vh !important;
        background-color: #ededed !important; /* Mobile pr b same header trick */
        background-size: 100% 100% !important;
        background-origin: content-box !important;
    }
}
/* ======================================================
   ULTRA-PROFESSIONAL MOBILE TYPOGRAPHY OPTIMIZATION
   ====================================================== */
@media (max-width: 768px) {
    /* Main Headings (Hero or Page Titles) */
    h1, .hero-section h1, .main-title {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 12px !important;
        font-weight: 800 !important;
    }

    /* Section Headings (Features, Pricing, etc.) */
    h2, .section-title, .pricing-section h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        letter-spacing: -0.3px !important;
        margin-bottom: 15px !important;
        font-weight: 700 !important;
    }

    /* Sub-headings and Group Titles */
    h3, .sub-title, .pricing-group-title {
        font-size: 1.2rem !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
        font-weight: 700 !important;
    }

    /* Small Feature Headings */
    h4, .feature-title, .card-title {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        font-weight: 700 !important;
    }

    /* Section descriptions / Subtitles */
    .section-subtitle, .hero-section p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        opacity: 0.9 !important;
    }
}
/* ======================================================
   CONTACT SECTION - HEADER CLEARANCE & VISIBLE GAP FIX
   ====================================================== */
#contact-section {
    width: 100% !important;
    box-sizing: border-box !important;
    /* 80px header ko cross karega + 50px ka wazeh gap dega = 130px */
    padding-top: 130px !important; 
    padding-bottom: 60px !important; /* Footer ke upar bhi barabar gap */
    display: none; 
}

#contact-section[style*="display: block"] {
    display: block !important;
}

#contact-section > div {
    margin: 0 auto !important; /* Left-Right se bilkul Mid (Center) */
    width: 90% !important;
    max-width: 600px !important;
}
/* ======================================================
   CONTACT FORM - ULTRA-PROFESSIONAL SIZING & PREMIUM LOOK
   ====================================================== */
/* 1. Box ko slim aur premium banaya */
#contact-section > div {
    max-width: 520px !important; /* Pehle 600px tha jo bohot chora lag raha tha, ab sleek ho gaya */
    padding: 45px 40px !important; /* Andar ki space theek ki taake form saans le sake */
    border-radius: 24px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06) !important; /* Bohot soft aur premium shadow */
    border: 1px solid #f5f5f5 !important;
}

/* 2. Inputs aur Textarea ki styling sleek ki */
#contactForm input, 
#contactForm textarea {
    padding: 15px 20px !important; /* Height normal ki */
    font-size: 0.95rem !important;
    border-radius: 12px !important; /* Modern rounded corners */
    border: 1px solid #e8e8e8 !important;
    background: #fdfdfd !important;
    transition: all 0.3s ease !important;
}

/* 3. Jab user type karne k liye click kare (Premium Focus Glow) */
#contactForm input:focus, 
#contactForm textarea:focus {
    border-color: var(--primary) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1) !important; /* Halka sa orange glow aayega */
    outline: none !important;
}

/* 4. First Name & Last Name ke darmiyan spacing */
#contactForm > div:first-child {
    gap: 15px !important;
}

/* 5. Button ko wapis pehle jesa chota aur ek side (left) par kiya */
#contactForm button {
    width: fit-content !important; /* Full width khatam, ab button text ke mutabiq chota ho gaya */
    padding: 14px 35px !important; /* Sleek aur compact premium padding */
    font-size: 0.95rem !important;
    border-radius: 12px !important; /* Form fields se matching rounded corners */
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    align-self: flex-start !important; /* Button ko left side par lock rakhega */
}
/* ======================================================
   LOGO, WHATSAPP & UP-DOWN BUTTON SOLID FILL FIX
   ====================================================== */

/* 1. Logo TV Screen ko Khali (Dark) ke bajaye Solid Orange kiya */
.tv-screen {
    background: var(--primary) !important; /* Ab screen orange bhari hui lagegi */
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2) !important;
}
.tv-screen i {
    color: #ffffff !important; /* Play button ko bright white kiya */
    font-size: 0.9rem !important; /* Thora bada kiya taake screen bhari lage */
}

/* 2. Back to Top (Up/Down) Button ko solid banaya */
.back-to-top {
    background: var(--primary) !important; /* Andar se khali look khatam, solid orange */
    color: #ffffff !important; /* Arrow ko white kiya */
    border: none !important; /* Outline khatam */
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4) !important;
}
.back-to-top i {
    font-weight: 900 !important; /* Arrow ko bold/mota kiya */
}
.back-to-top:hover {
    background: #111111 !important; /* Hover pe solid black */
    color: var(--primary) !important;
}

/* 3. WhatsApp Buttons ko bold aur solid look diya */
.sticky-wa i, a[href*="wa.me"] i {
    font-weight: 900 !important; /* WhatsApp icon ko mazeed mota (solid) karega */
    font-size: 1.25em !important; /* Icon ko thora bada aur numaya kiya */
}
/* ======================================================
   WHATSAPP FLOATING BUTTONS - MOBILE RESIZING FIX
   ====================================================== */
@media (max-width: 768px) {
    /* 1. 'Try Before You Buy' (Text Wala Button) Sleek Kiya */
    .sticky-wa {
        padding: 8px 12px !important;
        font-size: 0.65rem !important; /* Text chota kiya */
        bottom: 15px !important;
        left: 10px !important; /* Side se thori space theek ki */
    }
    .sticky-wa i {
        font-size: 1rem !important; /* Icon balance kiya */
    }

    /* 2. Gol (Circular) WhatsApp Button Compact Kiya */
    a[href*="wa.me"][style*="border-radius:50%"] {
        width: 45px !important; /* 60px se kam kar ke 45px kiya */
        height: 45px !important;
        bottom: 15px !important;
        right: 10px !important;
        font-size: 24px !important; /* Icon ka size chota kiya */
    }
}
/* ======================================================
   BACK TO TOP (UP/DOWN) BUTTON - MOBILE RESIZING FIX
   ====================================================== */
@media (max-width: 768px) {
    .back-to-top {
        width: 45px !important; /* WhatsApp button ke barabar size */
        height: 45px !important; 
        bottom: 15px !important; /* Screen ke neechay se same gap */
        font-size: 1.2rem !important; /* Arrow ka size thora chota kiya */
    }
}

/* ======================================================
   SMART INVOICE OVERLAY (GLASSMORPHISM)
   ====================================================== */
.invoice-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    z-index: 10000; opacity: 0; visibility: hidden; transition: 0.3s ease;
}
.invoice-overlay.active { opacity: 1; visibility: visible; }
.invoice-box {
    background: #fff; width: 90%; max-width: 400px;
    border-radius: 20px; padding: 30px; position: relative;
    transform: translateY(30px) scale(0.95); 
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,107,0,0.2);
}
.invoice-overlay.active .invoice-box { transform: translateY(0) scale(1); }
.close-invoice {
    position: absolute; top: 15px; right: 20px; background: none; border: none;
    font-size: 1.5rem; color: #888; cursor: pointer; transition: 0.3s;
}
.close-invoice:hover { color: #ff6b00; transform: rotate(90deg); }
.invoice-header { text-align: center; margin-bottom: 25px; }
.invoice-header i { font-size: 2.5rem; color: var(--primary); margin-bottom: 10px; }
.invoice-header h3 { font-size: 1.4rem; font-weight: 800; color: #111; text-transform: uppercase; }
.invoice-details { background: #f8f9fa; padding: 20px; border-radius: 12px; margin-bottom: 25px; border: 1px dashed #ddd; }
.detail-row { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 0.95rem; }
.detail-row:last-child { margin-bottom: 0; }
.detail-row span { color: #666; font-weight: 500; }
.detail-row strong { color: #111; font-weight: 800; text-align: right; }
.pay-whatsapp-btn {
    width: 100%; background: #25d366; color: #fff; border: none;
    padding: 15px; border-radius: 12px; font-size: 1.05rem; font-weight: 800;
    cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px;
    transition: 0.3s ease; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}
.pay-whatsapp-btn:hover { background: #1ebe57; transform: translateY(-3px); box-shadow: 0 15px 25px rgba(37, 211, 102, 0.4); }
/* ======================================================
   BUTTON SIZING OPTIMIZATION (SMALLER SIZES)
   ====================================================== */

/* --- Desktop Sizing --- */
.back-to-top {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.1rem !important;
}

.sticky-wa {
    padding: 8px 14px !important;
    font-size: 0.7rem !important;
}

.sticky-wa i {
    font-size: 1.1rem !important;
}

/* --- Mobile Sizing --- */
@media (max-width: 768px) {
    .back-to-top {
        width: 33px !important;
        height: 33px !important;
        font-size: 1rem !important;
    }
    
    .sticky-wa {
        padding: 6px 10px !important;
        font-size: 0.55rem !important;
    }
    
    .sticky-wa i {
        font-size: 0.9rem !important;
    }
}
/* ======================================================
   BUTTON SIZING OPTIMIZATION (ULTRA-COMPACT SIZES)
   ====================================================== */

/* --- Desktop Sizing --- */
.back-to-top {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.9rem !important;
}

.sticky-wa {
    padding: 8px 14px !important;
    font-size: 0.7rem !important;
}

.sticky-wa i {
    font-size: 1.1rem !important;
}

/* --- Mobile Sizing --- */
@media (max-width: 768px) {
    .back-to-top {
        width: 28px !important;
        height: 28px !important;
        font-size: 0.8rem !important;
    }
    
    .sticky-wa {
        padding: 6px 10px !important;
        font-size: 0.55rem !important;
    }
    
    .sticky-wa i {
        font-size: 0.9rem !important;
    }
}