/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 13 2026 | 15:34:51 */
/* Auto-generated from style.css: index.html specific rules */

.logo-light {
    display: none;
}

.logo-dark {
    display: block;
}

/* ===== HERO SECTION ===== */
.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    overflow: hidden;
}
.hero-section::before{
    content: '';
    background-image: url(http://iptv-france-officiel.fr/wp-content/uploads/2026/02/iptv-france-officiel-abonnement-iptv-france.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
    transform: scale(1.02);
}
.hero-section::after{
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 10, 18, 0.78) 0%, rgba(8, 10, 18, 0.6) 45%, rgba(8, 10, 18, 0.88) 100%),
        radial-gradient(circle at 20% 10%, rgba(210, 15, 42, 0.22), transparent 55%),
        radial-gradient(circle at 80% 20%, rgba(225, 29, 46, 0.2), transparent 55%);
    z-index: 0;
    pointer-events: none;
    opacity: 0.3;
}
.bg-dark{
    background: var(--bg-primary);

    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    
}
.bg-gradient {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: radial-gradient(circle at 20% 30%, rgba(210, 15, 42, 0.15) 0%, transparent 50%),*/
    /*            radial-gradient(circle at 80% 70%, rgba(225, 29, 46, 0.15) 0%, transparent 50%);*/
                
                
        background: radial-gradient(circle at 20% 30%, rgba(210, 15, 42, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(210, 15, 42, 0.20) 0%, transparent 50%);
}
.bg-grid {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        repeating-linear-gradient(135deg, rgba(210, 15, 42, 0.06) 0 1px, transparent 1px 14px),
        repeating-linear-gradient(45deg, rgba(5, 183, 253, 0.04) 0 1px, transparent 1px 18px),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
    background-size: auto, auto, 32px 32px;
}

.bg-circles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.circle-1 {
    width: 500px;
    height: 500px;
    background: var(--primary);
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.circle-2 {
    width: 400px;
    height: 400px;
    background: var(--secondary);
    top: 50%;
    right: -100px;
    animation-delay: 5s;
}

.circle-3 {
    width: 300px;
    height: 300px;
    background: var(--secondary);
    bottom: -100px;
    left: 30%;
    animation-delay: 10s;
}

.hero-spotlight {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 90px 0 70px;
}

.hero-spotlight .hero-buttons {
    justify-content: center;
    margin: 18px 0 6px;
}

@media (max-width: 768px) {

    .hero-spotlight {
        padding: 70px 0 50px;
    }}

/* ===== BUTTONS ===== */
.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

/* ===== FEATURES SECTION ===== */
.features-section {
    padding: 100px 0 120px;
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, var(--bg-secondary), transparent);
    pointer-events: none;
}

/* Features Header */
.features-header {
    text-align: center;
    margin: 0 auto 64px;
    position: relative;
    z-index: 1;
}

.features-heading-card {
    position: relative;
    padding: 36px 38px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(8, 15, 34, 0.96), rgba(8, 12, 24, 0.9));
    border: 1px solid rgba(210, 15, 42, 0.28);
    box-shadow: 0 24px 54px rgba(3, 10, 26, 0.46);
    overflow: hidden;
}

.features-heading-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 16%, rgba(210, 15, 42, 0.34), transparent 56%),
        radial-gradient(circle at 92% 14%, rgba(225, 29, 46, 0.2), transparent 52%),
        linear-gradient(120deg, rgba(210, 15, 42, 0.08), rgba(225, 29, 46, 0.05) 52%, transparent 76%);
    opacity: 0.9;
    pointer-events: none;
}

.features-heading-card .features-kicker,
.features-heading-card .features-title,
.features-heading-card .features-subtitle,
.features-heading-card .features-chip-row,
.features-heading-card .features-top {
    position: relative;
    z-index: 1;
}

.features-title span {
    display: block;
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-light);
}

.features-title {
    font-size: clamp(32px, 3.6vw, 46px);
    font-weight: 800;
    line-height: 1.18;
    color: var(--text-primary);
    margin-bottom: 14px;
    letter-spacing: -1px;
}

.features-subtitle {
    font-size: 17px;
    line-height: 1.65;
    color: var(--text-secondary);
    margin: 0;
}

@media (max-width: 768px) {
    .features-heading-card {
        padding: 24px;
    }

    .features-title {
        font-size: 30px;
    }

    .features-title span {
        font-size: 18px;
    }

    .features-subtitle {
        font-size: 16px;
    }}

/* Features Grid */
.features-grid-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}

.feature-check {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(210, 15, 42, 0.1);
    border: 2px solid rgba(235, 37, 37, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    transition: all 0.3s ease;
}

.feature-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--text-primary);
    margin: 0;
}

/* ===== PRICING SECTION ===== */
.pricing-section {
    padding: 120px 0;
    position: relative;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(210, 15, 42, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(225, 29, 46, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Pricing Header */
.pricing-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}

.pricing-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.pricing-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    align-items: center;
}

/* Popular Badge */
.popular-badge {
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(210, 15, 42, 0.4);
    animation: pulse-glow 2s ease-in-out infinite;
}
.popular-badge.b2{
    top: -17px !important;
}

/* Card Header */
.pricing-card-header {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

h4.plan-name-1 {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 35px !important;
    font-weight: 500 ;
    letter-spacing: 3px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;

}

.plan-offert{    
    font-size: 14px;
    font-weight: 100;
    color: var(--text-white);
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 4px 8px;
    border-radius: 12px;
}
.plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 12px;
}

.currency {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-description {
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-secondary);
    background: rgba(210, 15, 42, 0.1);
    line-height: 1.6;
    border: 1px solid rgba(210, 15, 42, 0.1);
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    margin-bottom: 12px;
}

/* Card Body */
.pricing-card-body {
    flex: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.plan-features {
    list-style: none;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    color: var(--text-secondary);
    font-size: 13px;
    border-bottom: 1px solid rgba(210, 15, 42, 0.1);
    transition: all 0.3s ease;
}
.multi-screen-badge-wrap{
    display: flex;
    justify-content: center;
    margin: 12px 0;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-align: center;
}

.multi-screen-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(210, 15, 42, 0.35);
    background:
        linear-gradient(135deg, rgba(210, 15, 42, 0.18), rgba(225, 29, 46, 0.16));
    box-shadow:
        0 8px 20px rgba(10, 15, 31, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.multi-screen-badge svg {
    color: var(--secondary);
    flex-shrink: 0;
}

.multi-screen-badge-wrap:hover .multi-screen-badge {
    transform: translateY(-2px);
    border-color: rgba(225, 29, 46, 0.45);
    box-shadow:
        0 12px 28px rgba(10, 15, 31, 0.38),
        0 0 0 1px rgba(225, 29, 46, 0.2);
}

.multi-screen-badge-wrap:focus-visible .multi-screen-badge {
    outline: 2px solid rgba(210, 15, 42, 0.5);
    outline-offset: 2px;
}
.plan-features li:last-child {
    border-bottom: none;
}

.plan-features li:hover {
    color: var(--text-primary);
    padding-left: 8px;
}

.plan-features svg {
    color: var(--primary);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.plan-features li:hover svg {
    color: var(--secondary);
    transform: scale(1.2) rotate(360deg);
}

/* Card Footer */
.pricing-card-footer {
    position: relative;
    z-index: 1;
}

/* Trust Badges */
.pricing-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 40px;
    background: rgba(26, 26, 36, 0.4);
    border: 1px solid rgba(210, 15, 42, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.trust-badge-item svg {
    color: var(--primary);
    flex-shrink: 0;
}

.trust-badge-item:hover {
    color: var(--text-primary);
    transform: translateY(-2px);
}

.trust-badge-item:hover svg {
    color: var(--secondary);
    transform: scale(1.1);
}

.payment-methods-img {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: -16px;
}

.payment-methods-img img {
    width: auto;
    max-width: 100%;
    height: auto;

}

.secure-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
    color: #10b981;
    letter-spacing: 0.5px;
}

.secure-badge svg {
    color: #10b981;
}

@media (max-width: 768px) {

    .hero-section {
        padding-top: 40px;
    }

    .hero-buttons {
        flex-direction: column;
    }
    
    .features-title {
        font-size: 28px;
    }
    
    .features-subtitle {
        font-size: 16px;
    }
    
    .features-section {
        padding: 60px 0 80px;
    }
    
    .pricing-section {
        padding: 80px 0;
    }
    
    .pricing-title {
        font-size: 36px;
    }
    
    .pricing-subtitle {
        font-size: 16px;
    }
    
    .popular-badge {
        top: 24px;
        right: 24px;
    }}

@media (max-width: 480px) {
    
    .feature-content h4 {
        font-size: 14px;
    }
    
    .features-title {
        font-size: 24px;
    }
    
    .pricing-title {
        font-size: 28px;
    }
    
    .plan-features li {
        font-size: 14px;
    }

    .multi-screen-badge {
        padding: 9px 11px;
        font-size: 11px;
    }

    .multi-screen-badge svg {
        width: 16px;
        height: 16px;
    }}
/* ===== PRICING SECTION REINVENTION ===== */
.pricing-section {
    overflow: hidden;
}

.pricing-section .pricing-header {
    margin-bottom: 32px;
}

.pricing-overview-panel {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    padding: 24px 26px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(20, 14, 21, 0.96) 0%, rgba(12, 10, 18, 0.96) 100%);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
    gap: 24px;
    align-items: center;
}

.pricing-overview-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(255, 94, 127, 0.14) 0%, transparent 30%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 26%);
    pointer-events: none;
}

.pricing-overview-copy,
.pricing-overview-metrics {
    position: relative;
    z-index: 1;
}

.pricing-overview-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.pricing-overview-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5c79 0%, #ff9b67 100%);
}

.pricing-overview-copy h3 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #fff;
}

.pricing-overview-copy p {
    margin: 0;
    max-width: 58ch;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
}

.pricing-overview-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pricing-overview-metric {
    min-height: 114px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    display: grid;
    gap: 8px;
    align-content: center;
}

.pricing-overview-metric strong {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #fff;
}

.pricing-overview-metric span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.52);
}

.pricing-section .pricing-grid {
    gap: 24px;
    align-items: stretch;
    margin-bottom: 34px;
}

.pricing-section .popular-badge {
    top: 18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5677 0%, #ff8758 100%);
    box-shadow: 0 14px 28px rgba(255, 86, 119, 0.24);
}

.pricing-section .popular-badge.b2 {
    top: 18px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
}

.pricing-section .pricing-card-header,
.pricing-section .pricing-card-body,
.pricing-section .pricing-card-footer {
    position: relative;
    z-index: 1;
    padding-left: 26px;
    padding-right: 26px;
}

.pricing-section .pricing-card-header {
    padding-top: 34px;
    padding-bottom: 22px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-section .plan-duration,
.pricing-section .plan-offert {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    margin-right: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-section .plan-duration {
    color: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.pricing-section .plan-offert {
    color: #fff;
    border: 1px solid rgba(255, 96, 122, 0.2);
    background: rgba(255, 96, 122, 0.14);
}

.pricing-section .plan-price {
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 14px;
}

.pricing-section .currency {
    font-size: 24px;
}

.pricing-section .plan-description {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.pricing-section .pricing-card-body {
    flex: 1;
    padding-top: 22px;
    padding-bottom: 18px;
    margin-bottom: 0;
}

.pricing-section .plan-features {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}

.pricing-section .plan-features li {
    min-height: 46px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.pricing-section .plan-features li:last-child {
    border-bottom: 0;
}

.pricing-section .plan-features li:hover {
    padding-left: 0;
    color: #fff;
    background: transparent;
}

.pricing-section .plan-features svg {
    color: #ff5b78;
}

.pricing-section .secure-badge {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(76, 211, 171, 0.18);
    background: rgba(76, 211, 171, 0.1);
    color: #a0f2da;
    font-size: 12px;
    font-weight: 700;
}

.pricing-section .pricing-card-footer {
    padding-top: 0;
    padding-bottom: 24px;
}

.pricing-section .payment-methods-img {
    display: flex;
    justify-content: center;
}

.pricing-section .payment-methods-img img {
    width: min(100%, 180px);
    opacity: 0.78;
}

.pricing-section .multi-screen-badge-wrap {
    margin-top: 16px;
}

.pricing-section .multi-screen-badge {
    justify-content: flex-start;
    text-align: left;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.pricing-section .multi-screen-badge svg {
    color: #ff7b72;
}

.pricing-section .pricing-trust {
    padding: 18px;
    gap: 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 12, 19, 0.78);
}

.pricing-section .trust-badge-item {
    min-height: 68px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1024px) {
    .pricing-overview-panel {
        grid-template-columns: 1fr;
    }

    .pricing-overview-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }}

@media (max-width: 768px) {
    .pricing-overview-panel {
        padding: 22px;
        border-radius: 22px;
    }

    .pricing-overview-metrics {
        grid-template-columns: 1fr;
    }

    .pricing-section .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-section .pricing-card-header,
    .pricing-section .pricing-card-body,
    .pricing-section .pricing-card-footer {
        padding-left: 22px;
        padding-right: 22px;
    }

    .pricing-section .pricing-trust {
        grid-template-columns: 1fr;
    }}

@media (max-width: 480px) {
    .pricing-overview-copy h3 {
        font-size: 24px;
    }

    .pricing-section .plan-features li {
        font-size: 12px;
    }

    .pricing-section .multi-screen-badge {
        justify-content: center;
        text-align: center;
    }}

.pricing-board {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
    margin-bottom: 34px;
}

.pricing-plan-card.is-featured {
    transform: translateY(-10px);
    border-color: rgba(255, 94, 124, 0.3);
    background:
        linear-gradient(180deg, rgba(31, 18, 28, 0.98) 0%, rgba(15, 10, 18, 0.99) 100%);
    box-shadow: 0 36px 110px rgba(95, 14, 32, 0.34);
}

.pricing-plan-card.is-featured::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top, rgba(255, 94, 124, 0.18) 0%, rgba(255, 94, 124, 0) 40%),
        linear-gradient(120deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0) 72%);
    background-size: auto, 220% 100%;
    animation: pricing-featured-shine 5s linear infinite;
    pointer-events: none;
}

.pricing-plan-card.is-featured:hover {
    transform: translateY(-14px) scale(1.02);
}

.pricing-plan-tag.is-accent {
    background: rgba(255, 94, 124, 0.14);
    border-color: rgba(255, 94, 124, 0.22);
    color: #fff;
}

.pricing-plan-card.is-featured .pricing-plan-head {
    border-color: rgba(255, 94, 124, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
        radial-gradient(circle at top right, rgba(255, 94, 124, 0.14) 0%, rgba(255, 94, 124, 0) 34%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 16px 30px rgba(95, 14, 32, 0.12);
}

.pricing-plan-button.is-accent {
    background: linear-gradient(135deg, #ff5677 0%, #ff8a59 100%);
    border-color: transparent;
    box-shadow: 0 18px 36px rgba(255, 86, 119, 0.18);
}

.pricing-section .pricing-trust {
    position: relative;
    z-index: 1;
    padding: 18px;
    gap: 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 12, 19, 0.78);
}

.pricing-section .trust-badge-item {
    min-height: 68px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1024px) {

    .pricing-plan-card.is-featured {
        grid-column: span 2;
    }}

@media (max-width: 768px) {

    .pricing-plan-card.is-featured {
        grid-column: auto;
    }}

/* ===== PRICING BOARD V3 ===== */
.pricing-board {
    gap: 34px;
}

.pricing-plan-card.is-featured {
    padding-top: 58px;
    border-color: rgba(255, 94, 124, 0.32);
    background:
        linear-gradient(180deg, rgba(32, 18, 28, 0.99) 0%, rgba(12, 10, 17, 0.99) 100%);
    box-shadow:
        0 40px 110px rgba(88, 13, 31, 0.34),
        0 0 0 1px rgba(255, 94, 124, 0.08);
}

.pricing-plan-card.is-featured:hover {
    transform: translateY(-14px) scale(1.015);
}

.pricing-plan-card.is-featured::after {
    inset: 0;
    background:
        radial-gradient(circle at top center, rgba(255, 94, 124, 0.16) 0%, rgba(255, 94, 124, 0) 40%),
        linear-gradient(115deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0) 66%);
    background-size: auto, 220% 100%;
    animation: pricing-featured-shine 5.5s linear infinite;
}

.pricing-plan-card.is-featured .pricing-plan-head {
    border-color: rgba(255, 94, 124, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%),
        radial-gradient(circle at top right, rgba(255, 94, 124, 0.16) 0%, rgba(255, 94, 124, 0) 38%);
}

.pricing-plan-card.is-featured .pricing-plan-price {
    border-color: rgba(255, 94, 124, 0.16);
    background: rgba(255, 94, 124, 0.08);
}

.pricing-plan-card.is-featured .pricing-plan-features-wrap {
    border-color: rgba(255, 94, 124, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.018) 100%);
}

.pricing-plan-button.is-accent {
    background: linear-gradient(135deg, #ff5677 0%, #ff8a59 100%);
    box-shadow:
        0 18px 36px rgba(255, 86, 119, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (max-width: 1024px) {
    .pricing-plan-card.is-featured {
        padding-top: 64px;
        grid-column: span 2;
    }}

@media (max-width: 768px) {

    .pricing-plan-card,
    .pricing-plan-card.is-featured {
        padding: 20px;
        transform: none;
    }

    .pricing-plan-card.is-featured {
        padding-top: 58px;
        grid-column: auto;
    }

    .pricing-plan-card:hover,
    .pricing-plan-card.is-featured:hover {
        transform: translateY(-8px);
    }}

/* ===== PRICING STACK BOARD ===== */
.pricing-stack-board {
    position: relative;
    gap: 0;
    padding: 34px 18px 24px;
    border-radius: 30px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.pricing-stack-board::before {
    display: none;
}

.pricing-stack-board::after {
    display: none;
}

.pricing-multi-screen-shell {
    display: grid;
    gap: 28px;
    margin-top: 44px;
}

.pricing-multi-screen-header {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.pricing-multi-screen-title {
    margin: 18px 0 12px;
    color: var(--text-primary);
    font-size: clamp(30px, 4.2vw, 44px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.pricing-multi-screen-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.7;
}

.pricing-multi-screen-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 16px 34px rgba(0, 0, 0, 0.18);
}

.pricing-stack-board-multi {
    background: transparent;
    box-shadow: none;
}

.pricing-stack-board-multi::after {
    display: none;
}

.pricing-stack-grid-multi .multi-screen-card .pricing-stack-summary {
    min-height: 44px;
}

.pricing-stack-grid-multi .multi-screen-card .pricing-stack-features span:first-child {
    font-weight: 800;
}

.pricing-stack-grid-multi .pricing-screen-total-badge {
    margin: 10px 0 12px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(225, 29, 46, 0.45);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.2), rgba(239, 64, 90, 0.12));
    color: rgba(255, 236, 241, 0.95);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.pricing-stack-grid-multi .pricing-stack-card.is-featured .pricing-screen-total-badge {
    border-color: rgba(255, 106, 129, 0.58);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.3), rgba(239, 64, 90, 0.18));
    color: #ffe5eb;
    box-shadow: 0 10px 20px rgba(210, 15, 42, 0.2);
}

.pricing-stack-grid-multi .pricing-stack-card.best-value .pricing-screen-total-badge {
    border-color: rgba(244, 201, 93, 0.56);
    background: linear-gradient(135deg, rgba(161, 119, 24, 0.34), rgba(244, 201, 93, 0.2));
    color: #fff2bf;
    box-shadow: 0 10px 20px rgba(212, 160, 23, 0.22);
}

body.light-theme .pricing-stack-grid-multi .pricing-screen-total-badge {
    border-color: rgba(210, 15, 42, 0.28);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.1), rgba(255, 236, 241, 0.9));
    color: #8f1028;
}

body.light-theme .pricing-stack-grid-multi .pricing-stack-card.is-featured .pricing-screen-total-badge {
    border-color: rgba(210, 15, 42, 0.34);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.14), rgba(255, 230, 236, 0.95));
    color: #8f1028;
    box-shadow: 0 8px 18px rgba(159, 18, 57, 0.12);
}

body.light-theme .pricing-stack-grid-multi .pricing-stack-card.best-value .pricing-screen-total-badge {
    border-color: rgba(212, 160, 23, 0.36);
    background: linear-gradient(135deg, rgba(244, 201, 93, 0.26), rgba(255, 245, 204, 0.95));
    color: #6f5310;
    box-shadow: 0 8px 18px rgba(212, 160, 23, 0.12);
}

.pricing-stack-refund-inline {
    min-height: 40px;
    border-color: rgba(255, 116, 138, 0.22);
    background: rgba(123, 19, 41, 0.2);
    color: #ffb7c4;
}

.pricing-stack-grid {
    position: relative;
    z-index: 1;
}

.pricing-stack-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.pricing-stack-popular {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 32px;
    padding: 7px 16px;
    border-radius:16px; 
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 16px 34px rgba(225, 29, 46, 0.34);
    z-index: 2;
    animation: pricing-stack-badge 2.8s ease-in-out infinite;
}

.pricing-stack-head {
    display: grid;
    gap: 8px;
}

.pricing-stack-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.pricing-stack-tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(225, 29, 46, 0.26);
    background: linear-gradient(135deg, rgba(179, 15, 44, 0.24) 0%, rgba(225, 29, 46, 0.26) 100%);
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 700;
}

.pricing-stack-head h4 {
    margin: 0;
    color: var(--text-primary);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.pricing-plan-highlight {
    margin: 10px 0 8px;
    padding: 11px 14px;
    height: 74px;
    min-height: 74px;
    border-radius: 14px;
    border: 1px solid rgba(225, 29, 46, 0.32);
    background: linear-gradient(135deg, rgba(225, 29, 46, 0.15), rgba(239, 64, 90, 0.1));
    color: rgba(248, 250, 252, 0.95);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    display: grid;
    align-content: center;
    overflow: hidden;
}

.pricing-plan-fit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin: 0 0 2px;
    padding: 9px 14px;
    border-radius: 12px;
    border: 1px dashed rgba(239, 64, 90, 0.5);
    background: rgba(225, 29, 46, 0.08);
    color: rgba(248, 250, 252, 0.9);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.pricing-plan-fit i {
    color: currentColor;
    font-size: 12px;
}

.plan-offert {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.plan-offert i {
    font-size: 12px;
    color: currentColor;
}

.pricing-stack-card.is-featured .plan-offert {
    border-color: rgba(255, 103, 128, 0.62);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.9), rgba(239, 64, 90, 0.86));
    color: #fff8fa;
    box-shadow: 0 10px 22px rgba(210, 15, 42, 0.28);
}

.pricing-stack-card.best-value .plan-offert {
    border-color: rgba(244, 201, 93, 0.52);
    background: linear-gradient(135deg, rgba(160, 118, 24, 0.9), rgba(212, 160, 23, 0.86));
    color: #fff4cf;
    box-shadow: 0 10px 22px rgba(212, 160, 23, 0.24);
}

.pricing-stack-card.is-featured .pricing-plan-highlight {
    border-color: rgba(255, 92, 118, 0.52);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.34), rgba(239, 64, 90, 0.2));
    color: #fff4f7;
    box-shadow: 0 12px 26px rgba(210, 15, 42, 0.2);
}

.pricing-stack-card.is-featured .pricing-plan-fit {
    border-color: rgba(255, 106, 129, 0.6);
    background: rgba(210, 15, 42, 0.2);
    color: #ffeaf0;
}

.pricing-stack-card.is-featured .pricing-plan-fit i,
.pricing-stack-card.is-featured .plan-offert i {
    color: currentColor;
}

.pricing-stack-card.best-value .pricing-plan-highlight {
    border-color: rgba(244, 201, 93, 0.5);
    background: linear-gradient(135deg, rgba(244, 201, 93, 0.28), rgba(212, 160, 23, 0.2));
    color: #fff5cc;
    box-shadow: 0 12px 26px rgba(212, 160, 23, 0.22);
}

.pricing-stack-card.best-value .pricing-plan-fit {
    border-color: rgba(244, 201, 93, 0.56);
    background: rgba(212, 160, 23, 0.2);
    color: #fff2bf;
}

.pricing-stack-card.best-value .pricing-plan-fit i,
.pricing-stack-card.best-value .plan-offert i {
    color: currentColor;
}

body.light-theme .pricing-plan-highlight {
    border-color: rgba(210, 15, 42, 0.24);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.1), rgba(255, 240, 243, 0.95));
    color: #8f1028;
}

body.light-theme .pricing-plan-fit {
    border-color: rgba(210, 15, 42, 0.3);
    background: rgba(210, 15, 42, 0.07);
    color: #8f1028;
}

body.light-theme .pricing-stack-card.is-featured .pricing-plan-highlight {
    border-color: rgba(210, 15, 42, 0.32);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.14), rgba(255, 232, 237, 0.98));
    color: #8f1028;
    box-shadow: 0 10px 22px rgba(159, 18, 57, 0.14);
}

body.light-theme .pricing-stack-card.is-featured .pricing-plan-fit {
    border-color: rgba(210, 15, 42, 0.38);
    background: rgba(210, 15, 42, 0.1);
    color: #8f1028;
}

body.light-theme .pricing-stack-card.is-featured .plan-offert {
    border-color: rgba(210, 15, 42, 0.32);
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.18), rgba(244, 63, 94, 0.14));
    color: #8f1028;
    box-shadow: 0 8px 18px rgba(159, 18, 57, 0.14);
}

body.light-theme .pricing-stack-card.best-value .pricing-plan-highlight {
    border-color: rgba(212, 160, 23, 0.34);
    background: linear-gradient(135deg, rgba(244, 201, 93, 0.28), rgba(255, 247, 214, 0.98));
    color: #6f5310;
    box-shadow: 0 10px 22px rgba(212, 160, 23, 0.14);
}

body.light-theme .pricing-stack-card.best-value .pricing-plan-fit {
    border-color: rgba(212, 160, 23, 0.38);
    background: rgba(244, 201, 93, 0.2);
    color: #6f5310;
}

body.light-theme .pricing-stack-card.best-value .plan-offert {
    border-color: rgba(212, 160, 23, 0.36);
    background: linear-gradient(135deg, rgba(244, 201, 93, 0.24), rgba(255, 242, 182, 0.2));
    color: #6f5310;
    box-shadow: 0 8px 18px rgba(212, 160, 23, 0.12);
}

body.light-theme .plan-offert i {
    color: currentColor;
}

.pricing-stack-summary {
    min-height: 30px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(225, 29, 46, 0.22);
    background: rgba(109, 15, 35, 0.14);
    color: rgba(244, 247, 255, 0.88);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pricing-stack-features {
    display: grid;
    gap: 0;
}

.pricing-stack-features span {
    display: flex;
    align-items: center;
    min-height: 27px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(225, 29, 46, 0.14);
    color: rgba(248, 250, 252, 0.82);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.pricing-stack-features span::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 12px;
    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");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.pricing-stack-foot {
    display: grid;
    gap: 12px;
}

.pricing-stack-refund,
.pricing-stack-note {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(28, 211, 167, 0.28);
    background: rgba(6, 79, 74, 0.16);
    color: #3ef0c2;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.pricing-stack-refund::before,
.pricing-stack-note::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

.pricing-stack-refund::before {
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M12 3l7 3v5c0 5.25-3.438 8.813-7 10-3.562-1.187-7-4.75-7-10V6l7-3z' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9.25 12.25l1.75 1.75 3.75-4' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M12 3l7 3v5c0 5.25-3.438 8.813-7 10-3.562-1.187-7-4.75-7-10V6l7-3z' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9.25 12.25l1.75 1.75 3.75-4' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.pricing-stack-note {
    gap: 10px;
    border-color: rgba(255, 116, 138, 0.34);
    background:
        linear-gradient(135deg, rgba(118, 16, 36, 0.94) 0%, rgba(184, 20, 49, 0.92) 100%);
    color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 24px rgba(96, 14, 31, 0.16);
    text-decoration: none;
    justify-content: flex-start;
    text-align: left;
    padding: 12px 14px;
    min-height: 54px;
}

.pricing-stack-note,
.pricing-stack-note:link,
.pricing-stack-note:visited,
.pricing-stack-note:hover,
.pricing-stack-note:active {
    color: #ffffff !important;
}

.pricing-stack-note::before {
    width: 28px;
    height: 28px;
    margin-right: 0;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.12);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Crect x='3.75' y='5.25' width='10.5' height='7.5' rx='1.5' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M8.25 16.5h8.25a1.5 1.5 0 0 0 1.5-1.5V10.5a1.5 1.5 0 0 0-1.5-1.5h-1.5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.pricing-stack-note:hover {
    border-color: rgba(255, 182, 193, 0.44);
    background:
        linear-gradient(135deg, rgba(133, 18, 40, 0.98) 0%, rgba(203, 26, 58, 0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 14px 30px rgba(110, 15, 35, 0.22);
}

.pricing-stack-pay {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding-top: 4px;
}

.pricing-stack-pay span {
    color: rgba(255, 177, 191, 0.68);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-stack-pay img {
    width: 100%;
    opacity: 0.82;
}

.popular-badge.b2 {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: fit-content;
    max-width: max-content;
    min-height: 32px;
    padding: 7px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 16px 34px rgba(225, 29, 46, 0.34);
    z-index: 3;
    animation: pricing-stack-badge 2.8s ease-in-out infinite;
}

.popular-badge.b2 svg {
    width: 14px;
    height: 14px;
}

.best-value-badge {
    border-color: rgba(255, 244, 214, 0.24);
    background: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%);
    color: #3a2605;
    box-shadow: 0 16px 34px rgba(212, 160, 23, 0.24);
}

.pricing-stack-popular.best-value-badge,
.popular-badge.b2.best-value-badge,
.pricing-section .popular-badge.best-value-badge {
    border-color: rgba(255, 244, 214, 0.24);
    background: linear-gradient(135deg, #d4a017 0%, #f4c95d 52%, #fff1a8 100%);
    color: #3a2605;
    box-shadow: 0 16px 34px rgba(212, 160, 23, 0.24);
}

@media (max-width: 1100px) {
    .pricing-stack-grid {
        grid-template-columns: 1fr 1fr;
    }}

@media (max-width: 768px) {
    .pricing-stack-board {
        padding: 28px 12px 18px;
        border-radius: 28px;
    }

    .pricing-stack-grid {
        grid-template-columns: 1fr;
    }

    .pricing-multi-screen-shell {
        margin-top: 32px;
        gap: 22px;
    }

    .pricing-multi-screen-title {
        margin-top: 14px;
        font-size: 30px;
    }

    .pricing-multi-screen-subtitle {
        font-size: 15px;
    }

    .pricing-multi-screen-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 420px;
        gap: 8px;
        padding: 6px;
    }}

@media (max-width: 480px) {
    .pricing-stack-board {
        padding: 24px 8px 14px;
    }

    .pricing-stack-head h4 {
        font-size: 17px;
    }

    .pricing-stack-popular {
        min-height: 32px;
        padding: 8px 12px;
        font-size: 10px;
    }}

/* ===== GOOGLE REVIEWS SECTION ===== */
.google-reviews-section {
    padding: 120px 0;
    position: relative;
}

.google-reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(210, 15, 42, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(225, 29, 46, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Reviews Header */
.reviews-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 64px;
    position: relative;
    z-index: 1;
}

.reviews-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.reviews-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 40px;
}

/* Reviews Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

/* Reviews CTA */
.reviews-cta {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 768px) {
    .google-reviews-section {
        padding: 80px 0;
    }

    .reviews-title {
        font-size: 36px;
    }

    .reviews-grid {
        gap: 24px;
    }}

@media (max-width: 480px) {
    .reviews-title {
        font-size: 28px;
    }
    .pricing-trust {
        grid-template-columns: 1fr;
        gap: 16px;
    }}

/* ===== GOOGLE REVIEWS V2 (MATCHING SCREENSHOT) ===== */
.review-card-v2 {
    background: rgba(18, 18, 23, 0.95);
    border: 1px solid rgba(55, 55, 70, 0.5);
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.review-card-v2:hover {
    transform: translateY(-4px);
    border-color: rgba(210, 15, 42, 0.3);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.reviewer-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar-v2 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.reviewer-avatar-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.reviewer-name-v2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.3;
}

.reviewer-badge {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.3;
}

.google-icon-v2 {
    flex-shrink: 0;
}

.review-stars-v2 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.review-stars-v2 svg {
    flex-shrink: 0;
}

.review-time-v2 {
    font-size: 13px;
    color: var(--text-secondary);
    margin-left: 8px;
}

.review-text-v2 {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 20px 0;
}

.review-verified-v2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #cf1734;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-verified-v2 svg {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .review-card-v2 {
        padding: 24px 20px;
    }
    
    .reviewer-name-v2 {
        font-size: 15px;
    }
    
    .reviewer-badge {
        font-size: 12px;
    }
    
    .review-text-v2 {
        font-size: 14px;
    }}

/* ===== VOD HD/4K SECTION ===== */
.vod-section {
    padding: 120px 0;
    position: relative;
}

.vod-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(210, 15, 42, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(225, 29, 46, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.vod-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(210, 15, 42, 0.18), transparent 55%),
        radial-gradient(circle at 85% 10%, rgba(225, 29, 46, 0.16), transparent 55%),
        linear-gradient(180deg, rgba(8, 10, 18, 0.35) 0%, rgba(8, 10, 18, 0.65) 100%);
    opacity: 0.6;
    pointer-events: none;
}

.vod-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -1px;
    text-shadow: 0 16px 36px rgba(3, 10, 26, 0.45);
}

.vod-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .vod-section {
        padding: 80px 0;
    }

    .vod-title {
        font-size: 32px;
    }

    .vod-subtitle {
        font-size: 16px;
    }}

@media (max-width: 480px) {
    .vod-title {
        font-size: 26px;
    }}

/* ===== VOD MAPLE REDESIGN ===== */
.vod-maple-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
}

.vod-maple-header {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.vod-maple-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.82fr);
    gap: 24px;
    align-items: stretch;
}

.vod-maple-spotlight,
.vod-maple-card {
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(225, 29, 46, 0.14);
    background: linear-gradient(160deg, rgba(18, 11, 18, 0.98), rgba(10, 9, 16, 0.94));
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.vod-maple-spotlight {
    padding: 28px;
    display: grid;
    gap: 20px;
    min-height: 100%;
}

.vod-maple-spotlight::before,
.vod-maple-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(225, 29, 46, 0.14) 0%, rgba(225, 29, 46, 0) 34%),
        radial-gradient(circle at bottom left, rgba(179, 15, 44, 0.08) 0%, rgba(179, 15, 44, 0) 30%);
    pointer-events: none;
}

.vod-maple-kicker,
.vod-maple-screen,
.vod-maple-footer,
.vod-maple-card > * {
    position: relative;
    z-index: 1;
}

.vod-maple-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vod-maple-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vod-maple-chip.is-live {
    border-color: rgba(225, 29, 46, 0.24);
    background: linear-gradient(135deg, rgba(179, 15, 44, 0.3) 0%, rgba(225, 29, 46, 0.18) 100%);
    color: #fff;
}

.vod-maple-screen {
    display: grid;
    gap: 24px;
    padding: 30px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(40, 13, 24, 0.92) 0%, rgba(17, 10, 17, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 40px rgba(0, 0, 0, 0.18);
}

.vod-maple-screen-copy {
    display: grid;
    gap: 12px;
}

.vod-maple-screen-label {
    color: rgba(255, 150, 168, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vod-maple-screen h3 {
    margin: 0;
    max-width: 12ch;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.vod-maple-screen p {
    margin: 0;
    max-width: 54ch;
    color: rgba(248, 250, 252, 0.72);
    font-size: 15px;
    line-height: 1.75;
}

.vod-maple-screen-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.vod-maple-metric {
    min-height: 110px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    display: grid;
    align-content: end;
    gap: 8px;
}

.vod-maple-metric strong {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.vod-maple-metric span {
    color: rgba(248, 250, 252, 0.62);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.vod-maple-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vod-maple-footer span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.78);
    font-size: 12px;
    font-weight: 700;
}

.vod-maple-rail {
    display: grid;
    gap: 18px;
}

.vod-maple-card {
    padding: 22px 22px 20px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.vod-maple-card:hover {
    transform: translateY(-5px);
    border-color: rgba(225, 29, 46, 0.26);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.26);
}

.vod-maple-card.is-accent {
    background:
        linear-gradient(160deg, rgba(35, 12, 22, 0.98), rgba(18, 9, 16, 0.95));
}

.vod-maple-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(225, 29, 46, 0.18);
    background: linear-gradient(135deg, rgba(179, 15, 44, 0.36) 0%, rgba(225, 29, 46, 0.18) 100%);
    box-shadow: 0 12px 26px rgba(80, 10, 24, 0.18);
}

.vod-maple-card-copy {
    display: grid;
    gap: 10px;
}

.vod-maple-card-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.vod-maple-card-copy p {
    margin: 0;
    color: rgba(248, 250, 252, 0.7);
    font-size: 14px;
    line-height: 1.7;
}

.vod-maple-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.vod-maple-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.84);
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .vod-maple-stage {
        grid-template-columns: 1fr;
    }}

@media (max-width: 768px) {
    .vod-maple-stage {
        gap: 18px;
    }

    .vod-maple-spotlight {
        padding: 22px;
    }

    .vod-maple-screen {
        padding: 22px;
    }

    .vod-maple-screen h3 {
        max-width: 14ch;
        font-size: 32px;
    }

    .vod-maple-screen-metrics {
        grid-template-columns: 1fr;
    }

    .vod-maple-card {
        grid-template-columns: 1fr;
    }

    .vod-maple-icon {
        width: 48px;
        height: 48px;
    }}

@media (max-width: 480px) {
    .vod-maple-spotlight,
    .vod-maple-card {
        border-radius: 24px;
    }

    .vod-maple-screen h3 {
        font-size: 28px;
    }

    .vod-maple-card-copy h3 {
        font-size: 20px;
    }}

/* ===== HOW IT WORKS SECTION ===== */
.how-it-works-section {
    padding: 120px 0;
    position: relative;
}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(210, 15, 42, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(225, 29, 46, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

/* How Header */
.how-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}

.how-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.how-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

/* Steps Grid */
.how-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

/* Step Card */
.how-step-card {
    background: rgba(18, 18, 23, 0.6);
    border: 1px solid rgba(210, 15, 42, 0.2);
    border-radius: 20px;
    padding: 40px 32px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-step-card:hover {
    transform: translateY(-8px);
    border-color: rgba(235, 37, 37, 0.3);
    box-shadow: 0 20px 40px rgba(210, 15, 42, 0.15);
}

/* Step Number */
.step-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: white;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(210, 15, 42, 0.3);
}

.step-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.step-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin: 0 0 24px 0;
}

/* Step Features */
.step-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-secondary);
}

.step-features li svg {
    flex-shrink: 0;
}

/* How CTA */
.how-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .how-it-works-section {
        padding: 80px 0;
    }

    .pricing-plan-highlight {
        font-size: 13px;
        padding: 10px 12px;
        height: 66px;
        min-height: 66px;
    }

    .pricing-plan-fit {
        width: 100%;
        justify-content: flex-start;
        font-size: 12px;
        padding: 8px 12px;
    }

    .how-title {
        font-size: 32px;
    }

    .how-subtitle {
        font-size: 16px;
    }

    .how-step-card {
        padding: 32px 24px;
    }

    .step-title {
        font-size: 20px;
    }

    .how-cta {
        flex-direction: column;
    }}

@media (max-width: 480px) {
    .how-title {
        font-size: 26px;
    }

    .step-number {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }
    .how-steps-grid {
        grid-template-columns: 1fr;
    }}

/* ===== BIEN PLUS QUE DE L'IPTV SECTION ===== */
.beyond-iptv-section {
    padding: 120px 0;
    position: relative;
    background: transparent;
}

.beyond-iptv-section::before {
    display: none;
}

/* Beyond Header */
.beyond-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}

.beyond-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.beyond-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.beyond-experience-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    gap: 24px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.beyond-spotlight-card,
.beyond-signal-card,
.beyond-side-media-card,
.beyond-feature-tile {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.beyond-spotlight-card:hover,
.beyond-signal-card:hover,
.beyond-side-media-card:hover,
.beyond-feature-tile:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 92, 120, 0.32);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.32);
}

.beyond-spotlight-card {
    min-height: 620px;
    padding: 40px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #120c10;
    isolation: isolate;
}

.beyond-spotlight-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.beyond-spotlight-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(12, 7, 10, 0.05) 0%, rgba(12, 7, 10, 0.58) 44%, rgba(12, 7, 10, 0.96) 100%),
        linear-gradient(120deg, rgba(183, 18, 50, 0.32) 0%, rgba(12, 8, 13, 0) 44%, rgba(5, 7, 18, 0.48) 100%);
}

.beyond-spotlight-card::after {
    content: '';
    position: absolute;
    inset: auto 28px 24px 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 122, 148, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
}

.beyond-spotlight-content {
    width: min(100%, 540px);
    display: grid;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.beyond-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.beyond-kicker-chip,
.beyond-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.beyond-kicker-chip {
    color: #fff;
    background: rgba(176, 18, 48, 0.72);
    border: 1px solid rgba(255, 133, 156, 0.34);
    backdrop-filter: blur(10px);
}

.beyond-kicker-chip.is-muted {
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.beyond-spotlight-title {
    margin: 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.04em;
}

.beyond-spotlight-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    max-width: 54ch;
}

.beyond-spotlight-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.beyond-spotlight-benefits span {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(10, 10, 16, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.beyond-spotlight-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.beyond-floating-badge {
    position: relative;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(12, 11, 19, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    z-index: 2;
}

.beyond-floating-badge strong {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.beyond-floating-badge span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.beyond-side-column {
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 24px;
}

.beyond-signal-card {
    background:
        radial-gradient(circle at top right, rgba(255, 78, 113, 0.15) 0%, transparent 34%),
        linear-gradient(145deg, rgba(20, 14, 21, 0.98) 0%, rgba(13, 11, 18, 0.98) 100%);
    border-radius: 30px;
    padding: 28px;
    display: grid;
    gap: 18px;
}

.beyond-signal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.beyond-mini-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.beyond-mini-label::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5b77 0%, #ff9366 100%);
    box-shadow: 0 0 0 6px rgba(255, 91, 119, 0.12);
}

.beyond-mini-pill {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.beyond-signal-card h3,
.beyond-side-media-content h3,
.beyond-feature-tile h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.beyond-signal-card p,
.beyond-side-media-content p,
.beyond-feature-tile p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

.beyond-signal-stats {
    display: grid;
    gap: 14px;
}

.beyond-signal-stat {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 8px;
}

.beyond-signal-stat strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.beyond-signal-stat span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.6;
}

.beyond-side-media-card {
    position: relative;
    min-height: 310px;
    border-radius: 30px;
    padding: 28px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #171119;
    isolation: isolate;
}

.beyond-side-media-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.beyond-side-media-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(180deg, rgba(17, 12, 16, 0.12) 0%, rgba(17, 12, 16, 0.78) 65%, rgba(17, 12, 16, 0.95) 100%);
}

.beyond-side-media-content {
    display: grid;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.beyond-feature-strip {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    position: relative;
    z-index: 1;
}

.beyond-feature-tile {
    min-height: 245px;
    border-radius: 26px;
    padding: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(14, 11, 17, 0.98) 100%),
        linear-gradient(135deg, rgba(200, 32, 65, 0.14) 0%, rgba(255, 255, 255, 0) 55%);
    display: grid;
    align-content: start;
    gap: 14px;
    position: relative;
    overflow: hidden;
}

.beyond-feature-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 102, 127, 0.12) 0%, rgba(255, 255, 255, 0) 50%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.beyond-feature-tile:hover::after {
    opacity: 1;
}

.beyond-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff5b77;
    background: rgba(255, 91, 119, 0.12);
    border: 1px solid rgba(255, 91, 119, 0.2);
}

.beyond-feature-index {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.34);
}

.beyond-feature-tile h3 {
    font-size: 24px;
}

@media (max-width: 1024px) {
    .beyond-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .beyond-floating-badge {
        padding: 16px 18px;
    }

    .beyond-floating-badge strong {
        font-size: 24px;
    }}

@media (max-width: 768px) {
    .beyond-iptv-section {
        padding: 80px 0;
    }

    .beyond-title {
        font-size: 36px;
    }

    .beyond-header {
        margin-bottom: 48px;
    }

    .beyond-spotlight-card {
        min-height: 520px;
        padding: 24px;
        border-radius: 28px;
    }

    .beyond-spotlight-title {
        font-size: 34px;
    }

    .beyond-side-column,
    .beyond-feature-strip {
        grid-template-columns: 1fr;
    }

    .beyond-signal-card,
    .beyond-side-media-card,
    .beyond-feature-tile {
        border-radius: 24px;
    }

    .beyond-signal-card,
    .beyond-side-media-card,
    .beyond-feature-tile {
        padding: 22px;
    }

    .beyond-side-media-card {
        min-height: 280px;
    }

    .beyond-spotlight-metrics {
        grid-template-columns: 1fr;
    }

    .beyond-spotlight-content {
        width: 100%;
    }

    .beyond-spotlight-card {
        gap: 16px;
        align-content: end;
        display: grid;
    }}

@media (max-width: 480px) {
    .beyond-title {
        font-size: 28px;
    }

    .beyond-subtitle {
        font-size: 15px;
    }

    .beyond-spotlight-card {
        min-height: 500px;
        padding: 20px;
    }

    .beyond-spotlight-title {
        font-size: 30px;
    }

    .beyond-spotlight-description,
    .beyond-signal-card p,
    .beyond-side-media-content p,
    .beyond-feature-tile p {
        font-size: 14px;
    }

    .beyond-signal-card h3,
    .beyond-side-media-content h3,
    .beyond-feature-tile h3 {
        font-size: 22px;
    }

    .beyond-kicker-chip,
    .beyond-mini-pill,
    .beyond-spotlight-benefits span {
        width: 100%;
        justify-content: center;
    }}

/* ===== APPLICATIONS COMPATIBILITY SECTION ===== */
.apps-compatibility-section {
    padding: 120px 0;
    position: relative;
}

.apps-compatibility-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(210, 15, 42, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(225, 29, 46, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

/* Apps Header */
.apps-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.apps-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.apps-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* Apps Slider Wrapper */
.apps-slider-wrapper {
    position: relative;
    padding: 16px 0;
}

.apps-slider {
    display: flex;

}
.apps-sliders-container{
    overflow: hidden;
    padding-bottom: 20px;
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

.apps-track {
    display: flex;
    gap: 24px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Slide Animations */
.slide-left .apps-track {
    animation: slide-left 30s linear infinite;
}

.slide-right .apps-track {
    animation: slide-right 30s linear infinite;
}

/* Pause on hover */
.apps-slider:hover .apps-track {
    animation-play-state: paused;
}

/* App Card */
.app-card {
    flex-shrink: 0;
    width: 200px;
    background: rgba(18, 18, 23, 0.30);
    border: 1px solid rgba(55, 55, 70, 0.5);
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.app-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.app-card:hover::before {
    opacity: 0.3;
}

.app-card:hover {
    z-index: 99;
    transform: translateY(-8px);
    border-color: rgba(210, 15, 42, 0.8);
    box-shadow: 0 20px 40px rgba(210, 15, 42, 0.3);
}

.app-logo, .app-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: white;
    transition: transform 0.3s ease;
}

.app-card:hover .app-logo, .app-icon {
    transform: scale(1.05);
}

.app-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

.app-compat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #10b981;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Apps Footer Text */
.apps-footer-text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.apps-footer-text p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

.highlight-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

@media (max-width: 480px) {
    .apps-title {
        font-size: 28px;
    }

    .app-card {
        width: 160px;
        padding: 20px 16px;
        gap: 12px;
    }

    .app-logo, .app-icon {
        width: 56px;
        height: 56px;
        font-size: 18px;
        border-radius: 14px;
    }

    .app-name {
        font-size: 14px;
    }

    .app-compat {
        font-size: 10px;
    }}

/* ===== WHY CHOOSE US SECTION - CREATIVE DESIGN ===== */
.why-choose-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
    
        radial-gradient(circle at 80% 70%, rgba(225, 29, 46, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 20% 30%, rgba(210, 15, 42, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

/* Header */
.why-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.badge-pulse {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.why-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -2px;
}

.why-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 4px 0;
}

.feature-content p {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
}

/* CTA */
.why-cta {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-note {
    margin-top: 16px;
    font-size: 14px;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 80px 0;
    }

    .why-title {
        font-size: 36px;
    }}

@media (max-width: 480px) {
    .why-title {
        font-size: 28px;
    }}

/* ===== WHY IPTV SECTION ===== */
.why-iptv-section {
    position: relative;
    padding: 92px 0 56px;
    --why-iptv-glow-a: rgba(210, 15, 42, 0.24);
    --why-iptv-glow-b: rgba(225, 29, 46, 0.18);
    --why-iptv-surface: linear-gradient(145deg, rgba(8, 15, 34, 0.96), rgba(8, 12, 24, 0.9));
    --why-iptv-border: rgba(210, 15, 42, 0.3);
    --why-iptv-shadow: 0 24px 54px rgba(3, 10, 26, 0.46);
    --why-iptv-text: var(--text-primary);
    --why-iptv-muted: var(--text-secondary);
    --why-iptv-media-bg: #050d1f;
    --why-iptv-media-border: rgba(225, 29, 46, 0.26);
    --why-iptv-media-overlay-bg: rgba(8, 16, 35, 0.72);
    --why-iptv-media-overlay-border: rgba(255, 255, 255, 0.2);
    --why-iptv-pill-bg: linear-gradient(135deg, rgba(210, 15, 42, 0.24), rgba(225, 29, 46, 0.18));
    --why-iptv-pill-border: rgba(225, 29, 46, 0.4);
    --why-iptv-list-card: linear-gradient(135deg, rgba(210, 15, 42, 0.14), rgba(225, 29, 46, 0.08));
}

.why-iptv-section::before,
.why-iptv-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.why-iptv-section::before {
    background:
        radial-gradient(circle at 8% 28%, var(--why-iptv-glow-a) 0%, transparent 42%),
        radial-gradient(circle at 92% 78%, var(--why-iptv-glow-b) 0%, transparent 44%);
}

.why-iptv-section::after {
    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: 32px 32px;
    opacity: 0.22;
}

.why-iptv-heading {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto 34px;
    text-align: center;
}

.why-iptv-heading::after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    margin: 16px auto 0;
    background: linear-gradient(90deg, transparent, rgba(210, 15, 42, 0.92), rgba(225, 29, 46, 0.86), transparent);
}

.why-iptv-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid var(--why-iptv-pill-border);
    background: var(--why-iptv-pill-bg);
    color: var(--why-iptv-text);
    font-size: 11px;
    font-weight: 700;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-iptv-heading h2 {
    margin: 14px 0 0;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.14;
    letter-spacing: -0.85px;
    font-family: 'Alexandria', 'Manrope', 'Space Grotesk', sans-serif;
    font-weight: 800;
    color: var(--why-iptv-text);
}

.why-iptv-subtitle {
    max-width: 860px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.75;
    color: var(--why-iptv-muted);
}

.why-iptv-frame {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 0.94fr) minmax(0, 1.06fr);
    align-items: start;
    gap: 24px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid var(--why-iptv-border);
    background: var(--why-iptv-surface);
    box-shadow: var(--why-iptv-shadow);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.why-iptv-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 16%, rgba(210, 15, 42, 0.18), transparent 36%),
        linear-gradient(140deg, rgba(210, 15, 42, 0.12), rgba(225, 29, 46, 0.06) 45%, transparent 72%);
    pointer-events: none;
    z-index: -1;
}

.why-iptv-frame:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 29, 46, 0.42);
    box-shadow: 0 28px 60px rgba(225, 29, 46, 0.18);
}

.why-iptv-media {
    position: relative;
    min-height: 520px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--why-iptv-media-border);
    background: var(--why-iptv-media-bg);
}

.why-iptv-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.why-iptv-frame:hover .why-iptv-media img {
    transform: scale(1.05);
}

.why-iptv-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(5, 12, 28, 0.94) 0%, rgba(5, 12, 28, 0.18) 58%),
        linear-gradient(180deg, rgba(210, 15, 42, 0.14), transparent 42%);
}

.why-iptv-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.why-iptv-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(6, 13, 28, 0.62);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.why-iptv-media-overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid var(--why-iptv-media-overlay-border);
    background: var(--why-iptv-media-overlay-bg);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(2, 8, 23, 0.36);
}

.why-iptv-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid var(--why-iptv-pill-border);
    background: var(--why-iptv-pill-bg);
    color: var(--why-iptv-text);
    font-size: 11px;
    font-weight: 700;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.why-iptv-media-overlay h4 {
    margin: 12px 0 8px;
    font-size: clamp(19px, 2vw, 22px);
    font-family: 'Alexandria', 'Manrope', 'Space Grotesk', sans-serif;
    line-height: 1.2;
    color: var(--why-iptv-text);
}

.why-iptv-media-overlay p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--why-iptv-muted);
}

.why-iptv-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    align-content: center;
}

.why-iptv-copy-card {
    position: relative;
    overflow: hidden;
    padding: 22px 22px 20px;
    border-radius: 20px;
    border: 1px solid rgba(225, 29, 46, 0.18);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(210, 15, 42, 0.06));
    box-shadow: 0 14px 30px rgba(2, 8, 23, 0.18);
}

.why-iptv-copy-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.08), transparent 55%);
    pointer-events: none;
}

.why-iptv-copy-card-featured {
    border-color: rgba(225, 29, 46, 0.32);
    background: linear-gradient(145deg, rgba(210, 15, 42, 0.12), rgba(255, 255, 255, 0.05));
}

.why-iptv-card-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(225, 29, 46, 0.28);
    background: rgba(210, 15, 42, 0.12);
    color: var(--why-iptv-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.why-iptv-copy h3 {
    position: relative;
    z-index: 1;
    margin: 14px 0 10px;
    font-size: clamp(23px, 2.2vw, 33px);
    font-family: 'Alexandria', 'Manrope', 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.24;
    color: var(--why-iptv-text);
}

.why-iptv-copy p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.78;
    color: var(--why-iptv-muted);
}

.why-iptv-list {
    position: relative;
    z-index: 1;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.why-iptv-list li {
    position: relative;
    padding: 10px 12px 10px 32px;
    border-radius: 12px;
    border: 1px solid rgba(225, 29, 46, 0.24);
    background: var(--why-iptv-list-card);
    font-size: 14px;
    line-height: 1.52;
    color: var(--why-iptv-text);
}

.why-iptv-list li::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.16);
}

.why-iptv-signals {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.why-iptv-signal-card {
    position: relative;
    overflow: hidden;
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(225, 29, 46, 0.18);
    background: linear-gradient(145deg, rgba(10, 15, 29, 0.88), rgba(17, 24, 39, 0.7));
}

.why-iptv-signal-card::before {
    content: '';
    position: absolute;
    inset: auto auto 0 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0.9;
}

.why-iptv-signal-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 800;
    color: var(--why-iptv-text);
}

.why-iptv-signal-card span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: var(--why-iptv-muted);
}

@media (max-width: 1200px) {
    .why-iptv-frame {
        grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
        gap: 22px;
    }

    .why-iptv-media {
        min-height: 420px;
    }

    .why-iptv-signals {
        grid-template-columns: 1fr;
    }}

@media (max-width: 1024px) {
    .why-iptv-heading {
        margin-bottom: 20px;
    }

    .why-iptv-frame {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-iptv-media {
        min-height: 340px;
    }

    .why-iptv-copy {
        order: 2;
    }

    .why-iptv-signals {
        order: 3;
    }}

@media (max-width: 768px) {
    .why-iptv-section {
        padding: 62px 0 24px;
    }

    .why-iptv-heading h2 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .why-iptv-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .why-iptv-frame {
        padding: 16px;
        border-radius: 20px;
        gap: 16px;
    }

    .why-iptv-media {
        min-height: 300px;
        border-radius: 16px;
    }

    .why-iptv-badges {
        top: 12px;
        left: 12px;
        right: 12px;
        gap: 8px;
    }

    .why-iptv-badges span {
        min-height: 30px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .why-iptv-copy-card {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .why-iptv-copy h3 {
        font-size: clamp(22px, 6vw, 28px);
    }

    .why-iptv-copy p,
    .why-iptv-list li {
        font-size: 15px;
        line-height: 1.72;
    }

    .why-iptv-list {
        grid-template-columns: 1fr;
    }

    .why-iptv-signals {
        gap: 10px;
    }

    .why-iptv-signal-card {
        padding: 16px 16px 14px;
    }}

@media (max-width: 480px) {
    .why-iptv-section {
        padding: 52px 0 20px;
    }

    .why-iptv-media {
        min-height: 260px;
    }

    .why-iptv-media-overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 11px;
    }

    .why-iptv-chip,
    .why-iptv-eyebrow {
        font-size: 10px;
    }

    .why-iptv-heading h2 {
        font-size: 27px;
    }

    .why-iptv-copy h3 {
        font-size: 22px;
    }

    .why-iptv-subtitle {
        font-size: 14px;
    }}
.hero-title,
.features-title,
.beyond-title,
.vod-title,
h1, h2 {
    letter-spacing: -0.02em;
}

.why-iptv-eyebrow,
.popular-badge,
.plan-offert {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(130deg, rgba(210, 15, 42, 0.95), rgba(124, 6, 26, 0.95));
    box-shadow: 0 8px 24px rgba(210, 15, 42, 0.3);
}

.section-badge-purple {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: fit-content !important;
    max-width: 100% !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
    color: #ffd6de !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 26px rgba(0, 0, 0, 0.18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.section-badge-purple::before {
    content: '' !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #ff9aae 0%, #f4c95d 100%) !important;
    box-shadow: 0 0 12px rgba(255, 154, 174, 0.5) !important;
    flex-shrink: 0 !important;
}

.status-dot,
.badge-dot,
.feature-check,
.trust-icon,
.step-number {
    background: linear-gradient(135deg, #ff6a79, #d20f2a);
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.2);
}

@media (max-width: 768px) {

    .hero-title,
    .features-title,
    .beyond-title {
        letter-spacing: -0.015em;
    }}

.bg-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.32;
}

body .bg-dark {
    background: #0e090a;
}

.bg-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

:where(
    .why-iptv-eyebrow,
    .popular-badge,
    .plan-offert
) {
    background: #d20f2a !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(140, 6, 32, 0.35) !important;
}

body .beauty-links {
    color: #d20f2a;
}

.bg-grid {
    display: none !important;
}
/* ===== STEP 11: HERO V2 REDESIGN (DARK + LIGHT) ===== */
body .hero-section {
    min-height: auto !important;
    padding: 138px 0 84px !important;
    position: relative;
    isolation: isolate;
}

body .hero-section::before,
body .hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

body .hero-section::before {
    background:
        radial-gradient(circle at 8% 16%, rgba(210, 15, 42, 0.22), transparent 32%),
        radial-gradient(circle at 92% 88%, rgba(239, 64, 90, 0.18), transparent 30%);
    opacity: 0.9;
    z-index: 0;
}

body .hero-spotlight .hero-buttons {
    justify-content: flex-start !important;
    margin: 16px 0 2px !important;
    gap: 12px;
}

@media (max-width: 992px) {
    body .hero-section {
        padding: 126px 0 72px !important;
    }}

@media (max-width: 640px) {

    body .hero-spotlight .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }}

/* ===== STEP 14: HERO V5 FROM SCRATCH (DIFFERENT LOOK) ===== */
body .hero-section {
    padding: 128px 0 84px !important;
}

body .hero-section::before {
    background:
        radial-gradient(circle at 14% 12%, rgba(220, 26, 60, 0.22), transparent 35%),
        radial-gradient(circle at 84% 84%, rgba(255, 84, 118, 0.14), transparent 33%) !important;
    opacity: 1 !important;
}

body .hero-v5-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 34px;
    align-items: center;
}

body .hero-v5-copy {
    display: grid;
    gap: 14px;
}

body .hero-v5-top {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

body .hero-v5-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 118, 145, 0.34);
    background: rgba(255, 40, 78, 0.1);
    color: #ff93ab;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

body .hero-v5-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f23357;
}

body .hero-v5-score {
    color: rgba(246, 235, 240, 0.8);
    font-size: 14px;
    font-weight: 600;
}

body .hero-v5-title {
    margin: 0;
    font-size: clamp(46px, 6vw, 88px);
    line-height: 0.95;
    letter-spacing: -1.8px;
    color: #ffffff;
}

body .hero-v5-subtitle {
    margin: 0;
    max-width: 640px;
    font-size: clamp(22px, 2.5vw, 38px);
    line-height: 1.12;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

body .hero-v5-description {
    margin: 0;
    max-width: 620px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(244, 237, 240, 0.8);
}

body .hero-v5 .hero-buttons.hero-v5-actions {
    justify-content: flex-start !important;
    gap: 12px;
    margin-top: 4px !important;
}

body .hero-v5 .hero-main-btn {
    min-height: 56px;
    border-radius: 14px !important;
    padding: 0 28px !important;
    border: 1px solid rgba(255, 160, 180, 0.28) !important;
    background: linear-gradient(135deg, #bf102f, #e72c4d 58%, #ff5877) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(224, 37, 72, 0.34) !important;
}

body .hero-v5 .hero-alt-btn {
    min-height: 56px;
    border-radius: 14px !important;
    padding: 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.94) !important;
}

body .hero-v5-reviews {
    margin-top: 6px;
    max-width: 660px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 123, 149, 0.24);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 14px;
}

body .hero-v5-review-avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

body .hero-v5-review-avatars img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(20, 9, 13, 0.95);
    margin-right: -10px;
    box-shadow: 0 7px 16px rgba(3, 2, 3, 0.35);
}

body .hero-v5-review-copy {
    display: grid;
    gap: 2px;
}

body .hero-v5-review-copy strong {
    color: #ffffff;
    font-size: clamp(26px, 2.5vw, 40px);
    line-height: 1;
    letter-spacing: -0.6px;
}

body .hero-v5-review-copy span {
    color: rgba(245, 240, 242, 0.76);
    font-size: 16px;
    font-weight: 500;
}

body .hero-v5-stage {
    position: relative;
    min-height: 500px;
}

body .hero-v5-card {
    position: absolute;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 124, 151, 0.3);
    box-shadow: 0 18px 42px rgba(7, 3, 5, 0.45);
    background: #120d13;
}

body .hero-v5-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.05) brightness(0.75);
}

body .hero-v5-card-back {
    width: 78%;
    height: 72%;
    right: 0;
    top: 0;
    transform: rotate(6deg);
    opacity: 0.56;
}

body .hero-v5-card-front {
    width: 84%;
    height: 78%;
    left: 0;
    bottom: 0;
    transform: rotate(-2.6deg);
}

body .hero-v5-card-overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 133, 158, 0.24);
    background: rgba(9, 7, 10, 0.74);
    padding: 10px 12px;
    display: grid;
    gap: 2px;
}

body .hero-v5-card-overlay strong {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
}

body .hero-v5-card-overlay span {
    color: rgba(245, 239, 241, 0.72);
    font-size: 12px;
}

body .hero-v5-tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 124, 151, 0.32);
    background: rgba(11, 9, 12, 0.9);
    color: rgba(249, 240, 243, 0.9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    box-shadow: 0 10px 24px rgba(5, 3, 4, 0.42);
}

body .hero-v5-tag-a {
    top: 28px;
    left: 10px;
}

body .hero-v5-tag-b {
    right: 10px;
    top: 194px;
}

body .hero-v5-tag-c {
    left: 52px;
    bottom: 20px;
}

@media (max-width: 1140px) {

    body .hero-v5-shell {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body .hero-v5-stage {
        min-height: 420px;
    }

    body .hero-v5-card-back {
        width: 72%;
        height: 68%;
    }

    body .hero-v5-card-front {
        width: 80%;
        height: 74%;
    }}

@media (max-width: 760px) {
    body .hero-section {
        padding: 114px 0 64px !important;
    }

    body .hero-v5-title {
        font-size: clamp(36px, 11vw, 52px);
    }

    body .hero-v5-subtitle {
        font-size: clamp(18px, 6.6vw, 26px);
    }

    body .hero-v5-description {
        font-size: 15px;
    }

    body .hero-v5 .hero-buttons.hero-v5-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body .hero-v5 .hero-main-btn,
    body .hero-v5 .hero-alt-btn {
        width: 100%;
        justify-content: center;
    }

    body .hero-v5-reviews {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    body .hero-v5-review-copy strong {
        font-size: clamp(22px, 7.5vw, 30px);
    }

    body .hero-v5-review-copy span {
        font-size: 14px;
    }

    body .hero-v5-stage {
        min-height: 300px;
    }

    body .hero-v5-card-back {
        width: 84%;
        height: 78%;
        transform: rotate(4deg);
    }

    body .hero-v5-card-front {
        width: 90%;
        height: 84%;
        transform: rotate(-1.2deg);
    }

    body .hero-v5-tag {
        height: 30px;
        font-size: 11px;
    }

    body .hero-v5-tag-a {
        top: 8px;
        left: 0;
    }

    body .hero-v5-tag-b {
        top: auto;
        right: 4px;
        bottom: 86px;
    }

    body .hero-v5-tag-c {
        left: 8px;
        bottom: 8px;
    }}

/* ===== HOME HERO FINAL SOURCE (INDEX ONLY) ===== */
.hero-section {
    padding: calc(var(--hero-safe-top, 148px) + 20px) 0 84px !important;
}

.hero-v5-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr) !important;
    gap: 28px !important;
    align-items: center !important;
}

.hero-v5-stage {
    position: relative !important;
    min-height: 440px !important;
    isolation: isolate;
}

.hero-v5-card {
    position: absolute !important;
    border-radius: 18px;
    overflow: hidden;
}

.hero-v5-card-back {
    width: 74% !important;
    height: 68% !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
    bottom: auto !important;
    transform: rotate(4deg) !important;
    opacity: 0.48;
    z-index: 1;
}

.hero-v5-card-front {
    width: 82% !important;
    height: 76% !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    top: auto !important;
    transform: rotate(-2deg) !important;
    z-index: 2;
}

@media (max-width: 1140px) {
    .hero-v5-shell {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .hero-v5-stage {
        min-height: 360px !important;
    }
}

@media (max-width: 760px) {
    .hero-section {
        padding: calc(var(--hero-safe-top, 148px) - 10px) 0 64px !important;
    }

    .hero-v5-stage {
        min-height: 300px !important;
    }
}

body .hero-v5-shell {
    grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
    gap: 28px;
}

body .hero-v5-copy {
    gap: 12px;
}

body .hero-v5-badge {
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: 0.8px;
}

body .hero-v5-score {
    font-size: 13px;
}

body .hero-v5-title {
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.01;
    letter-spacing: -1.2px;
}

body .hero-v5-subtitle {
    font-size: clamp(18px, 2vw, 29px);
    line-height: 1.16;
    font-weight: 650;
}

body .hero-v5-description {
    max-width: 590px;
    font-size: 15.5px;
    line-height: 1.64;
}

body .hero-v5 .hero-main-btn,
body .hero-v5 .hero-alt-btn {
    min-height: 52px;
}

body .hero-v5 .hero-main-btn span,
body .hero-v5 .hero-alt-btn span {
    font-size: 15px;
    font-weight: 700;
}

body .hero-v5 .hero-main-btn:hover {
    transform: translateY(-1px);
}

body .hero-v5 .hero-alt-btn:hover {
    border-color: rgba(255, 130, 156, 0.5) !important;
    background: rgba(255, 74, 107, 0.1) !important;
}

body .hero-v5-reviews {
    max-width: 610px;
    padding: 10px 12px;
    gap: 12px;
    border-radius: 12px;
}

body .hero-v5-review-avatars img {
    width: 40px;
    height: 40px;
    margin-right: -9px;
}

body .hero-v5-review-copy strong {
    font-size: clamp(20px, 2vw, 30px);
    letter-spacing: -0.4px;
}

body .hero-v5-review-copy span {
    font-size: 14px;
}

body .hero-v5-stage {
    min-height: 440px;
    isolation: isolate;
}

body .hero-v5-card {
    border-radius: 18px;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, box-shadow 0.45s ease;
    will-change: transform, opacity;
}

body .hero-v5-card img {
    transition: filter 0.45s ease, transform 0.45s ease;
}

body .hero-v5-card-back {
    width: 74%;
    height: 68%;
    transform: rotate(4deg);
    opacity: 0.48;
    z-index: 1;
    transform-origin: right top;
}

body .hero-v5-card-front {
    width: 82%;
    height: 76%;
    transform: rotate(-2deg);
    z-index: 2;
    transform-origin: left bottom;
}

body .hero-v5-card-overlay strong {
    font-size: 13px;
    letter-spacing: 0.5px;
}

body .hero-v5-card-overlay span {
    font-size: 11.5px;
}

body .hero-v5-tag {
    height: 32px;
    padding: 0 10px;
    font-size: 11px;
}

body .hero-v5-tag-a {
    top: 20px;
    left: 8px;
}

body .hero-v5-tag-b {
    right: 8px;
    top: 170px;
}

body .hero-v5-tag-c {
    left: 36px;
    bottom: 16px;
}

body .hero-v5-card-back:hover {
    z-index: 3;
    opacity: 1;
    transform: translate(-24px, 18px) rotate(-0.8deg) scale(1.03);
    box-shadow: 0 26px 56px rgba(7, 3, 5, 0.56);
}

body .hero-v5-card-back:hover img {
    filter: saturate(1.02) contrast(1.06) brightness(0.9);
    transform: scale(1.02);
}

body .hero-v5-card-back:hover + .hero-v5-card-front {
    opacity: 0.78;
    transform: translate(26px, -18px) rotate(3deg) scale(0.95);
    box-shadow: 0 14px 30px rgba(7, 3, 5, 0.3);
}

body .hero-v5-card-back:hover + .hero-v5-card-front img {
    filter: saturate(0.9) contrast(1) brightness(0.65);
}

@media (max-width: 1140px) {

    body .hero-v5-title {
        font-size: clamp(34px, 7vw, 52px);
    }

    body .hero-v5-subtitle {
        font-size: clamp(17px, 3.9vw, 24px);
    }

    body .hero-v5-stage {
        min-height: 360px;
    }}

@media (max-width: 760px) {

    body .hero-v5-title {
        font-size: clamp(30px, 10vw, 44px);
        letter-spacing: -0.8px;
    }

    body .hero-v5-subtitle {
        font-size: clamp(16px, 6vw, 21px);
    }

    body .hero-v5-description {
        font-size: 14px;
        line-height: 1.58;
    }

    body .hero-v5-reviews {
        padding: 9px 10px;
    }

    body .hero-v5-review-avatars img {
        width: 36px;
        height: 36px;
    }

    body .hero-v5-review-copy strong {
        font-size: clamp(18px, 7vw, 24px);
    }

    body .hero-v5-review-copy span {
        font-size: 13px;
    }

    body .hero-v5-stage {
        min-height: 280px;
    }}

body .hero-section {
    padding-top: var(--hero-safe-top) !important;
}

/* ===== STEP 20: HERO V5 TAGS AS FEATURE CHIPS ===== */
body .hero-v5-tag {
    height: auto !important;
    min-width: 206px;
    max-width: 212px;
    padding: 9px 11px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(210, 15, 42, 0.6) !important;
    background: linear-gradient(160deg, rgba(18, 8, 12, 0.95), rgba(27, 9, 14, 0.9)) !important;
    box-shadow: 0 14px 30px rgba(74, 8, 22, 0.44) !important;
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    color: #ffffff !important;
    position: absolute !important;
    z-index: 8 !important;
}

body .hero-v5-tag-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff4f7;
    background: linear-gradient(150deg, #b90f2d, #ef405a);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 6px 16px rgba(188, 14, 45, 0.34);
    flex-shrink: 0;
}

body .hero-v5-tag-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

body .hero-v5-tag-copy strong {
    font-size: 13px;
    line-height: 1.02;
    letter-spacing: 0.15px;
    color: #ffffff;
    white-space: nowrap;
}

body .hero-v5-tag-copy small {
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 224, 232, 0.78);
    font-weight: 600;
    white-space: nowrap;
}

body .hero-v5-tag-a {
    top: 18px !important;
    left: 6px !important;
}

body .hero-v5-tag-b {
    right: 6px !important;
    top: 178px !important;
}

body .hero-v5-tag-c {
    right: 12px !important;
    left: auto !important;
    bottom: 14px !important;
}

@media (max-width: 1140px) {
    body .hero-v5-tag {
        min-width: 188px;
        max-width: 194px;
        padding: 8px 10px !important;
        gap: 10px;
        border-radius: 14px !important;
    }

    body .hero-v5-tag-icon {
        width: 34px;
        height: 34px;
    }

    body .hero-v5-tag-copy strong {
        font-size: 12px;
    }

    body .hero-v5-tag-copy small {
        font-size: 11px;
    }}

@media (max-width: 760px) {
    body .hero-v5-tag {
        min-width: 162px;
        max-width: 168px;
        padding: 7px 8px !important;
        border-radius: 12px !important;
        gap: 8px;
    }

    body .hero-v5-tag-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    body .hero-v5-tag-copy strong {
        font-size: 10px;
    }

    body .hero-v5-tag-copy small {
        font-size: 9px;
    }

    body .hero-v5-tag-a {
        top: 4px !important;
        left: 0 !important;
    }

    body .hero-v5-tag-b {
        right: 0 !important;
        bottom: 92px !important;
        top: auto !important;
    }

    body .hero-v5-tag-c {
        right: 4px !important;
        left: auto !important;
        bottom: 2px !important;
    }}

/* ===== FINAL POLISH: WHY IPTV SECTION ===== */
body .why-iptv-section {
    padding: 84px 0 64px !important;
}

body .why-iptv-heading {
    width: min(1080px, 100%);
    max-width: none !important;
    margin: 0 0 34px !important;
    text-align: left !important;
}

body .why-iptv-heading::after {
    width: 196px;
    height: 3px;
    margin: 18px 0 0 !important;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(210, 15, 42, 0), rgba(210, 15, 42, 0.95), rgba(239, 64, 90, 0.95), rgba(210, 15, 42, 0)) !important;
}

body .why-iptv-eyebrow {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(210, 15, 42, 0.16) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    letter-spacing: 0.9px;
}

body .why-iptv-heading h2 {
    max-width: 1120px;
    margin-top: 18px;
    font-size: clamp(38px, 4.5vw, 66px) !important;
    line-height: 1.03;
    letter-spacing: -1.6px;
    color: #f8fafc !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
}

body .why-iptv-subtitle {
    max-width: 820px;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(248, 250, 252, 0.72);
}

body .why-iptv-frame {
    grid-template-columns: minmax(370px, 0.84fr) minmax(0, 1.16fr) !important;
    grid-template-areas:
        "media copy"
        "media signals";
    gap: 22px 28px;
    align-items: stretch;
    padding: 30px !important;
    border-radius: 32px !important;
    border: 1px solid rgba(225, 29, 46, 0.22) !important;
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(11, 14, 24, 0.98), rgba(12, 15, 24, 0.92)) !important;
    box-shadow: 0 24px 54px rgba(13, 8, 10, 0.34) !important;
}

body .why-iptv-frame::before {
    background:
        radial-gradient(circle at 100% 0%, rgba(239, 64, 90, 0.12), transparent 24%),
        linear-gradient(140deg, rgba(210, 15, 42, 0.08), transparent 48%) !important;
}

body .why-iptv-media {
    grid-area: media;
    min-height: 100%;
    border-radius: 26px;
    border: 1px solid rgba(225, 29, 46, 0.16);
}

body .why-iptv-media img {
    filter: saturate(1.04) contrast(1.03);
}

body .why-iptv-badges {
    top: 18px;
    left: 18px;
    right: 18px;
    gap: 8px;
}

body .why-iptv-badges span {
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 12, 22, 0.58);
    color: rgba(255, 255, 255, 0.94);
    font-size: 10px;
    letter-spacing: 0.75px;
}

body .why-iptv-media-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.7), rgba(8, 12, 20, 0.84));
    box-shadow: 0 18px 36px rgba(2, 8, 23, 0.42);
}

body .why-iptv-chip {
    background: rgba(210, 15, 42, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    box-shadow: none !important;
}

body .why-iptv-media-overlay h4 {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.12;
}

body .why-iptv-media-overlay p {
    color: rgba(248, 250, 252, 0.74);
}

body .why-iptv-copy {
    grid-area: copy;
    gap: 16px;
    align-content: start;
}

body .why-iptv-copy-card {
    padding: 22px 22px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    box-shadow: none;
}

body .why-iptv-copy-card::before {
    background: linear-gradient(140deg, rgba(210, 15, 42, 0.1), transparent 52%);
}

body .why-iptv-copy-card-featured {
    border-color: rgba(225, 29, 46, 0.24);
    background:
        linear-gradient(180deg, rgba(210, 15, 42, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 0 1px rgba(225, 29, 46, 0.08);
}

body .why-iptv-card-kicker {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    font-size: 10px;
    letter-spacing: 0.8px;
}

body .why-iptv-copy h3 {
    margin: 14px 0 10px;
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1.12;
    letter-spacing: -0.7px;
}

body .why-iptv-copy p {
    font-size: 15.5px;
    line-height: 1.72;
    color: rgba(248, 250, 252, 0.78);
}

body .why-iptv-list {
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body .why-iptv-list li {
    padding: 12px 14px 12px 38px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
}

body .why-iptv-list li::before {
    left: 16px;
    top: 17px;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 5px rgba(210, 15, 42, 0.12);
}

body .why-iptv-signals {
    grid-area: signals;
    grid-column: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body .why-iptv-signal-card {
    padding: 18px 16px 15px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

body .why-iptv-signal-card::before {
    height: 2px;
    opacity: 0.95;
}

body .why-iptv-signal-card strong {
    margin-bottom: 7px;
    font-size: 15px;
}

body .why-iptv-signal-card span {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(248, 250, 252, 0.72);
}

@media (max-width: 1200px) {
    body .why-iptv-frame {
        grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr) !important;
        gap: 18px 22px;
        padding: 24px !important;
    }

    body .why-iptv-signals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (max-width: 1024px) {

    body .why-iptv-heading {
        width: 100%;
        margin-bottom: 26px !important;
        text-align: center !important;
    }

    body .why-iptv-heading::after {
        margin: 18px auto 0 !important;
    }

    body .why-iptv-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    body .why-iptv-frame {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "media"
            "copy"
            "signals";
    }

    body .why-iptv-media {
        min-height: 360px;
    }

    body .why-iptv-signals {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }}

@media (max-width: 768px) {
    body .why-iptv-section {
        padding: 64px 0 30px !important;
    }

    body .why-iptv-heading h2 {
        font-size: clamp(30px, 8vw, 44px) !important;
        line-height: 1.06;
        letter-spacing: -1px;
    }

    body .why-iptv-subtitle {
        font-size: 15px;
        line-height: 1.66;
    }

    body .why-iptv-frame {
        padding: 16px !important;
        border-radius: 22px !important;
    }

    body .why-iptv-media {
        min-height: 310px;
        border-radius: 18px;
    }

    body .why-iptv-media-overlay {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 15px;
    }

    body .why-iptv-copy-card {
        padding: 18px 16px;
        border-radius: 18px;
    }

    body .why-iptv-copy h3 {
        font-size: 24px;
    }

    body .why-iptv-list,
    body .why-iptv-signals {
        grid-template-columns: 1fr;
    }}

@media (max-width: 480px) {
    body .why-iptv-heading h2 {
        font-size: 28px !important;
    }

    body .why-iptv-media {
        min-height: 280px;
    }

    body .why-iptv-badges {
        top: 12px;
        left: 12px;
        right: 12px;
    }

    body .why-iptv-badges span {
        width: fit-content;
        min-height: 28px;
        padding: 6px 10px;
        font-size: 9px;
    }

    body .why-iptv-copy p {
        font-size: 14px;
    }}

/* ===== FINAL POLISH: FEATURES SECTION ===== */
body .features-section {
    padding: 96px 0 118px;
}

body .features-header-maple {
    margin: 0 auto 42px;
}

body .features-heading-card-maple {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 28px;
    align-items: center;
    padding: 34px !important;
    border-radius: 34px !important;
    border: 1px solid rgba(225, 29, 46, 0.18) !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(210, 15, 42, 0.18), transparent 30%),
        radial-gradient(circle at 92% 80%, rgba(239, 64, 90, 0.12), transparent 26%),
        linear-gradient(135deg, rgba(12, 15, 24, 0.98), rgba(14, 17, 27, 0.92)) !important;
    box-shadow: 0 26px 52px rgba(11, 9, 12, 0.28) !important;
    overflow: hidden;
}

body .features-heading-card-maple::before {
    background:
        linear-gradient(120deg, rgba(210, 15, 42, 0.08), transparent 38%, rgba(255, 255, 255, 0.04) 70%, transparent 100%),
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.08), transparent 28%);
    opacity: 1;
}

body .features-maple-intro,
body .features-maple-signal {
    position: relative;
    z-index: 1;
}

body .features-maple-intro {
    text-align: left;
}

body .features-maple-intro .features-title {
    max-width: 780px;
    margin-bottom: 16px;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.02;
    letter-spacing: -1.5px;
}

body .features-maple-intro .features-title span {
    margin-top: 14px;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.2;
    color: rgba(248, 250, 252, 0.86);
}

body .features-maple-intro .features-subtitle {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.78;
    color: rgba(248, 250, 252, 0.7);
}

body .features-maple-intro .features-chip-row {
    margin-top: 24px;
    gap: 10px;
}

body .features-maple-intro .features-chip-row span {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(248, 250, 252, 0.92);
    box-shadow: none;
}

body .features-maple-signal {
    display: grid;
    gap: 18px;
}

body .features-maple-orbit {
    position: relative;
    min-height: 340px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 50% 50%, rgba(210, 15, 42, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    overflow: hidden;
}

body .features-maple-orbit::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(239, 64, 90, 0.18), transparent 18%),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.06), transparent 18%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.05), transparent 18%);
    opacity: 0.9;
    animation: mapleOrbitAmbient 6.8s ease-in-out infinite;
    pointer-events: none;
}

body .features-maple-orbit::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 13%, rgba(239, 64, 90, 0.9) 0 3px, transparent 4px),
        radial-gradient(circle at 84% 66%, rgba(255, 255, 255, 0.55) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 72%, rgba(239, 64, 90, 0.75) 0 3px, transparent 4px);
    opacity: 0.72;
    transform-origin: center;
    animation: mapleOrbitSweep 14s linear infinite;
    pointer-events: none;
}

body .features-maple-orbit-ring {
    position: absolute;
    inset: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    z-index: 1;
}

body .features-maple-orbit .ring-one {
    width: 280px;
    height: 280px;
    animation: mapleOrbitSpin 24s linear infinite;
}

body .features-maple-orbit .ring-two {
    width: 190px;
    height: 190px;
    border-style: solid;
    opacity: 0.7;
    animation: mapleOrbitPulse 5.8s ease-in-out infinite;
}

body .features-maple-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 144px;
    height: 144px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    text-align: center;
    background: linear-gradient(145deg, #d20f2a, #ef405a);
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(210, 15, 42, 0.3);
    z-index: 2;
    animation: mapleCorePulse 4.8s ease-in-out infinite;
}

body .features-maple-core::before {
    content: '';
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1px solid rgba(239, 64, 90, 0.22);
    opacity: 0.75;
    animation: mapleCoreHalo 4.8s ease-in-out infinite;
}

body .features-maple-core::after {
    content: '';
    position: absolute;
    inset: -34px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 64, 90, 0.28), transparent 66%);
    opacity: 0.4;
    filter: blur(10px);
    z-index: -1;
}

body .features-maple-core strong {
    display: block;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

body .features-maple-core span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body .features-maple-node {
    position: absolute;
    min-width: 120px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 12, 20, 0.76);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 26px rgba(2, 8, 23, 0.28);
    z-index: 3;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    animation: mapleNodeFloat 6s ease-in-out infinite;
}

body .features-maple-node small {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.56);
}

body .features-maple-node strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

body .features-maple-node.node-a {
    top: 24px;
    right: 24px;
    animation-delay: -0.2s;
}

body .features-maple-node.node-b {
    left: 28px;
    bottom: 34px;
    animation-delay: -2.2s;
}

body .features-maple-node.node-c {
    right: 34px;
    bottom: 72px;
    animation-delay: -4.2s;
}

body .features-maple-node.node-d {
    left: 50px;
    top: 34px;
    animation-delay: -2.2s;
}

body .features-maple-node:hover {
    transform: translateY(-3px);
    border-color: rgba(239, 64, 90, 0.26);
    box-shadow: 0 16px 28px rgba(210, 15, 42, 0.18);
}

body .features-maple-note {
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

body .features-maple-note strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
}

body .features-maple-note span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(248, 250, 252, 0.72);
}

body .features-grid-maple {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

body .features-grid-maple .feature-item-maple,
body .features-grid-maple .feature-item-maple-wide,
body .features-grid-maple .feature-item-maple-highlight {
    grid-column: auto !important;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 22px !important;
    min-height: 188px;
    height: 100%;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
        rgba(12, 15, 24, 0.92) !important;
    box-shadow: 0 18px 34px rgba(11, 9, 12, 0.16) !important;
    transform: none !important;
}

body .features-grid-maple .feature-item-maple::before {
    width: 100%;
    height: 3px;
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #d20f2a, #ef405a);
}

body .features-grid-maple .feature-item-maple:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(225, 29, 46, 0.2) !important;
    background:
        linear-gradient(180deg, rgba(210, 15, 42, 0.08), rgba(255, 255, 255, 0.04)),
        rgba(12, 15, 24, 0.96) !important;
    box-shadow: 0 22px 40px rgba(210, 15, 42, 0.1) !important;
}

body .features-grid-maple .feature-item-maple-highlight {
    background:
        radial-gradient(circle at top right, rgba(239, 64, 90, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(210, 15, 42, 0.1), rgba(255, 255, 255, 0.04)),
        rgba(12, 15, 24, 0.96) !important;
}

body .features-grid-maple .feature-check {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border-width: 1px;
    background: linear-gradient(145deg, rgba(210, 15, 42, 0.18), rgba(239, 64, 90, 0.12));
    color: #ef405a;
}

body .features-grid-maple .feature-item-maple:hover .feature-check {
    transform: none;
    color: #ffffff;
    background: linear-gradient(135deg, #d20f2a, #ef405a);
}

body .features-grid-maple .feature-content {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 8px;
    height: 100%;
}

body .features-grid-maple .feature-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.68);
}

body .features-grid-maple .feature-content h4 {
    font-size: 22px;
    line-height: 1.32;
    font-weight: 800;
    margin: 0;
}

body .features-grid-maple .feature-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(248, 250, 252, 0.7);
    align-self: end;
}

@media (prefers-reduced-motion: reduce) {
    body .features-maple-orbit::before,
    body .features-maple-orbit::after,
    body .features-maple-orbit .ring-one,
    body .features-maple-orbit .ring-two,
    body .features-maple-core,
    body .features-maple-core::before,
    body .features-maple-node {
        animation: none !important;
    }}

@media (max-width: 1200px) {
    body .features-heading-card-maple {
        grid-template-columns: 1fr;
    }}

@media (max-width: 1024px) {

    body .features-heading-card-maple {
        padding: 24px !important;
        border-radius: 26px !important;
    }

    body .features-maple-orbit {
        min-height: 300px;
    }

    body .features-grid-maple {
        gap: 16px;
    }}

@media (max-width: 768px) {
    body .features-section {
        padding: 74px 0 88px;
    }

    body .features-header-maple {
        margin-bottom: 28px;
    }

    body .features-maple-intro {
        text-align: center;
    }

    body .features-maple-intro .features-title {
        font-size: clamp(30px, 8vw, 44px);
        line-height: 1.06;
    }

    body .features-maple-intro .features-title span {
        font-size: 18px;
    }

    body .features-maple-intro .features-subtitle {
        font-size: 15px;
        line-height: 1.68;
    }

    body .features-maple-intro .features-chip-row {
        justify-content: center;
    }

    body .features-maple-orbit {
        min-height: 260px;
    }

    body .features-maple-orbit .ring-one {
        width: 220px;
        height: 220px;
    }

    body .features-maple-orbit .ring-two {
        width: 150px;
        height: 150px;
    }

    body .features-maple-core {
        width: 118px;
        height: 118px;
    }

    body .features-maple-core strong {
        font-size: 28px;
    }

    body .features-maple-node {
        min-width: 108px;
        padding: 10px 12px;
    }

    body .features-grid-maple {
        grid-template-columns: 1fr;
    }

    body .features-grid-maple .feature-item-maple,
    body .features-grid-maple .feature-item-maple-wide,
    body .features-grid-maple .feature-item-maple-highlight {
        min-height: 0;
        padding: 20px 18px !important;
        border-radius: 20px !important;
    }

    body .features-grid-maple .feature-content h4 {
        font-size: 18px;
    }}

@media (max-width: 480px) {
    body .features-heading-card-maple {
        padding: 18px !important;
    }

    body .features-maple-orbit {
        min-height: 236px;
    }

    body .features-maple-node.node-a {
        top: 14px;
        right: 14px;
    }

    body .features-maple-node.node-b {
        left: 14px;
        bottom: 18px;
    }

    body .features-maple-node.node-c {
        right: 14px;
        bottom: 40px;
    }

    body .features-grid-maple .feature-content h4 {
        font-size: 17px;
    }

    body .features-grid-maple .feature-content p {
        font-size: 13px;
    }}

/* ===== FINAL POLISH: APPS SECTION ===== */
body .apps-compatibility-section-special {
    padding: 110px 0 132px;
    position: relative;
    overflow: hidden;
}

body .apps-compatibility-section-special::before {
    background:
        radial-gradient(circle at 14% 18%, rgba(210, 15, 42, 0.12), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(239, 64, 90, 0.08), transparent 24%),
        radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.03), transparent 38%);
}

body .apps-compatibility-section-special::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 28%, transparent 72%, rgba(210, 15, 42, 0.05)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 120px);
    opacity: 0.35;
    pointer-events: none;
}

body .apps-header-special {
    max-width: 980px;
    margin: 0 auto 34px;
}

body .apps-header-special .section-badge-purple {
    margin-bottom: 18px;
}

body .apps-header-special .apps-title {
    font-size: clamp(38px, 4.3vw, 64px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

body .apps-header-special .apps-subtitle {
    max-width: 820px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
}

body .apps-sliders-container-special {
    position: relative;
    padding: 12px;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(239, 64, 90, 0.08), transparent 20%),
        linear-gradient(145deg, rgba(10, 14, 24, 0.96), rgba(7, 10, 18, 0.92));
    box-shadow: 0 28px 60px rgba(7, 8, 13, 0.34);
    overflow: hidden;
    mask-image: none;
    -webkit-mask-image: none;
}

body .apps-sliders-container-special::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

body .apps-sliders-container-special::after {
    content: none;
}

body .apps-compatibility-section-special .apps-slider-wrapper {
    padding: 18px 18px 20px;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        rgba(6, 10, 18, 0.66);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

body .apps-compatibility-section-special .apps-track {
    width: max-content;
    align-items: stretch;
    gap: 20px;
}

body .apps-compatibility-section-special .apps-slider-wrapper:first-child {
    margin: 0 88px 16px 0;
    border-radius: 30px 30px 34px 24px;
}

body .apps-compatibility-section-special .apps-slider-wrapper:last-child {
    margin: 0 0 0 88px;
    border-radius: 24px 34px 30px 30px;
}

body .apps-compatibility-section-special .apps-slider-wrapper::before {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    top: 18px;
    height: 56px;
    transform: none;
    background:
        linear-gradient(90deg, rgba(210, 15, 42, 0.14), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at left center, rgba(210, 15, 42, 0.16), transparent 38%);
    border-radius: 999px;
    opacity: 0.55;
    pointer-events: none;
}

body .apps-compatibility-section-special .apps-slider-wrapper::after {
    position: absolute;
    top: 16px;
    right: 20px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
}



body .apps-compatibility-section-special .slide-left .apps-track {
    animation-duration: 32s;
}

body .apps-compatibility-section-special .slide-right .apps-track {
    animation-duration: 34s;
}

body .apps-compatibility-section-special .app-card {
    --app-accent: #ef405a;
    flex-shrink: 0;
    width: 248px;
    min-height: 198px;
    padding: 18px 18px 16px;
    border-radius: 24px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 14px;
    align-items: start;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--app-accent) 18%, transparent), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(8, 12, 20, 0.92);
    box-shadow: 0 18px 36px rgba(4, 6, 14, 0.32);
    overflow: hidden;
    transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
    animation: appsCardFloat 6.4s ease-in-out infinite;
    transform-origin: center bottom;
}

body .apps-compatibility-section-special .app-card > * {
    position: relative;
    z-index: 1;
}

body .apps-compatibility-section-special .app-card::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--app-accent), rgba(255, 255, 255, 0.2));
    opacity: 0.95;
    z-index: 0;
}

body .apps-compatibility-section-special .app-card::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat,
        rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 24px rgba(4, 6, 14, 0.22);
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

body .apps-compatibility-section-special .app-card:nth-child(6n + 1) { --app-accent: #ef405a; }
body .apps-compatibility-section-special .app-card:nth-child(6n + 2) { --app-accent: #4f8cff; }
body .apps-compatibility-section-special .app-card:nth-child(6n + 3) { --app-accent: #3dd5f3; }
body .apps-compatibility-section-special .app-card:nth-child(6n + 4) { --app-accent: #f97316; }
body .apps-compatibility-section-special .app-card:nth-child(6n + 5) { --app-accent: #10b981; }
body .apps-compatibility-section-special .app-card:nth-child(6n + 6) { --app-accent: #eab308; }

body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(1) .app-card:nth-child(4n + 1),
body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(2) .app-card:nth-child(4n + 1) {
    animation-delay: -0.6s;
}

body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(1) .app-card:nth-child(4n + 2),
body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(2) .app-card:nth-child(4n + 2) {
    animation-delay: -1.8s;
}

body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(1) .app-card:nth-child(4n + 3),
body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(2) .app-card:nth-child(4n + 3) {
    animation-delay: -3s;
}

body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(1) .app-card:nth-child(4n + 4),
body .apps-compatibility-section-special .apps-slider-wrapper:nth-child(2) .app-card:nth-child(4n + 4) {
    animation-delay: -4.2s;
}

body .apps-compatibility-section-special .app-card:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.035) !important;
    border-color: color-mix(in srgb, var(--app-accent) 54%, white 6%);
    box-shadow: 0 26px 48px rgba(4, 6, 14, 0.42), 0 0 0 1px color-mix(in srgb, var(--app-accent) 18%, transparent);
}

body .apps-compatibility-section-special .app-card:hover::after {
    transform: translateY(-2px) scale(1.04);
    border-color: color-mix(in srgb, var(--app-accent) 58%, white 8%);
    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='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat,
        color-mix(in srgb, var(--app-accent) 58%, rgba(255, 255, 255, 0.08));
    box-shadow: 0 14px 28px rgba(4, 6, 14, 0.28);
}

body .apps-compatibility-section-special .app-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
        rgba(13, 18, 30, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: none;
    margin: 0;
}

body .apps-compatibility-section-special .app-card:hover .app-logo,
body .apps-compatibility-section-special .app-card:hover .app-icon {
    transform: translateY(-2px) scale(1.02);
}

body .apps-compatibility-section-special .app-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

body .apps-compatibility-section-special .app-name {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    text-align: left;
    margin: 0 0 8px;
}

body .apps-compatibility-section-special .app-card .app-name::after {
    content: '';
    display: block;
    width: 42px;
    height: 2px;
    margin: 10px 0 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-accent) 82%, white 12%);
}

body .apps-compatibility-section-special .app-compat {
    justify-self: start;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #34d399;
    font-size: 10px;
    letter-spacing: 0.7px;
}

body .apps-compatibility-section-special .apps-footer-text {
    max-width: 840px;
    margin: 28px auto 0;
}

body .apps-compatibility-section-special .apps-footer-text p {
    font-size: 17px;
    line-height: 1.85;
}

@media (prefers-reduced-motion: reduce) {
    body .apps-compatibility-section-special .apps-track,
    body .apps-compatibility-section-special .app-card {
        animation: none !important;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper,
    body .apps-compatibility-section-special .app-card {
        transform: none !important;
    }}

@media (max-width: 1024px) {

    body .apps-compatibility-section-special {
        padding: 88px 0 102px;
    }

    body .apps-header-special .apps-title {
        font-size: clamp(34px, 5vw, 50px);
    }

    body .apps-sliders-container-special {
        padding: 10px;
        border-radius: 28px;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper:first-child {
        margin-right: 32px;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper:last-child {
        margin-left: 32px;
    }

    body .apps-compatibility-section-special .app-card {
        width: 228px;
    }}

@media (max-width: 768px) {
    body .apps-compatibility-section-special {
        padding: 76px 0 88px;
    }

    body .apps-header-special {
        margin-bottom: 24px;
    }

    body .apps-header-special .apps-title {
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.08;
    }

    body .apps-header-special .apps-subtitle,
    body .apps-compatibility-section-special .apps-footer-text p {
        font-size: 15px;
        line-height: 1.75;
    }

    body .apps-header-special::after {
        font-size: 10px;
        letter-spacing: 0.9px;
        padding: 9px 12px;
    }

    body .apps-sliders-container-special {
        padding: 8px;
        border-radius: 24px;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper {
        padding: 14px 12px 16px;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper:first-child,
    body .apps-compatibility-section-special .apps-slider-wrapper:last-child {
        margin: 0 0 12px;
        border-radius: 22px;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper::before {
        left: 12px;
        right: 12px;
        top: 12px;
        height: 46px;
    }

    body .apps-compatibility-section-special .apps-slider-wrapper::after {
        top: 12px;
        right: 12px;
        font-size: 9px;
        padding: 6px 9px;
    }

    body .apps-compatibility-section-special .app-card {
        width: 192px;
        min-height: 176px;
        padding: 16px 15px 14px;
        border-radius: 20px;
    }

    body .apps-compatibility-section-special .app-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    body .apps-compatibility-section-special .app-logo {
        width: 46px;
        height: 46px;
    }

    body .apps-compatibility-section-special .app-name {
        font-size: 17px;
    }}

@media (max-width: 480px) {
    body .apps-header-special::after {
        display: none;
    }

    body .apps-compatibility-section-special .app-card {
        width: 168px;
        min-height: 166px;
        padding: 14px 13px 13px;
    }

    body .apps-compatibility-section-special .app-name {
        font-size: 15px;
    }

    body .apps-compatibility-section-special .app-compat {
        font-size: 9px;
    }}

/* ===== FINAL POLISH: HOW IT WORKS SECTION ===== */
body .how-it-works-section-maple {
    padding: 112px 0 124px;
    position: relative;
    overflow: hidden;
}

body .how-it-works-section-maple::before {
    background:
        radial-gradient(circle at 12% 18%, rgba(210, 15, 42, 0.1), transparent 26%),
        radial-gradient(circle at 82% 12%, rgba(239, 64, 90, 0.07), transparent 22%),
        linear-gradient(180deg, rgba(6, 8, 14, 0.24), transparent 36%);
}

body .how-it-works-section-maple::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 52%, transparent 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 120px);
    opacity: 0.3;
    pointer-events: none;
}

body .how-shell-maple {
    position: relative;
    z-index: 1;
}

body .how-header-maple {
    max-width: none;
    margin: 0 0 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: end;
    text-align: left;
}

body .how-header-maple .section-badge-purple {
    margin-bottom: 18px;
}

body .how-header-maple .how-title {
    font-size: clamp(40px, 4.5vw, 68px);
    line-height: 1.02;
    letter-spacing: -1.8px;
    margin-bottom: 0;
    max-width: 760px;
}

body .how-header-maple .how-subtitle {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(248, 250, 252, 0.76);
    max-width: 520px;
    margin-left: auto;
}

body .how-process-board {
    position: relative;
    padding: 28px 28px 26px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.12), transparent 22%),
        linear-gradient(145deg, rgba(17, 24, 36, 0.96), rgba(12, 16, 28, 0.92));
    box-shadow: 0 28px 64px rgba(3, 6, 14, 0.34);
    overflow: hidden;
}

body .how-process-board::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

body .how-process-rail {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
}

body .how-process-rail::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(210, 15, 42, 0.18), rgba(239, 64, 90, 0.55) 50%, rgba(210, 15, 42, 0.18));
    transform: translateY(-50%);
    z-index: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 20px rgba(210, 15, 42, 0.14);
}

body .how-process-rail::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    height: 14px;
    transform: translateY(-50%);
    background:
        radial-gradient(circle, rgba(239, 64, 90, 0.9) 0 4px, transparent 5px) left center/33.333% 14px repeat-x;
    opacity: 0.75;
    z-index: 0;
    pointer-events: none;
}

body .how-process-rail span {
    position: relative;
    z-index: 1;
    justify-self: center;
    min-width: 126px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(11, 15, 24, 0.9);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 14px 30px rgba(3, 6, 14, 0.22);
}

body .how-steps-grid-maple {
    gap: 22px;
    margin-bottom: 0;
}

body .how-step-card-maple {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        rgba(11, 15, 24, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 28px 24px 24px;
    overflow: hidden;
}

body .how-step-card-maple::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0.95;
}

body .how-step-card-maple:hover {
    transform: translateY(-6px);
    border-color: rgba(210, 15, 42, 0.28);
    box-shadow: 0 22px 44px rgba(210, 15, 42, 0.12);
}

body .how-step-card-maple-featured {
    background:
        radial-gradient(circle at top right, rgba(239, 64, 90, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(210, 15, 42, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(11, 15, 24, 0.88);
}

body .how-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

body .how-step-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(210, 15, 42, 0.95), rgba(239, 64, 90, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 34px rgba(210, 15, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body .how-step-card-maple .step-number {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
}

body .how-step-card-maple .step-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
}

body .how-step-card-maple .step-description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
}

body .how-step-card-maple .step-features {
    gap: 10px;
}

body .how-step-card-maple .step-features li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
}

body .how-step-card-maple .step-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.12);
}

body .how-step-card-maple .step-features li svg {
    display: none;
}

body .how-cta-maple {
    margin-top: 30px;
}

@media (max-width: 1024px) {

    body .how-header-maple {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body .how-header-maple .how-subtitle {
        margin-left: 0;
        max-width: 760px;
    }

    body .how-process-board {
        padding: 22px 20px 20px;
        border-radius: 26px;
    }}

@media (max-width: 768px) {
    body .how-it-works-section-maple {
        padding: 76px 0 90px;
    }

    body .how-header-maple .how-title {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.08;
    }

    body .how-header-maple .how-subtitle {
        font-size: 15px;
        line-height: 1.75;
    }

    body .how-process-rail {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 18px;
    }

    body .how-process-rail::before {
        display: none;
    }

    body .how-process-rail span {
        width: 100%;
    }

    body .how-steps-grid-maple {
        grid-template-columns: 1fr;
    }

    body .how-step-card-maple {
        padding: 22px 18px 20px;
        border-radius: 20px;
    }

    body .how-step-top {
        margin-bottom: 18px;
    }

    body .how-step-icon {
        width: 54px;
        height: 54px;
    }}

@media (max-width: 480px) {
    body .how-process-board {
        padding: 18px 14px 16px;
    }

    body .how-header-maple .how-title {
        font-size: 28px;
    }

    body .how-step-card-maple .step-title {
        font-size: 17px;
    }

    body .how-step-card-maple .step-description,
    body .how-step-card-maple .step-features li {
        font-size: 13px;
    }}

/* ===== FINAL POLISH: WHY CHOOSE SECTION ===== */
body .why-choose-section-maple {
    padding: 110px 0 126px;
}

body .why-header-maple {
    max-width: 900px;
    margin: 0 auto 46px;
}

body .why-header-maple .why-title {
    font-size: clamp(40px, 4.4vw, 66px);
    line-height: 1.02;
    letter-spacing: -1.8px;
}

body .why-header-maple .why-subtitle {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    body .why-choose-section-maple {
        padding: 78px 0 92px;
    }

    body .why-header-maple {
        margin-bottom: 30px;
    }

    body .why-header-maple .why-title {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.08;
    }

    body .why-header-maple .why-subtitle {
        font-size: 15px;
        line-height: 1.75;
    }}

/* ===== FINAL REIMAGINED: WHY CHOOSE SECTION ===== */
body .why-choose-section-maple {
    padding: 112px 0 126px;
}

body .why-header-maple {
    max-width: 860px;
    margin: 0 auto 44px;
}

body .why-header-maple .why-title {
    font-size: clamp(40px, 4.5vw, 68px);
    line-height: 1;
    letter-spacing: -1.9px;
}

body .why-header-maple .why-subtitle {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
}

@media (max-width: 768px) {
    body .why-choose-section-maple {
        padding: 78px 0 92px;
    }

    body .why-header-maple {
        margin-bottom: 30px;
    }

    body .why-header-maple .why-title {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.08;
    }

    body .why-header-maple .why-subtitle {
        font-size: 15px;
        line-height: 1.75;
    }}

/* ===== FINAL REIMAGINED V2: WHY CHOOSE PODIUM ===== */
body .comparison-podium-maple {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr) minmax(0, 0.9fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 42px;
}

body .comparison-podium-maple::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(210, 15, 42, 0.28), transparent);
    pointer-events: none;
}

body .podium-lane-maple {
    position: relative;
    display: grid;
    gap: 14px;
    align-self: end;
}

body .podium-lane-maple--second {
    transform: translateY(26px);
}

body .podium-lane-maple--third {
    transform: translateY(54px);
}

body .podium-crown-maple {
    display: flex;
    justify-content: center;
    margin-bottom: -2px;
}

body .podium-crown-maple span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(210, 15, 42, 0.95), rgba(239, 64, 90, 0.88));
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    box-shadow: 0 16px 30px rgba(210, 15, 42, 0.2);
    position: relative;
    overflow: hidden;
}

body .podium-card-maple {
    position: relative;
    overflow: hidden;
    padding: 24px 22px 22px;
    border-radius: 28px 28px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(9, 12, 20, 0.92);
    box-shadow: 0 22px 48px rgba(4, 6, 13, 0.42);
}

body .podium-card-maple::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.14), transparent 34%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 26%);
    pointer-events: none;
}

body .podium-card-maple--winner {
    padding: 28px 26px 24px;
    border-color: rgba(210, 15, 42, 0.24);
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(225, 29, 46, 0.14), transparent 26%),
        linear-gradient(145deg, rgba(11, 14, 25, 0.98), rgba(8, 10, 18, 0.94));
    box-shadow: 0 28px 60px rgba(210, 15, 42, 0.16), 0 24px 56px rgba(4, 6, 13, 0.5);
    animation: podiumWinnerGlow 3.8s ease-in-out infinite;
}

body .podium-card-maple--winner::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    right: -96px;
    top: -92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 15, 42, 0.26), transparent 72%);
    pointer-events: none;
}

body .podium-card-maple--winner .podium-rank,
body .podium-card-maple--winner .podium-label,
body .podium-base-maple--first,
body .podium-crown-maple span {
    animation: podiumWinnerLift 3.8s ease-in-out infinite;
}

body .podium-card-maple--winner::before {
    background:
        radial-gradient(circle at top left, rgba(210, 15, 42, 0.18), transparent 34%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 26%);
}

body .podium-lane-maple--first::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 14%;
    bottom: 6%;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 18%, rgba(210, 15, 42, 0.22), transparent 38%),
        radial-gradient(circle at 50% 100%, rgba(225, 29, 46, 0.16), transparent 42%);
    filter: blur(26px);
    opacity: 0.72;
    pointer-events: none;
    z-index: 0;
    animation: podiumWinnerAura 4.2s ease-in-out infinite;
}

body .podium-card-maple--winner .podium-label {
    position: relative;
    overflow: hidden;
}

body .podium-card-maple--winner .podium-label::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    animation: podiumWinnerBadgePulse 3.8s ease-in-out infinite;
}

body .podium-card-maple--muted {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        rgba(8, 11, 19, 0.88);
}

body .podium-rank {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(210, 15, 42, 0.96), rgba(239, 64, 90, 0.88));
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(210, 15, 42, 0.18);
}

body .podium-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .podium-card-maple h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1px;
}

body .podium-card-maple--winner h3 {
    font-size: 34px;
    letter-spacing: -1.4px;
}

body .podium-card-maple p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(248, 250, 252, 0.7);
}

body .podium-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

body .podium-feature-grid span {
    padding: 11px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    color: #ffffff;
}

body .podium-feature-list {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
}

body .podium-feature-list li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(248, 250, 252, 0.68);
}

body .podium-feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(210, 15, 42, 0.96), rgba(239, 64, 90, 0.88));
    box-shadow: 0 0 0 4px rgba(210, 15, 42, 0.1);
}

body .podium-base-maple {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 18px 18px 20px;
    border-radius: 20px 20px 28px 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(10, 14, 24, 0.92);
    text-align: center;
}

body .podium-base-maple strong {
    font-size: 18px;
    line-height: 1.2;
}

body .podium-base-maple span {
    font-size: 12px;
    line-height: 1.55;
    color: rgba(248, 250, 252, 0.64);
}

body .podium-base-maple--first {
    min-height: 160px;
    border-color: rgba(210, 15, 42, 0.24);
    background:
        linear-gradient(180deg, rgba(210, 15, 42, 0.16), rgba(255, 255, 255, 0.03)),
        rgba(10, 14, 24, 0.94);
}

body .podium-base-maple--second {
    min-height: 120px;
}

body .podium-base-maple--third {
    min-height: 92px;
}

@media (max-width: 1200px) {
    body .comparison-podium-maple {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body .podium-lane-maple--second,
    body .podium-lane-maple--third {
        transform: none;
    }}

@media (max-width: 768px) {
    body .podium-lane-maple--first {
        order: 1;
    }

    body .podium-lane-maple--second {
        order: 2;
    }

    body .podium-lane-maple--third {
        order: 3;
    }

    body .podium-card-maple,
    body .podium-card-maple--winner {
        padding: 20px 18px 18px;
        border-radius: 22px 22px 16px 16px;
    }

    body .podium-card-maple h3,
    body .podium-card-maple--winner h3 {
        font-size: 28px;
    }

    body .podium-feature-grid {
        grid-template-columns: 1fr;
    }}

@media (prefers-reduced-motion: reduce) {
    body .podium-card-maple--winner,
    body .podium-card-maple--winner .podium-rank,
    body .podium-card-maple--winner .podium-label,
    body .podium-base-maple--first,
    body .podium-crown-maple span,
    body .podium-card-maple--winner .podium-label::after,
    body .podium-lane-maple--first::before {
        animation: none !important;
    }}

/* ===== FINAL POLISH V3: PODIUM HIERARCHY ===== */
body .podium-lane-maple--first {
    z-index: 3;
}

body .podium-lane-maple--second,
body .podium-lane-maple--third {
    z-index: 1;
}

body .podium-lane-maple--second .podium-card-maple,
body .podium-lane-maple--second .podium-base-maple {
    border-color: rgba(148, 163, 184, 0.16);
    background:
        radial-gradient(circle at top left, rgba(148, 163, 184, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
        rgba(12, 15, 23, 0.82);
    box-shadow: 0 16px 30px rgba(2, 6, 23, 0.28);
}

body .podium-lane-maple--third .podium-card-maple,
body .podium-lane-maple--third .podium-base-maple {
    border-color: rgba(107, 114, 128, 0.14);
    background:
        radial-gradient(circle at top right, rgba(107, 114, 128, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
        rgba(10, 12, 18, 0.76);
    box-shadow: 0 12px 24px rgba(2, 6, 23, 0.22);
}

body .podium-lane-maple--second .podium-card-maple {
    transform: scale(0.965);
    transform-origin: bottom center;
}

body .podium-lane-maple--third .podium-card-maple {
    transform: scale(0.935);
    transform-origin: bottom center;
}

body .podium-lane-maple--second .podium-rank {
    background: linear-gradient(145deg, #94a3b8, #64748b);
    box-shadow: 0 12px 24px rgba(100, 116, 139, 0.18);
}

body .podium-lane-maple--third .podium-rank {
    background: linear-gradient(145deg, #6b7280, #4b5563);
    box-shadow: 0 10px 20px rgba(75, 85, 99, 0.16);
}

body .podium-lane-maple--second .podium-label {
    background: rgba(148, 163, 184, 0.08);
    border-color: rgba(148, 163, 184, 0.18);
    color: rgba(226, 232, 240, 0.76);
}

body .podium-lane-maple--third .podium-label {
    background: rgba(107, 114, 128, 0.08);
    border-color: rgba(107, 114, 128, 0.16);
    color: rgba(203, 213, 225, 0.66);
}

body .podium-lane-maple--second .podium-card-maple h3 {
    color: rgba(241, 245, 249, 0.9);
}

body .podium-lane-maple--third .podium-card-maple h3 {
    color: rgba(226, 232, 240, 0.82);
}

body .podium-lane-maple--second .podium-card-maple p,
body .podium-lane-maple--second .podium-base-maple span,
body .podium-lane-maple--second .podium-feature-list li {
    color: rgba(203, 213, 225, 0.62);
}

body .podium-lane-maple--third .podium-card-maple p,
body .podium-lane-maple--third .podium-base-maple span,
body .podium-lane-maple--third .podium-feature-list li {
    color: rgba(148, 163, 184, 0.56);
}

body .podium-lane-maple--second .podium-feature-list li::before {
    background: linear-gradient(145deg, #94a3b8, #64748b);
    box-shadow: 0 0 0 4px rgba(100, 116, 139, 0.08);
}

body .podium-lane-maple--third .podium-feature-list li::before {
    background: linear-gradient(145deg, #6b7280, #4b5563);
    box-shadow: 0 0 0 4px rgba(75, 85, 99, 0.08);
}

body .podium-lane-maple--second .podium-base-maple strong {
    color: rgba(241, 245, 249, 0.92);
}

body .podium-lane-maple--third .podium-base-maple strong {
    color: rgba(226, 232, 240, 0.82);
}

body .podium-base-maple--second {
    min-height: 126px;
}

body .podium-base-maple--third {
    min-height: 96px;
}

body .podium-lane-maple--third .podium-card-maple::before,
body .podium-lane-maple--third .podium-base-maple::before {
    opacity: 0.45;
}

@media (max-width: 1200px) {
    body .podium-lane-maple--second .podium-card-maple,
    body .podium-lane-maple--third .podium-card-maple {
        transform: none;
    }}

/* ===== HOME PAGE RESPONSIVE FIXES (HEADER/BANNER + EXPERIENCE + REVIEWS + FAQ) ===== */
@media (max-width: 1280px) {
    .promo-content {
        gap: 10px;
        padding: 10px 54px 10px 14px;
    }

    .promo-text {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media (max-width: 1100px) {
    .promo-badge {
        display: none;
    }

    .promo-content {
        padding-right: 50px;
    }

    .promo-text {
        font-size: 12px;
    }

    .beyond-experience-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .beyond-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 18px;
    }

    .beyond-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .faq-support-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .promo-banner {
        height: 64px;
    }

    .promo-content {
        justify-content: flex-start;
        padding: 10px 44px 10px 12px;
        gap: 8px;
    }

    .promo-text {
        font-size: 11px;
        line-height: 1.3;
        white-space: nowrap;
    }

    .promo-btn {
        display: none;
    }

    .beyond-side-column,
    .beyond-feature-strip,
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card-v2 {
        padding: 22px 18px;
    }

    .faq-section {
        padding: 72px 0;
    }

    .faq-header {
        margin-bottom: 42px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-support-card {
        padding: 24px 18px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .promo-content {
        padding-left: 10px;
        padding-right: 40px;
    }

    .promo-text {
        font-size: 10.5px;
    }

    .beyond-header {
        margin-bottom: 36px;
    }

    .reviews-title {
        font-size: 28px;
    }

    .faq-title {
        font-size: 28px;
    }
}

/* ===== REVIEWS RESPONSIVE FIX (FINAL) ===== */
@media (max-width: 1100px) {
    .google-reviews-section .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .google-reviews-section {
        padding: 80px 0;
    }

    .google-reviews-section .reviews-header {
        margin-bottom: 42px;
    }

    .google-reviews-section .reviews-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .google-reviews-section .reviews-subtitle {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .google-reviews-section .reviews-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 36px;
    }

    .google-reviews-section .review-card-v2 {
        padding: 22px 18px;
    }

    .google-reviews-section .review-top {
        gap: 10px;
    }

    .google-reviews-section .reviewer-avatar-v2 {
        width: 42px;
        height: 42px;
    }

    .google-reviews-section .review-text-v2 {
        font-size: 14px;
        line-height: 1.55;
    }
}

@media (max-width: 480px) {
    .google-reviews-section {
        padding: 64px 0;
    }

    .google-reviews-section .reviews-title {
        font-size: 28px;
    }

    .google-reviews-section .reviews-subtitle {
        font-size: 14px;
    }

    .google-reviews-section .review-card-v2 {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .google-reviews-section .reviewer-name-v2 {
        font-size: 14px;
    }

    .google-reviews-section .reviewer-badge {
        font-size: 11px;
    }
}



