/* --- Global Reset & Background --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0d0608; color: white; overflow-x: hidden; }

/* --- Header --- */
.blur-header { position: fixed; top: 0; width: 100%; min-height: 75px; z-index: 1000; display: flex; align-items: center; background: linear-gradient(135deg, rgba(30, 10, 15, 0.85), rgba(15, 5, 8, 0.85)); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255, 77, 109, 0.15); padding: 10px 0; }
.header-content { width: 90%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

.logo { font-size: clamp(1.4rem, 3vw + 0.5rem, 1.8rem); font-weight: 800; letter-spacing: -1px; background: linear-gradient(90deg, #fda4af, #f43f5e, #fff, #f43f5e, #fda4af); background-size: 300% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: laser-glow 4s linear infinite; position: relative; white-space: nowrap; }
@keyframes laser-glow { 0% { background-position: 0% center; filter: drop-shadow(0 0 5px rgba(244, 63, 94, 0.5)); } 50% { filter: drop-shadow(0 0 15px rgba(244, 63, 94, 0.9)) drop-shadow(0 0 30px rgba(244, 63, 94, 0.6)); } 100% { background-position: 300% center; filter: drop-shadow(0 0 5px rgba(244, 63, 94, 0.5)); } }

/* --- Navigation --- */
nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
nav a { color: #e0e0e0; text-decoration: none; font-size: 1rem; font-weight: 600; transition: all 0.3s ease; display: inline-block; }
nav a:not(.btn-subscribe) { animation: nav-lighting 2.5s ease-in-out infinite alternate; }
@keyframes nav-lighting { 0% { color: #e5c3c9; text-shadow: 0 0 2px rgba(244, 63, 94, 0.2); } 50% { color: #fff; text-shadow: 0 0 10px rgba(244, 63, 94, 0.8), 0 0 20px rgba(253, 164, 175, 0.6); } 100% { color: #fda4af; text-shadow: 0 0 5px rgba(244, 63, 94, 0.4); } }
nav a:not(.btn-subscribe):hover { color: #fff; text-shadow: 0 0 10px #fff, 0 0 20px #f43f5e, 0 0 30px #f43f5e, 0 0 40px #f43f5e; transform: translateY(-2px); animation: none; }

/* --- Multi-Color Download Button --- */
.nav-btn-container { position: relative; display: flex; align-items: center; }
.btn-subscribe { background: rgba(13, 6, 8, 0.9) !important; border: 2px solid rgba(244, 63, 94, 0.8); padding: 10px 18px; border-radius: 8px; font-weight: 800; display: inline-flex; align-items: center; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.3s ease; z-index: 2; box-shadow: 0 0 15px rgba(244, 63, 94, 0.5); text-decoration: none; }
.btn-subscribe:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(244, 63, 94, 0.9); border-color: #fff; }
.btn-subscribe span { color: var(--c); text-shadow: 0 0 8px var(--c), 0 0 15px var(--c); display: inline-block; animation: type-glow 5s infinite both; animation-delay: calc(var(--i) * 0.15s); }
@keyframes type-glow { 0%, 15% { opacity: 0; transform: translateY(-8px) scale(0.8); filter: brightness(0.5); } 25%, 85% { opacity: 1; transform: translateY(0) scale(1); filter: brightness(1.2); } 95%, 100% { opacity: 0; transform: translateY(8px) scale(0.8); filter: brightness(0.5); } }

.attraction-banner { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-20px) scale(0.8); background: linear-gradient(90deg, #a855f7, #f43f5e); color: white; padding: 6px 14px; border-radius: 6px; font-size: 0.8rem; font-weight: bold; white-space: nowrap; opacity: 0; pointer-events: none; box-shadow: 0 4px 15px rgba(244, 63, 94, 0.5); animation: drop-banner 10s infinite; }
.attraction-banner::before { content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); border-width: 6px; border-style: solid; border-color: transparent transparent #a855f7 transparent; }
@keyframes drop-banner { 0%, 80%, 100% { opacity: 0; transform: translateX(-50%) translateY(-20px) scale(0.8); } 85%, 95% { opacity: 1; transform: translateX(-50%) translateY(12px) scale(1); } }

/* --- Hero Section & Typography --- */
.hero-section { min-height: 100vh; padding-top: 130px; padding-bottom: 80px; background: radial-gradient(circle at top, #1c0a0e 0%, #0d0608 100%); display: flex; justify-content: center; align-items: center; text-align: center; }
.hero-content { width: 100%; max-width: 1200px; padding: 0 15px; }
.hero-content h1 { font-size: clamp(2rem, 5vw + 1rem, 3.5rem); margin-bottom: 10px; background: linear-gradient(90deg, #fff, #fda4af); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 10px rgba(244, 63, 94, 0.3)); line-height: 1.2; }
.hero-content p { color: #b08892; font-size: clamp(1rem, 2vw + 0.5rem, 1.2rem); margin-bottom: 20px; }
.section-title { font-size: clamp(1.8rem, 4vw + 0.5rem, 2.5rem); color: #fda4af; margin-bottom: 10px; text-shadow: 0 0 8px rgba(244, 63, 94, 0.4); line-height: 1.3; }
.section-subtitle { color: #b08892; font-size: clamp(1rem, 2vw + 0.5rem, 1.1rem); margin-bottom: 40px; }

/* --- 35% Discount Banner --- */
.discount-banner { position: relative; background: rgba(20, 10, 12, 0.8); padding: 35px 40px; margin: 0 auto 50px auto; max-width: 900px; border-radius: 20px; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6); z-index: 1; }
.discount-banner::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(45deg, #f43f5e, transparent, #a855f7, transparent, #f43f5e); background-size: 400%; border-radius: 22px; z-index: -2; animation: rotate-border 6s linear infinite; filter: drop-shadow(0 0 15px rgba(244, 63, 94, 0.4)); }
.discount-banner::after { content: ''; position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px; background: linear-gradient(135deg, rgba(30, 15, 20, 0.95), rgba(15, 5, 8, 0.95)); border-radius: 18px; z-index: -1; }
@keyframes rotate-border { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.discount-content { text-align: left; z-index: 2; }
.discount-badge { display: inline-block; background: linear-gradient(90deg, #f43f5e, #a855f7); color: white; padding: 6px 18px; border-radius: 20px; font-size: 0.9rem; font-weight: 900; letter-spacing: 1.5px; margin-bottom: 12px; box-shadow: 0 0 15px rgba(244, 63, 94, 0.6); animation: pulse-badge 2s infinite alternate; }
@keyframes pulse-badge { 0% { transform: scale(1); box-shadow: 0 0 15px rgba(244, 63, 94, 0.6); } 100% { transform: scale(1.05); box-shadow: 0 0 25px rgba(168, 85, 247, 0.8); } }
.sparkle-icon { color: #fda4af; animation: blink-text 1.5s infinite; }
.discount-content h2 { font-size: clamp(1.6rem, 3vw + 0.5rem, 2.2rem); color: #fff; margin: 0 0 8px 0; text-shadow: 0 0 10px rgba(244, 63, 94, 0.5); }
.discount-content p { color: #e5c3c9; font-size: 1.1rem; margin: 0; }
.discount-content p strong { color: #fda4af; font-size: 1.25rem; text-shadow: 0 0 5px rgba(253, 164, 175, 0.5); }
.discount-action { z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.timer-text { color: #fda4af; font-size: 0.9rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; animation: blink-text 2s infinite; }
@keyframes blink-text { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.btn-claim-discount { background: linear-gradient(90deg, #f43f5e 0%, #a855f7 100%); color: #fff; border: none; padding: 14px 32px; border-radius: 30px; font-weight: 800; font-size: 1.1rem; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 0 20px rgba(244, 63, 94, 0.5); text-transform: uppercase; letter-spacing: 1px; }
.btn-claim-discount:hover { transform: scale(1.05) translateY(-3px); box-shadow: 0 10px 30px rgba(168, 85, 247, 0.8); }

/* =========================================
   UPDATED: Pricing Cards w/ Dropdowns
   ========================================= */
.card-container { display: flex; gap: 25px; margin-top: 40px; padding: 10px; flex-wrap: wrap; justify-content: center; }
.ott-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(10px); padding: 40px 30px; border-radius: 20px; width: 100%; max-width: 320px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; text-align: left; flex-shrink: 0; display: flex; flex-direction: column; }
.ott-card:hover { transform: scale(1.05) translateY(-10px); background: rgba(255, 255, 255, 0.05); border-color: #f43f5e; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(244, 63, 94, 0.3); z-index: 10; }
.ott-card.active { border-color: rgba(244, 63, 94, 0.6); background: rgba(30, 10, 15, 0.6); transform: scale(1.02); box-shadow: 0 0 15px rgba(244, 63, 94, 0.2); }
.ott-card.active:hover { transform: scale(1.05) translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(244, 63, 94, 0.4); }
.badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, #fda4af 0%, #f43f5e 100%); color: #0d0608; padding: 6px 18px; border-radius: 20px; font-size: 0.85rem; font-weight: bold; box-shadow: 0 0 10px rgba(244, 63, 94, 0.5); white-space: nowrap;}
.ott-card h3 { font-size: 1.5rem; color: #fff; text-shadow: 0 0 5px rgba(244, 63, 94, 0.4); margin-bottom: 5px; }

/* Dynamic Price Text styling */
.price { font-weight: bold; margin: 10px 0 25px 0; color: #fff; transition: transform 0.3s ease, color 0.3s ease; }
.price-value { font-size: 2.8rem; }
.price-duration { font-size: 1rem; color: #fda4af; margin-left: 5px; }

/* The Pop Animation applied via JS */
.pop-anim { animation: price-pop-anim 0.3s ease forwards; }
@keyframes price-pop-anim {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); color: #fda4af; text-shadow: 0 0 15px #f43f5e; }
    100% { transform: scale(1); }
}

/* Custom Select Dropdown UI */
.plan-dropdown-wrapper { position: relative; margin-bottom: 20px; width: 100%; }
.plan-dropdown {
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
    width: 100%; background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(244, 63, 94, 0.4);
    color: #fff; padding: 14px 18px; border-radius: 12px; font-size: 1.05rem; font-weight: 600;
    cursor: pointer; outline: none; transition: border-color 0.3s, box-shadow 0.3s;
    box-shadow: inset 0 0 10px rgba(244, 63, 94, 0.05);
}
.plan-dropdown:focus, .plan-dropdown:hover { border-color: #f43f5e; box-shadow: 0 0 15px rgba(244, 63, 94, 0.3); }
.plan-dropdown option { background: #1a0b10; color: #fff; padding: 10px; }
.dropdown-icon { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: #fda4af; pointer-events: none; }

/* The Claim In App Button */
.btn-claim-in-app {
    display: block; text-align: center; text-decoration: none; width: 100%; padding: 15px; border-radius: 12px;
    background: linear-gradient(90deg, rgba(244, 63, 94, 0.1), rgba(168, 85, 247, 0.1));
    border: 1px solid #f43f5e; color: #fda4af; font-weight: 800; font-size: 1.05rem; cursor: pointer;
    transition: all 0.3s ease; box-shadow: 0 0 10px rgba(244, 63, 94, 0.1); margin-bottom: 25px;
}
.btn-claim-in-app:hover {
    background: linear-gradient(90deg, #f43f5e 0%, #a855f7 100%); color: #fff; border-color: transparent;
    transform: translateY(-2px); box-shadow: 0 5px 20px rgba(244, 63, 94, 0.6);
}
/* Solid gradient for the active center card */
.active-btn { background: linear-gradient(90deg, #f43f5e 0%, #a855f7 100%); color: #fff; border: none; box-shadow: 0 5px 15px rgba(244, 63, 94, 0.4); }

.features-divider { height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 20px; width: 100%; }

.plan-features { list-style: none; margin-bottom: 0; color: #e5c3c9; line-height: 2.2; padding: 0; flex-grow: 1; }
.plan-features li { display: flex; align-items: center; gap: 12px; }
.plan-features li i { color: #fda4af; font-size: 1.1rem; width: 20px; text-align: center; filter: drop-shadow(0 0 3px rgba(244, 63, 94, 0.6)); }
.disabled-feature { color: #88656f; }
.disabled-feature i.fa-xmark { color: #88656f; filter: none; }


/* --- GET STARTED Call To Action --- */
.plan-cta { text-align: center; margin-top: 50px; margin-bottom: 20px; }
.btn-get-started { background: linear-gradient(90deg, #fda4af 0%, #f43f5e 100%); color: #0d0608 !important; border: none; padding: 16px 45px; border-radius: 40px; font-weight: 800; font-size: clamp(1rem, 3vw + 0.5rem, 1.2rem); cursor: pointer; transition: all 0.3s ease; box-shadow: 0 0 20px rgba(244, 63, 94, 0.6); display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.btn-get-started:hover { transform: scale(1.05) translateY(-3px); box-shadow: 0 10px 30px rgba(244, 63, 94, 0.9); color: #fff !important; }
.btn-get-started i { transition: transform 0.3s ease; }
.btn-get-started:hover i { transform: translateX(5px); }

/* --- 3 Easy Steps Section --- */
.steps-section { margin-top: 80px; }
.steps-grid { display: flex; justify-content: center; align-items: center; gap: 20px; max-width: 1100px; margin: 40px auto 0 auto; }
.step-card { flex: 1; flex-shrink: 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 30px 30px 30px; text-align: center; position: relative; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
.step-card:hover { transform: translateY(-10px); border-color: #f43f5e; box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 25px rgba(244, 63, 94, 0.3); }
.step-number { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 45px; height: 45px; background: linear-gradient(135deg, #fda4af 0%, #f43f5e 100%); color: #0d0608; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.3rem; font-weight: 800; box-shadow: 0 0 15px rgba(244, 63, 94, 0.6); }
.step-icon { font-size: 3rem; color: #fda4af; margin-bottom: 20px; filter: drop-shadow(0 0 8px rgba(244, 63, 94, 0.4)); transition: transform 0.3s ease; }
.step-card:hover .step-icon { transform: scale(1.1); color: #fff; }
.step-card h3 { color: #fff; margin-bottom: 15px; font-size: 1.3rem; }
.step-card p { color: #e5c3c9; font-size: 1rem; line-height: 1.5; }
.step-connector { color: rgba(244, 63, 94, 0.6); font-size: 2rem; animation: pulse-arrow 2s infinite alternate; }
@keyframes pulse-arrow { from { transform: translateX(0); opacity: 0.6; } to { transform: translateX(5px); opacity: 1; filter: drop-shadow(0 0 8px #f43f5e); } }


/* --- Buying BD OTT Community Section --- */
.community-section { margin-top: 100px; }
.community-grid { display: flex; gap: 30px; justify-content: center; max-width: 1200px; margin: 40px auto 0 auto; }
.stat-card { flex: 1; flex-shrink: 0; background: linear-gradient(135deg, rgba(20, 10, 12, 0.8), rgba(15, 5, 8, 0.8)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 20px; text-align: center; position: relative; backdrop-filter: blur(20px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
.stat-card:hover, .active-stat { transform: translateY(-10px); border-color: #f43f5e; box-shadow: 0 20px 40px rgba(0,0,0,0.8), inset 0 0 30px rgba(244, 63, 94, 0.1); }
.stat-icon { font-size: 3.5rem; color: #fda4af; margin-bottom: 15px; filter: drop-shadow(0 0 10px rgba(244, 63, 94, 0.5)); }
.stat-number { font-size: 3rem; font-weight: 900; color: #fff; margin-bottom: 5px; text-shadow: 0 0 10px rgba(244, 63, 94, 0.5); }
.stat-label { font-size: 1.1rem; color: #e5c3c9; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.stat-stars { margin-bottom: 15px; font-size: 1.8rem; color: #eab308; filter: drop-shadow(0 0 8px rgba(234, 179, 8, 0.6)); }

/* --- Supported Devices & Autoswap Marquee --- */
.device-section { margin-top: 80px; padding-top: 40px; border-top: 1px solid rgba(244, 63, 94, 0.15); }
.device-subheading { color: #b08892; font-size: 1rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; }
.marquee-container { display: flex; overflow: hidden; user-select: none; gap: 20px; padding: 40px 0; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.marquee-content { flex-shrink: 0; display: flex; justify-content: space-around; min-width: 100%; gap: 20px; will-change: transform; }
.fast-scroll { animation: infinite-scroll 10s linear infinite; }
.slow-scroll { animation: infinite-scroll 16s linear infinite; }
.marquee-container:hover .marquee-content { animation-play-state: paused; }

.device-card { background: rgba(20, 10, 12, 0.6); border: 1px solid rgba(244, 63, 94, 0.3); padding: 24px 36px; min-height: 90px; font-size: 1.25rem; border-radius: 16px; font-weight: 600; color: #e5c3c9; white-space: nowrap; display: flex; align-items: center; gap: 15px; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.4s ease, color 0.4s ease; will-change: transform, box-shadow; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); cursor: default; position: relative; }
.device-card i { font-size: 1.6rem; color: #fda4af; transition: color 0.3s ease, transform 0.3s ease; }
.device-card:hover { border-color: #f43f5e; color: #fff; transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 15px rgba(244, 63, 94, 0.4); }
.device-card:hover i { color: #fff; transform: scale(1.1); }
.popular-device { border: 2px solid transparent; background: linear-gradient(rgba(20, 10, 12, 0.9), rgba(20, 10, 12, 0.9)) padding-box, linear-gradient(90deg, #f43f5e, #a855f7, #06b6d4, #f43f5e) border-box; background-size: 200% 100%; animation: multi-gradient-flow 3s linear infinite, multi-shadow-flow 3s linear infinite; }
.popular-device i { animation: multi-color-text 3s linear infinite; }
.device-badge { background: linear-gradient(90deg, #f43f5e, #a855f7, #06b6d4, #f43f5e); background-size: 200% 100%; animation: multi-gradient-flow 3s linear infinite; color: #fff; font-size: 0.8rem; padding: 4px 12px; border-radius: 20px; font-weight: 800; text-transform: uppercase; box-shadow: 0 0 8px rgba(168, 85, 247, 0.5); margin-left: 8px; letter-spacing: 0.5px; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }

.popular-device.center-pop { transform: scale(1.15) translateY(-25px); background: linear-gradient(rgba(30, 15, 20, 0.95), rgba(30, 15, 20, 0.95)) padding-box, linear-gradient(90deg, #f43f5e, #a855f7, #06b6d4, #f43f5e) border-box; background-size: 200% 100%; color: #fff; z-index: 20; animation: multi-gradient-flow 1.5s linear infinite, center-pop-shadow 1.5s linear infinite; }
.popular-device.center-pop i { transform: scale(1.2); filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)); animation: multi-color-text 1.5s linear infinite; }
.popular-device.center-pop .device-badge { box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); transform: scale(1.1); }

@keyframes multi-gradient-flow { 0% { background-position: 0% 0%; } 100% { background-position: 200% 0%; } }
@keyframes multi-shadow-flow { 0%, 100% { box-shadow: 0 4px 15px rgba(244, 63, 94, 0.4); } 33% { box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4); } 66% { box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4); } }
@keyframes center-pop-shadow { 0%, 100% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9), 0 0 35px rgba(244, 63, 94, 0.8); } 33% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9), 0 0 35px rgba(168, 85, 247, 0.8); } 66% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9), 0 0 35px rgba(6, 182, 212, 0.8); } }
@keyframes multi-color-text { 0%, 100% { color: #f43f5e; } 33% { color: #c084fc; } 66% { color: #22d3ee; } }
@keyframes infinite-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 20px)); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeInUp 0.8s ease forwards; }
.fade-in-delayed { animation: fadeInUp 0.8s ease 0.2s forwards; opacity: 0; }

/* --- Site Footer --- */
.site-footer { background-color: #080305; border-top: 1px solid rgba(244, 63, 94, 0.2); padding: 60px 5% 20px 5%; margin-top: 40px; box-shadow: inset 0 20px 40px rgba(0,0,0,0.5); }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto 40px auto; }
.footer-brand .logo { animation: none; margin-bottom: 15px; display: inline-block; }
.footer-brand p { color: #b08892; font-size: 1rem; line-height: 1.6; max-width: 350px; }
.footer-links h3, .footer-social h3 { color: #fff; margin-bottom: 20px; font-size: 1.2rem; position: relative; display: inline-block; }
.footer-links h3::after, .footer-social h3::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 40px; height: 3px; background: linear-gradient(90deg, #fda4af, #f43f5e); border-radius: 3px; }
.footer-links ul { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #e5c3c9; text-decoration: none; transition: all 0.3s ease; display: inline-block; }
.footer-links a:hover { color: #fda4af; transform: translateX(5px); text-shadow: 0 0 5px rgba(253, 164, 175, 0.5); }
.social-icons { display: flex; gap: 15px; }
.social-icons a { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(244, 63, 94, 0.2); border-radius: 50%; color: #e5c3c9; font-size: 1.1rem; transition: all 0.3s ease; text-decoration: none; }
.social-icons a:hover { background: #f43f5e; color: #fff; transform: translateY(-5px); box-shadow: 0 5px 15px rgba(244, 63, 94, 0.5); border-color: #f43f5e; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 20px; color: #88656f; font-size: 0.9rem; }

/* --- WhatsApp Live Support Widget --- */
.whatsapp-popup { position: fixed; bottom: 30px; right: 30px; background: rgba(20, 10, 12, 0.8); border: 1px solid rgba(37, 211, 102, 0.5); border-radius: 16px; padding: 12px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.6), 0 0 15px rgba(37, 211, 102, 0.2); z-index: 9999; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease; }
.whatsapp-popup:hover { transform: translateY(-5px) scale(1.05); border-color: #25D366; box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 25px rgba(37, 211, 102, 0.5); }
.wa-link { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.wa-icon-container { position: relative; background: linear-gradient(135deg, #25D366, #128C7E); width: 45px; height: 45px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.6rem; color: white; box-shadow: 0 0 15px rgba(37, 211, 102, 0.6); }
.online-indicator { position: absolute; top: 0; right: -2px; width: 14px; height: 14px; background-color: #25D366; border: 2px solid #140a0c; border-radius: 50%; animation: wa-pulse 2s infinite; }
.wa-text { display: flex; flex-direction: column; }
.wa-title { color: #fff; font-weight: 800; font-size: 1.05rem; margin-bottom: 2px; text-shadow: 0 0 5px rgba(255,255,255,0.3); }
.wa-sub { color: #e5c3c9; font-size: 0.85rem; }
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8); } 70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

/* --- Claim Discount Modal CSS --- */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(8px); display: flex; justify-content: center; align-items: center; z-index: 10000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.modal-overlay.show-modal { opacity: 1; pointer-events: auto; }
.modal-content { background: linear-gradient(135deg, rgba(30, 15, 20, 0.95), rgba(15, 5, 8, 0.95)); border: 1px solid rgba(244, 63, 94, 0.4); border-radius: 20px; padding: 40px; text-align: center; width: 90%; max-width: 450px; position: relative; transform: translateY(-30px); transition: transform 0.3s ease; box-shadow: 0 20px 50px rgba(0,0,0,0.8), 0 0 30px rgba(244, 63, 94, 0.2); }
.modal-overlay.show-modal .modal-content { transform: translateY(0); }
.close-btn { position: absolute; top: 15px; right: 20px; background: transparent; border: none; color: #b08892; font-size: 1.5rem; cursor: pointer; transition: color 0.3s ease; }
.close-btn:hover { color: #f43f5e; }
.modal-icon { font-size: 3.5rem; color: #fda4af; margin-bottom: 15px; filter: drop-shadow(0 0 10px rgba(244, 63, 94, 0.5)); animation: pulse-badge 2s infinite alternate; }
.modal-content h3 { color: #fff; font-size: 1.8rem; margin-bottom: 10px; }
.modal-content p { color: #e5c3c9; font-size: 1rem; margin-bottom: 25px; line-height: 1.5; }
.modal-form { display: flex; flex-direction: column; gap: 15px; }
.modal-form input { padding: 15px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 1rem; outline: none; transition: border-color 0.3s ease; }
.modal-form input:focus { border-color: #f43f5e; box-shadow: 0 0 10px rgba(244, 63, 94, 0.3); }
.btn-submit-email { background: linear-gradient(90deg, #f43f5e, #a855f7); color: #fff; border: none; padding: 15px; border-radius: 10px; font-size: 1.1rem; font-weight: bold; cursor: pointer; transition: transform 0.2s ease; }
.btn-submit-email:hover { transform: scale(1.02); box-shadow: 0 5px 15px rgba(244, 63, 94, 0.4); }
.modal-divider { margin: 25px 0; position: relative; color: #88656f; font-size: 0.9rem; font-weight: bold; }
.modal-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: rgba(255,255,255,0.1); z-index: 1; }
.modal-divider span { background: #14080b; padding: 0 15px; position: relative; z-index: 2; }
.btn-modal-wa { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; background: #25D366; color: #fff; text-decoration: none; padding: 15px; border-radius: 10px; font-size: 1.1rem; font-weight: bold; transition: all 0.3s ease; }
.btn-modal-wa:hover { background: #1EBE55; transform: scale(1.02); box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4); }

/* =========================================
   MEDIA QUERIES (Horizontal Mobile Swipe)
   ========================================= */
@media (max-width: 1024px) {
    .footer-content { grid-template-columns: 1fr 1fr; }
    .hero-content { padding-top: 20px; }
}

@media (max-width: 768px) {
    .header-content { flex-direction: column; gap: 15px; padding: 10px 0; }
    nav { gap: 15px; justify-content: center; width: 100%; }
    .hero-section { padding-top: 160px; }
    
    .discount-banner { flex-direction: column; text-align: center; gap: 20px; padding: 25px 20px; }
    .discount-content h2 { justify-content: center; }
    
    /* ---------------------------------------------------- */
    /* Side-By-Side Horizontal Swipe For Mobile             */
    /* Applies to Pricing, Steps, and Community Grid        */
    /* ---------------------------------------------------- */
    .card-container, .steps-grid, .community-grid { 
        flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; 
        padding-bottom: 20px; padding-left: 5%; padding-right: 5%;
        scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; 
    }
    
    .ott-card, .step-card, .stat-card { 
        flex: 0 0 85%; scroll-snap-align: center; margin-bottom: 0;
    }

    .card-container::-webkit-scrollbar, .steps-grid::-webkit-scrollbar, .community-grid::-webkit-scrollbar { display: none; }
    
    .desktop-arrow { display: none; }
    .step-connector { display: none; }
    /* ---------------------------------------------------- */

    .footer-content { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-brand p { margin: 0 auto; }
    .footer-links h3::after, .footer-social h3::after { left: 50%; transform: translateX(-50%); }
    .social-icons { justify-content: center; }
    
    .whatsapp-popup { bottom: 20px; right: 20px; padding: 8px 12px; }
    .wa-icon-container { width: 38px; height: 38px; font-size: 1.3rem; }
    .wa-title { font-size: 0.95rem; }
    .wa-sub { display: none; } 
}

@media (max-width: 480px) {
    .logo { margin-bottom: 5px; }
    nav { gap: 10px; }
    nav a { margin-left: 10px; font-size: 0.9rem; }
    .btn-subscribe { margin-left: 10px; padding: 8px 16px; }
    .btn-subscribe span { font-size: 0.9rem; }
    
    /* Adjust specific card items for tiny screens */
    .ott-card { padding: 30px 20px; }
    .price-value { font-size: 2.2rem; }
    .plan-dropdown { font-size: 0.95rem; padding: 12px; }
    .btn-claim-in-app { font-size: 0.95rem; padding: 12px; }
    
    .device-card { padding: 15px 20px; font-size: 1.1rem; min-height: 70px; }
    .marquee-container { padding: 30px 0; }
    .btn-get-started { padding: 14px 30px; font-size: 1rem; width: 100%; justify-content: center; }
}