/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 15 2026 | 21:30:32 */
/* Auto-generated from style.css: shared rules */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&family=Bebas+Neue&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.elementor-widget-theme-post-content, .pcolor p {
        color: var(--text-primary) !important;
}

/* ===== TRICOLORE REDESIGN OVERRIDES ===== */
:root {
    --fr-blue: #b30f2c;
    --fr-white: #f8fafc;
    --fr-red: #e11d2e;
    --primary: var(--fr-blue);

    --primary-light: var(--secondary);
    --secondary: var(--fr-red);
    --accent: var(--fr-white);
    --bg-primary: #0a0f1f;
    --bg-secondary: rgba(14, 18, 32, 0.9);
    --bg-tertiary: #10162a;
    --text-primary: #f8fafc;
    --text-secondary: rgba(248, 250, 252, 0.72);
    --btn-border: rgba(210, 15, 42, 0.35);
    --btn-border-strong: rgba(210, 15, 42, 0.55);
    --btn-border-gradient-start: rgba(210, 15, 42, 0.45);
    --btn-border-gradient-end: rgba(225, 29, 46, 0.35);
    --btn-shadow: rgba(210, 15, 42, 0.35);
    --btn-shadow-strong: rgba(210, 15, 42, 0.55);
    --btn-surface: rgba(255, 255, 255, 0.06);
    --btn-surface-hover: rgba(255, 255, 255, 0.12);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}
p{
    margin-bottom: 0px;
}
.acontainer {
    max-width: 1520px !important;
    margin: 0 auto !important;
    padding: 0 34px;
}
.mt-50{
    margin-top: 50px !important;
}

.promo-banner.hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

body.light-theme .beauty-links::after {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  opacity: 0.25;
}

.promo-banner.hidden ~ .header {
    top: 0;
}

.header.scrolled::before {
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom-color: rgba(210, 15, 42, 0.3);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.header.scrolled .nav {
    padding: 14px 0;
}

.btn-icon.dark .icon-sun {
    opacity: 0;
    transform: rotate(180deg) scale(0);
}

.btn-icon.dark .icon-moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: none;
    border-radius: 11px;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 24px rgba(0, 96, 239, 0.35);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0, 96, 239, 0.5);
}

.btn-primary svg {
    transition: transform 0.3s ease;
}

.btn-primary:hover svg {
    transform: translateX(4px);
}

.btn-mobile.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.btn-mobile.active span:nth-child(2) {
    opacity: 0;
}

.btn-mobile.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu.active {
    max-height: 600px;
}

.mobile-links {
    list-style: none;
    padding: 20px 0;
}

.mobile-links li {
    border-bottom: 1px solid rgba(210, 15, 42, 0.1);
}

.mobile-links a {
    display: block;
    padding: 16px 24px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-links a:hover {
    color: var(--primary);
    background: rgba(210, 15, 42, 0.05);
}

.btn-mobile-cta {
    display: block;
    margin: 20px 24px;
    padding: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 10px;
    color: white;
    text-align: center;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .nav-links {
        display: none;
    }

    .btn-mobile {
        display: flex;
    }
}

@media (max-width: 768px) {
    .acontainer {
        padding: 0 16px;
    }

    body.light-theme .header::before {
        background: rgba(248, 250, 252, 0.9);
        border-bottom-color: rgba(210, 15, 42, 0.2);
    }

    .btn-primary {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .nav-actions .btn-primary {
        display: none;
    }

    .btn-primary {
        width: 100%;
        height: auto;
        padding: 14px 18px;
        justify-content: center;
    }

    .video-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: start;
    }

    .video-player {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        transform: none !important;
    }

    .feature-badge {
        width: fit-content;
        max-width: calc(100% - 24px);
        justify-content: flex-start;
        padding: 12px 16px;
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    }

    .badge-top,
    .badge-right,
    .badge-bottom {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .acontainer {
        padding: 0 20px;
    }
}
/* ===== BACKGROUND ===== */
.hero-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
     pointer-events: none;
}

.circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(0.9005);
    }
    33% {
        transform: translate(10px, -5px) scale(0.9005);
    }
    66% {
        transform: translate(-5px, 10px) scale(0.9);
    }
}



/* ===== HERO CONTENT ===== */
.hero-content {

    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 60px 0;
}

@keyframes heroPillFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

@keyframes heroPillShine {
    0%, 52% {
        left: -150%;
    }
    72%, 100% {
        left: 160%;
    }
}

@keyframes heroHeartBeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.16);
    }
    45% {
        transform: scale(1.04);
    }
}

@keyframes heroPricePulse {
    0%, 100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
    }
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, #ffc0c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 5s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    box-shadow: 0 10px 30px rgba(0, 96, 239, 0.3);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 96, 239, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.video-container {
    position: relative;
    perspective: 1000px;
}

.video-player {
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.6) 0%, rgba(49, 46, 129, 0.6) 100%);
    border: 1px solid rgba(210, 15, 42, 0.3);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 80px rgba(210, 15, 42, 0.2),
        inset 0 0 80px rgba(210, 15, 42, 0.1);
    backdrop-filter: blur(20px);
    transition: transform 0.3s ease;
    animation: float 6s ease-in-out infinite;
}

.video-player:hover {
    transform: translateY(-10px);
}

.video-content {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.video-content::before{
    background: url(https://abonnement-iptv-officiel.fr/wp-content/uploads/2026/02/Abonnement-iptv-officiel-film.webp);
    background-size: cover;
    background-position: bottom;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.video-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(210, 15, 42, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(225, 29, 46, 0.3) 0%, transparent 50%);
    animation: pulse 4s ease-in-out infinite;

}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.play-button {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease;
    animation: pulse-scale 2s ease-in-out infinite;
}

.play-button:hover {
    transform: scale(1.1);
}

@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* ===== FEATURE BADGES ===== */
.feature-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(10, 10, 15, 0.9);
    border: 1px solid rgba(210, 15, 42, 0.3);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease-out both;
}

.feature-badge:hover {
    transform: translateY(-5px) scale(1.05);
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(210, 15, 42, 0.3);
}

.badge-top {
    top: -40px;
    left: -20px;
    animation-delay: 0.4s;
}

.badge-right {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    animation-delay: 0.6s;
}

.badge-bottom {
    bottom: -20px;
    right: 40px;
    animation-delay: 0.8s;
}

/* ===== STATS BAR ===== */
.stats-bar {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 13, 20, 0.92), rgba(8, 10, 18, 0.96));
    border-top: 1px solid rgba(210, 15, 42, 0.25);
    border-bottom: 1px solid rgba(210, 15, 42, 0.15);
    backdrop-filter: blur(18px);
    padding: 46px 0;
    margin-top: auto;
    overflow: hidden;
}

.stats-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 96, 239, 0.28), transparent 60%),
        radial-gradient(circle at 85% 80%, rgba(5, 183, 253, 0.2), transparent 55%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
    opacity: 0.7;
    pointer-events: none;
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Bebas Neue', 'Space Grotesk', sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    margin-bottom: 10px;
    line-height: 1;
}

.top-feature-card {
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.2);
    border-radius: 22px 22px 28px 18px;
    padding: 32px 24px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.top-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.top-feature-card::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0 16px 0 10px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.top-feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(235, 37, 37, 0.2);
}

.top-feature-card:hover::before {
    opacity: 1;
}

.top-feature-card:hover::after {
    opacity: 1;
}

.top-feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.top-feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.4;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px;
    background: rgba(26, 26, 36, 0.4);
    border: 1px solid rgba(235, 37, 37, 0.3);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--secondary);
    transition: height 0.3s ease;
}

.feature-item.red::before{
    background: #ef4444;
}

.feature-item:hover {
    transform: translateX(8px);
    border-color: rgba(235, 37, 37, 0.3);
    background: rgba(26, 26, 36, 0.6);
    box-shadow: 0 10px 30px rgba(235, 37, 37, 0.15);
}

.feature-item.glow-effect:hover{
    
    border-color: rgba(16, 185, 129, 0.6);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);

}

.feature-item:hover::before {
    height: 100%;
}

.feature-item:hover .feature-check {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-color: transparent;
    color: white;
    transform: scale(1.1) rotate(360deg);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Pricing Card */
.pricing-card {
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.2);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-12px);
    border-color: rgba(235, 37, 37, 0.3);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 80px rgba(210, 15, 42, 0.2);
}

.pricing-card:hover::before {
    opacity: 1;
}

/* Featured Card */
.pricing-card.featured {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.1) 0%, rgba(225, 29, 46, 0.1) 100%);
    border: 2px solid var(--primary);
    box-shadow: 
        0 20px 40px rgba(210, 15, 42, 0.2),
        0 0 60px rgba(210, 15, 42, 0.15);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-12px);
    box-shadow: 
        0 35px 70px rgba(210, 15, 42, 0.3),
        0 0 100px rgba(210, 15, 42, 0.25);
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(210, 15, 42, 0.4);
    }
    50% {
        box-shadow: 0 8px 30px rgba(210, 15, 42, 0.6);
    }
}

.plan-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.amount {
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.period {
    font-size: 16px;
    color: var(--text-secondary);
}

.btn-plan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn-plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.btn-plan:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(210, 15, 42, 0.4);
}

.btn-plan:hover::before {
    left: 100%;
}

.btn-plan:active {
    transform: translateY(0);
}

.pricing-card:not(.featured) .btn-plan {
    background: rgba(210, 15, 42, 0.1);
    color: var(--primary);
    border: 2px solid rgba(210, 15, 42, 0.3);
}

.pricing-card:not(.featured) .btn-plan:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    border-color: transparent;
}

.payment-icon {
    font-size: 24px;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment-icon:hover {
    opacity: 1;
    transform: scale(1.2) translateY(-3px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hero-title {
        font-size: 56px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .badge-right {
        right: -20px;
    }
    
    .top-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid-main {
        grid-template-columns: 1fr 1fr;
    }
    
    .features-title {
        font-size: 36px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-12px);
    }
    
    .pricing-trust {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .acontainer {
        padding: 0 20px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .feature-badge {
        padding: 10px 16px;
    }

    .badge-top {
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .badge-right {
        top: auto;
        right: 10px;
        transform: none;
    }

    .badge-bottom {
        bottom: -10px;
        left: 10px;
        right: auto;
    }

    .stat-number {
        font-size: 42px;
    }
    
    .pricing-card {
        padding: 32px 24px;
    }
    
    .amount {
        font-size: 48px;
    }
    
    
}

@media (max-width: 480px) {
    
    .top-feature-card h3 {
        font-size: 14px;
    }
    
    .feature-item {
        padding: 20px;
    }
    
    .amount {
        font-size: 40px;
    }
    

}

.pricing-section .pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(24, 18, 26, 0.96) 0%, rgba(13, 11, 18, 0.98) 100%);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.pricing-section .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 95, 126, 0.1) 0%, rgba(255, 95, 126, 0.7) 50%, rgba(255, 159, 101, 0.7) 100%);
}

.pricing-section .pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 95, 126, 0.22);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.pricing-section .pricing-card.featured {
    transform: none;
    border-color: rgba(255, 95, 126, 0.32);
    box-shadow: 0 32px 90px rgba(86, 16, 34, 0.28);
}

.pricing-section .pricing-card.best-value {
    border-color: rgba(245, 191, 86, 0.28);
    box-shadow:
        0 28px 82px rgba(61, 43, 11, 0.18),
        0 0 0 1px rgba(245, 191, 86, 0.08);
}

.pricing-section .pricing-card.featured::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top, rgba(255, 95, 126, 0.14) 0%, rgba(255, 95, 126, 0) 40%);
    pointer-events: none;
}

.pricing-section .pricing-card.best-value::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top, rgba(245, 191, 86, 0.14) 0%, rgba(245, 191, 86, 0) 42%);
    pointer-events: none;
}

.pricing-section .pricing-card.featured:hover {
    transform: translateY(-8px);
}

.pricing-section .pricing-card.best-value:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 191, 86, 0.42);
    box-shadow:
        0 34px 92px rgba(61, 43, 11, 0.24),
        0 0 0 1px rgba(245, 191, 86, 0.12);
}

.pricing-section .pricing-card.best-value .plan-offert {
    color: #3a2605;
    border-color: rgba(245, 191, 86, 0.28);
    background: rgba(245, 191, 86, 0.2);
}

.pricing-section .plan-name {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -0.03em;
    color: #fff;
}

.pricing-section .amount {
    font-size: clamp(46px, 4vw, 64px);
    font-weight: 900;
    line-height: 0.95;
    background: linear-gradient(135deg, #ffffff 0%, #ff5e7d 60%, #ffa06b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-section .period {
    color: rgba(255, 255, 255, 0.56);
    padding-bottom: 7px;
}

.pricing-section .btn-plan {
    min-height: 54px;
    border-radius: 16px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #ff5677 0%, #ff8758 100%);
    box-shadow: 0 18px 36px rgba(255, 86, 119, 0.18);
}

.pricing-section .pricing-card:not(.featured) .btn-plan {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-section .pricing-card:not(.featured) .btn-plan:hover {
    background: linear-gradient(135deg, #ff5677 0%, #ff8758 100%);
    border-color: transparent;
}

@media (max-width: 1024px) {

    .pricing-section .pricing-card.featured {
        transform: none;
    }

    .pricing-section .pricing-card:hover,
    .pricing-section .pricing-card.featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {

    .pricing-section .plan-name {
        font-size: 22px;
    }

    .pricing-section .amount {
        font-size: 50px;
    }
}

@media (max-width: 480px) {

    .pricing-section .plan-name {
        font-size: 20px;
    }

    .pricing-section .amount {
        font-size: 42px;
    }
}

/* ===== PRICING BOARD V2 ===== */
.pricing-section > .acontainer > .pricing-overview-panel,
.pricing-section > .acontainer > .pricing-grid {
    display: none;
}

@keyframes pricing-card-reveal {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pricing-featured-shine {
    from {
        background-position: 0 0, 200% 0;
    }
    to {
        background-position: 0 0, -20% 0;
    }
}

@keyframes pricing-popular-pulse {
    0%, 100% {
        box-shadow: 0 14px 28px rgba(255, 86, 119, 0.24);
        transform: translateY(0);
    }
    50% {
        box-shadow: 0 18px 36px rgba(255, 86, 119, 0.34);
        transform: translateY(-2px);
    }
}

.pricing-multi-screen-tab {
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: rgba(248, 250, 252, 0.72);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pricing-multi-screen-tab:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.pricing-multi-screen-tab.active {
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.24) 0%, rgba(245, 191, 86, 0.18) 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 28px rgba(82, 14, 28, 0.24);
}

.multi-screen-panel {
    display: none;
}

.multi-screen-panel.active {
    display: block;
}


.multi-screen-panel .pricing-stack-grid-multi {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-stack-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    padding: 30px 20px 22px;
    border-radius: 24px;
    border: 1px solid rgba(179, 15, 44, 0.26);
    background:
        linear-gradient(180deg, rgba(20, 11, 18, 0.94) 0%, rgba(9, 7, 14, 0.95) 100%);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    isolation: isolate;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    animation: pricing-stack-reveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    
}

.pricing-stack-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(179, 15, 44, 0.12) 0%, rgba(179, 15, 44, 0) 34%);
    opacity: 0.42;
    pointer-events: none;
    border-radius: 16px;
}

.pricing-stack-card:nth-child(2) {
    animation-delay: 0.1s;
}

.pricing-stack-card:nth-child(3) {
    animation-delay: 0.2s;
}

.pricing-stack-card:nth-child(4) {
    animation-delay: 0.3s;
}

.pricing-stack-card:hover {
    transform: translateY(-6px);
    border-color: rgba(225, 29, 46, 0.42);
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.3),
        0 0 22px rgba(225, 29, 46, 0.14);
        
}

.pricing-stack-card.is-featured {
    transform: translateY(-26px);
    border-color: transparent;
    background:
        linear-gradient(180deg, rgba(30, 12, 21, 0.95) 0%, rgba(14, 8, 15, 0.96) 100%);
    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 170, 186, 0.18),
        0 0 0 7px rgba(225, 29, 46, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-stack-card.best-value {
    border-color: rgba(245, 191, 86, 0.34);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(245, 191, 86, 0.08),
        inset 0 1px 0 rgba(255, 244, 214, 0.05);
}

.pricing-stack-card.best-value:hover {
    border-color: rgba(251, 211, 141, 0.52);
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.3),
        0 0 24px rgba(245, 191, 86, 0.14);
}

.pricing-stack-card.is-featured::before {
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(255, 224, 230, 1) 0%, rgba(255, 120, 146, 0.96) 20%, rgba(225, 29, 46, 0.76) 52%, rgba(255, 132, 154, 0.88) 78%, rgba(255, 232, 236, 0.98) 100%);
    background-size: 260% 260%;
    background-position: 0% 50%;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 1;
    animation:
        pricing-stack-featured-border 5.4s linear infinite,
        pricing-stack-featured-border-pulse 3.2s ease-in-out infinite;
        
}

.pricing-stack-card.is-featured::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0) 18%),
        radial-gradient(circle at 50% 8%, rgba(255, 171, 186, 0.08) 0%, rgba(255, 171, 186, 0) 24%);
    opacity: 0.72;
    pointer-events: none;
    border-radius: 16px;
}

.pricing-stack-head,
.pricing-stack-price,
.pricing-stack-features,
.pricing-stack-foot {
    position: relative;
    z-index: 1;
}


.pricing-stack-price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-top: 4px;
}

.pricing-stack-currency {
    padding-bottom: 8px;
    color: #ff6e86;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.pricing-stack-price strong {
    font-size: clamp(46px, 4vw, 58px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.06em;
    background: linear-gradient(135deg, #ffb1bf 0%, #ff6b85 42%, #e11d2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-stack-card.is-featured .pricing-stack-price strong {
    background: linear-gradient(135deg, #ffd3da 0%, #ff8198 36%, #ff425e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-section .pricing-card.best-value .amount {
    background: linear-gradient(135deg, #fff4bf 0%, #f4c95d 38%, #d4a017 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-stack-card.best-value .pricing-stack-price strong {
    background: linear-gradient(135deg, #fff4bf 0%, #f4c95d 38%, #d4a017 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-stack-price small {
    padding-bottom: 8px;
    color: rgba(248, 250, 252, 0.7);
    font-size: 14px;
    font-weight: 700;
}

.pricing-stack-button {
    min-height: 44px;
    border: 1px solid rgba(225, 29, 46, 0.3);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(48, 13, 25, 0.92) 0%, rgba(23, 8, 16, 0.98) 100%);
    color: #f8fafc;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(70, 10, 24, 0.26);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pricing-stack-button:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 29, 46, 0.48);
    box-shadow: 0 18px 34px rgba(92, 14, 32, 0.3);
}

.pricing-stack-button.is-accent {
    border-color: transparent;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    box-shadow: 0 18px 36px rgba(225, 29, 46, 0.24);
}

.pricing-stack-button.is-accent:hover {
    box-shadow: 0 22px 44px rgba(225, 29, 46, 0.34);
}

.pricing-stack-button span {
    margin-left: 6px;
}

@keyframes pricing-stack-reveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pricing-stack-shine {
    from {
        background-position: 0 0, 220% 0;
    }
    to {
        background-position: 0 0, -20% 0;
    }
}

@keyframes pricing-stack-featured-border {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pricing-stack-featured-border-pulse {
    0%,
    100% {
        opacity: 0.9;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pricing-stack-featured-breathe {
    0%,
    100% {
        transform: translateY(-26px);
        box-shadow:
            0 28px 72px rgba(0, 0, 0, 0.28),
            0 0 0 1px rgba(255, 170, 186, 0.18),
            0 0 0 7px rgba(225, 29, 46, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }
    50% {
        transform: translateY(-28px);
        box-shadow:
            0 32px 82px rgba(0, 0, 0, 0.32),
            0 0 0 1px rgba(255, 205, 215, 0.3),
            0 0 0 10px rgba(225, 29, 46, 0.11),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }
}

@keyframes pricing-stack-badge {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
        box-shadow: 0 16px 34px rgba(225, 29, 46, 0.3);
    }
    50% {
        transform: translateX(-50%) translateY(-2px);
        box-shadow: 0 20px 40px rgba(225, 29, 46, 0.38);
    }
}

body.light-theme .pricing-stack-board {
    background: transparent;
    box-shadow: none;
}

body.light-theme .pricing-stack-board::before {
    display: none;
}

body.light-theme .pricing-stack-board::after {
    display: none;
}

body.light-theme .pricing-stack-board-multi {
    background: transparent;
    box-shadow: none;
}

body.light-theme .pricing-stack-board-multi::after {
    display: none;
}

body.light-theme .pricing-multi-screen-tabs {
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 12px 28px rgba(15, 23, 42, 0.08);
}

body.light-theme .pricing-multi-screen-tab {
    color: rgba(15, 23, 42, 0.64);
}

body.light-theme .pricing-multi-screen-tab:hover {
    color: #0f172a;
}

body.light-theme .pricing-multi-screen-tab.active {
    border-color: rgba(225, 29, 46, 0.14);
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.1) 0%, rgba(245, 191, 86, 0.14) 100%);
    color: #7f1d1d;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 22px rgba(15, 23, 42, 0.06);
}

body.light-theme .pricing-stack-card {
    border-color: rgba(225, 29, 46, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 248, 0.98) 100%);
    box-shadow:
        0 18px 36px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.light-theme .pricing-stack-card::before {
    background: radial-gradient(circle at top center, rgba(225, 29, 46, 0.07) 0%, rgba(225, 29, 46, 0) 40%);
    opacity: 0.9;
}

body.light-theme .pricing-stack-card:hover {
    border-color: rgba(225, 29, 46, 0.24);
    box-shadow:
        0 22px 44px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(225, 29, 46, 0.08);
}

body.light-theme .pricing-stack-card.is-featured {
    background: linear-gradient(180deg, rgba(255, 244, 246, 0.99) 0%, rgba(255, 250, 250, 0.99) 100%);
    box-shadow:
        0 24px 48px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(225, 29, 46, 0.08),
        0 0 0 6px rgba(225, 29, 46, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.light-theme .pricing-stack-card.is-featured::before {
    background:
        linear-gradient(135deg, rgba(225, 29, 46, 0.65) 0%, rgba(244, 63, 94, 0.46) 22%, rgba(225, 29, 46, 0.24) 54%, rgba(255, 145, 164, 0.34) 78%, rgba(225, 29, 46, 0.56) 100%);
}

body.light-theme .pricing-stack-card.is-featured::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 20%),
        radial-gradient(circle at 50% 8%, rgba(225, 29, 46, 0.06) 0%, rgba(225, 29, 46, 0) 24%);
    opacity: 0.74;
}

body.light-theme .pricing-stack-head h4,
body.light-theme .pricing-stack-plan,
body.light-theme .pricing-stack-features span,
body.light-theme .pricing-stack-price small,
body.light-theme .pricing-stack-pay span {
    color: #1f2937;
}

body.light-theme .pricing-stack-head .plan-name {
    color: #7f1d1d;
}

body.light-theme .pricing-stack-card.is-featured .pricing-stack-head .plan-name {
    color: #a3122d;
}

body.light-theme .pricing-stack-card.best-value .pricing-stack-head .plan-name {
    color: #7a5608;
}

body.light-theme .pricing-stack-tag {
    border-color: rgba(225, 29, 46, 0.14);
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.09) 0%, rgba(255, 145, 164, 0.1) 100%);
    color: #991b1b;
}

body.light-theme .pricing-stack-summary {
    border-color: rgba(225, 29, 46, 0.12);
    background: rgba(225, 29, 46, 0.05);
    color: #7f1d1d;
}

body.light-theme .pricing-stack-features span {
    border-bottom-color: rgba(225, 29, 46, 0.1);
}

body.light-theme .pricing-stack-features span::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e11d2e' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E");
}

body.light-theme .pricing-stack-refund {
    border-color: rgba(13, 148, 136, 0.22);
    background: rgba(13, 148, 136, 0.08);
    color: #0f766e;
}

body.light-theme .pricing-stack-note {
    border-color: rgba(225, 29, 46, 0.18);
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.92) 0%, rgba(244, 63, 94, 0.82) 100%);
    color: #ffffff !important;
}

body.light-theme .pricing-stack-button {
    border-color: rgba(225, 29, 46, 0.18);
    background: linear-gradient(180deg, rgba(255, 245, 246, 1) 0%, rgba(255, 237, 240, 0.98) 100%);
    color: #991b1b;
    box-shadow: 0 10px 24px rgba(225, 29, 46, 0.08);
}

body.light-theme .pricing-stack-button:hover {
    border-color: rgba(225, 29, 46, 0.28);
    box-shadow: 0 14px 30px rgba(225, 29, 46, 0.12);
}

body.light-theme .pricing-stack-button.is-accent {
    border-color: transparent;
    background: linear-gradient(135deg, #cf1734 0%, #f43f5e 100%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(225, 29, 46, 0.18);
}

body.light-theme .pricing-stack-button.is-accent:hover {
    background: linear-gradient(135deg, #ba102b 0%, #e11d48 100%);
    box-shadow: 0 18px 36px rgba(225, 29, 46, 0.24);
}

body.light-theme .pricing-stack-pay img {
    opacity: 0.9;
}

body.light-theme .pricing-stack-refund-inline {
    border-color: rgba(225, 29, 46, 0.14);
    background: rgba(225, 29, 46, 0.07);
    color: #991b1b;
}


body.light-theme .best-value-badge {
    border-color: rgba(212, 160, 23, 0.16);
    color: #51370b;
    box-shadow: 0 16px 32px rgba(212, 160, 23, 0.18);
}

body.light-theme .pricing-section .pricing-card.best-value {
    border-color: rgba(212, 160, 23, 0.24);
    box-shadow:
        0 24px 52px rgba(15, 23, 42, 0.1),
        0 0 0 1px rgba(212, 160, 23, 0.08);
}

body.light-theme .pricing-stack-card.best-value {
    border-color: rgba(212, 160, 23, 0.22);
    box-shadow:
        0 20px 46px rgba(15, 23, 42, 0.1),
        0 0 0 1px rgba(212, 160, 23, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.light-theme .pricing-stack-card.best-value .pricing-stack-price strong,
body.light-theme .pricing-section .pricing-card.best-value .amount {
    background: linear-gradient(135deg, #8b6b11 0%, #d4a017 42%, #f4c95d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-section .pricing-card.best-value .amount {
    background: linear-gradient(135deg, #fff4bf 0%, #f4c95d 38%, #d4a017 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



@media (max-width: 1100px) {

    .pricing-stack-card.is-featured {
        grid-column: span 2;
    }

    .multi-screen-panel .pricing-stack-grid-multi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {

    .pricing-stack-card,
    .pricing-stack-card.is-featured {
        grid-column: auto;
        transform: none;
    }

    .pricing-stack-card.is-featured .pricing-stack-head {
        padding-top: 18px;
    }

    .pricing-stack-card.is-featured {
        transform: none;
    }

    .pricing-multi-screen-tab {
        width: 100%;
        min-height: 44px;
        padding: 0 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .multi-screen-panel .pricing-stack-grid-multi {
        grid-template-columns: 1fr;
    }

    .multi-screen-panel .pricing-stack-grid-multi .pricing-stack-card.is-featured {
        grid-column: auto;
    }

}

@media (max-width: 480px) {

    .pricing-stack-card {
        padding: 30px 18px 18px;
        border-radius: 24px;
    }

    .pricing-stack-price strong {
        font-size: 44px;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

body.light-theme .vod-maple-spotlight,
body.light-theme .vod-maple-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 248, 0.96));
    border-color: rgba(225, 29, 46, 0.1);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

body.light-theme .vod-maple-screen {
    background: linear-gradient(180deg, rgba(255, 243, 246, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(225, 29, 46, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.light-theme .vod-maple-screen h3,
body.light-theme .vod-maple-card-copy h3,
body.light-theme .vod-maple-metric strong,
body.light-theme .vod-maple-strip span {
    color: #1f2937;
}

body.light-theme .vod-maple-screen p,
body.light-theme .vod-maple-card-copy p,
body.light-theme .vod-maple-metric span,
body.light-theme .vod-maple-footer span {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .vod-maple-chip,
body.light-theme .vod-maple-footer span,
body.light-theme .vod-maple-strip span,
body.light-theme .vod-maple-metric {
    border-color: rgba(225, 29, 46, 0.1);
    background: rgba(225, 29, 46, 0.04);
}

body.light-theme .vod-maple-chip,
body.light-theme .vod-maple-footer span,
body.light-theme .vod-maple-strip span {
    color: rgba(127, 29, 29, 0.74);
}

body.light-theme .vod-maple-icon {
    color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .how-steps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

/* Responsive */
@media (max-width: 1180px) {
    .beyond-experience-layout {
        grid-template-columns: 1fr;
    }

    .beyond-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .beyond-spotlight-card {
        min-height: 560px;
    }
}

@keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes slide-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .apps-compatibility-section {
        padding: 80px 0;
    }

    .apps-title {
        font-size: 32px;
    }

    .apps-subtitle {
        font-size: 16px;
    }

    .app-card {
        width: 180px;
        padding: 24px 20px;
    }

    .app-logo, .app-icon {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }

    .app-name {
        font-size: 15px;
    }

    .apps-footer-text p {
        font-size: 16px;
    }

    /* Faster animation on mobile */
    .slide-left .apps-track {
        animation-duration: 20s;
    }

    .slide-right .apps-track {
        animation-duration: 20s;
    }
    .reviews-grid {
        grid-template-columns: 1fr;

    }
}
/* FAQ Item */
.faq-section .faq-item {
    position: relative;
    background: linear-gradient(145deg, rgba(13, 18, 34, 0.88), rgba(10, 14, 28, 0.78));
    border: 1px solid rgba(210, 15, 42, 0.22);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(2, 8, 23, 0.36);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    counter-increment: faq-counter;
}

.faq-section .faq-item::after {
    content: counter(faq-counter, decimal-leading-zero);
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(248, 250, 252, 0.55);
    z-index: 1;
}

.faq-section .faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(210, 15, 42, 0.42);
    box-shadow: 0 20px 42px rgba(210, 15, 42, 0.18);
}

.faq-section .faq-item.active {
    border-color: rgba(225, 29, 46, 0.46);
    background: linear-gradient(145deg, rgba(14, 19, 35, 0.95), rgba(11, 15, 30, 0.9));
    box-shadow: 0 22px 46px rgba(225, 29, 46, 0.18);
}

/* FAQ Question Button */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 52px 22px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: var(--text-primary) !important;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    transition: all 0.3s ease;
    white-space: normal !important;
}

.faq-question:hover,
.faq-question:focus,
.faq-question:active {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.08), rgba(225, 29, 46, 0.05));
}

.faq-item.active .faq-icon-wrapper {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-color: transparent;
    transform: scale(1.04);
}

.faq-item.active .faq-icon {
    color: white;
}

/* FAQ Question Text */
.faq-question span {
    flex: 1;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: var(--secondary);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 28px;
    opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-support-card {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {

    .faq-question {
        padding: 20px 44px 20px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    .faq-question {
        font-size: 15px;
    }

    .faq-section .faq-item::after {
        top: 12px;
        right: 14px;
        font-size: 10px;
    }
}

/* ===== LIGHT THEME OVERRIDES ===== */
body.light-theme {
   --primary: #d20f2a;
    --primary-light: #f4435e;
    --secondary: #e11d2e ;
    --accent: #db2777;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-white: #fff;
    --bg-primary: #f8fafc;
    --bg-secondary: rgba(241, 245, 249, 0.9);
    --bg-tertiary: #e2e8f0;
}

body .logo-light {
    display: none;
}

body.light-theme .logo-dark {
    display: none;
}

body.light-theme .logo-light {
    display: block;
}

body.light-theme .bg-dark {
    background: #f8fafc;
}

body.light-theme .bg-grid {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.32;
}

body.light-theme .header::before {
    background: rgba(248, 250, 252, 0.9);
    border-bottom-color: rgba(225, 29, 46, 0.22);
}

body.light-theme .mobile-menu {
    background: rgba(248, 250, 252, 0.98);
    border-bottom-color: rgba(225, 29, 46, 0.22);
}

body.light-theme .btn-icon,
body.light-theme .btn-mobile {
    background: rgba(226, 232, 240, 0.8);
    border-color: rgba(225, 29, 46, 0.22);
}

body.light-theme .btn-secondary {
    background: rgba(15, 23, 42, 0.06);
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .stats-bar {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.98));
    border-top: 1px solid rgba(225, 29, 46, 0.22);
    border-bottom: 1px solid rgba(225, 29, 46, 0.14);
}

body.light-theme .stat-item {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
}

body.light-theme .stat-number {
    color: #0f172a;
    text-shadow: none;
}

body.light-theme .stat-label {
    color: rgba(15, 23, 42, 0.65);
}

body.light-theme .feature-badge {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

body.light-theme .feature-badge:hover {
    border-color: rgba(210, 15, 42, 0.4);
    box-shadow: 0 18px 40px rgba(210, 15, 42, 0.18);
}

body.light-theme .badge-text strong {
    color: var(--text-primary);
}

body.light-theme .badge-text span {
    color: #64748b;
}

body.light-theme .trust-badge-item {
    color: #475569;
}

body.light-theme .pricing-trust {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .stats-bar-2 {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .top-feature-card,
body.light-theme .feature-item,
body.light-theme .pricing-card,
body.light-theme .beyond-card,
body.light-theme .app-card,
body.light-theme .review-card-v2,
body.light-theme .faq-item {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.light-theme .top-feature-card::after {
    border-top-color: rgba(15, 23, 42, 0.18);
    border-right-color: rgba(15, 23, 42, 0.18);
}

body.light-theme .pricing-card.featured {
    border: 2px solid rgba(210, 15, 42, 0.6);
    box-shadow:
        0 20px 40px rgba(210, 15, 42, 0.18),
        0 0 60px rgba(210, 15, 42, 0.12);
    transform: scale(1.05);
}

body.light-theme .pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
    box-shadow:
        0 28px 60px rgba(210, 15, 42, 0.24),
        0 0 80px rgba(210, 15, 42, 0.18);
}

body.light-theme .pricing-card.featured .popular-badge {
    box-shadow: 0 10px 24px rgba(210, 15, 42, 0.35);
}

body.light-theme .top-feature-card:hover,
body.light-theme .pricing-card:hover,
body.light-theme .beyond-card:hover,
body.light-theme .app-card:hover,
body.light-theme .review-card-v2:hover,
body.light-theme .how-step-card:hover {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    transform: translateY(-6px);
}

body.light-theme .how-step-card {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.light-theme .vod-section::after {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(248, 250, 252, 0.75) 100%),
        radial-gradient(circle at 20% 20%, rgba(210, 15, 42, 0.08), transparent 55%),
        radial-gradient(circle at 80% 10%, rgba(225, 29, 46, 0.08), transparent 55%);
    opacity: 0.9;
}

body.light-theme .vod-icon.purple,
body.light-theme .vod-icon.orange,
body.light-theme .vod-icon.blue {
    border-color: rgba(15, 23, 42, 0.12);
    color: #0f172a;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

body.light-theme .split-comparison .us-header,
body.light-theme .split-comparison .others-header {
    background: #f1f5f9;
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .features-list {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .feature-item {
    background: rgba(248, 250, 252, 0.9);
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .divider-line {
    background: linear-gradient(180deg, transparent 0%, rgba(210, 15, 42, 0.45) 45%, rgba(225, 29, 46, 0.35) 60%, transparent 100%);
}

body.light-theme .faq-item.active {
    background: #ffffff;
    border-color: rgba(225, 29, 46, 0.3);
}

body.light-theme .faq-section {
    background: transparent;
}

body.light-theme .faq-section .faq-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.94));
    border-color: rgba(210, 15, 42, 0.2);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body.light-theme .faq-section .faq-item::after {
    color: rgba(15, 23, 42, 0.45);
}

body.light-theme .faq-section .faq-item:hover {
    border-color: rgba(210, 15, 42, 0.36);
    box-shadow: 0 18px 36px rgba(210, 15, 42, 0.12);
}

body.light-theme .faq-section .faq-item.active {
    background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(246, 248, 255, 0.98));
    border-color: rgba(225, 29, 46, 0.32);
    box-shadow: 0 20px 38px rgba(225, 29, 46, 0.1);
}

body.light-theme .faq-section .faq-question:hover,
body.light-theme .faq-section .faq-question:focus,
body.light-theme .faq-section .faq-question:active {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.08), rgba(225, 29, 46, 0.06));
}

body.light-theme .faq-section .faq-question span,
body.light-theme .faq-section .faq-chevron,
body.light-theme .faq-section .faq-answer p {
    color: #0f172a;
}

body.light-theme .faq-section .faq-icon-wrapper {
    background: rgba(225, 29, 46, 0.08);
    border-color: rgba(225, 29, 46, 0.14);
    color: #cf1734;
}

body.light-theme .faq-meta-row span {
    color: #0f172a;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.12), rgba(225, 29, 46, 0.08));
    border-color: rgba(210, 15, 42, 0.2);
}

body.light-theme .faq-read-more {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.1), rgba(225, 29, 46, 0.08));
    border-color: rgba(210, 15, 42, 0.25);
    color: #0f172a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

body.light-theme .faq-read-more:hover {
    border-color: rgba(225, 29, 46, 0.35);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
}

body.light-theme .faq-read-more:focus-visible {
    outline-color: rgba(210, 15, 42, 0.45);
}

body.light-theme .faq-support-card {
    background:
        linear-gradient(180deg, rgba(255, 251, 252, 0.98) 0%, rgba(255, 244, 246, 0.98) 100%),
        linear-gradient(135deg, rgba(210, 15, 42, 0.06) 0%, rgba(255, 255, 255, 0) 60%);
    border-color: rgba(225, 29, 46, 0.16);
    box-shadow:
        0 24px 46px rgba(148, 17, 43, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.light-theme .faq-support-card::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 249, 0.98) 100%);
}

body.light-theme .support-text {
    color: rgba(31, 41, 55, 0.78);
}

body.light-theme .support-description,
body.light-theme .stat-label-small,
body.light-theme .support-hours,
body.light-theme .support-badge {
    color: rgba(71, 85, 105, 0.82);
}

body.light-theme .support-point,
body.light-theme .stat-item-small,
body.light-theme .support-hours,
body.light-theme .support-badge {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(225, 29, 46, 0.12);
}

body.light-theme .support-point,
body.light-theme .stat-value-small,
body.light-theme .support-hours,
body.light-theme .support-badge,
body.light-theme .support-point span {
    color: #0f172a;
}

body.light-theme .support-guide-link {
    color: #9f1239;
    border-bottom-color: rgba(159, 18, 57, 0.24);
}

body.light-theme .footer {
    color: var(--text-primary);
}

body.light-theme .footer::before {
    background:
        radial-gradient(circle at 20% 20%, rgba(210, 15, 42, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(225, 29, 46, 0.08) 0%, transparent 50%);
}

body.light-theme .social-link,
body.light-theme .btn-admin,
body.light-theme .btn-scroll-top {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--primary);
    background-image: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.light-theme .social-link:hover {
    color: #ffffff;
}

body.light-theme .newsletter-form {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

body.light-theme .newsletter-input {
    background: transparent !important;
    color: var(--text-primary);
}

body.light-theme .newsletter-input::placeholder {
    color: #94a3b8;
}

body.light-theme .payment-icon {
    color: #1f2937;
    opacity: 0.8;
}

body.light-theme .payment-icon:hover {
    color: #cf1734;
    opacity: 1;
}

body.light-theme .newsletter-submit {
    box-shadow: 0 10px 24px rgba(210, 15, 42, 0.25);
}

body.light-theme .newsletter-submit:hover {
    box-shadow: 0 16px 32px rgba(210, 15, 42, 0.35);
}

body.light-theme .section-badge-purple,
body.light-theme .support-status {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.1), rgba(225, 29, 46, 0.1));
    border-color: rgba(210, 15, 42, 0.25);
    color: var(--primary);
}

body.light-theme .quality-badge {
    background: rgba(210, 15, 42, 0.08);
    border-color: rgba(210, 15, 42, 0.2);
    color: #cf1734;
}

body.light-theme .secure-badge {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.35);
    color: #10b981;
}

body.light-theme .secure-badge svg {
    color: #10b981;
}

body.light-theme .multi-screen-badge {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.08), rgba(225, 29, 46, 0.08));
    border-color: rgba(210, 15, 42, 0.22);
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #0f172a;
}

body.light-theme .multi-screen-badge svg {
    color: var(--primary);
}

body.light-theme .multi-screen-badge-wrap:hover .multi-screen-badge {
    border-color: rgba(225, 29, 46, 0.3);
    box-shadow:
        0 12px 24px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(225, 29, 46, 0.12);
}

body.light-theme .quality-badge.low {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

body.light-theme .video-player {
    background: linear-gradient(135deg, rgba(226, 232, 240, 0.9) 0%, rgba(241, 245, 249, 0.9) 100%);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.12),
        0 0 60px rgba(210, 15, 42, 0.12);
}

body.light-theme .video-header {
    background: rgba(248, 250, 252, 0.95);
    border-bottom-color: rgba(15, 23, 42, 0.12);
    color: #475569;
}

body.light-theme .video-content {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

body.light-theme .video-content::after {
    background:
        radial-gradient(circle at 30% 40%, rgba(210, 15, 42, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(243, 106, 125, 0.2) 0%, transparent 50%);
}

body.light-theme .btn-admin:hover,
body.light-theme .btn-scroll-top:hover {
    box-shadow: 0 12px 26px rgba(210, 15, 42, 0.2);
}

body.light-theme .reviewer-name-v2,
body.light-theme .reviewer-name {
    color: var(--text-primary);
}

body.light-theme .reviewer-badge,
body.light-theme .review-time-v2,
body.light-theme .review-date {
    color: #64748b;
}

body.light-theme .review-text-v2,
body.light-theme .review-text {
    color: #475569;
}

body.light-theme .review-verified-v2 {
    color: #cf1734;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* Feature Item */
.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(30, 30, 40, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.disadvantages-side .feature-item:hover {
    transform: translateX(8px);
    background: rgba(239, 68, 68, 0.05);
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.status-dot.active {
    background: #10b981;
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.6);
    animation: pulse 2s infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.stat-number {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 1024px) {
    .split-comparison {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vs-divider {
        display: none;
    }
    
    .stats-bar {
        grid-template-columns: repeat(4, auto);
        gap: 20px;
    }
    
    .stat-divider {
        display: none;
    }
}

@media (max-width: 768px) {

    .feature-item {
        padding: 16px;
    }

    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px 24px;
    }

    .stat-number {
        font-size: 28px;
    }
}

.modal-overlay.active {
    display: flex;
}

.form-field.is-hidden {
    display: none;
}

.whatsapp-button.is-email {
    background: linear-gradient(135deg, #b50f2a 0%, #cf1734 100%);
    box-shadow: 0 18px 35px rgba(181, 15, 42, 0.28);
}

.whatsapp-button.is-email:hover {
    background: linear-gradient(135deg, #b50f2a 0%, #cf1734 100%) !important;
    box-shadow: 0 20px 38px rgba(181, 15, 42, 0.3) !important;
}

.whatsapp-button.is-email .btn-icon {
    background: rgba(91, 11, 28, 0.24);
}

.whatsapp-button.is-email .btn-icon-whatsapp {
    display: none;
}

.whatsapp-button.is-email .btn-icon-email {
    display: block;
}

.newsletter-form {
border-radius: 19px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    background: #000;
    padding: 7px;
}

.newsletter-input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid rgba(210, 15, 42, 0.2);
    border-radius: 12px;
    color: var(--text-primary);
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    background: #000!important;
    outline: none;
    border: 0!important;
}

.newsletter-input:focus {
    background: #000!important;
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(210, 15, 42, 0.1);
}

.newsletter-input::placeholder {
    color: var(--text-secondary);
}

/* Scroll to Top Button */
.btn-scroll-top {
    width: 40px;
    height: 40px;
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.3);
    border-radius: 10px;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.btn-scroll-top:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(210, 15, 42, 0.4);
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {

    .newsletter-form {
        flex-direction: column;
    }
}

/* ===== INSTALLATION PAGE ===== */
.nav-links a.active {
    color: var(--primary-light);
}

.wow-offer {
    position: relative;
    margin-bottom: 22px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.14), transparent 40%),
        linear-gradient(108deg, rgba(210, 15, 42, 0.88), rgba(179, 15, 44, 0.84) 48%, rgba(13, 18, 34, 0.9) 100%);
    box-shadow: 0 16px 32px rgba(6, 12, 28, 0.38);
    overflow: hidden;
    isolation: isolate;
    background-size: 120% 120%, 220% 220%;
    background-position: 0% 45%, 0% 50%;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
    animation:
        wow-offer-enter 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) both,
        wow-offer-bg-pan 10s ease-in-out infinite alternate;
    contain: layout paint;
}

.wow-offer:hover {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 38px rgba(6, 12, 28, 0.46);
    transform: translateY(-1px);
}

.wow-offer::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.1px;
    background: linear-gradient(120deg, rgba(255, 230, 236, 0.72), rgba(255, 103, 140, 0.68), rgba(255, 230, 236, 0.72));
    background-size: 220% 220%;
    background-position: 0% 50%;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
    opacity: 0.88;
    animation: wow-offer-border-pan 5.6s linear infinite;
}

.wow-offer__aura {
    position: absolute;
    inset: -38% -18% auto;
    height: 155%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
    animation: wow-offer-aura 9s ease-in-out infinite alternate;
}

.wow-offer__bar {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.wow-offer__lead {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 310px;
    min-width: 230px;
    flex-wrap: wrap;
}

.wow-offer__mini-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: currentColor;
}

.wow-offer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.wow-offer__eyebrow .wow-offer__mini-icon {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    animation: wow-offer-dot 1.8s ease-in-out infinite;
}

.wow-offer__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.wow-offer__countdown {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(13, 18, 34, 0.22);
    backdrop-filter: blur(3px);
    gap: 8px;
    animation: wow-offer-countdown 2.8s ease-in-out infinite;
}

.wow-offer__countdown-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wow-offer__countdown-label .wow-offer__mini-icon {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.14);
}

.wow-offer__countdown-values {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wow-offer__time-unit {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    min-width: 44px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.wow-offer__countdown-values span[data-offer-hours],
.wow-offer__countdown-values span[data-offer-minutes],
.wow-offer__countdown-values span[data-offer-seconds] {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    text-align: center;
    line-height: 1;
}

.wow-offer__time-unit small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(-1px);
}

.wow-offer__amount {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    line-height: 1;
    padding-inline: 2px;
}

.wow-offer__amount span {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 225, 230, 0.84);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.wow-offer__amount strong {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.wow-offer__cta {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #88162f;
    box-shadow: 0 10px 22px rgba(13, 18, 34, 0.24);
    animation: wow-offer-cta 3.6s ease-in-out infinite;
}

.wow-offer__cta:hover {
    background: #fff5f7;
    box-shadow: 0 14px 28px rgba(13, 18, 34, 0.3);
}

.wow-offer__slim-banner {
    margin: 8px 2px 2px;
    position: relative;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(13, 18, 34, 0.22);
    color: rgba(248, 250, 252, 0.9);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: fit-content;
}

.wow-offer__slim-banner.is-visible {
    animation: wow-offer-slim-banner 0.4s ease both;
}

.wow-offer.is-slim {
    padding-top: 8px;
    padding-bottom: 8px;
}

.wow-offer.is-slim .wow-offer__tag,
.wow-offer.is-slim .wow-offer__countdown-label,
.wow-offer.is-slim .wow-offer__amount span {
    display: none;
}

@keyframes wow-offer-enter {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes wow-offer-bg-pan {
    0% {
        background-position: 0% 45%, 0% 50%;
    }
    50% {
        background-position: 45% 55%, 100% 50%;
    }
    100% {
        background-position: 100% 48%, 0% 50%;
    }
}

@keyframes wow-offer-border-pan {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 220% 50%;
    }
}

@keyframes wow-offer-aura {
    0% {
        transform: translate3d(-1.5%, -1.5%, 0) scale(1);
        opacity: 0.2;
    }
    100% {
        transform: translate3d(1.5%, 1.5%, 0) scale(1.04);
        opacity: 0.32;
    }
}

@keyframes wow-offer-dot {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 64, 90, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 5px rgba(239, 64, 90, 0);
    }
}

@keyframes wow-offer-price {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.18);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

@keyframes wow-offer-countdown {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(225, 29, 46, 0);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.32);
        box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.08);
    }
}

@keyframes wow-offer-cta {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 10px 22px rgba(13, 18, 34, 0.24);
    }
    50% {
        transform: translateY(-1px);
        box-shadow: 0 14px 30px rgba(13, 18, 34, 0.32);
    }
}

@keyframes wow-offer-slim-banner {
    0% {
        opacity: 0;
        transform: translateY(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.installation-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(18, 23, 26, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.installation-tab .tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-primary);
    flex: 0 0 auto;
}

.installation-tab.active {
    background: linear-gradient(130deg, rgba(210, 15, 42, 0.28), rgba(225, 29, 46, 0.18));
    border-color: rgba(210, 15, 42, 0.52);
    color: var(--text-primary);
    box-shadow: 0 14px 30px rgba(210, 15, 42, 0.25);
}

.installation-panel {
    display: none;
}

.installation-panel.active {
    display: block;
}

@media (max-width: 1024px) {
    .wow-offer {
        padding: 9px;
    }

    .wow-offer__bar {
        gap: 8px 10px;
    }

    .wow-offer__lead {
        flex-basis: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .wow-offer {
        padding: 10px;
        border-radius: 16px;
    }

    .wow-offer__bar {
        gap: 8px;
    }

    .wow-offer__lead {
        gap: 8px;
    }

    .wow-offer__eyebrow {
        font-size: 12px;
        padding: 5px 9px;
    }

    .wow-offer__tag {
        font-size: 11px;
        padding: 5px 9px;
    }

    .wow-offer__countdown {
        width: 100%;
        justify-content: space-between;
        padding: 6px 9px;
    }

    .wow-offer__countdown-label {
        font-size: 10px;
    }

    .wow-offer__countdown-values {
        gap: 6px;
    }

    .wow-offer__time-unit {
        min-width: 38px;
        padding: 2px 4px;
        gap: 2px;
    }

    .wow-offer__countdown-values span[data-offer-hours],
    .wow-offer__countdown-values span[data-offer-minutes],
    .wow-offer__countdown-values span[data-offer-seconds] {
        font-size: 16px;
    }

    .wow-offer__time-unit small {
        font-size: 8px;
    }

    .wow-offer__amount {
        width: 100%;
        justify-content: center;
    }

    .wow-offer__amount strong {
        font-size: 30px;
    }

    .wow-offer__amount span {
        font-size: 13px;
    }

    .wow-offer__cta {
        width: 100%;
        min-height: 42px;
        padding-inline: 14px;
    }

    .wow-offer.is-slim .wow-offer__amount {
        justify-content: flex-start;
    }

    .installation-tab {
        min-height: 72px;
        padding: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wow-offer,
    .wow-offer::after,
    .wow-offer *,
    .wow-offer__cta {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== INSTALLATION PAGE (LIGHT THEME) ===== */
body.light-theme .installation-head p,
body.light-theme .installation-steps li,
body.light-theme .installation-assist p,
body.light-theme .installation-download p {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .wow-offer {
    border-color: rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at 12% 52%, rgba(255, 255, 255, 0.24), transparent 38%),
        linear-gradient(106deg, rgba(244, 63, 94, 0.34), rgba(236, 72, 153, 0.26) 46%, rgba(251, 113, 133, 0.2) 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

body.light-theme .wow-offer::after {
    background: linear-gradient(120deg, rgba(203, 213, 225, 0.95), rgba(244, 63, 94, 0.7), rgba(203, 213, 225, 0.95));
    opacity: 0.75;
}

body.light-theme .wow-offer__aura {
    opacity: 0.1;
}

body.light-theme .wow-offer__eyebrow .wow-offer__mini-icon,
body.light-theme .wow-offer__countdown-label .wow-offer__mini-icon {
    background: rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.14);
}

body.light-theme .wow-offer__eyebrow,
body.light-theme .wow-offer__countdown-values span[data-offer-hours],
body.light-theme .wow-offer__countdown-values span[data-offer-minutes],
body.light-theme .wow-offer__countdown-values span[data-offer-seconds],
body.light-theme .wow-offer__amount strong {
    color: #0f172a;
}

body.light-theme .wow-offer__tag,
body.light-theme .wow-offer__countdown,
body.light-theme .wow-offer__time-unit,
body.light-theme .wow-offer__slim-banner {
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.7);
}

body.light-theme .wow-offer__tag,
body.light-theme .wow-offer__countdown-label,
body.light-theme .wow-offer__time-unit small,
body.light-theme .wow-offer__slim-banner,
body.light-theme .wow-offer__amount span {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .wow-offer__amount span {
    color: rgba(176, 0, 28, 0.6);
}

body.light-theme .wow-offer__cta {
    background: #0f172a;
    color: #ffffff;
}

body.light-theme .wow-offer__cta:hover {
    background: #1e293b;
}

body.light-theme .installation-tab {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(15, 23, 42, 0.12);
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .installation-tab .tab-icon {
    background: rgba(210, 15, 42, 0.09);
    border: 1px solid rgba(210, 15, 42, 0.2);
    color: #0f172a;
}

body.light-theme .installation-tab.active {
    background: linear-gradient(130deg, rgba(210, 15, 42, 0.16), rgba(225, 29, 46, 0.1));
    border-color: rgba(210, 15, 42, 0.36);
    color: #0f172a;
    box-shadow: 0 10px 26px rgba(210, 15, 42, 0.18);
}

body.light-theme .installation-card,
body.light-theme .installation-assist,
body.light-theme .installation-download {
    border-color: rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 249, 0.96));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .installation-layout::after {
    display: none;
}

body.light-theme .installation-deep-guide {
    border-color: rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at 10% 16%, rgba(225, 29, 46, 0.1), transparent 40%),
        radial-gradient(circle at 90% 86%, rgba(210, 15, 42, 0.08), transparent 42%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 249, 0.96));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .installation-deep-guide__badge,
body.light-theme .installation-deep-guide__sheet {
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.86);
}

body.light-theme .installation-deep-guide__lead h3,
body.light-theme .installation-deep-guide__columns h4,
body.light-theme .installation-deep-guide__columns p:first-of-type::first-letter {
    color: #0f172a;
}

body.light-theme .installation-deep-guide__lead p,
body.light-theme .installation-deep-guide__columns p {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .installation-deep-guide__columns {
    column-rule-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .installation-deep-guide__gallery-main img,
body.light-theme .installation-deep-guide__gallery-strip img {
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .installation-deep-guide__conclusion {
    border-color: rgba(225, 29, 46, 0.24);
    background: rgba(225, 29, 46, 0.08);
    color: rgba(15, 23, 42, 0.8);
}

body.light-theme .installation-steps li {
    border-color: rgba(15, 23, 42, 0.1);
    background: rgba(15, 23, 42, 0.03);
}

body.light-theme .installation-steps .step-number {
    background: rgba(210, 15, 42, 0.12);
    border-color: rgba(210, 15, 42, 0.32);
    color: #0f172a;
}

body.light-theme .installation-assist .assist-note {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

body.light-theme .assist-icon {
    background: rgba(210, 15, 42, 0.12);
    color: #b30f2c;
}

body.light-theme .download-pill {
    background: rgba(210, 15, 42, 0.12);
    border-color: rgba(210, 15, 42, 0.3);
    color: #0f172a;
}

body .downloads-page .download-app-actions .download-app-btn.download-open {
    position: relative;
    flex: 0 0 44px;
    width: 44px !important;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #d20f2a 0%, #ef405a 100%) !important;
    border: 1px solid rgba(255, 222, 227, 0.36) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(140, 6, 32, 0.35) !important;
    cursor: pointer;
}

body .downloads-page .download-app-actions .download-app-btn.download-open:hover {
    background: linear-gradient(135deg, #df1f3a 0%, #f35a73 100%) !important;
    box-shadow: 0 14px 24px rgba(140, 6, 32, 0.42) !important;
}

body .downloads-page .download-app-actions .download-app-btn.download-open > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body .downloads-page .download-app-actions .download-app-btn.download-open svg {
    width: 18px;
    height: 18px;
}

body .downloads-page .download-app-actions .download-app-btn:not(.download-open) {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    padding: 0 16px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(248, 250, 252, 0.9) !important;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: none !important;
}

body .downloads-page .download-app-actions .download-app-btn:not(.download-open):hover {
    background: rgba(255, 255, 255, 0.11) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.download-app-btn.download-open {
    cursor: pointer;
}

/* ===== DOWNLOADS PAGE (LIGHT THEME) ===== */
body.light-theme .downloads-glow {
    background: radial-gradient(circle at 15% 15%, rgba(0, 96, 239, 0.18), transparent 55%),
                radial-gradient(circle at 85% 0%, rgba(5, 183, 253, 0.12), transparent 55%);
}

body.light-theme .downloads-head p,
body.light-theme .download-app-card p,
body.light-theme .download-app-meta {
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .downloads-page .download-app-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .download-app-rating {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .download-app-rating .rating-text {
    color: #0f172a;
}

body.light-theme .download-app-btn.ghost {
    border-color: rgba(15, 23, 42, 0.16);
    color: #0f172a;
}

body.light-theme .downloads-page .download-app-actions .download-app-btn.download-open {
    border-color: rgba(225, 29, 46, 0.32) !important;
    box-shadow: 0 10px 20px rgba(225, 29, 46, 0.24) !important;
}

body.light-theme .downloads-page .download-app-actions .download-app-btn:not(.download-open) {
    background: rgba(15, 23, 42, 0.04) !important;
    border-color: rgba(15, 23, 42, 0.16) !important;
    color: #334155 !important;
}

body.light-theme .downloads-page .download-app-actions .download-app-btn:not(.download-open):hover {
    background: rgba(15, 23, 42, 0.08) !important;
    border-color: rgba(15, 23, 42, 0.24) !important;
    color: #0f172a !important;
}

body.light-theme .download-app-logo {
    background: linear-gradient(135deg, rgba(0, 96, 239, 0.18), rgba(5, 183, 253, 0.12));
    border-color: rgba(0, 96, 239, 0.2);
    color: #0f172a;
}

/* ===== DOWNLOAD MODAL ===== */
#downloadOverlay {
    background:
        radial-gradient(circle at 14% 14%, rgba(225, 29, 46, 0.16), transparent 45%),
        radial-gradient(circle at 88% 10%, rgba(255, 126, 151, 0.14), transparent 42%),
        rgba(3, 7, 18, 0.68);
    backdrop-filter: blur(12px) saturate(128%);
}

#downloadOverlay.active .download-modal {
    animation: download-modal-in 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes download-modal-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#downloadOverlay .modal-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(241, 245, 249, 0.92);
    backdrop-filter: blur(4px);
}

#downloadOverlay .modal-close:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

body .downloads-page #downloadTitle {
    margin: 0;
    font-size: clamp(20px, 3.3vw, 28px);
    line-height: 1.03;
    letter-spacing: -0.03em;
}

body .downloads-page #downloadDownloaderCode {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #ffffff;
}

#downloadOverlay .downloader-copy-btn {
    min-height: 28px;
    padding: 0 12px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.11) !important;
    color: rgba(248, 250, 252, 0.94) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

#downloadOverlay .downloader-copy-btn:hover {
    border-color: rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.14) !important;
}

@media (max-width: 768px) {

    body .downloads-page #downloadTitle {
        font-size: clamp(18px, 6.3vw, 24px);
    }

    body .downloads-page #downloadDownloaderCode {
        font-size: 24px;
    }
}

body.light-theme #downloadOverlay {
    background:
        radial-gradient(circle at 14% 14%, rgba(225, 29, 46, 0.12), transparent 45%),
        radial-gradient(circle at 88% 10%, rgba(225, 29, 46, 0.08), transparent 42%),
        rgba(238, 242, 247, 0.72);
}

body.light-theme .downloads-page .download-modal {
    border-color: rgba(15, 23, 42, 0.16);
    background:
        radial-gradient(circle at 95% 0%, rgba(225, 29, 46, 0.09), transparent 42%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.99), rgba(252, 245, 247, 0.98));
    box-shadow:
        0 26px 56px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.light-theme .downloads-page .download-modal-meta span {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.14);
    color: #334155;
}

body.light-theme .downloads-page .download-modal-desc {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.12);
    color: rgba(51, 65, 85, 0.9);
}

body.light-theme .downloads-page .download-modal-tags span {
    color: #7f1025;
    background: rgba(225, 29, 46, 0.1);
    border-color: rgba(225, 29, 46, 0.24);
}

body.light-theme .downloads-page .download-modal-actions a {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.16);
}

body.light-theme .downloads-page .download-modal-actions a:hover {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.28);
}

body.light-theme .downloads-page .download-modal-downloader {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 252, 0.94));
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body.light-theme .downloads-page .download-modal-downloader span {
    color: rgba(51, 65, 85, 0.85);
}

body.light-theme .downloads-page .download-modal-downloader .downloader-content strong {
    color: #0f172a;
}

body.light-theme .downloads-page #downloadDownloaderCode {
    color: #0f172a;
}

body.light-theme #downloadOverlay .modal-close {
    border-color: rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.88);
    color: #334155;
}

body.light-theme #downloadOverlay .downloader-copy-btn {
    border-color: rgba(15, 23, 42, 0.16) !important;
    color: #0f172a !important;
    background: rgba(15, 23, 42, 0.06) !important;
}

/* ===== BLOG PAGE (LIGHT THEME) ===== */
body.light-theme .blog-featured-card,
body.light-theme .blog-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .blog-head p,
body.light-theme .blog-featured-content p,
body.light-theme .blog-card p,
body.light-theme .blog-date {
    color: rgba(15, 23, 42, 0.7);
}

/* ===== CONTACT PAGE (LIGHT THEME) ===== */
body.light-theme .contact-card,
body.light-theme .contact-info-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .contact-head p,
body.light-theme .contact-info-card p {
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .contact-field input,
body.light-theme .contact-field select,
body.light-theme .contact-field textarea {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

body.light-theme .contact-field select {
    background-color: #ffffff;
}

body.light-theme .contact-field select option {
    background: #ffffff;
    color: #0f172a;
}

body.light-theme .contact-card-head p {
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .contact-badge {
    color: #0f172a;
    background: rgba(0, 96, 239, 0.12);
    border-color: rgba(0, 96, 239, 0.3);
}

body.light-theme .contact-info-card.highlight {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 96, 239, 0.2);
}

body.light-theme .contact-info-icon {
    color: #0f172a;
}

body.light-theme .metric-card {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .metric-card strong {
    color: #0f172a;
}

body.light-theme .contact-whatsapp-status {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.3);
}

body.light-theme .contact-info-btn {
    color: #0f172a;
}

body.light-theme .downloader-copy-btn {
    border-color: rgba(15, 23, 42, 0.16);
    color: #0f172a;
    background: rgba(15, 23, 42, 0.04);
}

body.light-theme .download-modal-rating .rating-text {
    color: #0f172a;
}

body.light-theme .download-modal-tags span {
    color: #0f172a;
    background: rgba(0, 96, 239, 0.12);
    border-color: rgba(0, 96, 239, 0.3);
}


body {
    font-family: 'Manrope', 'Inter', sans-serif;
    background: radial-gradient(circle at top left, rgba(210, 15, 42, 0.14), transparent 45%),
                radial-gradient(circle at 85% 10%, rgba(225, 29, 46, 0.12), transparent 45%),
                var(--bg-primary);
}

h1, h2, h3, h4, h5 {
    font-family: 'Alexandria', 'Manrope', 'Space Grotesk', sans-serif;
    letter-spacing: -0.2px;
}

.btn-primary {
    background: linear-gradient(135deg, #b30f2c 0%, #e11d2e 100%);
    box-shadow: 0 16px 36px rgba(210, 15, 42, 0.35);
}

.btn-secondary,
.btn-outline {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--text-primary);
}

.top-feature-card,
.feature-item,
.pricing-card,
.faq-item,
.download-app-card,
.blog-card,
.contact-card,
.contact-info-card,
.pricing-trust,
.faq-support-card,
.download-modal,
.checkout-modal {
    background: rgba(12, 16, 30, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 55px rgba(6, 12, 28, 0.45);
}

/* ===== CHECKOUT MODAL (DARK THEME) ===== */
body:not(.light-theme) .checkout-modal {
    background: linear-gradient(160deg, rgba(8, 13, 28, 0.96), rgba(5, 10, 22, 0.94));
    color: #e7efff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body:not(.light-theme) .checkout-header h3 {
    color: #f4f8ff;
}

body:not(.light-theme) .checkout-subtitle,
body:not(.light-theme) .checkout-methods-label,
body:not(.light-theme) .form-field span {
    color: rgba(198, 211, 235, 0.86);
}

body:not(.light-theme) .modal-close {
    background: rgba(241, 245, 249, 0.92);
    color: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

body:not(.light-theme) .method-option span {
    border-color: rgba(85, 142, 255, 0.34);
    background: rgba(8, 25, 56, 0.62);
    color: #d8e6ff;
}

body:not(.light-theme) .method-option span em {
    color: #7dd3fc;
    background: rgba(210, 15, 42, 0.16);
    border-color: rgba(210, 15, 42, 0.38);
}

body:not(.light-theme) .method-option input:checked + span {
    border-color: rgba(210, 15, 42, 0.62);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.26), rgba(225, 29, 46, 0.16));
    color: #f6f9ff;
    box-shadow: 0 10px 24px rgba(210, 15, 42, 0.26);
}

body:not(.light-theme) .form-field input,
body:not(.light-theme) .form-field select {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #f8fbff;
}

body:not(.light-theme) .form-field input::placeholder,
body:not(.light-theme) .form-field select::placeholder {
    color: rgba(203, 213, 225, 0.86);
}

body:not(.light-theme) .form-field input:focus,
body:not(.light-theme) .form-field select:focus {
    outline: none;
    border-color: rgba(210, 15, 42, 0.72);
    box-shadow: 0 0 0 3px rgba(210, 15, 42, 0.2);
}

body:not(.light-theme) .input-wrap .input-icon {
    color: rgba(186, 200, 227, 0.92);
}

body:not(.light-theme) .checkout-summary {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

body:not(.light-theme) .summary-label {
    color: rgba(198, 211, 235, 0.82);
}

body:not(.light-theme) .summary-value {
    color: #f8fbff;
}

body:not(.light-theme) .checkout-trust {
    color: rgba(186, 198, 220, 0.84);
    border-top-color: rgba(148, 163, 184, 0.28);
}

body:not(.light-theme) .checkout-alert {
    border-color: rgba(251, 191, 36, 0.38);
    background: rgba(251, 191, 36, 0.13);
    color: #fef3c7;
}

body:not(.light-theme) .checkout-alert-modern .alert-icon {
    background: rgba(251, 191, 36, 0.22);
}

/* ===== WHATSAPP OVERLAY (DARK THEME) ===== */
body:not(.light-theme) .whatsapp-modal {
    background: linear-gradient(160deg, rgba(8, 13, 28, 0.97), rgba(5, 10, 22, 0.95));
    color: #e7efff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 82px rgba(2, 6, 23, 0.64), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body:not(.light-theme) .whatsapp-status {
    color: #86efac;
    background: rgba(22, 163, 74, 0.16);
    border-color: rgba(22, 163, 74, 0.38);
}

body:not(.light-theme) .whatsapp-hero h3 {
    color: #f4f8ff;
}

body:not(.light-theme) .whatsapp-subtitle {
    color: rgba(198, 211, 235, 0.86);
}

body:not(.light-theme) .whatsapp-steps {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    color: #dbe7ff;
}

body:not(.light-theme) .step-num {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.26), rgba(225, 29, 46, 0.16));
    color: #f8fbff;
}

body:not(.light-theme) .whatsapp-meta {
    color: rgba(186, 198, 220, 0.84);
}

body:not(.light-theme) .whatsapp-footer {
    border-top-color: rgba(148, 163, 184, 0.28);
    color: rgba(186, 198, 220, 0.84);
}

body:not(.light-theme) .whatsapp-footer .btn-admin {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: #cfe0ff;
}

body:not(.light-theme) .whatsapp-footer .btn-admin:hover {
    background: rgba(210, 15, 42, 0.18);
    border-color: rgba(210, 15, 42, 0.4);
    box-shadow: 0 12px 26px rgba(210, 15, 42, 0.2);
    color: #f8fbff;
}

body:not(.light-theme) .whatsapp-footer .payment-icon {
    color: #e2e8f0;
    opacity: 0.92;
}

.pricing-card.featured {
    border-color: rgba(225, 29, 46, 0.55);
    box-shadow: 0 26px 60px rgba(225, 29, 46, 0.25);
}

body.light-theme {
    --bg-primary: #f8fafc;
    --bg-secondary: rgba(248, 250, 252, 0.9);
    --bg-tertiary: #eef2f7;
    --text-primary: #0f172a;
    --text-secondary: rgba(15, 23, 42, 0.72);
    --primary-light: var(--secondary);
    --btn-border: rgba(210, 15, 42, 0.28);
    --btn-border-strong: rgba(210, 15, 42, 0.45);
    --btn-border-gradient-start: rgba(210, 15, 42, 0.35);
    --btn-border-gradient-end: rgba(225, 29, 46, 0.28);
    --btn-shadow: rgba(210, 15, 42, 0.22);
    --btn-shadow-strong: rgba(210, 15, 42, 0.35);
    --btn-surface: rgba(15, 23, 42, 0.04);
    --btn-surface-hover: rgba(15, 23, 42, 0.08);
}

body.light-theme {
    background: radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 50%),
                radial-gradient(circle at 85% 10%, rgba(225, 29, 46, 0.08), transparent 50%),
                var(--bg-primary);
}

body.light-theme .hero-section::before {
    opacity: 0.12;
    filter: saturate(1.05) brightness(1.06);
}

body.light-theme .hero-section::after {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.2) 0%, rgba(248, 250, 252, 0.2) 45%, rgba(248, 250, 252, 0.3) 100%),
        radial-gradient(circle at 20% 10%, rgba(210, 15, 42, 0.08), transparent 55%),
        radial-gradient(circle at 80% 20%, rgba(225, 29, 46, 0.08), transparent 55%);
        opacity: 0.2;
}

body.light-theme .hero-title-spotlight {
    color: #0f172a;
    text-shadow: 0 16px 30px rgba(15, 23, 42, 0.15);
}

body.light-theme .hero-subtitle-spotlight {
    color: rgba(15, 23, 42, 0.8);
}

body.light-theme .hero-description-spotlight {
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .hero-metric-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

body.light-theme .hero-metric-card span {
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .hero-trustline {
    color: rgba(15, 23, 42, 0.65);
}

body.light-theme .hero-pill {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.92), rgba(225, 29, 46, 0.88));
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 12px 26px rgba(225, 29, 46, 0.22);
}

body.light-theme .header::before {
    background: rgba(248, 250, 252, 0.9);
    border-bottom-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .btn-secondary,
body.light-theme .btn-outline {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

body.light-theme .btn-primary,
body.light-theme .btn-primary-gradient,
body.light-theme .btn-plan,
body.light-theme .btn-why-choose {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(210, 15, 42, 0.3);
}

body.light-theme .top-feature-card,
body.light-theme .feature-item,
body.light-theme .pricing-card,
body.light-theme .faq-item,
body.light-theme .download-app-card,
body.light-theme .blog-card,
body.light-theme .contact-card,
body.light-theme .contact-info-card,
body.light-theme .pricing-trust,
body.light-theme .faq-support-card,
body.light-theme .download-modal,
body.light-theme .checkout-modal {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

body.light-theme .contact-page .contact-card {
    border-color: rgba(225, 29, 46, 0.28);
    background:
        radial-gradient(circle at 12% 6%, rgba(225, 29, 46, 0.16), transparent 40%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 247, 0.97));
    box-shadow: 0 24px 46px rgba(148, 17, 43, 0.14);
}

body.light-theme .contact-page .contact-badge {
    background: rgba(225, 29, 46, 0.1);
    border-color: rgba(225, 29, 46, 0.26);
    color: #8f1731;
}

body.light-theme .contact-page .contact-card-head p,
body.light-theme .contact-page .contact-field span {
    color: rgba(99, 24, 43, 0.86);
}

body.light-theme .contact-page .contact-mini-card {
    border-color: #f4cad2;
    background: #fff6f8;
}

body.light-theme .contact-page .contact-mini-card strong {
    color: #7f1730;
}

body.light-theme .contact-page .contact-mini-card span {
    color: rgba(99, 24, 43, 0.72);
}

body.light-theme .contact-page .contact-field input,
body.light-theme .contact-page .contact-field select,
body.light-theme .contact-page .contact-field textarea {
    background: #fff9fa;
    border-color: #f4cad2;
    color: #5b1325;
}

body.light-theme .contact-page .contact-field input::placeholder,
body.light-theme .contact-page .contact-field select::placeholder,
body.light-theme .contact-page .contact-field textarea::placeholder {
    color: rgba(125, 46, 65, 0.58);
}

/* ===== DOWNLOAD HIGHLIGHTS (LIGHT THEME) ===== */
body.light-theme .highlight-card {
    background: transparent;
    border-color: rgba(210, 15, 42, 0.22);
    box-shadow: none;
}

body.light-theme .highlight-card:hover {
    border-color: rgba(225, 29, 46, 0.32);
}

body.light-theme .highlight-card .floating-chip {
    color: rgba(51, 65, 85, 0.72);
}

body.light-theme .highlight-media {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.06), rgba(225, 29, 46, 0.05));
    border-color: rgba(210, 15, 42, 0.2);
}

body.light-theme .highlight-content h4 {
    color: rgba(15, 23, 42, 0.78);
}

body.light-theme .highlight-content p,
body.light-theme .highlight-content ul {
    color: rgba(15, 23, 42, 0.7);
}

body.light-theme .highlight-content ul li::before {
    box-shadow: 0 0 0 2px rgba(210, 15, 42, 0.1);
}

/* ===== LIGHT THEME BLUE->RED ACCENTS ===== */
body.light-theme .feature-badge:hover {
    border-color: rgba(225, 29, 46, 0.35);
    box-shadow: 0 18px 40px rgba(225, 29, 46, 0.18);
}

body.light-theme .pricing-card.featured {
    border: 2px solid rgba(210, 15, 42, 0.6);
    box-shadow:
        0 20px 40px rgba(210, 15, 42, 0.18),
        0 0 60px rgba(225, 29, 46, 0.12);
}

body.light-theme .pricing-card.featured:hover {
    box-shadow:
        0 28px 60px rgba(210, 15, 42, 0.24),
        0 0 80px rgba(225, 29, 46, 0.18);
}

body.light-theme .newsletter-submit {
    box-shadow:
        0 10px 24px rgba(210, 15, 42, 0.25),
        0 6px 18px rgba(225, 29, 46, 0.2);
}

body.light-theme .newsletter-submit:hover {
    box-shadow:
        0 16px 32px rgba(210, 15, 42, 0.35),
        0 8px 22px rgba(225, 29, 46, 0.25);
}

body.light-theme .payment-icon:hover {
    color: var(--secondary);
}

/* ===== UNIFIED BUTTON, BORDER, SHADOW COLORS ===== */
.btn-primary,
.btn-plan,
.btn-primary-gradient,
.btn-why-choose,
.btn-reviews,
.btn-admin,
.btn-scroll-top {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 12px 30px var(--btn-shadow);
}

.btn-primary:hover,
.btn-plan:hover,
.btn-primary-gradient:hover,
.btn-why-choose:hover,
.btn-reviews:hover,
.btn-admin:hover,
.btn-scroll-top:hover {
    box-shadow: 0 16px 38px var(--btn-shadow-strong);
}

#themeToggle {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), rgba(15, 23, 42, 0.92));
    color: #dbe7f5;
    box-shadow:
        0 10px 24px rgba(2, 6, 23, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

#themeToggle::before {
    display: none;
}

#themeToggle:hover {
    transform: translateY(-1px) scale(1.02);
    border-color: rgba(148, 163, 184, 0.34);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), rgba(30, 41, 59, 0.96));
    box-shadow:
        0 14px 28px rgba(2, 6, 23, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#themeToggle .icon-sun,
#themeToggle .icon-moon {
    color: currentColor;
}

#themeToggle:not(.dark) {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(226, 232, 240, 0.92));
    color: #475569;
    border-color: rgba(148, 163, 184, 0.3);
    box-shadow:
        0 10px 24px rgba(148, 163, 184, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

#themeToggle:not(.dark):hover {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1), rgba(241, 245, 249, 0.95));
    color: #334155;
    border-color: rgba(148, 163, 184, 0.42);
    box-shadow:
        0 14px 30px rgba(148, 163, 184, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.light-theme #themeToggle {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.92));
    color: #475569;
    border-color: rgba(148, 163, 184, 0.3);
    box-shadow:
        0 10px 24px rgba(148, 163, 184, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.light-theme #themeToggle:hover {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1), rgba(241, 245, 249, 0.96));
    color: #334155;
    border-color: rgba(148, 163, 184, 0.42);
}

.btn-secondary,
.btn-outline,
.btn-secondary-outline {
    background: var(--btn-surface);
    border-color: var(--btn-border);
}

.btn-secondary:hover,
.btn-outline:hover,
.btn-secondary-outline:hover {
    background: var(--btn-surface-hover);
    border-color: var(--btn-border-strong);
}

.promo-btn,
.btn-mobile-cta {
    box-shadow: 0 10px 24px var(--btn-shadow);
}

/* ===== FORCE BLUE/RED CTA IN LIGHT MODE ===== */
body.light-theme .btn-primary,
body.light-theme .btn-plan,
body.light-theme .btn-primary-gradient,
body.light-theme .btn-why-choose,
body.light-theme .btn-reviews,
body.light-theme .btn-admin,
body.light-theme .btn-scroll-top,
body.light-theme .btn-mobile-cta,
body.light-theme .promo-btn,
body.light-theme .pricing-card:not(.featured) .btn-plan {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 14px 30px rgba(210, 15, 42, 0.28), 0 8px 22px rgba(225, 29, 46, 0.22) !important;
}

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-light);
            display: block;
        }

        .filter-btn {
            padding: 10px 18px;
            background: rgba(39, 12, 20, 0.78);
            border: 1px solid rgba(225, 29, 46, 0.28);
            border-radius: 999px;
            color: #ffdce2;
            font-size: 0.84rem;
            font-weight: 700;
            letter-spacing: 0.2px;
            cursor: pointer;
            transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, background 0.25s ease;
        }

        .filter-btn:hover,
        .filter-btn.active {
            background: linear-gradient(135deg, rgba(207, 23, 52, 0.95) 0%, rgba(225, 29, 46, 0.95) 100%);
            border-color: rgba(255, 166, 180, 0.75);
            color: #fff;
            transform: translateY(-2px);
        }

        .category-section {
            position: relative;
            margin-bottom: 34px;
            padding: clamp(18px, 3vw, 28px);
            border-radius: 22px;
            border: 1px solid rgba(225, 29, 46, 0.2);
            background:
                radial-gradient(circle at 0% 0%, rgba(225, 29, 46, 0.16), transparent 48%),
                linear-gradient(160deg, rgba(20, 8, 13, 0.95), rgba(12, 6, 10, 0.9));
            box-shadow: 0 16px 34px rgba(20, 6, 10, 0.38);
            overflow: hidden;
        }

        .category-section::before {
            content: '';
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, rgba(239, 68, 95, 0.95), rgba(225, 29, 46, 0.12) 60%, transparent);
        }

        .channel-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(225, 29, 46, 0.24);
            border-left: 4px solid rgba(239, 68, 95, 0.86);
            border-radius: 14px;
            padding: 13px 14px;
            overflow: visible;
            transition: border-color 0.24s ease, transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
            box-shadow: none;
        }

        .channel-card::before {
            display: none;
        }

        .channel-card:hover {
            border-color: rgba(255, 143, 160, 0.68);
            background: rgba(225, 29, 46, 0.12);
            transform: translateX(4px);
            box-shadow: 0 12px 22px rgba(88, 10, 25, 0.32);
        }

        .channel-name {
            font-size: 0.98rem;
            font-weight: 650;
            color: var(--text-primary);
            line-height: 1.34;
            word-break: break-word;
        }

        .channel-features .feature-badge {
            display: inline-flex;
            align-items: center;
            padding: 4px 8px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 186, 198, 0.26);
            border-radius: 999px;
            font-size: 0.68rem;
            font-weight: 600;
            color: #ffd8df;
        }

        /* Light Mode */
        body.light-theme {
            --bg-primary: #ffffff;
            --bg-secondary: #f3f4f6;
            --bg-tertiary: #e5e7eb;
            --text-primary: #111827;
            --text-secondary: #6b7280;
        }

        body.light-theme .channels-hero {
            background: linear-gradient(135deg, #fff8f9 0%, #fff1f3 100%);
        }

        body.light-theme .search-box input {
            background: linear-gradient(145deg, #ffffff, #fff8f9);
            border-color: #f1b5c0;
            color: #5a1324;
        }

        body.light-theme .search-box input::placeholder {
            color: #9b5d6d;
        }

        body.light-theme .search-icon {
            color: #a86171;
        }

        body.light-theme .filter-btn {
            background: #fff7f8;
            border-color: #efbec7;
            color: #8f2a3f;
        }

        body.light-theme .category-section {
            border-color: #efc3cb;
            background:
                radial-gradient(circle at 0% 0%, rgba(225, 29, 46, 0.1), transparent 48%),
                linear-gradient(165deg, #ffffff, #fff7f8);
            box-shadow: 0 14px 26px rgba(148, 17, 43, 0.09);
        }

        body.light-theme .category-header {
            border-bottom-color: #f0c5cd;
        }

        body.light-theme .category-count {
            color: #935a69;
        }

        body.light-theme .channel-card {
            background: #ffffff;
            border-color: #f3c4cc;
            border-left-color: #e11d2e;
        }

        body.light-theme .channel-card:hover {
            background: #fff5f7;
            box-shadow: 0 11px 20px rgba(207, 23, 52, 0.15);
        }

        body.light-theme .channel-logo {
            background: linear-gradient(135deg, rgba(225, 29, 46, 0.12), rgba(239, 68, 95, 0.1));
            color: #b30f2c;
        }

        body.light-theme .channel-quality {
            background: rgba(225, 29, 46, 0.08);
            color: #9f1239;
            border-color: rgba(225, 29, 46, 0.26);
        }

        body.light-theme .channel-features .feature-badge {
            background: #fff2f4;
            border-color: #f4cad1;
            color: #8d2d40;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .channels-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            }
        }

        @media (max-width: 768px) {

            .stat-number {
                font-size: 2rem;
            }

            .channel-card {
                padding: 12px;
            }
        }

/* ===== WHY IPTV SECTION (LIGHT THEME) ===== */
body.light-theme .why-iptv-section {
    --why-iptv-glow-a: rgba(210, 15, 42, 0.14);
    --why-iptv-glow-b: rgba(225, 29, 46, 0.1);
    --why-iptv-surface: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 252, 0.95) 100%);
    --why-iptv-border: rgba(15, 23, 42, 0.12);
    --why-iptv-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
    --why-iptv-text: var(--text-primary);
    --why-iptv-muted: var(--text-secondary);
    --why-iptv-media-bg: #e6edf8;
    --why-iptv-media-border: rgba(210, 15, 42, 0.22);
    --why-iptv-media-overlay-bg: rgba(255, 255, 255, 0.9);
    --why-iptv-media-overlay-border: rgba(210, 15, 42, 0.24);
    --why-iptv-pill-bg: linear-gradient(135deg, rgba(210, 15, 42, 0.12), rgba(225, 29, 46, 0.08));
    --why-iptv-pill-border: rgba(210, 15, 42, 0.32);
    --why-iptv-list-card: linear-gradient(135deg, rgba(210, 15, 42, 0.08), rgba(225, 29, 46, 0.05));
}

body.light-theme .why-iptv-section::after {
    background-image: linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
}

body.light-theme .why-iptv-frame:hover {
    box-shadow: 0 26px 58px rgba(15, 23, 42, 0.16);
    border-color: rgba(225, 29, 46, 0.3);
}

body.light-theme .why-iptv-subtitle {
    color: #475569;
}

body.light-theme .why-iptv-heading::after {
    background: linear-gradient(90deg, transparent, #cf1734, #e11d2e, transparent);
}

body.light-theme .why-iptv-media::after {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.42) 0%, rgba(15, 23, 42, 0.08) 58%);
}

body.light-theme .why-iptv-badges span {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(210, 15, 42, 0.18);
    color: #0f172a;
}

body.light-theme .why-iptv-media-overlay h4 {
    color: #0f172a;
}

body.light-theme .why-iptv-media-overlay p {
    color: #334155;
}

body.light-theme .why-iptv-chip,
body.light-theme .why-iptv-eyebrow {
    color: #123b93;
}

body.light-theme .why-iptv-card-kicker {
    background: rgba(210, 15, 42, 0.08);
    border-color: rgba(210, 15, 42, 0.18);
    color: #0f172a;
}

body.light-theme .why-iptv-copy-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

body.light-theme .why-iptv-copy-card::before {
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.06), transparent 55%);
}

body.light-theme .why-iptv-copy-card-featured {
    border-color: rgba(210, 15, 42, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(252, 245, 246, 0.94));
}

body.light-theme .why-iptv-list li {
    color: #0f172a;
}

body.light-theme .why-iptv-list li::before {
    background: linear-gradient(135deg, #cf1734, #e11d2e);
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.14);
}

body.light-theme .why-iptv-signal-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 252, 0.9));
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .why-iptv-signal-card span {
    color: #475569;
}


/* ===== IPTV MAPLE CANADIAN REDESIGN LAYER ===== */
:root {
    --canada-red: #d20f2a;
    --canada-red-strong: #ab0018;
    --canada-red-soft: #ff5668;
    --canada-night: #090f1d;
    --canada-ink: #0f172a;
    --canada-snow: #f8fafc;
    --canada-card: #111a31;
    --canada-card-border: rgba(255, 255, 255, 0.14);
    --canada-shadow: 0 24px 48px rgba(4, 8, 20, 0.48);

    --primary: var(--canada-red);
    --primary-light: var(--canada-red-soft);
    --secondary: #ff6a79;
    --accent: var(--canada-snow);
    --bg-primary: var(--canada-night);
    --bg-secondary: rgba(12, 20, 38, 0.82);
    --bg-tertiary: #131d36;
    --text-primary: #f8fafc;
    --text-secondary: rgba(248, 250, 252, 0.78);
}

body {
    font-family: 'Space Grotesk', 'Manrope', 'Segoe UI', sans-serif;
    background:
        radial-gradient(circle at 10% -15%, rgba(210, 15, 42, 0.34), transparent 38%),
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 32%),
        linear-gradient(165deg, #050a15 0%, #090f1d 42%, #0f1831 100%);
    color: var(--text-primary);
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at 50% 0%, black 35%, transparent 90%);
}

body.light-theme {
    --bg-primary: #f8f8fb;
    --bg-secondary: rgba(255, 255, 255, 0.9);
    --bg-tertiary: #ffffff;
    --text-primary: #111827;
    --text-secondary: rgba(17, 24, 39, 0.74);
    --canada-card-border: rgba(15, 23, 42, 0.12);
    --canada-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at 0% 0%, rgba(210, 15, 42, 0.1), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(210, 15, 42, 0.09), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
}

body.light-theme::before {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.9;
}

.header::before,
body.light-theme .header::before {
    border-color: rgba(210, 15, 42, 0.28);
    background:
        linear-gradient(95deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
        rgba(11, 17, 32, 0.72);
    box-shadow: 0 16px 36px rgba(3, 7, 19, 0.42);
}

body.light-theme .header::before {
    background:
        linear-gradient(95deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7)),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.hero-bg .bg-gradient {
    background:
        radial-gradient(circle at 20% 22%, rgba(210, 15, 42, 0.42), transparent 42%),
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.2), transparent 30%),
        linear-gradient(160deg, rgba(5, 10, 22, 0.86), rgba(8, 13, 28, 0.6));
}

.gradient-text,
.title-highlight,
.hero-title-spotlight .text-gradient,
.featured-title,
.why-iptv-heading h2 {
    background: linear-gradient(120deg, #ffffff 0%, #ffe4e8 16%, #ff5b70 50%, #d20f2a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.light-theme .why-iptv-eyebrow,
body.light-theme .popular-badge,
body.light-theme .plan-offert {
    color: #9a0019;
    border-color: rgba(154, 0, 25, 0.24);
    background: linear-gradient(130deg, rgba(255, 227, 232, 0.92), rgba(255, 242, 244, 0.88));
    box-shadow: 0 8px 20px rgba(154, 0, 25, 0.14);
}

body.light-theme .section-badge-purple {
    border-color: rgba(154, 0, 25, 0.12) !important;
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.98), rgba(255, 250, 251, 0.96)) !important;
    color: #a30d26 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 22px rgba(15, 23, 42, 0.08) !important;
}

.btn-primary,
.btn-primary-gradient,
.btn-plan,
.btn-mobile-cta {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: linear-gradient(120deg, var(--canada-red-strong), var(--canada-red), var(--canada-red-soft));
    color: #fff;
    box-shadow: 0 14px 30px rgba(210, 15, 42, 0.4);
}

.btn-primary:hover,
.btn-primary-gradient:hover,
.btn-plan:hover,
.btn-mobile-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(210, 15, 42, 0.52);
}

.btn-secondary,
.btn-outline,
.promo-btn {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

body.light-theme .btn-secondary,
body.light-theme .btn-outline,
body.light-theme .promo-btn {
    border-color: rgba(154, 0, 25, 0.24);
    background: rgba(255, 255, 255, 0.88);
    color: #9a0019;
}

:where(
    .feature-item,
    .quickfact-card,
    .hero-metric-card,
    .pricing-card,
    .beyond-card,
    .review-card-v2,
    .faq-item,
    .app-card,
    .small-card,
    .how-step-card,
    .trust-badge-item,
    .stat-item,
    .download-card
) {
    border: 1px solid var(--canada-card-border);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        var(--canada-card);
}

:where(
    .feature-item,
    .quickfact-card,
    .hero-metric-card,
    .pricing-card,
    .beyond-card,
    .review-card-v2,
    .faq-item,
    .app-card,
    .small-card,
    .how-step-card,
    .trust-badge-item,
    .stat-item,
    .download-card
):hover {
    border-color: rgba(210, 15, 42, 0.28);
    box-shadow: 0 20px 42px rgba(15, 6, 8, 0.35);
    transform: translateY(-2px);
}





.social-link,
.footer-menu a,
.nav-links a,
.mobile-links a {
    transition: color 0.24s ease, transform 0.24s ease;
}

.social-link:hover,
.footer-menu a:hover,
.nav-links a:hover,
.mobile-links a:hover {
    color: #ff7a88;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    body {
        background:
            radial-gradient(circle at 0% 0%, rgba(210, 15, 42, 0.28), transparent 38%),
            linear-gradient(180deg, #060b17 0%, #0d1630 100%);
    }

    :where(.pricing-card, .beyond-card, .review-card-v2, .faq-item) {
        border-radius: 16px;
    }
}

/* ===== STEP 1: SIMPLE GRID TEXTURE ===== */
body::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: none;
    -webkit-mask-image: none;
    opacity: 0.9;
}

body.light-theme::before {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.9;
}

body.light-theme .bg-grid {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.32;
}

@media (max-width: 768px) {
    body::before,
    body.light-theme::before {
        background-size: 46px 46px;
    }

    .bg-grid,
    body.light-theme .bg-grid {
        background-size: 36px 36px;
    }
}


/* ===== STEP 2: RED-ONLY BUTTONS + NO-BLUE BACKGROUNDS (DARK/LIGHT) ===== */
:root {
    --fr-blue: #d20f2a;
    --primary: #d20f2a;
    --primary-light: #f24a62;
    --secondary: #ef405a;
    --btn-shadow: rgba(140, 6, 32, 0.45);
    --btn-shadow-strong: rgba(140, 6, 32, 0.62);
}

body {
    background: #0e090a;
}

body.light-theme {
    background: #fff7f8;
}

body.light-theme .bg-dark {
    background: #fff7f8;
}

.hero-bg .bg-gradient,
body.light-theme .hero-bg .bg-gradient {
    background: rgba(210, 15, 42, 0.08);
}

body::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
}

body.light-theme::before {
    background-image:
        linear-gradient(rgba(140, 6, 32, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 6, 32, 0.06) 1px, transparent 1px);
}

body.light-theme .bg-grid {
    background-image:
        linear-gradient(rgba(140, 6, 32, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 6, 32, 0.08) 1px, transparent 1px);
}

:where(
    .btn-primary,
    .btn-primary-gradient,
    .btn-secondary,
    .btn-outline,
    .btn-plan,
    .btn-mobile-cta,
    .btn-main,
    .btn-sub,
    .btn-why-choose,
    .promo-btn,
    .download-app-btn,
    a[class*="btn-"],
    button[class*="btn-"]
) {
    background: #d20f2a !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 24px rgba(140, 6, 32, 0.45) !important;
}

body.light-theme :where(
    .btn-primary,
    .btn-primary-gradient,
    .btn-secondary,
    .btn-outline,
    .btn-plan,
    .btn-mobile-cta,
    .btn-main,
    .btn-sub,
    .btn-why-choose,
    .promo-btn,
    .download-app-btn,
    a[class*="btn-"],
    button[class*="btn-"]
) {
    background: #d20f2a !important;
    color: #ffffff !important;
    border: 1px solid rgba(140, 6, 32, 0.28) !important;
    box-shadow: 0 10px 24px rgba(140, 6, 32, 0.30) !important;
}

:where(
    .btn-primary,
    .btn-primary-gradient,
    .btn-secondary,
    .btn-outline,
    .btn-plan,
    .btn-mobile-cta,
    .btn-main,
    .btn-sub,
    .btn-why-choose,
    .promo-btn,
    .download-app-btn,
    a[class*="btn-"],
    button[class*="btn-"]
):hover {
    background: #ef405a !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(140, 6, 32, 0.55) !important;
}

:where(
    .btn-primary,
    .btn-primary-gradient,
    .btn-secondary,
    .btn-outline,
    .btn-plan,
    .btn-mobile-cta,
    .btn-main,
    .btn-sub,
    .btn-why-choose,
    .promo-btn,
    .download-app-btn,
    a[class*="btn-"],
    button[class*="btn-"]
)::before,
:where(
    .btn-primary,
    .btn-primary-gradient,
    .btn-secondary,
    .btn-outline,
    .btn-plan,
    .btn-mobile-cta,
    .btn-main,
    .btn-sub,
    .btn-why-choose,
    .promo-btn,
    .download-app-btn,
    a[class*="btn-"],
    button[class*="btn-"]
)::after {
    content: none !important;
    background: none !important;
}

.gradient-text,
.title-highlight,
.hero-title-spotlight .text-gradient,
.featured-title,
.why-iptv-heading h2 {
    background: none !important;
    color: #d20f2a !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
}

body.light-theme :where(
    .why-iptv-eyebrow,
    .popular-badge,
    .plan-offert
) {
    background: #d20f2a !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(140, 6, 32, 0.25) !important;
}

:where(
    .pricing-card,
    .feature-item,
    .quickfact-card,
    .hero-metric-card,
    .beyond-card,
    .review-card-v2,
    .faq-item,
    .app-card,
    .small-card,
    .how-step-card,
    .trust-badge-item,
    .stat-item,
    .why-iptv-frame
) {
    box-shadow: 0 14px 30px rgba(80, 14, 24, 0.28) !important;
}

body.light-theme :where(
    .pricing-card,
    .feature-item,
    .quickfact-card,
    .hero-metric-card,
    .beyond-card,
    .review-card-v2,
    .faq-item,
    .app-card,
    .small-card,
    .how-step-card,
    .trust-badge-item,
    .stat-item,
    .why-iptv-frame
) {
    box-shadow: 0 12px 24px rgba(80, 14, 24, 0.16) !important;
}



/* ===== STEP 3: FINAL LOCK (NO BLUE / NO GRADIENTS - DARK + LIGHT) ===== */
body,
body.light-theme {
    --primary: #d20f2a !important;
    --primary-light: #ef405a !important;
    --secondary: #ef405a !important;
    --accent: #d20f2a !important;
}

body {
    background-color: #0e090a !important;
    background-image: none !important;
}

body.light-theme {
    background-color: #fff7f8 !important;
    background-image: none !important;
}

body .btn-primary,
body .btn-primary-gradient,
body .btn-plan,
body .btn-mobile-cta,
body .btn-secondary,
body .btn-outline,
body .btn-main,
body .btn-sub,
body .btn-why-choose,
body .promo-btn,
body .download-app-btn,
body .btn-reviews,
body .btn-admin,
body .btn-scroll-top,
body a[class*="btn-"],
body button[class*="btn-"] {
    background: #d20f2a !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid rgba(140, 6, 32, 0.38) !important;
    box-shadow: 0 10px 24px rgba(140, 6, 32, 0.35) !important;
    transition:
        background-color 0.24s ease,
        color 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease !important;
}

body .btn-primary:hover,
body .btn-primary-gradient:hover,
body .btn-plan:hover,
body .btn-mobile-cta:hover,
body .btn-secondary:hover,
body .btn-outline:hover,
body .btn-main:hover,
body .btn-sub:hover,
body .btn-why-choose:hover,
body .promo-btn:hover,
body .download-app-btn:hover,
body .btn-reviews:hover,
body .btn-admin:hover,
body .btn-scroll-top:hover,
body a[class*="btn-"]:hover,
body button[class*="btn-"]:hover {
    background: #de1f39 !important;
    background-image: none !important;
    box-shadow: 0 12px 26px rgba(140, 6, 32, 0.42) !important;
    transform: translateY(-1px);
}

body #themeToggle {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), rgba(15, 23, 42, 0.92)) !important;
    background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), rgba(15, 23, 42, 0.92)) !important;
    color: #dbe7f5 !important;
    box-shadow:
        0 10px 24px rgba(2, 6, 23, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
}

body #themeToggle::before {
    display: none !important;
    background: none !important;
}

body #themeToggle:hover {
    transform: translateY(-1px) scale(1.02) !important;
    border-color: rgba(148, 163, 184, 0.34) !important;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), rgba(30, 41, 59, 0.96)) !important;
    background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), rgba(30, 41, 59, 0.96)) !important;
    box-shadow:
        0 14px 28px rgba(2, 6, 23, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

body #themeToggle .icon-sun,
body #themeToggle .icon-moon {
    color: currentColor !important;
}

body #themeToggle:not(.dark),
body.light-theme #themeToggle {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.92)) !important;
    background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.92)) !important;
    color: #475569 !important;
    border-color: rgba(148, 163, 184, 0.3) !important;
    box-shadow:
        0 10px 24px rgba(148, 163, 184, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

body #themeToggle:not(.dark):hover,
body.light-theme #themeToggle:hover {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1), rgba(241, 245, 249, 0.96)) !important;
    background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1), rgba(241, 245, 249, 0.96)) !important;
    color: #334155 !important;
    border-color: rgba(148, 163, 184, 0.42) !important;
    box-shadow:
        0 14px 30px rgba(148, 163, 184, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body .btn-primary::before,
body .btn-primary::after,
body .btn-plan::before,
body .btn-plan::after,
body .btn-primary-gradient::before,
body .btn-primary-gradient::after,
body .btn-reviews::before,
body .btn-reviews::after {
    content: none !important;
    background: none !important;
}

body a,
body.light-theme a,
body .beauty-links,
body.light-theme .beauty-links,
body .footer-column-title,
body.light-theme .footer-column-title,
body .social-link,
body.light-theme .social-link,
body .currency,
body .amount,
body .review-verified-v2 svg,
body .faq-icon,
body .support-title .beauty-links,
body .support-hours svg,
body .support-badge svg,
body .stat-value-small svg,
body .feature-check,
body .feature-icon,
body .faq-answer a,
body .footer-menu a:hover,
body .nav-links a:hover,
body .mobile-links a:hover {
    color: #d20f2a;
}

body.light-theme .beauty-links {
    color: #d20f2a !important;
}

body .faq-icon-wrapper,
body .faq-item.active .faq-icon-wrapper,
body .support-icon,
body .stat-item-small,
body .faq-read-more,
body .support-status,
body .pricing-card,
body .review-card-v2,
body .faq-item,
body .faq-support-card {
    background-image: none !important;
}

/* ===== STEP 4: MAPLE TEXTURE BACKGROUND (NO GRID) ===== */
:root {
    --maple-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d20f2a' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E");
}

body::before,
body.light-theme::before,
.bg-grid,
body.light-theme .bg-grid {
    background: none !important;
    background-image: none !important;
}

.hero-bg::before,
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-bg::before {
    background-image:
        var(--maple-icon), var(--maple-icon), var(--maple-icon), var(--maple-icon),
        var(--maple-icon), var(--maple-icon), var(--maple-icon), var(--maple-icon),
        var(--maple-icon), var(--maple-icon);
    background-repeat: no-repeat;
    background-size:
        112px 112px, 84px 84px, 70px 70px, 96px 96px,
        62px 62px, 76px 76px, 88px 88px, 58px 58px,
        68px 68px, 104px 104px;
    background-position:
        4% 12%, 18% 74%, 34% 22%, 52% 82%,
        66% 14%, 79% 70%, 92% 30%, 11% 42%,
        42% 58%, 88% 86%;
    opacity: 0.10;
    filter: saturate(1.05);
    animation: mapleFloat 18s ease-in-out infinite alternate;
}

body.light-theme .hero-bg::before {
    opacity: 0.075;
}

.hero-bg::after {
    background-color: rgba(210, 15, 42, 0.05);
}

body.light-theme .hero-bg::after {
    background-color: rgba(210, 15, 42, 0.035);
}

@keyframes mapleFloat {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(0, -12px, 0); }
}

@media (max-width: 768px) {
    .hero-bg::before {
        background-size:
            78px 78px, 62px 62px, 52px 52px, 68px 68px,
            46px 46px, 56px 56px, 64px 64px, 44px 44px,
            50px 50px, 72px 72px;
        opacity: 0.085;
    }

    body.light-theme .hero-bg::before {
        opacity: 0.06;
    }
}

/* ===== STEP 5: MAPLE VISIBILITY FIX (DARK + LIGHT) ===== */
:root {
    --maple-icon-soft-dark: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d20f2a66' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E");
    --maple-icon-soft-light: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d20f2a4d' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E");
}

.hero-bg::before,
.hero-bg::after,
.hero-bg .bg-gradient,
.hero-bg .bg-circles {
    display: none !important;
}

.hero-bg .bg-dark {
    background-color: #0e090a !important;
    background-image:
        var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark),
        var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark),
        radial-gradient(circle at 20% 16%, rgba(210, 15, 42, 0.14), transparent 30%),
        radial-gradient(circle at 84% 84%, rgba(210, 15, 42, 0.12), transparent 28%);
    background-repeat: no-repeat;
    background-size:
        118px 118px, 88px 88px, 72px 72px, 98px 98px,
        64px 64px, 78px 78px, 60px 60px, 92px 92px,
        auto, auto;
    background-position:
        5% 14%, 18% 74%, 35% 26%, 52% 82%,
        68% 14%, 80% 70%, 92% 32%, 43% 57%,
        center, center;
}

body.light-theme .hero-bg .bg-dark {
    background-color: #fff7f8 !important;
    background-image:
        var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light),
        var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light),
        radial-gradient(circle at 20% 16%, rgba(210, 15, 42, 0.1), transparent 30%),
        radial-gradient(circle at 84% 84%, rgba(210, 15, 42, 0.08), transparent 28%);
    background-repeat: no-repeat;
    background-size:
        118px 118px, 88px 88px, 72px 72px, 98px 98px,
        64px 64px, 78px 78px, 60px 60px, 92px 92px,
        auto, auto;
    background-position:
        5% 14%, 18% 74%, 35% 26%, 52% 82%,
        68% 14%, 80% 70%, 92% 32%, 43% 57%,
        center, center;
}

@media (max-width: 768px) {
    .hero-bg .bg-dark,
    body.light-theme .hero-bg .bg-dark {
        background-size:
            86px 86px, 64px 64px, 52px 52px, 72px 72px,
            48px 48px, 56px 56px, 44px 44px, 68px 68px,
            auto, auto;
    }
}


/* ===== STEP 6: FALLING MAPLE ANIMATION (DARK + LIGHT) ===== */
.hero-bg .bg-dark {
    overflow: hidden;
    background-image:
        radial-gradient(circle at 20% 16%, rgba(210, 15, 42, 0.14), transparent 30%),
        radial-gradient(circle at 84% 84%, rgba(210, 15, 42, 0.12), transparent 28%) !important;
}

body.light-theme .hero-bg .bg-dark {
    background-image:
        radial-gradient(circle at 20% 16%, rgba(210, 15, 42, 0.1), transparent 30%),
        radial-gradient(circle at 84% 84%, rgba(210, 15, 42, 0.08), transparent 28%) !important;
}

.hero-bg .bg-dark::before,
.hero-bg .bg-dark::after {
    content: '';
    position: absolute;
    inset: -22% 0 0 0;
    pointer-events: none;
    will-change: transform;
}

.hero-bg .bg-dark::before {
    background-image:
        var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark),
        var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark);
    background-repeat: no-repeat;
    background-size: 118px 118px, 86px 86px, 70px 70px, 98px 98px, 64px 64px, 78px 78px, 60px 60px, 92px 92px;
    background-position: 4% 4%, 18% 24%, 32% 12%, 50% 26%, 66% 8%, 78% 20%, 90% 10%, 42% 2%;
    animation: mapleFallA 20s linear infinite;
}

.hero-bg .bg-dark::after {
    background-image:
        var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark), var(--maple-icon-soft-dark),
        var(--maple-icon-soft-dark), var(--maple-icon-soft-dark);
    background-repeat: no-repeat;
    background-size: 72px 72px, 56px 56px, 82px 82px, 48px 48px, 66px 66px, 52px 52px;
    background-position: 10% 14%, 28% 8%, 58% 18%, 74% 4%, 86% 16%, 44% 10%;
    animation: mapleFallB 26s linear infinite;
    animation-delay: -7s;
}

body.light-theme .hero-bg .bg-dark::before {
    background-image:
        var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light),
        var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light);
}

body.light-theme .hero-bg .bg-dark::after {
    background-image:
        var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light), var(--maple-icon-soft-light),
        var(--maple-icon-soft-light), var(--maple-icon-soft-light);
}

@keyframes mapleFallA {
    0% { transform: translate3d(0, -8%, 0) rotate(0deg); }
    100% { transform: translate3d(2.5%, 120%, 0) rotate(9deg); }
}

@keyframes mapleFallB {
    0% { transform: translate3d(0, -14%, 0) rotate(0deg); }
    100% { transform: translate3d(-2.5%, 120%, 0) rotate(-11deg); }
}

@media (max-width: 768px) {
    .hero-bg .bg-dark::before {
        background-size: 84px 84px, 64px 64px, 52px 52px, 72px 72px, 46px 46px, 56px 56px, 44px 44px, 68px 68px;
        animation-duration: 16s;
    }

    .hero-bg .bg-dark::after {
        background-size: 56px 56px, 44px 44px, 62px 62px, 38px 38px, 50px 50px, 40px 40px;
        animation-duration: 21s;
    }
}

/* ===== STEP 7: CONTINUOUS SCATTERED FALL (REFINED) ===== */
body {
    --maple-fall-icon: var(--maple-icon-soft-dark);
}

body.light-theme {
    --maple-fall-icon: var(--maple-icon-soft-light);
}

.hero-bg .bg-dark,
body.light-theme .hero-bg .bg-dark {
    overflow: hidden;
}

.hero-bg::before,
.hero-bg::after,
.hero-bg .bg-dark::before,
.hero-bg .bg-dark::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -180%;
    bottom: -180%;
    pointer-events: none;
    will-change: transform;
}

.hero-bg::before,
.hero-bg::after {
    display: block !important;
}

.hero-bg .bg-dark::before {
    background-image: var(--maple-fall-icon), var(--maple-fall-icon), var(--maple-fall-icon), var(--maple-fall-icon);
    background-repeat: repeat-y;
    background-size: 82px 82px, 64px 64px, 74px 74px, 56px 56px;
    background-position: 8% -8%, 32% -40%, 58% -20%, 84% -54%;
    opacity: 0.72;
    animation: mapleStreamA 42s linear infinite;
}

.hero-bg .bg-dark::after {
    background-image: var(--maple-fall-icon), var(--maple-fall-icon), var(--maple-fall-icon);
    background-repeat: repeat-y;
    background-size: 68px 68px, 52px 52px, 60px 60px;
    background-position: 18% -64%, 48% -14%, 76% -38%;
    opacity: 0.58;
    animation: mapleStreamB 55s linear infinite;
    animation-delay: -19s;
}

.hero-bg::before {
    background-image: var(--maple-fall-icon), var(--maple-fall-icon);
    background-repeat: repeat-y;
    background-size: 54px 54px, 46px 46px;
    background-position: 42% -72%, 92% -26%;
    opacity: 0.42;
    animation: mapleStreamC 67s linear infinite;
    animation-delay: -27s;
}

.hero-bg::after {
    background-image: var(--maple-fall-icon), var(--maple-fall-icon);
    background-repeat: repeat-y;
    background-size: 44px 44px, 50px 50px;
    background-position: 6% -48%, 66% -86%;
    opacity: 0.33;
    animation: mapleStreamD 79s linear infinite;
    animation-delay: -41s;
}

@keyframes mapleStreamA {
    0% { transform: translate3d(0, -6%, 0); }
    100% { transform: translate3d(1.8%, 18%, 0); }
}

@keyframes mapleStreamB {
    0% { transform: translate3d(0, -10%, 0); }
    100% { transform: translate3d(-2.2%, 16%, 0); }
}

@keyframes mapleStreamC {
    0% { transform: translate3d(0, -4%, 0); }
    100% { transform: translate3d(1.2%, 14%, 0); }
}

@keyframes mapleStreamD {
    0% { transform: translate3d(0, -12%, 0); }
    100% { transform: translate3d(-1.5%, 15%, 0); }
}

@media (max-width: 768px) {
    .hero-bg .bg-dark::before {
        background-size: 64px 64px, 50px 50px, 58px 58px, 44px 44px;
        animation-duration: 34s;
    }

    .hero-bg .bg-dark::after {
        background-size: 52px 52px, 40px 40px, 46px 46px;
        animation-duration: 46s;
    }

    .hero-bg::before {
        background-size: 42px 42px, 36px 36px;
        animation-duration: 58s;
    }

    .hero-bg::after {
        background-size: 36px 36px, 40px 40px;
        animation-duration: 66s;
    }
}

/* ===== STEP 8: RANDOM NATURAL MAPLE FALL (NO STRIPES) ===== */
:root {
    --maple-rain-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d20f2a' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E");
}

.hero-bg::before,
.hero-bg::after,
.hero-bg .bg-dark::before,
.hero-bg .bg-dark::after {
    content: none !important;
    display: none !important;
    animation: none !important;
    background: none !important;
    background-image: none !important;
}

.hero-bg .bg-dark,
body.light-theme .hero-bg .bg-dark {
    background-image:
        radial-gradient(circle at 20% 16%, rgba(210, 15, 42, 0.14), transparent 30%),
        radial-gradient(circle at 84% 84%, rgba(210, 15, 42, 0.1), transparent 28%) !important;
}

.maple-rain-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}

.maple-rain-leaf {
    position: absolute;
    top: -22vh;
    left: 0;
    width: var(--leaf-size);
    height: var(--leaf-size);
    transform: translate3d(var(--x-start), -22vh, 0);
    animation: mapleRainFall var(--fall-duration) linear var(--fall-delay) infinite;
    will-change: transform;
}

.maple-rain-shape {
    width: 100%;
    height: 100%;
    display: block;
    background-image: var(--maple-rain-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: var(--leaf-opacity);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
    animation: mapleRainSpin var(--spin-duration) ease-in-out var(--spin-delay) infinite alternate;
}

@keyframes mapleRainFall {
    0% {
        transform: translate3d(var(--x-start), -22vh, 0);
    }
    46% {
        transform: translate3d(calc(var(--x-start) + var(--drift-mid)), 46vh, 0);
    }
    100% {
        transform: translate3d(calc(var(--x-start) + var(--drift-end)), 122vh, 0);
    }
}

@keyframes mapleRainSpin {
    0% {
        transform: rotate(var(--rot-start)) scale(var(--leaf-scale));
    }
    55% {
        transform: rotate(var(--rot-mid)) scale(calc(var(--leaf-scale) * 0.96));
    }
    100% {
        transform: rotate(var(--rot-end)) scale(var(--leaf-scale));
    }
}

@media (max-width: 768px) {
    .maple-rain-layer {
        opacity: 0.95;
    }
}

/* ===== STEP 9: HEADER REDESIGN (LINK HOVER + MAX WIDTH) ===== */
.header .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

.header .nav-links a:hover,
.header .nav-links a:focus-visible,
.header .nav-links a.active {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.header .nav-links a:hover::before,
.header .nav-links a:focus-visible::before,
.header .nav-links a.active::before {
    opacity: 1;
    transform: scale(1);
}

.header .nav-links a:hover::after,
.header .nav-links a:focus-visible::after,
.header .nav-links a.active::after {
    transform: scaleX(1);
}

body.light-theme .header .nav-links a {
    color: rgba(17, 24, 39, 0.82) !important;
}

body.light-theme .header .nav-links a::before {
    background: rgba(210, 15, 42, 0.1);
    border-color: rgba(159, 11, 35, 0.2);
}

body.light-theme .header .nav-links a:hover,
body.light-theme .header .nav-links a:focus-visible,
body.light-theme .header .nav-links a.active {
    color: #9f0b23 !important;
}

@media (max-width: 1024px) {
    .header .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* ===== STEP 10: HEADER HOVER MAPLE ICON (SIMPLE) ===== */
:root {
    --maple-link-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E");
}

.header .nav-links a:hover,
.header .nav-links a:focus-visible,
.header .nav-links a.active {
    color: #d20f2a !important;
    padding-left: 20px !important;
    transform: none !important;
}

.header .nav-links a:hover::before,
.header .nav-links a:focus-visible::before,
.header .nav-links a.active::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

body.light-theme .header .nav-links a {
    color: rgba(17, 24, 39, 0.82) !important;
}

body.light-theme .header .nav-links a:hover,
body.light-theme .header .nav-links a:focus-visible,
body.light-theme .header .nav-links a.active {
    color: #b30f2c !important;
}

.header .whatsapp-btn,
body.light-theme .header .whatsapp-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 7px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1fbf63 0%, #128c7e 100%);
    background-image: linear-gradient(135deg, #1fbf63 0%, #128c7e 100%);
    color: #ffffff;
    border: 1px solid rgba(77, 212, 137, 0.28);
    box-shadow: 0 18px 34px rgba(13, 104, 70, 0.28);
}

.header .whatsapp-btn:hover,
body.light-theme .header .whatsapp-btn:hover {
    background: linear-gradient(135deg, #25d366 0%, #169b8b 100%);
    background-image: linear-gradient(135deg, #25d366 0%, #169b8b 100%);
    box-shadow: 0 22px 38px rgba(13, 104, 70, 0.34);
    transform: translateY(-2px);
}

.header .whatsapp-btn-copy strong,
.header .whatsapp-btn-copy small,
.header .whatsapp-btn-icon,
.header .whatsapp-btn-arrow,
body.light-theme .header .whatsapp-btn-copy strong,
body.light-theme .header .whatsapp-btn-copy small,
body.light-theme .header .whatsapp-btn-icon,
body.light-theme .header .whatsapp-btn-arrow {
    color: #ffffff;
}

/* ===== SPECIAL HEADER SUPPORT CTA ===== */
body .acontainer .btn-cta {
    position: relative;
    isolation: isolate;
    gap: 12px !important;
    padding: 12px 18px 12px 24px !important;
    min-height: 52px;
    white-space: nowrap;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #ff2446 0%, #d20f2a 52%, #a10820 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow:
        0 18px 34px rgba(139, 6, 31, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 1px 0 rgba(255, 255, 255, 0.18) inset !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
    color: #ffffff !important;
    overflow: visible;
}
body .acontainer .btn-cta::before {
    content: '' !important;
    position: absolute;
    inset: -8px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 92, 118, 0.4), transparent 42%),
        radial-gradient(circle at 82% 50%, rgba(255, 41, 77, 0.34), transparent 38%);
    opacity: 0.55;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.24s ease;
}

body .acontainer .btn-cta::after {
    content: '' !important;
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 42%, rgba(0, 0, 0, 0.08));
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: -1;
}

body .acontainer .btn-cta > span:first-child {
    position: relative;
    z-index: 1;
}

body .acontainer .btn-cta .btn-cta__icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

body .acontainer .btn-cta .btn-cta__icon svg {
    width: 16px;
    height: 16px;
    transform: none !important;
}

body .acontainer .btn-cta:hover,
body .acontainer .btn-cta:focus-visible {
    background: linear-gradient(135deg, #ff2b4c 0%, #db1532 50%, #ac0a23 100%) !important;
    box-shadow:
        0 20px 36px rgba(139, 6, 31, 0.44),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    transform: translateY(-1px);
}

body .acontainer .btn-cta:hover::before,
body .acontainer .btn-cta:focus-visible::before {
    opacity: 0.68;
}

body .acontainer .btn-cta:hover .btn-cta__icon,
body .acontainer .btn-cta:focus-visible .btn-cta__icon {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
    transform: none;
}

body.light-theme .btn-cta {
    box-shadow:
        0 18px 34px rgba(159, 11, 35, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.28) inset,
        0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
}

body.light-theme .acontainer .btn-cta::before {
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 92, 118, 0.28), transparent 42%),
        radial-gradient(circle at 82% 50%, rgba(255, 41, 77, 0.22), transparent 38%);
}

@media (max-width: 1200px) {
    body .acontainer .btn-cta {
        padding-left: 20px !important;
        padding-right: 16px !important;
        gap: 10px !important;
    }
}



body.light-theme .hero-section::before {
    background:
        radial-gradient(circle at 8% 16%, rgba(210, 15, 42, 0.14), transparent 34%),
        radial-gradient(circle at 92% 88%, rgba(239, 64, 90, 0.11), transparent 32%);
}

body.light-theme .hero-section::after {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 247, 248, 0.58));
    opacity: 0.92;
}

body .hero-section .acontainer {
    max-width: 1320px !important;
    position: relative;
    z-index: 1;
}

body .hero-content.hero-spotlight {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px 46px 34px !important;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(17, 9, 11, 0.72);
    box-shadow: 0 28px 62px rgba(15, 6, 8, 0.45);
    text-align: left !important;
    justify-items: stretch !important;
    position: relative;
    overflow: hidden;
}

body .hero-content.hero-spotlight::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    right: -68px;
    top: -72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 15, 42, 0.28), transparent 68%);
}

body.light-theme .hero-content.hero-spotlight {
    border-color: rgba(159, 11, 35, 0.18);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 247, 0.94));
    box-shadow: 0 22px 48px rgba(80, 14, 24, 0.14);
}

body.light-theme .hero-title.hero-title-spotlight,
body.light-theme .hero-subtitle.hero-subtitle-spotlight,
body.light-theme .hero-description.hero-description-spotlight {
    color: #1b1820 !important;
    text-shadow: none !important;
}

body.light-theme .hero-metric-card {
    background: rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(159, 11, 35, 0.16) !important;
}

body.light-theme .hero-metric-card span {
    color: rgba(27, 24, 32, 0.7) !important;
}

body.light-theme .hero-trustline {
    border-color: rgba(159, 11, 35, 0.18);
    background: rgba(210, 15, 42, 0.06);
    color: rgba(27, 24, 32, 0.78) !important;
}

@media (max-width: 992px) {

    body .hero-content.hero-spotlight {
        padding: 28px 22px 24px !important;
        border-radius: 22px;
    }
}



body .hero-content.hero-spotlight.hero-v5 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 36px !important;
    border-radius: 28px !important;
    border: 1px solid rgba(255, 110, 138, 0.2) !important;
    background:
        linear-gradient(160deg, rgba(20, 10, 14, 0.88), rgba(12, 8, 11, 0.82)) !important;
    box-shadow: 0 30px 64px rgba(8, 3, 5, 0.48) !important;
    overflow: hidden;
}

body .hero-content.hero-spotlight.hero-v5::before {
    display: none !important;
}

body.light-theme .hero-section::before {
    background:
        radial-gradient(circle at 14% 12%, rgba(220, 26, 60, 0.15), transparent 35%),
        radial-gradient(circle at 84% 84%, rgba(255, 84, 118, 0.11), transparent 35%) !important;
}

body.light-theme .hero-section::after {
    background: linear-gradient(138deg, rgba(255, 255, 255, 0.88), rgba(255, 246, 249, 0.78)) !important;
}

body.light-theme .hero-content.hero-spotlight.hero-v5 {
    border-color: rgba(186, 16, 45, 0.18) !important;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 248, 0.92)) !important;
    box-shadow: 0 20px 44px rgba(94, 14, 30, 0.14) !important;
}

body.light-theme .hero-v5-score {
    color: rgba(70, 48, 56, 0.76);
}

body.light-theme .hero-v5-badge {
    color: #b80f2f;
    border-color: rgba(184, 15, 46, 0.2);
    background: rgba(210, 15, 42, 0.08);
}

body.light-theme .hero-v5-title,
body.light-theme .hero-v5-subtitle {
    color: #1f161f;
}

body.light-theme .hero-v5-description {
    color: rgba(53, 36, 43, 0.76);
}

body.light-theme .hero-v5 .hero-main-btn {
    border-color: rgba(214, 44, 76, 0.34) !important;
    background: linear-gradient(135deg, #c01234, #e7284c 60%, #ff5d7c) !important;
}

body.light-theme .hero-v5 .hero-alt-btn {
    color: #7f1328 !important;
    border-color: rgba(181, 18, 47, 0.22) !important;
    background: rgba(255, 255, 255, 0.86) !important;
}

body.light-theme .hero-v5-reviews {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(182, 19, 48, 0.2);
}

body.light-theme .hero-v5-review-avatars img {
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 7px 14px rgba(96, 17, 31, 0.16);
}

body.light-theme .hero-v5-review-copy strong {
    color: #2e1e24;
}

body.light-theme .hero-v5-review-copy span {
    color: rgba(75, 51, 60, 0.72);
}

body.light-theme .hero-v5-card {
    border-color: rgba(184, 22, 50, 0.22);
    box-shadow: 0 14px 34px rgba(88, 14, 28, 0.16);
}

body.light-theme .hero-v5-card img {
    filter: saturate(0.95) contrast(1.04) brightness(0.86);
}

body.light-theme .hero-v5-card-overlay {
    border-color: rgba(181, 18, 47, 0.2);
    background: rgba(255, 255, 255, 0.9);
}

body.light-theme .hero-v5-card-overlay strong {
    color: #341e26;
}

body.light-theme .hero-v5-card-overlay span {
    color: rgba(82, 56, 66, 0.72);
}

body.light-theme .hero-v5-tag {
    border-color: rgba(182, 19, 48, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: #4b3038;
    box-shadow: 0 8px 20px rgba(95, 17, 32, 0.14);
}

@media (max-width: 1140px) {
    body .hero-content.hero-spotlight.hero-v5 {
        padding: 28px 24px !important;
    }
}

@media (max-width: 760px) {

    body .hero-content.hero-spotlight.hero-v5 {
        padding: 20px 15px !important;
        border-radius: 20px !important;
    }
}

/* ===== STEP 15: HERO V5 PRO REFINEMENT (SMALLER TYPE + CLEANER) ===== */
body .hero-content.hero-spotlight.hero-v5 {
    padding: 30px 32px !important;
    border-radius: 24px !important;
    border-color: rgba(255, 108, 136, 0.18) !important;
    box-shadow: 0 22px 48px rgba(8, 3, 5, 0.4) !important;
}

body.light-theme .hero-content.hero-spotlight.hero-v5 {
    border-color: rgba(186, 16, 45, 0.15) !important;
    box-shadow: 0 16px 34px rgba(94, 14, 30, 0.11) !important;
}

body.light-theme .hero-v5-score {
    color: rgba(75, 51, 60, 0.72);
}

body.light-theme .hero-v5-description {
    color: rgba(57, 39, 47, 0.76);
}

body.light-theme .hero-v5 .hero-alt-btn:hover {
    background: rgba(210, 15, 42, 0.08) !important;
}

@media (max-width: 1140px) {
    body .hero-content.hero-spotlight.hero-v5 {
        padding: 24px 22px !important;
    }
}

@media (max-width: 760px) {
    body .hero-content.hero-spotlight.hero-v5 {
        padding: 18px 14px !important;
        border-radius: 18px !important;
    }
}

/* ===== STEP 16: HERO SAFE OFFSET (PROMO BANNER + HEADER) ===== */
:root {
    --hero-safe-top: 148px;
}

/* ===== STEP 17: HERO WIDTH ALIGNED WITH HEADER CONTAINER ===== */
body .hero-section .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

body .hero-content.hero-spotlight.hero-v5 {
    max-width: 100% !important;
    width: 100%;
}

@media (max-width: 1024px) {
    body .hero-section .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body .promo-banner .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

body.light-theme .promo-banner {
    background: linear-gradient(120deg, #b40b24, #d20f2a 50%, #f45469) !important;
    border-bottom-color: rgba(255, 236, 241, 0.2);
    box-shadow: 0 10px 24px rgba(167, 18, 44, 0.24) !important;
}

body.light-theme .promo-banner::before {
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 218, 226, 0.2), transparent 30%),
        radial-gradient(circle at 88% 38%, rgba(255, 188, 201, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

body.light-theme .promo-banner::after {
    background: linear-gradient(90deg, transparent, rgba(255, 239, 243, 0.86), transparent);
}

body.light-theme .promo-badge {
    border-color: rgba(255, 226, 233, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff4f6;
}

body.light-theme .badge-dot {
    background: #ffe4ea;
    box-shadow: 0 0 7px rgba(255, 228, 234, 0.56);
}

body.light-theme .promo-text {
    color: #ffffff;
}

body.light-theme .promo-text strong {
    color: #ffe7ed;
}

body.light-theme .promo-btn {
    border-color: rgba(255, 228, 234, 0.34) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

body.light-theme .promo-btn:hover {
    background: rgba(255, 255, 255, 0.22) !important;
}

body.light-theme .promo-close {
    border-color: rgba(255, 224, 231, 0.3);
    background: rgba(255, 255, 255, 0.16);
    color: #fff1f4;
}

@media (max-width: 1024px) {
    body .promo-banner .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body.light-theme .hero-v5-tag {
    border-color: rgba(182, 18, 46, 0.42) !important;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 243, 247, 0.9)) !important;
    box-shadow: 0 10px 24px rgba(126, 20, 42, 0.14) !important;
}

body.light-theme .hero-v5-tag-icon {
    color: #fff8fa;
}

body.light-theme .hero-v5-tag-copy strong {
    color: #3b1e28;
}

body.light-theme .hero-v5-tag-copy small {
    color: rgba(116, 43, 62, 0.72);
}

body .why-iptv-section .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

body.light-theme .why-iptv-heading h2 {
    color: #9f0b23 !important;
}

body.light-theme .why-iptv-subtitle {
    color: rgba(71, 85, 105, 0.88);
}

body.light-theme .why-iptv-eyebrow {
    border-color: rgba(210, 15, 42, 0.16) !important;
    background: rgba(210, 15, 42, 0.08) !important;
    color: #b10f2c !important;
}

body.light-theme .why-iptv-frame {
    border-color: rgba(15, 23, 42, 0.08) !important;
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 252, 0.94)) !important;
    box-shadow: 0 18px 38px rgba(80, 14, 24, 0.12) !important;
}

body.light-theme .why-iptv-media {
    border-color: rgba(210, 15, 42, 0.12);
}

body.light-theme .why-iptv-badges span {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(210, 15, 42, 0.12);
    color: #7f1029;
}

body.light-theme .why-iptv-media-overlay {
    border-color: rgba(210, 15, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.92));
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
}

body.light-theme .why-iptv-chip {
    background: rgba(210, 15, 42, 0.08) !important;
    color: #b10f2c !important;
}

body.light-theme .why-iptv-media-overlay p,
body.light-theme .why-iptv-copy p,
body.light-theme .why-iptv-signal-card span {
    color: #475569;
}

body.light-theme .why-iptv-copy-card,
body.light-theme .why-iptv-signal-card,
body.light-theme .why-iptv-list li {
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.82);
}

body.light-theme .why-iptv-copy-card-featured {
    border-color: rgba(210, 15, 42, 0.14);
    background:
        linear-gradient(180deg, rgba(210, 15, 42, 0.05), rgba(255, 255, 255, 0.92)),
        #ffffff;
    box-shadow: inset 0 0 0 1px rgba(210, 15, 42, 0.05);
}

body.light-theme .why-iptv-card-kicker {
    border-color: rgba(210, 15, 42, 0.12);
    background: rgba(210, 15, 42, 0.05);
    color: #9f0b23;
}

body.light-theme .why-iptv-list li {
    color: #0f172a;
}

@media (max-width: 1024px) {
    body .why-iptv-section .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body .features-section .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

@keyframes mapleOrbitAmbient {
    0%,
    100% {
        opacity: 0.78;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes mapleOrbitSweep {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes mapleOrbitSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes mapleOrbitPulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 0.9;
    }
}

@keyframes mapleCorePulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 18px 44px rgba(210, 15, 42, 0.28);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.04);
        box-shadow: 0 24px 56px rgba(239, 64, 90, 0.36);
    }
}

@keyframes mapleCoreHalo {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.9;
    }
}

@keyframes mapleNodeFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

body.light-theme .features-heading-card-maple {
    border-color: rgba(15, 23, 42, 0.08) !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(210, 15, 42, 0.08), transparent 30%),
        radial-gradient(circle at 92% 80%, rgba(239, 64, 90, 0.06), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95)) !important;
    box-shadow: 0 20px 42px rgba(80, 14, 24, 0.1) !important;
}

body.light-theme .features-maple-intro .features-title span,
body.light-theme .features-maple-intro .features-subtitle,
body.light-theme .features-maple-note span,
body.light-theme .features-grid-maple .feature-content p {
    color: #475569;
}

body.light-theme .features-maple-intro .features-chip-row span,
body.light-theme .features-maple-note,
body.light-theme .features-maple-orbit,
body.light-theme .features-maple-node,
body.light-theme .features-grid-maple .feature-item-maple {
    border-color: rgba(15, 23, 42, 0.08) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 247, 248, 0.88)),
        #ffffff !important;
}

body.light-theme .features-maple-intro .features-chip-row span {
    color: rgba(127, 29, 29, 0.72);
}

body.light-theme .features-maple-orbit::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(239, 64, 90, 0.1), transparent 18%),
        radial-gradient(circle at 20% 80%, rgba(15, 23, 42, 0.05), transparent 18%),
        radial-gradient(circle at 82% 18%, rgba(15, 23, 42, 0.04), transparent 18%);
}

body.light-theme .features-maple-orbit::after {
    background:
        radial-gradient(circle at 50% 13%, rgba(239, 64, 90, 0.7) 0 3px, transparent 4px),
        radial-gradient(circle at 84% 66%, rgba(15, 23, 42, 0.22) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 72%, rgba(239, 64, 90, 0.55) 0 3px, transparent 4px);
}

body.light-theme .features-maple-node small,
body.light-theme .features-grid-maple .feature-kicker {
    color: rgba(71, 85, 105, 0.74);
}

body.light-theme .features-maple-node strong,
body.light-theme .features-maple-note strong,
body.light-theme .features-grid-maple .feature-content h4 {
    color: #0f172a;
}

body.light-theme .features-grid-maple .feature-item-maple-highlight {
    background:
        radial-gradient(circle at top right, rgba(239, 64, 90, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(210, 15, 42, 0.06), rgba(255, 255, 255, 0.9)),
        #ffffff !important;
}

body.light-theme .features-grid-maple .feature-item-maple:hover,
body.light-theme .features-grid-maple .feature-item-maple-wide:hover,
body.light-theme .features-grid-maple .feature-item-maple-highlight:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(210, 15, 42, 0.22) !important;
    background:
        linear-gradient(180deg, rgba(210, 15, 42, 0.07), rgba(255, 255, 255, 0.95)),
        #ffffff !important;
    box-shadow: 0 20px 36px rgba(159, 18, 57, 0.14) !important;
}

@media (max-width: 1024px) {
    body .features-section .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body .apps-compatibility-section-special .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

@keyframes appsCardFloat {
    0%,
    100% {
        box-shadow: 0 18px 36px rgba(4, 6, 14, 0.32);
    }
    50% {
        box-shadow: 0 24px 42px rgba(4, 6, 14, 0.4);
    }
}

body.light-theme .apps-compatibility-section-special::before {
    background:
        radial-gradient(circle at 14% 18%, rgba(210, 15, 42, 0.08), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(239, 64, 90, 0.05), transparent 24%),
        radial-gradient(circle at 50% 100%, rgba(15, 23, 42, 0.04), transparent 38%);
}

body.light-theme .apps-compatibility-section-special::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%, transparent 72%, rgba(210, 15, 42, 0.05)),
        repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.03) 0 1px, transparent 1px 120px);
}

body.light-theme .apps-sliders-container-special {
    border-color: rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(239, 64, 90, 0.05), transparent 20%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

body.light-theme .apps-sliders-container-special::before,
body.light-theme .apps-header-special::after,
body.light-theme .apps-compatibility-section-special .apps-slider-wrapper,
body.light-theme .apps-compatibility-section-special .apps-slider-wrapper::after,
body.light-theme .apps-compatibility-section-special .app-card,
body.light-theme .apps-compatibility-section-special .app-icon {
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .apps-header-special::after,
body.light-theme .apps-compatibility-section-special .apps-slider-wrapper::after,
body.light-theme .apps-compatibility-section-special .app-card::after {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4v10m0 0 4-4m-4 4-4-4M5 18h14' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat,
        rgba(15, 23, 42, 0.04);
}

body.light-theme .apps-header-special::after,
body.light-theme .apps-compatibility-section-special .apps-slider-wrapper::after {
    color: rgba(15, 23, 42, 0.58);
}

body.light-theme .apps-compatibility-section-special .apps-slider-wrapper {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 250, 252, 0.86)),
        rgba(255, 255, 255, 0.9);
}

body.light-theme .apps-compatibility-section-special .apps-slider-wrapper::before {
    background:
        linear-gradient(90deg, rgba(210, 15, 42, 0.1), transparent 26%, transparent 74%, rgba(15, 23, 42, 0.04)),
        radial-gradient(circle at left center, rgba(210, 15, 42, 0.12), transparent 38%);
}

body.light-theme .apps-compatibility-section-special .app-card {
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--app-accent) 10%, transparent), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 252, 0.95)),
        #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

body.light-theme .apps-compatibility-section-special .app-name {
    color: #0f172a;
}

body.light-theme .apps-compatibility-section-special .app-compat {
    color: #0f8f62;
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.24);
}

body.light-theme .apps-compatibility-section-special .app-icon {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)),
        #ffffff;
}

@media (max-width: 1024px) {
    body .apps-compatibility-section-special .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body .how-it-works-section-maple .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

body.light-theme .how-it-works-section-maple::before {
    background:
        radial-gradient(circle at 12% 18%, rgba(210, 15, 42, 0.08), transparent 26%),
        radial-gradient(circle at 82% 12%, rgba(239, 64, 90, 0.05), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 36%);
}

body.light-theme .how-it-works-section-maple::after {
    background:
        linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.02) 52%, transparent 100%),
        repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.03) 0 1px, transparent 1px 120px);
}

body.light-theme .how-header-maple .how-subtitle {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .how-process-board,
body.light-theme .how-process-rail span,
body.light-theme .how-step-card-maple {
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .how-process-board {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 22%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

body.light-theme .how-process-rail span {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.92)),
        rgba(15, 23, 42, 0.04);
    color: #0f172a;
}

body.light-theme .how-process-rail::before {
    background: linear-gradient(90deg, rgba(210, 15, 42, 0.14), rgba(239, 64, 90, 0.45) 50%, rgba(210, 15, 42, 0.14));
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04), 0 0 16px rgba(210, 15, 42, 0.1);
}

body.light-theme .how-process-rail::after {
    background:
        radial-gradient(circle, rgba(239, 64, 90, 0.78) 0 4px, transparent 5px) left center/33.333% 14px repeat-x;
}

body.light-theme .how-step-card-maple {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 252, 0.95)),
        #ffffff;
}

body.light-theme .how-step-card-maple .step-number {
    color: #9f1239;
    border-color: rgba(225, 29, 46, 0.16);
    background: rgba(225, 29, 46, 0.06);
}

body.light-theme .how-step-card-maple .step-title {
    color: #0f172a;
}

body.light-theme .how-step-card-maple .step-description,
body.light-theme .how-step-card-maple .step-features li {
    color: rgba(15, 23, 42, 0.74);
}

body.light-theme .how-step-card-maple-featured {
    background:
        radial-gradient(circle at top right, rgba(239, 64, 90, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(210, 15, 42, 0.06), rgba(255, 255, 255, 0.95)),
        #ffffff;
}

body.light-theme .how-step-icon {
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.42), transparent 34%),
        linear-gradient(145deg, rgba(210, 15, 42, 0.94), rgba(239, 64, 90, 0.84));
    border-color: rgba(15, 23, 42, 0.06);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(210, 15, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
    body .how-it-works-section-maple .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body .why-choose-section-maple .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

body.light-theme .comparison-stage-maple::before,
body.light-theme .comparison-column-maple,
body.light-theme .comparison-card-maple,
body.light-theme .comparison-core-panel,
body.light-theme .comparison-core-grid div,
body.light-theme .comparison-stats-maple {
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .comparison-column-maple,
body.light-theme .comparison-card-maple,
body.light-theme .comparison-core-panel,
body.light-theme .comparison-stats-maple {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 250, 252, 0.95)),
        #ffffff;
}

body.light-theme .comparison-column-maple--positive {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 250, 252, 0.95)),
        #ffffff;
}

body.light-theme .comparison-column-maple--negative {
    background:
        radial-gradient(circle at top right, rgba(15, 23, 42, 0.04), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 250, 252, 0.95)),
        #ffffff;
}

body.light-theme .comparison-column-head p,
body.light-theme .comparison-card-maple p,
body.light-theme .comparison-core-panel > p,
body.light-theme .comparison-core-grid span {
    color: rgba(15, 23, 42, 0.68);
}

body.light-theme .comparison-column-kicker,
body.light-theme .comparison-core-eyebrow,
body.light-theme .comparison-core-grid div {
    background: rgba(15, 23, 42, 0.04);
}

@media (max-width: 1024px) {
    body .why-choose-section-maple .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

body .why-choose-section-maple .acontainer {
    max-width: 1520px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

body.light-theme .comparison-master-card,
body.light-theme .comparison-master-item,
body.light-theme .comparison-warning-panel,
body.light-theme .comparison-warning-item,
body.light-theme .comparison-stats-maple--creative,
body.light-theme .comparison-stats-maple--creative .stat-item {
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .comparison-master-card,
body.light-theme .comparison-warning-panel,
body.light-theme .comparison-stats-maple--creative {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.98)),
        #ffffff;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

body.light-theme .comparison-master-item,
body.light-theme .comparison-warning-item,
body.light-theme .comparison-stats-maple--creative .stat-item,
body.light-theme .comparison-master-score,
body.light-theme .comparison-verdict-chip {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 249, 252, 0.96)),
        #ffffff;
}

body.light-theme .comparison-master-kicker,
body.light-theme .comparison-warning-kicker,
body.light-theme .verdict-label {
    color: rgba(15, 23, 42, 0.72);
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .comparison-master-score strong {
    color: #0f172a;
}

body.light-theme .comparison-master-body > p,
body.light-theme .comparison-master-item p,
body.light-theme .comparison-warning-head p,
body.light-theme .comparison-warning-item p {
    color: rgba(15, 23, 42, 0.68);
}

@media (max-width: 1024px) {
    body .why-choose-section-maple .acontainer {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@keyframes podiumWinnerGlow {
    0%,
    100% {
        box-shadow: 0 28px 60px rgba(210, 15, 42, 0.16), 0 24px 56px rgba(4, 6, 13, 0.5);
        transform: translateY(0);
        border-color: rgba(210, 15, 42, 0.24);
    }
    50% {
        box-shadow: 0 34px 76px rgba(210, 15, 42, 0.24), 0 26px 58px rgba(4, 6, 13, 0.54);
        transform: translateY(-4px);
        border-color: rgba(239, 64, 90, 0.38);
    }
}

@keyframes podiumWinnerLift {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

@keyframes podiumWinnerAura {
    0%,
    100% {
        opacity: 0.62;
        transform: scale(0.98);
    }
    50% {
        opacity: 0.92;
        transform: scale(1.04);
    }
}

@keyframes podiumWinnerBadgePulse {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0.55;
    }
    100% {
        opacity: 0;
    }
}

body.light-theme .podium-card-maple,
body.light-theme .podium-base-maple,
body.light-theme .comparison-stats-maple--creative,
body.light-theme .comparison-stats-maple--creative .stat-item,
body.light-theme .podium-feature-grid span {
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .podium-card-maple,
body.light-theme .podium-base-maple,
body.light-theme .comparison-stats-maple--creative {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.98)),
        #ffffff;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

body.light-theme .podium-card-maple--winner,
body.light-theme .podium-base-maple--first {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 1)),
        #ffffff;
}

body.light-theme .podium-label,
body.light-theme .comparison-stats-maple--creative .stat-item,
body.light-theme .podium-feature-grid span {
    background: rgba(15, 23, 42, 0.04);
}

body.light-theme .podium-card-maple p,
body.light-theme .podium-base-maple span,
body.light-theme .podium-feature-list li {
    color: rgba(15, 23, 42, 0.68);
}

body.light-theme .podium-lane-maple--second .podium-card-maple,
body.light-theme .podium-lane-maple--second .podium-base-maple {
    border-color: rgba(148, 163, 184, 0.22);
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.98)),
        #f8fafc;
}

body.light-theme .podium-lane-maple--third .podium-card-maple,
body.light-theme .podium-lane-maple--third .podium-base-maple {
    border-color: rgba(100, 116, 139, 0.18);
    background:
        linear-gradient(180deg, rgba(245, 247, 250, 0.94), rgba(237, 242, 247, 0.98)),
        #f1f5f9;
}

body.light-theme .podium-lane-maple--second .podium-label,
body.light-theme .podium-lane-maple--third .podium-label {
    color: rgba(51, 65, 85, 0.75);
}

body.light-theme .podium-lane-maple--second .podium-card-maple p,
body.light-theme .podium-lane-maple--second .podium-base-maple span,
body.light-theme .podium-lane-maple--third .podium-card-maple p,
body.light-theme .podium-lane-maple--third .podium-base-maple span,
body.light-theme .podium-lane-maple--second .podium-feature-list li,
body.light-theme .podium-lane-maple--third .podium-feature-list li {
    color: rgba(71, 85, 105, 0.72);
}

/* ===== FINAL LIGHT MODE FIX: PODIUM ===== */
body.light-theme .comparison-podium-maple::before {
    background: linear-gradient(90deg, transparent, rgba(210, 15, 42, 0.18), transparent);
}

body.light-theme .podium-lane-maple--first::before {
    background:
        radial-gradient(circle at 50% 18%, rgba(210, 15, 42, 0.12), transparent 38%),
        radial-gradient(circle at 50% 100%, rgba(225, 29, 46, 0.08), transparent 42%);
    opacity: 0.56;
}

body.light-theme .podium-card-maple,
body.light-theme .podium-base-maple {
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

body.light-theme .podium-card-maple::before {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.08), transparent 34%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.55), transparent 26%);
}

body.light-theme .podium-card-maple h3,
body.light-theme .podium-base-maple strong {
    color: #0f172a;
}

body.light-theme .podium-card-maple--winner {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.14), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(239, 64, 90, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 248, 249, 0.98), rgba(255, 255, 255, 1)),
        #ffffff;
    border-color: rgba(210, 15, 42, 0.22);
    box-shadow: 0 26px 52px rgba(210, 15, 42, 0.16), 0 18px 38px rgba(15, 23, 42, 0.08);
}

body.light-theme .podium-card-maple--winner .podium-label,
body.light-theme .podium-crown-maple span {
    box-shadow: 0 12px 24px rgba(210, 15, 42, 0.14);
}

body.light-theme .podium-card-maple--winner h3 {
    color: #7f1025;
}

body.light-theme .podium-card-maple--winner p {
    color: rgba(76, 29, 42, 0.82);
}

body.light-theme .podium-card-maple--winner .podium-label {
    background: rgba(210, 15, 42, 0.08);
    border-color: rgba(210, 15, 42, 0.16);
    color: #b50f2a;
}

body.light-theme .podium-card-maple--winner .podium-feature-grid span {
    background: linear-gradient(180deg, rgba(210, 15, 42, 0.08), rgba(255, 255, 255, 0.92));
    border-color: rgba(210, 15, 42, 0.14);
    color: #6b1224;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.light-theme .podium-base-maple--first {
    border-color: rgba(210, 15, 42, 0.2);
    background:
        linear-gradient(180deg, rgba(210, 15, 42, 0.12), rgba(255, 255, 255, 0.98)),
        #ffffff;
}

body.light-theme .podium-base-maple--first strong {
    color: #8f1028;
}

body.light-theme .podium-base-maple--first span {
    color: rgba(127, 16, 37, 0.72);
}

body.light-theme .podium-lane-maple--second .podium-card-maple,
body.light-theme .podium-lane-maple--second .podium-base-maple {
    box-shadow: 0 14px 28px rgba(148, 163, 184, 0.14);
}

body.light-theme .podium-lane-maple--third .podium-card-maple,
body.light-theme .podium-lane-maple--third .podium-base-maple {
    box-shadow: 0 10px 22px rgba(100, 116, 139, 0.1);
}

body.light-theme .podium-lane-maple--second .podium-card-maple h3,
body.light-theme .podium-lane-maple--second .podium-base-maple strong {
    color: #334155;
}

body.light-theme .podium-lane-maple--third .podium-card-maple h3,
body.light-theme .podium-lane-maple--third .podium-base-maple strong {
    color: #475569;
}

body.light-theme .podium-lane-maple--second .podium-label {
    background: rgba(148, 163, 184, 0.12);
    border-color: rgba(148, 163, 184, 0.24);
}

body.light-theme .podium-lane-maple--third .podium-label {
    background: rgba(100, 116, 139, 0.1);
    border-color: rgba(100, 116, 139, 0.18);
}

body.light-theme .comparison-stats-maple--creative {
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

body.light-theme .comparison-stats-maple--creative .stat-number {
    color: #0f172a;
    text-shadow: none;
}

body.light-theme .comparison-stats-maple--creative .stat-label {
    color: rgba(51, 65, 85, 0.72);
}

body.light-theme .podium-feature-grid span {
    color: #334155;
}

body.light-theme .podium-label {
    color: #475569;
}

/* ===== FINAL FIX: GRADIENT TEXT ===== */
.gradient-text {
    display: inline-block;
    color: transparent !important;
    background: linear-gradient(135deg, #fff1f3 0%, #ff9aaa 18%, #ef405a 52%, #b50f2a 100%) !important;
    background-size: 220% 220% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: saturate(1.08);
    text-shadow: 0 10px 24px rgba(210, 15, 42, 0.12);
}

body.light-theme .gradient-text {
    color: transparent !important;
    background: linear-gradient(135deg, #8f1028 0%, #b50f2a 34%, #cf1734 62%, #ef405a 100%) !important;
    background-size: 220% 220% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 8px 18px rgba(210, 15, 42, 0.1);
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .gradient-text,
    body.light-theme .gradient-text {
        color: #cf1734;
        background: none;
    }
}

/* ===== FINAL FAQ WHATSAPP CARD ENHANCEMENT ===== */
body .faq-support-card::before,
body.light-theme .faq-support-card::before {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 104, 130, 0.18), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(225, 29, 46, 0.14), transparent 32%) !important;
    background-image:
        radial-gradient(circle at 12% 10%, rgba(255, 104, 130, 0.18), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(225, 29, 46, 0.14), transparent 32%) !important;
}

body .faq-support-card .whatsapp-btn,
body.light-theme .faq-support-card .whatsapp-btn {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px 18px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #1fbf63 0%, #128c7e 100%) !important;
    background-image: linear-gradient(135deg, #1fbf63 0%, #128c7e 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(77, 212, 137, 0.28) !important;
    box-shadow: 0 18px 34px rgba(13, 104, 70, 0.28) !important;
}

body .faq-support-card .whatsapp-btn:hover,
body.light-theme .faq-support-card .whatsapp-btn:hover {
    background: linear-gradient(135deg, #25d366 0%, #169b8b 100%) !important;
    background-image: linear-gradient(135deg, #25d366 0%, #169b8b 100%) !important;
    box-shadow: 0 22px 38px rgba(13, 104, 70, 0.34) !important;
    transform: translateY(-2px) !important;
}

body .faq-support-card .whatsapp-btn-copy strong,
body .faq-support-card .whatsapp-btn-copy small,
body .faq-support-card .whatsapp-btn-icon,
body .faq-support-card .whatsapp-btn-arrow,
body.light-theme .faq-support-card .whatsapp-btn-copy strong,
body.light-theme .faq-support-card .whatsapp-btn-copy small,
body.light-theme .faq-support-card .whatsapp-btn-icon,
body.light-theme .faq-support-card .whatsapp-btn-arrow {
    color: #ffffff !important;
}

.footer.footer-maple .acontainer {
    position: relative;
    z-index: 1;
}

.footer.footer-maple .newsletter-input,
.footer-maple-input {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 999px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff5f7;
    font-size: 14px;
}

body.light-theme .footer.footer-maple {
    color: #0f172a;
}

body.light-theme .footer.footer-maple::before {
    content: none;
}

body.light-theme .footer-maple-shell {
    border-color: rgba(210, 15, 42, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 245, 247, 0.98) 100%);
    box-shadow:
        0 22px 44px rgba(159, 18, 57, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.light-theme .footer-maple-shell::after {
    background: radial-gradient(circle, rgba(210, 15, 42, 0.14) 0%, rgba(210, 15, 42, 0) 72%);
}

body.light-theme .footer.footer-maple .logo-light {
    display: none;
}

body.light-theme .footer.footer-maple .logo-dark {
    display: block;
}

body.light-theme .footer-maple-newsbar,
body.light-theme .footer-maple-bottom {
    border-color: rgba(210, 15, 42, 0.08);
}

body.light-theme .footer-maple-disclaimer {
    border-color: rgba(210, 15, 42, 0.08);
    background:
        linear-gradient(90deg, rgba(210, 15, 42, 0.12) 0, rgba(210, 15, 42, 0.12) 4px, transparent 4px),
        rgba(255, 255, 255, 0.82);
}

body.light-theme .footer-maple-disclaimer-icon {
    background: rgba(210, 15, 42, 0.1);
    color: #a41230;
}

body.light-theme .footer-maple-news-form {
    border-color: rgba(210, 15, 42, 0.08);
    background: rgba(255, 255, 255, 0.82);
}

@media (max-width: 768px) {
    body.light-theme .footer-maple-news-form {
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body.light-theme .footer.footer-maple .newsletter-input,
    body.light-theme .footer-maple-input {
        border-color: rgba(210, 15, 42, 0.08) !important;
        background: rgba(255, 255, 255, 0.88) !important;
    }
}

body.light-theme .footer-maple-newsbar,
body.light-theme .footer-maple-highlights span,
body.light-theme .footer-maple-bottom-tags span,
body.light-theme .footer-maple-social,
body.light-theme .footer-maple-input,
body.light-theme .footer-maple-pay-icon {
    border-color: rgba(210, 15, 42, 0.08);
    background: rgba(255, 255, 255, 0.78);
    color: #8f1028;
}

body.light-theme .footer-maple-newsbar-label {
    color: #a41230;
    background: rgba(210, 15, 42, 0.08);
    border-color: rgba(210, 15, 42, 0.1);
}

body.light-theme .footer-maple-newsbar-copy h3,
body.light-theme .footer-maple-column h4 {
    color: #8f1028;
}

body.light-theme .footer-maple-description,
body.light-theme .footer-maple-column a,
body.light-theme .footer-maple-bottom-copy {
    color: rgba(71, 85, 105, 0.86);
}

body.light-theme .footer-maple-disclaimer p {
    color: rgba(71, 85, 105, 0.88);
}

body.light-theme .footer-maple-disclaimer-title,
body.light-theme .footer-maple-disclaimer-link {
    color: #8f1028;
}

body.light-theme .footer-maple-input::placeholder {
    color: rgba(100, 116, 139, 0.58);
}

body.light-theme .footer-maple-social:hover {
    background: rgba(210, 15, 42, 0.07);
}

@media (max-width: 768px) {

    .footer.footer-maple .acontainer {
        padding: 0 20px;
    }

    .footer.footer-maple .newsletter-input,
    .footer-maple-input {
        min-height: 54px;
        padding: 0 18px;
        border-radius: 18px;
        border: 1px solid rgba(255, 120, 145, 0.12) !important;
        background: rgba(0, 0, 0, 0.28) !important;
    }
}

/* ===== FINAL BEST VALUE GOLD LOCK ===== */
body .pricing-stack-card.best-value .pricing-stack-popular,
body .pricing-stack-card.best-value .pricing-stack-currency,
body .pricing-section .pricing-card.best-value .currency {
    color: #f4c95d !important;
}

body .pricing-stack-card.best-value h4.plan-name-1 {
    background: linear-gradient(135deg, #fff4bf 0%, #f4c95d 38%, #d4a017 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

body .pricing-stack-card.best-value .plan-offert {
    color: #3a2605 !important;
    background: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%) !important;
    border: 1px solid rgba(255, 244, 214, 0.22) !important;
    box-shadow: 0 10px 22px rgba(212, 160, 23, 0.22) !important;
}

body.light-theme .pricing-stack-card.best-value .pricing-stack-popular,
body.light-theme .pricing-stack-card.best-value .pricing-stack-currency,
body.light-theme .pricing-section .pricing-card.best-value .currency {
    color: #8b6b11 !important;
}

body.light-theme .pricing-stack-card.best-value h4.plan-name-1 {
    background: linear-gradient(135deg, #8b6b11 0%, #d4a017 42%, #f4c95d 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

body.light-theme .pricing-stack-card.best-value .plan-offert {
    color: #51370b !important;
    background: linear-gradient(135deg, #e5be49 0%, #f4d97c 52%, #fff1b3 100%) !important;
    border: 1px solid rgba(212, 160, 23, 0.18) !important;
    box-shadow: 0 10px 22px rgba(212, 160, 23, 0.16) !important;
}

body .pricing-stack-card.best-value .pricing-stack-summary {
    border-color: rgba(245, 191, 86, 0.24) !important;
    background: rgba(120, 85, 18, 0.16) !important;
    color: #f7e7b2 !important;
}

body.light-theme .pricing-stack-card.best-value .pricing-stack-summary {
    background: rgba(245, 191, 86, 0.12) !important;
    color: #6f5310 !important;
}

body .pricing-stack-card.best-value .pricing-stack-features span {
    border-bottom-color: rgba(245, 191, 86, 0.16) !important;
}

body .pricing-stack-card.best-value .pricing-stack-features span::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f4c95d' d='M36 20.917c0-.688-2.895-.5-3.125-1s3.208-4.584 2.708-5.5-5.086 1.167-5.375.708c-.288-.458.292-3.5-.208-3.875s-5.25 4.916-5.917 4.292 1.542-10.5 1.086-10.698-3.419 1.365-3.793 1.282C21.002 6.042 18.682 0 18 0s-3.002 6.042-3.376 6.125-3.337-1.48-3.793-1.282 1.752 10.073 1.085 10.698C11.25 16.166 6.5 10.875 6 11.25s.08 3.417-.208 3.875c-.289.458-4.875-1.625-5.375-.708s2.939 5 2.708 5.5-3.125.312-3.125 1 8.438 5.235 9 5.771-2.914 2.802-2.417 3.229c.576.496 3.839-.83 10.417-.957V35a1 1 0 1 0 2 0v-6.04c6.577.127 9.841 1.453 10.417.957.496-.428-2.979-2.694-2.417-3.229s9-5.084 9-5.771'/%3E%3C/svg%3E") !important;
}

body .pricing-section .pricing-card.best-value .plan-features li svg {
    color: #f4c95d !important;
}

body.light-theme .pricing-section .pricing-card.best-value .plan-features li svg {
    color: #b88912 !important;
}

body .pricing-stack-card.best-value .pricing-stack-refund,
body .pricing-stack-card.best-value .pricing-stack-note,
body .pricing-section .pricing-card.best-value .secure-badge {
    border-color: rgba(245, 191, 86, 0.24) !important;
    background: rgba(120, 85, 18, 0.16) !important;
    color: #f7e7b2 !important;
}

body .pricing-stack-card.best-value .pricing-stack-refund::before,
body .pricing-stack-card.best-value .pricing-stack-note::before,
body .pricing-section .pricing-card.best-value .secure-badge svg {
    color: #f4c95d !important;
}

body.light-theme .pricing-stack-card.best-value .pricing-stack-refund,
body.light-theme .pricing-stack-card.best-value .pricing-stack-note,
body.light-theme .pricing-section .pricing-card.best-value .secure-badge {
    background: rgba(245, 191, 86, 0.12) !important;
    color: #6f5310 !important;
}

body .pricing-section .pricing-card.best-value .btn-plan {
    background: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%) !important;
    background-image: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%) !important;
    color: #3a2605 !important;
    border: 1px solid rgba(255, 244, 214, 0.26) !important;
    box-shadow: 0 18px 36px rgba(212, 160, 23, 0.24) !important;
}

body .pricing-stack-card.best-value .pricing-stack-button {
    background: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%) !important;
    color: #3a2605 !important;
    border-color: rgba(255, 244, 214, 0.26) !important;
    box-shadow: 0 18px 36px rgba(212, 160, 23, 0.24) !important;
}

body .pricing-section .pricing-card.best-value .btn-plan:hover,
body .pricing-stack-card.best-value .pricing-stack-button:hover {
    background: linear-gradient(135deg, #e0b032 0%, #f7d977 52%, #fff5c2 100%) !important;
    background-image: linear-gradient(135deg, #e0b032 0%, #f7d977 52%, #fff5c2 100%) !important;
    box-shadow: 0 22px 42px rgba(212, 160, 23, 0.3) !important;
}


body .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge,
body .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge span,
body .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge svg {
    color: #4a3206 !important;
    fill: currentColor;
}

body .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge {
    gap: 8px;
    padding-inline: 14px;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 0 rgba(255, 250, 230, 0.2);
}

body.light-theme .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge,
body.light-theme .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge span,
body.light-theme .pricing-stack-card.best-value .pricing-stack-popular.best-value-badge svg {
    color: #5a3b07 !important;
    fill: currentColor;
}

body .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge {
    background: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%) !important;
    background-image: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%) !important;
    border-color: rgba(255, 244, 214, 0.24) !important;
    box-shadow: 0 16px 34px rgba(212, 160, 23, 0.24) !important;
}

body .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge span,
body .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge svg {
    background: transparent !important;
    background-image: none !important;
    color: #4a3206 !important;
    fill: currentColor;
    box-shadow: none !important;
    border: 0 !important;
}

body .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge {
    gap: 8px;
    padding-inline: 14px;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 0 rgba(255, 250, 230, 0.2);
}

body.light-theme .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge {
    border-color: rgba(212, 160, 23, 0.16) !important;
    box-shadow: 0 16px 32px rgba(212, 160, 23, 0.18) !important;
}

body.light-theme .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge span,
body.light-theme .pricing-section .pricing-card.best-value .popular-badge.b2.best-value-badge svg {
    color: #5a3b07 !important;
    fill: currentColor;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* ===== LIGHT MODE BEYOND SECTION POLISH ===== */
body.light-theme .beyond-iptv-section {
    background: transparent;
}

body.light-theme .beyond-iptv-section::before {
    display: none;
}

body.light-theme .beyond-feature-tile {
    border-color: rgba(225, 29, 46, 0.12);
    background:
        radial-gradient(circle at top right, rgba(251, 113, 133, 0.08) 0%, transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(253, 245, 247, 0.97) 100%);
    box-shadow:
        0 20px 44px rgba(148, 17, 43, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.light-theme .beyond-feature-tile:hover {
    border-color: rgba(225, 29, 46, 0.22);
    box-shadow:
        0 24px 52px rgba(148, 17, 43, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.light-theme .beyond-feature-tile::after {
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.08) 0%, rgba(255, 255, 255, 0) 52%);
}

body.light-theme .beyond-feature-icon {
    color: #c2183a;
    background: linear-gradient(180deg, rgba(255, 238, 242, 0.96) 0%, rgba(255, 227, 233, 0.92) 100%);
    border-color: rgba(225, 29, 46, 0.16);
    box-shadow:
        0 10px 22px rgba(225, 29, 46, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.light-theme .beyond-feature-index {
    color: rgba(159, 18, 57, 0.36);
}

body.light-theme .beyond-feature-tile h3 {
    color: #111827;
}

body.light-theme .beyond-feature-tile p {
    color: rgba(51, 65, 85, 0.88);
}

body.light-theme .beyond-feature-strip .beyond-feature-tile:nth-child(odd) {
    background:
        radial-gradient(circle at top left, rgba(255, 228, 233, 0.58) 0%, transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(253, 245, 247, 0.97) 100%);
}

body .pricing-section .btn-plan {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    min-height: 54px !important;
    border-radius: 16px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
    width: 100% !important;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, #ff5677 0%, #ff8758 100%) !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    box-shadow: 0 18px 36px rgba(255, 86, 119, 0.18) !important;
}

body .pricing-section .pricing-card:not(.featured):not(.best-value) .btn-plan {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
    background-image: none !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 18px 36px rgba(255, 86, 119, 0.18) !important;
}

body .pricing-section .pricing-card:not(.featured):not(.best-value) .btn-plan:hover {
    background: linear-gradient(135deg, #ff5677 0%, #ff8758 100%) !important;
    background-image: linear-gradient(135deg, #ff5677 0%, #ff8758 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 18px 36px rgba(255, 86, 119, 0.18) !important;
}

body.light-theme .pricing-card:not(.featured):not(.best-value) .btn-plan {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 14px 30px rgba(210, 15, 42, 0.28), 0 8px 22px rgba(225, 29, 46, 0.22) !important;
}

/* ===== FINAL CHECKOUT POPUP RED-ONLY PALETTE ===== */
body:not(.light-theme) .checkout-modal,
body:not(.light-theme) .whatsapp-modal {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.14), transparent 30%),
        linear-gradient(160deg, rgba(21, 8, 14, 0.98), rgba(11, 6, 10, 0.96)) !important;
    color: #fff1f4 !important;
    border: 1px solid rgba(225, 29, 46, 0.22) !important;
    box-shadow: 0 30px 82px rgba(65, 8, 21, 0.42), 0 18px 40px rgba(8, 4, 7, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body:not(.light-theme) .checkout-subtitle,
body:not(.light-theme) .checkout-methods-label,
body:not(.light-theme) .form-field span,
body:not(.light-theme) .summary-label,
body:not(.light-theme) .checkout-trust,
body:not(.light-theme) .checkout-alert-modern p {
    color: rgba(255, 222, 229, 0.72) !important;
}

body:not(.light-theme) .modal-close {
    background: rgba(255, 244, 246, 0.96) !important;
    color: #4a1020 !important;
    border: 1px solid rgba(225, 29, 46, 0.16) !important;
    box-shadow: none !important;
}

body:not(.light-theme) .method-option span {
    border-color: rgba(225, 29, 46, 0.28) !important;
    background: linear-gradient(180deg, rgba(42, 12, 20, 0.86), rgba(25, 8, 14, 0.9)) !important;
    color: #ffe9ee !important;
    box-shadow: none !important;
}

body:not(.light-theme) .method-option span em {
    color: #ffd9df !important;
    background: rgba(225, 29, 46, 0.18) !important;
    border-color: rgba(225, 29, 46, 0.34) !important;
}

body:not(.light-theme) .method-option input:checked + span {
    border-color: rgba(239, 64, 90, 0.68) !important;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.3), rgba(116, 8, 28, 0.2)) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(210, 15, 42, 0.22) !important;
}

body:not(.light-theme) .form-field input,
body:not(.light-theme) .form-field select,
body:not(.light-theme) .checkout-summary {
    border-color: rgba(255, 128, 149, 0.2) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        rgba(32, 12, 19, 0.9) !important;
    color: #fff7f8 !important;
    box-shadow: none !important;
}

body:not(.light-theme) .form-field input::placeholder,
body:not(.light-theme) .form-field select::placeholder,
body:not(.light-theme) .input-wrap .input-icon {
    color: rgba(255, 216, 224, 0.6) !important;
}

body:not(.light-theme) .form-field input:focus,
body:not(.light-theme) .form-field select:focus {
    border-color: rgba(239, 64, 90, 0.72) !important;
    box-shadow: 0 0 0 3px rgba(210, 15, 42, 0.16) !important;
}

body:not(.light-theme) .checkout-submit {
    background: linear-gradient(135deg, #cf1734 0%, #ef405a 100%) !important;
    box-shadow: 0 14px 30px rgba(116, 8, 28, 0.28) !important;
}

body:not(.light-theme) .checkout-alert-modern {
    border-color: rgba(184, 19, 46, 0.38) !important;
    background: linear-gradient(180deg, rgba(57, 17, 25, 0.96), rgba(34, 11, 17, 0.96)) !important;
    box-shadow: none !important;
}

body:not(.light-theme) .checkout-alert-modern .alert-icon {
    background: rgba(225, 29, 46, 0.16) !important;
    box-shadow: none !important;
}

body:not(.light-theme) .checkout-alert-modern strong {
    color: #ffd7de !important;
}

body:not(.light-theme) .checkout-trust {
    border-top-color: rgba(225, 29, 46, 0.18) !important;
}

body:not(.light-theme) .checkout-trust .trust-icon svg path,
body:not(.light-theme) .checkout-trust .trust-icon svg circle,
body:not(.light-theme) .checkout-trust .trust-icon svg rect,
body:not(.light-theme) .checkout-trust .trust-icon svg line,
body:not(.light-theme) .checkout-trust .trust-icon svg polyline,
body:not(.light-theme) .checkout-trust .trust-icon svg polygon {
    stroke: #ffffff !important;
}

body:not(.light-theme) .checkout-trust .trust-icon svg [fill]:not([fill="none"]) {
    fill: #ffffff !important;
}

body:not(.light-theme) .checkout-trust .trust-item,
body:not(.light-theme) .checkout-trust span {
    color: rgba(255, 228, 234, 0.76) !important;
}

body.light-theme .checkout-modal,
body.light-theme .whatsapp-modal {
    background:
        radial-gradient(circle at top left, rgba(225, 29, 46, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 251, 252, 0.98), rgba(255, 245, 247, 0.98)) !important;
    color: #521223 !important;
    border: 1px solid rgba(225, 29, 46, 0.14) !important;
    box-shadow: 0 22px 46px rgba(148, 17, 43, 0.14), 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

body.light-theme .checkout-header h3,
body.light-theme .whatsapp-hero h3 {
    color: #6e1125 !important;
}

body.light-theme .checkout-subtitle,
body.light-theme .checkout-methods-label,
body.light-theme .form-field span,
body.light-theme .summary-label,
body.light-theme .checkout-trust,
body.light-theme .checkout-alert-modern p {
    color: rgba(111, 18, 36, 0.68) !important;
}

body.light-theme .modal-close {
    background: #fff6f8 !important;
    color: #7f1025 !important;
    border: 1px solid rgba(225, 29, 46, 0.14) !important;
    box-shadow: none !important;
}

body.light-theme .method-option span {
    border-color: rgba(225, 29, 46, 0.18) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 246, 0.96)) !important;
    color: #7f1025 !important;
    box-shadow: none !important;
}

body.light-theme .method-option span em {
    color: #b50f2a !important;
    background: rgba(225, 29, 46, 0.08) !important;
    border-color: rgba(225, 29, 46, 0.16) !important;
}

body.light-theme .method-option input:checked + span {
    border-color: rgba(225, 29, 46, 0.38) !important;
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.16), rgba(255, 240, 243, 0.98)) !important;
    color: #8f1028 !important;
    box-shadow: 0 12px 24px rgba(225, 29, 46, 0.12) !important;
}

body.light-theme .form-field input,
body.light-theme .form-field select,
body.light-theme .checkout-summary {
    border-color: rgba(225, 29, 46, 0.14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 248, 0.96)),
        #ffffff !important;
    color: #551425 !important;
    box-shadow: none !important;
}

body.light-theme .form-field input::placeholder,
body.light-theme .form-field select::placeholder,
body.light-theme .input-wrap .input-icon {
    color: rgba(127, 16, 37, 0.5) !important;
}

body.light-theme .form-field input:focus,
body.light-theme .form-field select:focus {
    border-color: rgba(225, 29, 46, 0.38) !important;
    box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.1) !important;
}

body.light-theme .summary-value,
body.light-theme .checkout-alert-modern strong {
    color: #7f1025 !important;
}

body.light-theme .checkout-submit {
    background: linear-gradient(135deg, #cf1734 0%, #ef405a 100%) !important;
    box-shadow: 0 16px 30px rgba(148, 17, 43, 0.18) !important;
}

body.light-theme .checkout-alert-modern {
    border-color: rgba(225, 29, 46, 0.18) !important;
    background: linear-gradient(180deg, rgba(255, 247, 248, 0.98), rgba(255, 239, 242, 0.98)) !important;
    box-shadow: none !important;
}

body.light-theme .checkout-alert-modern .alert-icon {
    background: rgba(225, 29, 46, 0.08) !important;
    box-shadow: none !important;
}

body.light-theme .checkout-trust {
    border-top-color: rgba(225, 29, 46, 0.14) !important;
}

body.light-theme .checkout-trust .trust-icon svg path,
body.light-theme .checkout-trust .trust-icon svg circle,
body.light-theme .checkout-trust .trust-icon svg rect,
body.light-theme .checkout-trust .trust-icon svg line,
body.light-theme .checkout-trust .trust-icon svg polyline,
body.light-theme .checkout-trust .trust-icon svg polygon {
    stroke: #ffffff !important;
}

body.light-theme .checkout-trust .trust-icon svg [fill]:not([fill="none"]) {
    fill: #ffffff !important;
}

body.light-theme .checkout-trust .trust-item,
body.light-theme .checkout-trust span {
    color: rgba(111, 18, 36, 0.7) !important;
}

/* ===== MOBILE HEADER / HERO FIX ===== */
@media (max-width: 1024px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    body .header .nav-actions > .whatsapp-btn {
        display: none;
    }

    body .mobile-menu {
        box-shadow: 0 20px 40px rgba(5, 8, 18, 0.3);
    }

    body .mobile-menu.active {
        max-height: calc(100dvh - 88px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    body .mobile-menu .acontainer {
        padding-top: 0;
        padding-bottom: 16px;
    }

    body .mobile-links {
        padding: 10px 0 0;
    }

    body .mobile-links li:first-child {
        border-top: 1px solid rgba(210, 15, 42, 0.1);
    }

    body .mobile-links a {
        padding: 15px 8px;
        font-size: 15px;
    }

    body .mobile-menu-whatsapp {
        margin-top: 14px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    body .hero-content.hero-spotlight.hero-v5,
    body .hero-v5-shell,
    body .hero-v5-copy,
    body .hero-v5-stage,
    body .hero-v5-reviews,
    body .hero-v5 .hero-buttons.hero-v5-actions {
        position: relative;
        z-index: auto;
    }

    body .mobile-links a {
        padding: 14px 6px;
    }

    body .mobile-menu-whatsapp {
        gap: 12px;
        padding: 14px 16px;
        border-radius: 18px;
    }

    body .mobile-menu-whatsapp .whatsapp-btn-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    body .mobile-menu-whatsapp .whatsapp-btn-copy strong {
        font-size: 15px;
    }

    body .mobile-menu-whatsapp .whatsapp-btn-copy small {
        font-size: 11px;
    }

    body .hero-section .acontainer {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body .hero-content.hero-spotlight.hero-v5 {
        padding: 18px 16px !important;
        border-radius: 20px !important;
        overflow: visible;
    }
}

@media (max-width: 480px) {
    body .hero-content.hero-spotlight.hero-v5 {
        padding: 16px 14px !important;
    }
}

/* ===== GLOBAL COMPONENTS MOVED FROM PAGE CSS ===== */

/* ===== PROMO BANNER ===== */
.promo-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: linear-gradient(135deg, #cf1734 0%, #e11d2e 100%);
    box-shadow: 0 4px 20px rgba(210, 15, 42, 0.4);
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 60px 12px 20px;
    position: relative;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #fbbf24;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(251, 191, 36, 0.8);
    animation: pulse 2s infinite;
}

.promo-text {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.promo-text strong {
    font-weight: 800;
}

.promo-btn {
    padding: 8px 18px;
    background: white;
    border-radius: 8px;
    color: var(--primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.promo-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.promo-close {
    position: absolute;
    padding: 0;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.promo-close:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) rotate(90deg);
}

.promo-close svg {
    display: block;
}

.beauty-links {
  position: relative;
  z-index: 2; 
  color: rgb(244, 245, 247) !important;
  text-decoration: none !important;
}

.beauty-links::after {
  content:"";
  position: absolute;
  width: 100%;
  height: 8px;
  border-radius: 0px;
  left: -4px;
  bottom: 2px;
  padding: 0 4px;
  z-index: -1;
  background: var(--secondary);
  opacity: 0.9;
}

.beauty-links:hover {
    color: white;
}

/* ===== HEADER ===== */
.header {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 15, 0);
    backdrop-filter: blur(0px) saturate(100%);
    -webkit-backdrop-filter: blur(0px) saturate(100%);
    border-bottom: 1px solid rgba(210, 15, 42, 0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    position: relative;
    z-index: 1;
    transition: padding 0.4s ease;
}

/* ===== LOGO ===== */
.logo {
    width: 100%;
    max-width: 180px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo img{
    
    max-width: 180px;
}

.logo:hover {
    transform: scale(1.02);
}

/* ===== NAVIGATION ===== */
.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a {
    padding: 10px 16px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}


.nav-links a::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-links a:hover {
    color: var(--text-primary);
}

.nav-links a:hover::before {
    transform: scaleX(1);
}

/* ===== ACTIONS ===== */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-icon {
    padding: 0;
    width: 44px;
    height: 44px;
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.25);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    backdrop-filter: blur(10px);
}

.btn-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.3), rgba(225, 29, 46, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-icon:hover {
    background: rgba(210, 15, 42, 0.15);
    border-color: rgba(210, 15, 42, 0.4);
}

.btn-icon:hover::before {
    opacity: 1;
}

.icon-sun,
.icon-moon {
    position: absolute;
    color: var(--text-secondary);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.icon-moon {
    opacity: 0;
    transform: rotate(180deg) scale(0);
}

.btn-icon:hover .icon-sun,
.btn-icon:hover .icon-moon {
    color: var(--primary);
}

/* ===== MOBILE MENU BUTTON ===== */
.btn-mobile {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.25);
    border-radius: 11px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
}

.btn-mobile::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 11px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.3), rgba(225, 29, 46, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-mobile:hover {
    background: rgba(210, 15, 42, 0.15);
    border-color: rgba(210, 15, 42, 0.4);
    transform: translateY(-2px);
}

.btn-mobile:hover::before {
    opacity: 1;
}

.btn-mobile span {
    width: 100%;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(210, 15, 42, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

@media (max-width: 768px) {

    .promo-banner {
        height: 64px;
    }

    .promo-content {
        padding: 10px 44px 10px 16px;
        gap: 10px;
    }

    .promo-text {
        font-size: 11px;
        line-height: 1.3;
    }

    .header {
        top: 64px;
    }

    .header::before {
        background: rgba(10, 10, 15, 0.7);
        backdrop-filter: blur(16px) saturate(160%);
        -webkit-backdrop-filter: blur(16px) saturate(160%);
        border-bottom-color: rgba(210, 15, 42, 0.2);
    }

    .nav {
        padding: 12px 0;
    }

    .nav-actions {
        gap: 8px;
    }

    .logo {
        max-width: 140px;
    }

    .logo img {
        max-width: 140px;
    }

    .btn-icon,
    .btn-mobile {
        width: 40px;
        height: 40px;
    }

    .promo-text {
        font-size: 12px;
    }

    .promo-btn {
        display: none;
    }}

@media (max-width: 480px) {
    .promo-badge {
        font-size: 10px;
        padding: 5px 12px;
    }

    .promo-text {
        font-size: 11px;
    }}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 120px 0;
    position: relative;
    background: transparent;
}

.faq-section::before {
    display: none;
}

/* FAQ Header */
.faq-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}

.faq-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.faq-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

/* FAQ Grid */
.faq-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    position: relative;
    z-index: 1;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: faq-counter;
}

.faq-grid.faq-contact {
    grid-template-columns: 1fr;
}
.contact-page .faq-support-card{
    height: auto;
}



/* FAQ Icon Wrapper */
.faq-icon-wrapper {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(210, 15, 42, 0.12);
    border: 1px solid rgba(210, 15, 42, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.faq-icon {
    color: var(--primary);
    transition: color 0.3s ease;
}

/* FAQ Chevron */
.faq-chevron {
    flex-shrink: 0;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease, opacity 0.35s ease;
    opacity: 0;
}

.faq-answer p {
    padding: 0 28px 0 88px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.faq-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0 88px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(210, 15, 42, 0.35);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.2), rgba(225, 29, 46, 0.14));
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(2, 8, 23, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-read-more::after {
    content: '->';
    transition: transform 0.25s ease;
}

.faq-read-more:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 29, 46, 0.45);
    box-shadow: 0 12px 24px rgba(2, 8, 23, 0.4);
}

.faq-read-more:hover::after {
    transform: translateX(3px);
}

.faq-read-more:focus-visible {
    outline: 2px solid rgba(210, 15, 42, 0.55);
    outline-offset: 2px;
}

/* FAQ Support Card */
.faq-support-card {
    background:
        linear-gradient(180deg, rgba(23, 8, 15, 0.98) 0%, rgba(12, 7, 14, 0.96) 100%),
        linear-gradient(135deg, rgba(210, 15, 42, 0.08) 0%, rgba(255, 255, 255, 0) 60%);
    border: 1px solid rgba(225, 57, 90, 0.24);
    border-radius: 30px;
    padding: 34px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    position: sticky;
    top: 100px;
    height: fit-content;
    overflow: hidden;
    gap: 18px;
    box-shadow:
        0 28px 56px rgba(8, 3, 9, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.faq-support-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 104, 130, 0.18), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(225, 29, 46, 0.14), transparent 32%);
    pointer-events: none;
}

.faq-support-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 29px;
    background: linear-gradient(180deg, rgba(34, 10, 19, 0.74) 0%, rgba(15, 8, 15, 0.92) 100%);
    z-index: 0;
}

.faq-support-card > * {
    position: relative;
    z-index: 2;
}

/* Support Status */
.support-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 9px 16px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #10b981;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 4px;
}

/* Support Icon */
.support-icon {
    width: 92px;
    height: 92px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 38%),
        linear-gradient(145deg, rgba(224, 33, 65, 0.28), rgba(104, 13, 29, 0.12));
    border: 1px solid rgba(255, 118, 143, 0.25);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 2px;
    position: relative;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 20px 35px rgba(120, 12, 31, 0.28);
}

.support-icon-ring {
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.support-copy {
    display: grid;
    gap: 10px;
}

.support-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 130, 149, 0.82);
}

.support-title {
    font-size: 31px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.support-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.support-description {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.58);
    margin: 0;
}

.support-points {
    display: grid;
    gap: 10px;
}

.support-point {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(225, 57, 90, 0.14);
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 600;
}

.support-point svg {
    flex: 0 0 auto;
    color: #ff5b77;
}

/* Support Stats */
.support-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
}

.stat-item-small {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(225, 57, 90, 0.18);
    border-radius: 18px;
    padding: 14px 14px 13px;
}

.stat-label-small {
    font-size: 10px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.48);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 8px;
}

.stat-value-small {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 18px;
    font-weight: 800;
    color: var(--text-primary);
}

.stat-value-small svg {
    color: var(--primary);
    flex-shrink: 0;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 16px 18px;
    background: linear-gradient(135deg, #d20f2a 0%, #f03a5f 100%) ;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 120, 145, 0.3);
    box-shadow: 0 18px 34px rgba(125, 8, 29, 0.28);
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(125, 8, 29, 0.34);
}

.whatsapp-btn-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    flex: 0 0 auto;
}

.whatsapp-btn-copy {
    display: grid;
    gap: 2px;
    flex: 1;
}

.whatsapp-btn-copy strong,
.whatsapp-btn-copy small {
    display: block;
}

.whatsapp-btn-copy strong {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.whatsapp-btn-copy small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.35;
}

.whatsapp-btn-arrow {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    flex: 0 0 auto;
}

.support-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Support Hours */
.support-hours {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(225, 57, 90, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.support-hours svg {
    color: var(--primary);
}

/* Support Badge */
.support-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 16px;
    border: 1px solid rgba(225, 57, 90, 0.16);
    background: rgba(255, 255, 255, 0.025);
}

.support-badge svg {
    color: var(--primary);
}

.support-guide-link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {
    .faq-section {
        padding: 80px 0;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
    }

    .faq-answer p {
        padding: 0 20px 0 68px;
        font-size: 14px;
    }

    .faq-read-more {
        margin-left: 68px;
    }

    .faq-support-card {
        padding: 32px 24px;
    }

    .support-title {
        font-size: 24px;
    }

    .support-icon {
        width: 80px;
        height: 80px;
    }

    .support-meta-row,
    .support-stats {
        grid-template-columns: 1fr;
    }

    .whatsapp-btn {
        padding: 15px 16px;
    }}

@media (max-width: 480px) {
    .faq-title {
        font-size: 28px;
    }

    .faq-answer p {
        padding: 0 20px 0 20px;
    }

    .faq-read-more {
        margin-left: 20px;
    }

    .faq-support-card {
        padding: 26px 18px 20px;
        border-radius: 24px;
    }

    .support-title {
        font-size: 22px;
    }

    .support-point {
        padding: 11px 12px;
        font-size: 13px;
    }

    .support-stats {
        grid-template-columns: 1fr;
    }

    .whatsapp-btn {
        gap: 10px;
        border-radius: 18px;
    }

    .whatsapp-btn-icon {
        width: 42px;
        height: 42px;
    }

    .whatsapp-btn-copy strong {
        font-size: 15px;
    }

    .whatsapp-btn-copy small {
        font-size: 11px;
    }}

/* ===== FOOTER ===== */
.footer {
    padding: 80px 0 0 0;
    position: relative;
}

/* ===== CHECKOUT MODAL ===== */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(3, 7, 18, 0.6);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 2000;
}

.checkout-modal {
    width: min(520px, 100%);
    background: #ffffff;
    color: #0f172a;
    border-radius: 24px;
    padding: 28px 24px;
    position: relative;
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.35);
}

.modal-close {
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: #f1f5f9;
    color: #334155;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
}

.checkout-header h3 {
    margin: 0 0 6px 0;
    font-size: 22px;
    font-weight: 800;
}

.checkout-subtitle {
    margin: 0 0 20px 0;
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.checkout-methods {
    display: grid;
    gap: 8px;
}

.checkout-methods-label {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.checkout-methods-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.method-option {
    position: relative;
    display: block;
}

.method-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.method-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #dbe7fb;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.method-option span em {
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    color: #d72b45;
    background: rgba(210, 15, 42, 0.1);
    border: 1px solid rgba(210, 15, 42, 0.25);
    border-radius: 999px;
    padding: 2px 7px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.method-option input:checked + span {
    border-color: rgba(2, 146, 250, 0.55);
    background: linear-gradient(135deg, rgba(2, 146, 250, 0.12), rgba(210, 15, 42, 0.08));
    color: #b50f2a;
    box-shadow: 0 8px 20px rgba(2, 146, 250, 0.16);
}

.form-field span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.form-field input,
.form-field select {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    background: #f8fafc;
    color: #0f172a;
}

.input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-wrap input {
    padding-left: 40px;
}

.input-wrap .input-icon {
    position: absolute;
    left: 12px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.checkout-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.summary-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.summary-value {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.checkout-submit {
    display: inline-flex;
    line-height: 24px;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 96, 239, 0.35);
}

.checkout-status {
    font-size: 13px;
    text-align: center;
    margin: 0;
    min-height: 18px;
}

.checkout-status:empty {
    display: none;
}

.checkout-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 10px;
    color: #64748b;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    padding-top: 6px;
    border-top: 1px dashed #e2e8f0;
}

.checkout-trust span {

    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.trust-item{
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkout-trust .trust-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a79, #d20f2a);
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.14);
}

.checkout-trust .trust-icon svg {
    width: 12px;
    height: 12px;
    display: block;
}

.checkout-trust .trust-icon svg path,
.checkout-trust .trust-icon svg circle,
.checkout-trust .trust-icon svg rect,
.checkout-trust .trust-icon svg line,
.checkout-trust .trust-icon svg polyline,
.checkout-trust .trust-icon svg polygon {
    stroke: #ffffff !important;
}

.checkout-trust .trust-icon svg [fill]:not([fill="none"]) {
    fill: #ffffff !important;
}

/* ===== WHATSAPP CONFIRMATION ===== */
.whatsapp-modal {
    width: min(520px, 100%);
    padding: 28px 28px 22px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.whatsapp-modal .modal-close {
    display: none;
}

.whatsapp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.whatsapp-brand {
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 18px;
}
.whatsapp-brand img {
    width: 100px;
}

.whatsapp-status {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #16a34a;
    background: #e8fff1;
    border: 1px solid #b7f2cf;
    padding: 6px 12px;
    border-radius: 999px;
}

.whatsapp-hero {
    text-align: center;
    margin-bottom: 24px;
}

.whatsapp-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: #b50f2a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(181, 15, 42, 0.28);
}

.whatsapp-hero h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
}

.whatsapp-subtitle {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    max-width: 320px;
}

.whatsapp-steps {
    margin: 0 auto 24px;
    padding: 18px 18px;
    list-style: none;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    display: grid;
    gap: 12px;
    font-size: 12.5px;
    color: #334155;
}

.whatsapp-steps li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    align-items: start;
}

.step-num {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(181, 15, 42, 0.16);
    color: #b50f2a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
}

.whatsapp-button {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 18px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff !important;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 18px 35px rgba(34, 197, 94, 0.35);
    font-weight: 700;
}

.whatsapp-button:hover {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    box-shadow: 0 20px 38px rgba(34, 197, 94, 0.32) !important;
    transform: translateY(-1px);
}

.whatsapp-button .btn-icon {
    position: static;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(7, 18, 12, 0.22);
    color: #ffffff;
    box-shadow: none !important;
    backdrop-filter: none;
}

.whatsapp-button .btn-icon::before {
    display: none !important;
}

.whatsapp-button .btn-icon-whatsapp {
    display: block;
}

.whatsapp-button .btn-icon-email {
    display: none;
}

.whatsapp-button .btn-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
    text-align: left;
}

.whatsapp-button .btn-main {
    display: block;
    margin: 0;
    padding: 0 !important;
    min-height: 0 !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    white-space: normal;
    text-align: left;
    transform: none !important;
}

.whatsapp-button .btn-main:hover,
.whatsapp-button .btn-main:focus,
.whatsapp-button .btn-sub:hover,
.whatsapp-button .btn-sub:focus {
    background: none !important;
    background-image: none !important;
    color: inherit !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.whatsapp-button .btn-sub {
    display: block;
    margin: 0;
    padding: 0 !important;
    min-height: 0 !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    opacity: 0.9;
    line-height: 1.2;
    text-align: left;
    transform: none !important;
}

.whatsapp-button .btn-arrow {
    position: static;
    justify-self: end;
    font-size: 18px;
    font-weight: 700;
}

.whatsapp-meta {
    margin-top: 14px;
    display: grid;
    gap: 6px;
    text-align: center;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.whatsapp-footer {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

@media (max-width: 480px) {
    .checkout-modal {
        padding: 24px 18px;
    }
    .checkout-trust{
        justify-content: space-evenly;
    }}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(210, 15, 42, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(225, 29, 46, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.newsletter-submit {
    padding: 0;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border: none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.newsletter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(210, 15, 42, 0.4);
}

/* Payment Methods */
.payment-methods {
    display: flex;
    gap: 8px;
}

.payment-methods img {
    height: 25px;
    border-radius: 4px;
    opacity: 0.5;
    transition: all 0.3s ease;
    border: 1px solid rgba(210, 15, 42, 0.2);
}

.payment-methods img:hover {
    opacity: 1;
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: 0 5px 15px rgba(210, 15, 42, 0.3);
}

/* Admin Button */
.btn-admin {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.3);
    border-radius: 8px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.btn-admin:hover {
    background: rgba(210, 15, 42, 0.1);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(210, 15, 42, 0.2);
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 0 0 0;
    }

    .payment-methods {
        justify-content: center;
    }}

@media (max-width: 480px) {

    .newsletter-submit {
        width: 100%;
    }}
.checkout-alert {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    border-radius: 14px;
    padding: 12px 14px;
    color: #9a3412;
    font-size: 10px;
}

.checkout-alert strong {
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
}

.checkout-alert p {
    margin: 0;
    line-height: 1.5;
}

.checkout-alert-modern {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
    align-items: start;
    padding: 14px 16px;
}

.checkout-alert-modern .alert-icon {
    width: 60px;
    height: 60px;
    padding: 8px;
    border-radius: 12px;
    background: #ffedd5;
    display: grid;
    place-items: center;
    font-size: 20px;
}

.installation-steps .step-number {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 999px;
    background: rgba(210, 15, 42, 0.18);
    border: 1.5px solid rgba(210, 15, 42, 0.55);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(210, 15, 42, 0.18);
}

.installation-whatsapp-btn .whatsapp-btn-copy strong,
.installation-whatsapp-btn .whatsapp-btn-copy small,
.installation-whatsapp-btn .whatsapp-btn-icon,
.installation-whatsapp-btn .whatsapp-btn-arrow {
    color: #ffffff;
}

.installation-whatsapp-btn .whatsapp-btn-copy strong {
    font-size: 15px;
}

.installation-whatsapp-btn .whatsapp-btn-copy small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {

    .installation-head .section-badge-purple {
        margin-inline: auto;
    }}

.download-app-logo img.app-logo {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(16, 185, 129, 0.35);
}

.promo-banner {
    background: linear-gradient(135deg, #b30f2c 0%, #e11d2e 100%);
    box-shadow: 0 8px 28px rgba(210, 15, 42, 0.35);
}

.header::before {
    background: rgba(10, 15, 31, 0.7);
    backdrop-filter: blur(24px) saturate(180%);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.nav-links a::before {
    background: linear-gradient(135deg, #b30f2c 0%, #e11d2e 100%);
}

.hero-section::before {
    opacity: 0.18;
}

.features-section::before,
.pricing-section::before,
.faq-section::before {
    background: linear-gradient(to bottom, rgba(210, 15, 42, 0.2), transparent);
}

.pricing-title,
.features-title,
.faq-title,
.downloads-head h1,
.blog-head h1,
.contact-head h1 {
    letter-spacing: -0.6px;
}


.footer::before {
    opacity: 0.6;
}

.highlight-content .beauty-links {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
}

.btn-icon,
.btn-mobile {
    border-color: var(--btn-border);
}

.btn-icon:hover,
.btn-mobile:hover {
    border-color: var(--btn-border-strong);
}

.btn-icon::before,
.btn-mobile::before {
    background: linear-gradient(135deg, var(--btn-border-gradient-start), var(--btn-border-gradient-end));
}


        

/* ===== STEP 19: PROMO BANNER V2 (CLEAN STRIP) ===== */
body .promo-banner {
    padding: 0 !important;
    background: linear-gradient(120deg, var(--canada-red-strong), var(--canada-red) 52%, var(--canada-red-soft)) !important;
    box-shadow: 0 12px 30px rgba(210, 15, 42, 0.4) !important;
    border-bottom: 1px solid rgba(255, 210, 219, 0.22);
}

body .promo-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 180, 194, 0.28), transparent 30%),
        radial-gradient(circle at 88% 38%, rgba(255, 122, 149, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    pointer-events: none;
}

body .promo-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 236, 241, 0.92), transparent);
    opacity: 0.8;
    pointer-events: none;
}

body .promo-content {
    width: 100%;
    min-height: 56px;
    padding: 9px 50px 9px 0 !important;
    gap: 12px;
    justify-content: flex-start;
    position: relative;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body .promo-badge {
    padding: 6px 10px;
    border-radius: 7px;
    border: 1px solid rgba(255, 182, 198, 0.4);
    background: rgba(255, 255, 255, 0.11);
    color: #ffe7ed;
    font-size: 10px;
    letter-spacing: 0.8px;
    font-weight: 800;
}

body .badge-dot {
    width: 6px;
    height: 6px;
    background: #ffd7e1;
    box-shadow: 0 0 8px rgba(255, 215, 225, 0.8);
}

body .promo-text {
    font-size: 15px;
    font-weight: 650;
    color: #fff;
    letter-spacing: 0.1px;
}

body .promo-text strong {
    color: #ffe9ee;
}

body .promo-btn {
    margin-left: auto;
    padding: 8px 14px !important;
    border-radius: 8px;
    border: 1px solid rgba(255, 198, 211, 0.42) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    font-size: 12.5px;
    font-weight: 800;
    box-shadow: none !important;
}

body .promo-btn:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

body .promo-close {
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 1px solid rgba(255, 180, 197, 0.34);
    background: rgba(255, 255, 255, 0.14);
    color: #ffe8ee;
}

body .promo-close:hover {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 214, 223, 0.46);
}

@media (max-width: 760px) {
    body .promo-content {
        min-height: 64px;
        padding: 8px 42px 8px 0 !important;
        gap: 8px;
        flex-wrap: wrap;
    }

    body .promo-badge {
        font-size: 9px;
        padding: 5px 8px;
    }

    body .promo-text {
        font-size: 11px;
        line-height: 1.25;
        flex: 1 1 calc(100% - 96px);
    }

    body .promo-btn {
        margin-left: 0;
        padding: 6px 10px !important;
        font-size: 11px;
    }}

/* ===== FINAL FOOTER REDESIGN ===== */
.footer.footer-maple {
    position: relative;
    margin-top: 88px;
    padding: 0 0 34px;
    color: #f6e9ec;
    overflow: hidden;
}

.footer.footer-maple::before {
    content: none;
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.footer-maple-shell {
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 120, 145, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(19, 9, 15, 0.96) 0%, rgba(10, 5, 9, 0.98) 100%);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.footer-maple-shell::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: min(34vw, 360px);
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(210, 15, 42, 0.18) 0%, rgba(210, 15, 42, 0) 72%);
    transform: translate(30%, -34%);
    pointer-events: none;
}

.footer-maple-newsbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px 36px;
    border-bottom: 1px solid rgba(255, 120, 145, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.footer-maple-newsbar-copy {
    display: grid;
    gap: 8px;
}

.footer-maple-newsbar-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(210, 15, 42, 0.12);
    border: 1px solid rgba(255, 120, 145, 0.16);
    color: #ff98ab;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-maple-newsbar-copy h3 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #fff5f7;
}

.footer-maple-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.45fr) repeat(3, minmax(160px, 0.78fr));
    gap: 28px;
    padding: 40px 36px 34px;
}

.footer-maple-brand,
.footer-maple-column {
    display: grid;
    gap: 16px;
    align-content: start;
}

.footer-maple-logo img {
    max-width: 210px;
    height: auto;
    display: block;
}

.footer.footer-maple .logo-dark {
    display: none;
}

.footer-maple-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 232, 237, 0.72);
}

.footer-maple-highlights,
.footer-maple-bottom-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-maple-highlights span,
.footer-maple-bottom-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 120, 145, 0.12);
    background: rgba(255, 255, 255, 0.03);
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 240, 243, 0.8);
}

.footer-maple-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-maple-social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 120, 145, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 245, 247, 0.9);
    transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.footer-maple-social:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 120, 145, 0.24);
    background: rgba(210, 15, 42, 0.16);
}

.footer-maple-column h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ff97a9;
}

.footer-maple-column {
    padding-top: 6px;
}

.footer-maple-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.footer-maple-column a {
    color: rgba(255, 236, 240, 0.72);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.55;
    transition: color 0.24s ease;
}

.footer-maple-column a:hover {
    color: #ffffff;
}

.footer-maple-news-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
    gap: 10px;
    max-width: 520px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 120, 145, 0.12);
    background: rgba(0, 0, 0, 0.34);
}

.footer-maple-input::placeholder {
    color: rgba(255, 231, 236, 0.42);
}

.footer-maple-input:focus {
    outline: none;
    border-color: rgba(255, 138, 159, 0.24);
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.1);
}

.footer.footer-maple .newsletter-submit,
.footer-maple-submit {
    width: auto;
    min-width: 132px;
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 126, 150, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, #cf1734 0%, #ef405a 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(116, 8, 28, 0.22);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    flex-shrink: 0;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.footer.footer-maple .newsletter-submit:hover,
.footer-maple-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(116, 8, 28, 0.28);
}

.footer-maple-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 22px 36px 28px;
    border-top: 1px solid rgba(255, 120, 145, 0.1);
}

.footer-maple-bottom-copy {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 236, 240, 0.62);
}

.footer-maple-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-maple-pay-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 120, 145, 0.12);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 240, 243, 0.82);
    font-size: 19px;
}

.footer-maple-disclaimer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    margin: 0 36px 22px;
    padding: 20px 24px 20px 20px;
    border: 1px solid rgba(255, 120, 145, 0.12);
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(210, 15, 42, 0.18) 0, rgba(210, 15, 42, 0.18) 5px, transparent 5px),
        radial-gradient(circle at top right, rgba(210, 15, 42, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.footer-maple-disclaimer-icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.28) 0%, rgba(239, 64, 90, 0.2) 100%);
    border: 1px solid rgba(255, 120, 145, 0.16);
    color: #ffb5c2;
    box-shadow: 0 12px 24px rgba(116, 8, 28, 0.18);
    flex-shrink: 0;
}

.footer-maple-disclaimer-icon svg {
    width: 40px;
    height: 40px;
}

.footer-maple-disclaimer-content {
    display: grid;
    gap: 8px;
}

.footer-maple-disclaimer-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff9daf;
}

.footer-maple-disclaimer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: rgba(255, 236, 240, 0.7);
}

.footer-maple-disclaimer-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    margin-left: 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 120, 145, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #ffb2c0;
    font-weight: 700;
    text-decoration: none;
}

.footer-maple-disclaimer-link:hover {
    color: #ffffff;
    background: rgba(210, 15, 42, 0.14);
}

@media (max-width: 1180px) {
    .footer-maple-grid {
        grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(150px, 1fr));
    }}

@media (max-width: 900px) {
    .footer-maple-newsbar {
        grid-template-columns: 1fr;
    }

    .footer-maple-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (max-width: 768px) {
    .footer.footer-maple {
        margin-top: 72px;
        padding: 0 0 28px;
    }

    .footer-maple-newsbar,
    .footer-maple-grid,
    .footer-maple-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-maple-disclaimer {
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 18px;
        padding: 16px 18px;
    }

    .footer-maple-disclaimer-icon {
        width: 48px;
        height: 48px;
    }

    .footer-maple-disclaimer-link {
        margin-left: 0;
        margin-top: 8px;
    }

    .footer-maple-shell {
        border-radius: 22px;
    }

    .footer-maple-newsbar,
    .footer-maple-grid {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .footer-maple-grid,
    .footer-maple-news-form {
        grid-template-columns: 1fr;
    }

    .footer-maple-news-form {
        max-width: 100%;
        gap: 12px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .footer.footer-maple .newsletter-submit,
    .footer-maple-submit {
        width: 100%;
        min-height: 50px;
        border-radius: 18px;
    }

    .footer-maple-newsbar-copy h3 {
        font-size: 26px;
    }

    .footer-maple-bottom {
        align-items: flex-start;
    }}

@media (max-width: 560px) {
    .footer-maple-grid {
        grid-template-columns: 1fr;
    }}

@media (max-width: 768px) {

    body .nav {
        min-height: 64px;
        gap: 10px;
    }

    body .logo,
    body .logo img {
        max-width: 122px;
    }

    body .nav-actions {
        flex: 0 0 auto;
        gap: 8px;
    }

    body .btn-icon,
    body .btn-mobile {
        width: 42px;
        height: 42px;
    }

    body .mobile-menu {
        top: calc(100% - 1px);
    }

    body .hero-section {
        padding-bottom: 56px !important;
    }

    body .hero-v5-shell {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    body .hero-v5-copy {
        display: flex;
        flex-direction: column;
        gap: 10px;
        order: 1;
    }

    body .hero-v5-top {
        gap: 8px;
    }

    body .hero-v5-badge {
        padding: 6px 10px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    body .hero-v5-score {
        font-size: 12px;
    }

    body .hero-v5-title {
        font-size: clamp(28px, 9.4vw, 40px);
        line-height: 1.02;
        letter-spacing: -0.7px;
    }

    body .hero-v5-subtitle {
        font-size: clamp(15px, 5.3vw, 20px);
        line-height: 1.22;
    }

    body .hero-v5-description {
        font-size: 14px;
        line-height: 1.58;
    }

    body .hero-v5 .hero-buttons.hero-v5-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 12px 0 0 !important;
    }

    body .hero-v5 .hero-main-btn,
    body .hero-v5 .hero-alt-btn {
        width: 100%;
        justify-content: center;
        min-height: 50px;
        padding: 0 18px !important;
    }

    body .hero-v5-reviews {
        margin-top: 4px;
        padding: 10px 12px;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    body .hero-v5-stage {
        width: 100%;
        min-height: 250px;
        margin-top: 10px;
        padding-top: 8px;
        overflow: hidden;
        order: 2;
    }

    body .hero-v5-card-back {
        width: 76%;
        height: 62%;
        right: 4px;
        top: 0;
        transform: rotate(4deg);
    }

    body .hero-v5-card-front {
        width: 84%;
        height: 70%;
        left: 0;
        bottom: 18px;
        transform: rotate(-1.5deg);
    }

    body .hero-v5-card-overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 8px 10px;
    }

    body .hero-v5-card-overlay strong {
        font-size: 12px;
    }

    body .hero-v5-card-overlay span {
        font-size: 10px;
    }

    body .hero-v5-tag {
        min-height: 28px;
        padding: 6px 10px;
        border-radius: 999px;
    }

    body .hero-v5-tag-b {
        display: none;
    }

    body .hero-v5-tag-a {
        top: 10px;
        left: 6px;
    }

    body .hero-v5-tag-c {
        left: 10px;
        bottom: 8px;
    }}

@media (max-width: 480px) {

    body .hero-v5 .hero-buttons.hero-v5-actions {
        margin-top: 10px !important;
    }

    body .hero-v5-reviews {
        padding: 9px 10px;
    }

    body .hero-v5-stage {
        min-height: 224px;
        margin-top: 8px;
    }

    body .hero-v5-card-back {
        width: 78%;
        height: 60%;
    }

    body .hero-v5-card-front {
        width: 86%;
        height: 68%;
        bottom: 14px;
    }

    body .hero-v5-tag {
        font-size: 10px;
    }}

/* ===== FAQ RESPONSIVE FIX (FINAL) ===== */
@media (max-width: 1024px) {
    .faq-section .faq-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .faq-section .faq-support-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 80px 0;
    }

    .faq-section .faq-header {
        margin-bottom: 42px;
    }

    .faq-section .faq-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .faq-section .faq-question {
        padding: 18px 18px 18px 16px;
        gap: 12px;
        font-size: 15px;
    }

    .faq-section .faq-icon-wrapper {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .faq-section .faq-answer p {
        padding: 0 18px 0 68px;
        font-size: 14px;
        line-height: 1.65;
    }

    .faq-section .faq-read-more {
        margin-left: 68px;
        font-size: 12px;
    }

    .faq-section .faq-support-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .faq-section .support-meta-row,
    .faq-section .support-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 64px 0;
    }

    .faq-section .faq-title {
        font-size: 28px;
    }

    .faq-section .faq-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .faq-section .faq-question {
        padding: 16px 14px;
        font-size: 14px;
    }

    .faq-section .faq-icon-wrapper {
        width: 36px;
        height: 36px;
    }

    .faq-section .faq-icon {
        width: 18px;
        height: 18px;
    }

    .faq-section .faq-answer p {
        padding: 0 14px;
        font-size: 13px;
    }

    .faq-section .faq-read-more {
        margin: 12px 0 0 14px;
    }

    .faq-section .faq-support-card {
        padding: 22px 14px 18px;
        border-radius: 20px;
    }

    .faq-section .support-title {
        font-size: 22px;
    }
}

/* ===== HEADER RESPONSIVE TUNING (MOVED FROM PAGES/INDEX) ===== */
@media (max-width: 1280px) {
    .header .nav-links {
        gap: 2px;
    }

    .header .nav-links a {
        padding: 8px 10px;
        font-size: 13px;
    }

    .header .whatsapp-btn {
        min-width: 232px;
        padding: 6px 10px;
        border-radius: 16px;
    }

    .header .whatsapp-btn-copy strong {
        font-size: 14px;
    }

    .header .whatsapp-btn-copy small {
        font-size: 11px;
    }
}

@media (max-width: 1100px) {
    .header .nav-links {
        display: none;
    }

    .header .btn-mobile {
        display: flex;
    }

    .header .nav-actions > .whatsapp-btn {
        display: none;
    }

    .header .logo,
    .header .logo img {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .header .logo,
    .header .logo img {
        max-width: 136px;
    }
}
