/* Component: advantages-section.css */



.vex-adv {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    padding: 60px 20px;
}

.vex-adv__header {
    margin-bottom: 45px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.vex-adv__title {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 15px;
    line-height: 1.35;
    color: #00234b;
    letter-spacing: -0.015em;
}

.vex-adv__divider {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 25px;
}

.vex-adv__divider span {
    height: 2px;
    width: 28px;
    border-radius: 4px;
}

.vex-adv__divider .v-blue {
    background: #002395;
}

.vex-adv__divider .v-red {
    background: #ed2939;
}

.vex-adv__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #67748e;
    font-weight: 500;
    margin: 0 auto;
}

.vex-adv__top-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.vex-adv__pill {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f2f5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vex-adv__pill:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
    border-color: #e2e8f0;
}

.vex-adv__pill-icon-wrap {
    width: 32px;
    height: 32px;
    background: #f1f5ff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002395;
    font-size: 14px;
    flex-shrink: 0;
}

.vex-adv__pill-icon-wrap i,
.vex-adv__pill-icon-wrap svg {
    width: 14px !important;
    height: 14px !important;
}

.vex-adv__pill-text {
    font-size: 14px;
    font-weight: 800;
    color: #001a35;
    line-height: 1.25;
}

.vex-adv__bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 25px;
}

.vex-adv__card {
    background: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f2f5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vex-adv__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
    border-color: #e2e8f0;
}

.vex-adv__card-icon-wrap {
    width: 20px;
    height: 20px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 1px;
}

.vex-adv__card-icon-wrap svg,
.vex-adv__card-icon-wrap i {
    width: 10px !important;
    height: 10px !important;
}

.vex-adv__card-content {
    font-size: 14px;
    font-weight: 800;
    color: #001a35;
    line-height: 1.5;
}

.vex-adv__footer {
    text-align: left;
    margin-top: 15px;
    padding-left: 5px;
}

.vex-adv__footer-link {
    color: #001a35;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.vex-adv__footer-link:hover {
    color: #3b82f6;
    transform: translateX(3px);
}

@media (max-width: 1100px) {
    .vex-adv__top-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vex-adv__bottom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vex-adv {
        padding: 40px 15px;
    }

    .vex-adv__title {
        font-size: 24px;
    }

    .vex-adv__top-grid,
    .vex-adv__bottom-grid {
        grid-template-columns: 1fr;
    }

    .vex-adv__pill {
        padding: 18px;
    }

    .vex-adv__card {
        padding: 18px;
    }
}

/* Component: client-echo-panel.css */
.client-echo-panel-1934 {
    background-color: #0a162b;
    padding: 80px 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.client-echo-panel-1934 .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.client-echo-panel-1934 .header-area {
    margin-bottom: 50px;
}

.client-echo-panel-1934 .main-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.client-echo-panel-1934 .main-title span {
    color: #ffcc00;
}

.client-echo-panel-1934 .subtitle {
    font-size: 16px;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.client-echo-panel-1934 .subtitle strong {
    color: #ffffff;
}

.client-echo-panel-1934 .cta-button {
    background-color: #ffcc00;
    color: #0c1a33;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.client-echo-panel-1934 .cta-button:hover {
    transform: translateY(-2px);
    background-color: #e6b800;
}

.client-echo-panel-1934 .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.client-echo-panel-1934 .testimonial-card {
    background-color: #152a4e;
    border-radius: 18px;
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.client-echo-panel-1934 .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-echo-panel-1934 .stars {
    color: #ffcc00;
    letter-spacing: 2px;
    font-size: 14px;
}

.client-echo-panel-1934 .verified-badge {
    background-color: rgba(74, 110, 169, 0.4);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.client-echo-panel-1934 .testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 400;
}

.client-echo-panel-1934 .testimonial-text strong {
    font-weight: 800;
}

.client-echo-panel-1934 .card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #ffffff;
}

.client-echo-panel-1934 .footer-divider {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.6;
}

.client-echo-panel-1934 .author-name {
    font-weight: 800;
}

.client-echo-panel-1934 .author-location {
    color: #cbd5e1;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .client-echo-panel-1934 .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .client-echo-panel-1934 .main-title {
        font-size: 28px;
    }

    .client-echo-panel-1934 .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* Component: iptv-application-6218.css */
/* Component: iptv-application-6218.css */

.v-app-6218 {
    --va-primary-color: #0d1e3d;
    --va-accent-blue: #1a3a8f;
    --va-accent-red: #e63946;
    --va-text-color: #444444;
    --va-card-bg: #ffffff;
    --va-card-border: #f2f5f9;
    --va-card-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    --va-card-radius: 15px;

    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    overflow: hidden;
}

.v-app-6218__container {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

/* Headings */
.v-app-6218__header {
    margin-bottom: 35px;
}

.v-app-6218__title {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--va-primary-color);
    margin: 0 0 15px;
    letter-spacing: -0.02em;
}

.v-app-6218__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 24px;
    width: 64px;
}

.v-app-6218__divider-blue,
.v-app-6218__divider-red {
    display: block;
    height: 4px;
    width: 32px;
}

.v-app-6218__divider-blue {
    background-color: var(--va-accent-blue);
    border-radius: 2px 0 0 2px;
}

.v-app-6218__divider-red {
    background-color: var(--va-accent-red);
    border-radius: 0 2px 2px 0;
}

.v-app-6218__description {
    font-size: 0.95rem;
    color: var(--va-text-color);
    max-width: 720px;
    margin: 0 auto;
}

.v-app-6218__description strong {
    font-weight: 700;
    color: #222222;
}

/* Feature Pills */
.v-app-6218__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 35px;
}

.v-app-6218__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--va-primary-color);
    transition: all 0.3s ease;
}

.v-app-6218__pill i {
    color: var(--va-accent-red);
}

/* Grid & Cards */
.v-app-6218__grid {
    display: grid;
    grid-template-columns: repeat(var(--va-grid-cols-desktop, 4), 1fr);
    gap: 15px;
    margin: 40px 0;
}

.v-app-6218__card {
    background-color: var(--va-card-bg);
    border: 1px solid var(--va-card-border);
    border-radius: var(--va-card-radius);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    box-shadow: var(--va-card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.v-app-6218__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.v-app-6218__card-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    color: var(--va-accent-blue);
}

.v-app-6218__card-image {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.v-app-6218__card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--va-primary-color);
    margin: 10px 0 5px;
    display: none;
    /* Only show if explicitly enabled in controls */
}

.v-app-6218__card-desc {
    font-size: 0.85rem;
    color: var(--va-text-color);
    margin: 0;
    display: none;
}

/* CTA Button */
.v-app-6218__footer {
    margin-top: 35px;
}

.v-app-6218__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, var(--va-accent-blue) 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(26, 58, 143, 0.25);
    border: none;
    cursor: pointer;
}

.v-app-6218__btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(26, 58, 143, 0.35);
}

/* Sub-Description below grid */
.v-app-6218__sub-desc {
    font-size: 0.9rem;
    color: var(--va-text-color);
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
    .v-app-6218__grid {
        grid-template-columns: repeat(var(--va-grid-cols-tablet, 2), 1fr);
    }
}

@media (max-width: 600px) {
    .v-app-6218 {
        padding: 40px 16px;
    }

    .v-app-6218__grid {
        grid-template-columns: repeat(var(--va-grid-cols-mobile, 1), 1fr);
        gap: 12px;
    }

    .v-app-6218__title {
        font-size: 1.5rem;
    }
}

/* Component: compare-table.css */


.ct {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: inherit;
    box-sizing: border-box;
}

.ct__inner {
    max-width: 900px;
    margin: 0 auto;
}

.ct__header {
    text-align: center;
    margin-bottom: 40px;
}

.ct__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.ct__title-accent {
    color: #f5a623;
    font-weight: 700;
}

.ct__title-dark {
    color: #0d1e3d;
    font-weight: 700;
}

.ct__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    width: 64px;
}

.ct__divider-blue,
.ct__divider-red {
    display: block;
    height: 4px;
    width: 32px;
}

.ct__divider-blue {
    background-color: #1a3a8f;
    border-radius: 2px 0 0 2px;
}

.ct__divider-red {
    background-color: #e63946;
    border-radius: 0 2px 2px 0;
}

.ct__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e8edf5;
    border-radius: 8px;
}

.ct__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 560px;
}

.ct__head-row {
    border-bottom: 1px solid #e8edf5;
}

.ct__th {
    padding: 18px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    white-space: normal;
    line-height: 1.3;
}

.ct__th--features {
    text-align: left;
    color: #1a6cf5;
    width: 46%;
    font-size: 0.95rem;
}

.ct__th--us {
    color: #0d1e3d;
    width: 30%;
    border-bottom: 3px solid #f5a623;
    padding-bottom: 15px;
}

.ct__th--others {
    color: #0d1e3d;
    width: 24%;
}

.ct__row {
    border-bottom: 1px solid #e8edf5;
    transition: background-color 0.15s ease;
}

.ct__row:last-child {
    border-bottom: none;
}

.ct__row:hover {
    background-color: #f8faff;
}

.ct__td {
    padding: 16px 20px;
    vertical-align: middle;
    text-align: center;
}

.ct__td--feature {
    text-align: left;
    padding: 14px 20px;
}

.ct__feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ct__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background-color: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ct__icon i,
.ct__icon svg {
    font-size: 0.9rem;
    color: #1a6cf5;
    width: 16px;
    height: 16px;
}

.ct__feature-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0d1e3d;
    line-height: 1.4;
}

.ct__check,
.ct__cross {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}

.ct__check {
    color: #0d1e3d;
}

.ct__cross {
    color: #0d1e3d;
}

@media (max-width: 768px) {
    .ct {
        padding: 48px 16px;
    }

    .ct__th {
        padding: 14px 12px;
        font-size: 0.82rem;
    }

    .ct__td {
        padding: 12px 12px;
    }

    .ct__td--feature {
        padding: 12px 12px;
    }

    .ct__feature-label {
        font-size: 0.82rem;
    }

    .ct__icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .ct__icon i,
    .ct__icon svg {
        font-size: 0.8rem;
        width: 14px;
        height: 14px;
    }

    .ct__check,
    .ct__cross {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .ct__title {
        font-size: 1.3rem;
    }

    .ct__table {
        min-width: 480px;
    }

    .ct__th--features {
        width: 50%;
    }

    .ct__th--us {
        width: 28%;
    }

    .ct__th--others {
        width: 22%;
    }
}

/* Component: feature-trust-grid.css */
/* ==========================================================================
   Feature Trust Grid — PREMIUM UI v2
   Widget: FeatureTrustGrid_2841_Widget
   BEM: .ft__*
   Mobile-first · No jQuery · Zero external deps beyond Google Fonts
   ========================================================================== */


/* --------------------------------------------------------------------------
   Design Tokens
   -------------------------------------------------------------------------- */
.ft {
    --ft-navy-deep: #04091a;
    --ft-navy-mid: #0a1530;
    --ft-navy-card: #0d1e40;
    --ft-accent-blue: #3b82f6;
    --ft-accent-cyan: #06b6d4;
    --ft-accent-red: #ef4444;
    --ft-accent-gold: #f59e0b;
    --ft-white: #ffffff;
    --ft-text-primary: #e2e8f0;
    --ft-text-muted: #94a3b8;
    --ft-text-light: #cbd5e1;
    --ft-glass-bg: rgba(255, 255, 255, 0.035);
    --ft-glass-border: rgba(255, 255, 255, 0.075);
    --ft-card-border-hover: rgba(59, 130, 246, 0.45);
    --ft-radius-card: 22px;
    --ft-radius-icon: 18px;
    --ft-transition: 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* --------------------------------------------------------------------------
   Section Shell
   -------------------------------------------------------------------------- */
.ft {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(59, 130, 246, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 100%, rgba(6, 182, 212, 0.10) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(239, 68, 68, 0.05) 0%, transparent 60%),
        var(--ft-navy-deep);
    padding: 110px 24px 90px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

/* Subtle dot-grid texture */
.ft::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
    z-index: 0;
}

/* Ambient orbs */
.ft::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
    z-index: 0;
}

/* --------------------------------------------------------------------------
   Inner wrapper
   -------------------------------------------------------------------------- */
.ft__inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --------------------------------------------------------------------------
   Eyebrow pill
   -------------------------------------------------------------------------- */
.ft__eyebrow {
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
}

.ft__eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg,
            rgba(59, 130, 246, 0.12) 0%,
            rgba(6, 182, 212, 0.09) 100%);
    border: 1px solid rgba(59, 130, 246, 0.28);
    color: #93c5fd;
    padding: 9px 22px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.12);
}

.ft__eyebrow-pill::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 8px #3b82f6;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Grid
   -------------------------------------------------------------------------- */
.ft__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* --------------------------------------------------------------------------
   Card
   -------------------------------------------------------------------------- */
.ft__card {
    position: relative;
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.048) 0%,
            rgba(255, 255, 255, 0.018) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--ft-glass-border);
    border-radius: var(--ft-radius-card);
    padding: 44px 32px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform var(--ft-transition),
        box-shadow var(--ft-transition),
        border-color var(--ft-transition),
        background var(--ft-transition);
    overflow: hidden;
    height: 100%;
    cursor: default;
}

/* Shimmer top border — hidden by default, reveal on hover */
.ft__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            var(--ft-accent-blue) 40%,
            var(--ft-accent-cyan) 60%,
            transparent 100%);
    opacity: 0;
    transition: opacity var(--ft-transition);
    border-radius: 0 0 2px 2px;
}

/* Subtle inner-glow overlay */
.ft__card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--ft-radius-card);
    background: radial-gradient(circle at 50% 0%,
            rgba(59, 130, 246, 0.08) 0%,
            transparent 65%);
    opacity: 0;
    transition: opacity var(--ft-transition);
    pointer-events: none;
}

.ft__card:hover {
    transform: translateY(-12px);
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.075) 0%,
            rgba(255, 255, 255, 0.03) 100%);
    border-color: var(--ft-card-border-hover);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(59, 130, 246, 0.12),
        0 0 50px rgba(59, 130, 246, 0.08);
}

.ft__card:hover::before {
    opacity: 1;
}

.ft__card:hover::after {
    opacity: 1;
}

/* --------------------------------------------------------------------------
   Icon
   -------------------------------------------------------------------------- */
.ft__icon {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: var(--ft-radius-icon);
    background: linear-gradient(145deg,
            rgba(59, 130, 246, 0.15) 0%,
            rgba(6, 182, 212, 0.10) 100%);
    border: 1px solid rgba(59, 130, 246, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: transform var(--ft-transition),
        background var(--ft-transition),
        border-color var(--ft-transition),
        box-shadow var(--ft-transition);
    flex-shrink: 0;
}

.ft__icon i,
.ft__icon svg {
    font-size: 1.625rem;
    color: #93c5fd;
    width: 26px;
    height: 26px;
    transition: color var(--ft-transition), filter var(--ft-transition);
    filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.5));
    position: relative;
    z-index: 1;
}

/* Icon glow pulse */
.ft__icon-glow {
    position: absolute;
    inset: -12px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.35) 0%, transparent 65%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity var(--ft-transition);
    z-index: 0;
}

.ft__card:hover .ft__icon {
    transform: scale(1.12) rotate(-4deg);
    background: linear-gradient(135deg, var(--ft-accent-blue) 0%, var(--ft-accent-cyan) 100%);
    border-color: transparent;
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.18),
        0 8px 28px rgba(59, 130, 246, 0.38);
}

.ft__card:hover .ft__icon i,
.ft__card:hover .ft__icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.ft__card:hover .ft__icon-glow {
    opacity: 1;
}

/* --------------------------------------------------------------------------
   Number badge (optional decorative element shown top-right of card)
   -------------------------------------------------------------------------- */
.ft__card-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.12);
    font-variant-numeric: tabular-nums;
    user-select: none;
    pointer-events: none;
    line-height: 1;
}

/* --------------------------------------------------------------------------
   Title
   -------------------------------------------------------------------------- */
.ft__title {
    font-size: 1.175rem;
    font-weight: 800;
    color: var(--ft-white);
    margin: 0 0 14px;
    line-height: 1.4;
    letter-spacing: -0.015em;
    transition: color var(--ft-transition);
}

.ft__card:hover .ft__title {
    color: #93c5fd;
}

/* --------------------------------------------------------------------------
   Divider under title
   -------------------------------------------------------------------------- */
.ft__card-divider {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--ft-accent-blue), var(--ft-accent-cyan));
    border-radius: 2px;
    margin: 0 auto 18px;
    transition: width var(--ft-transition);
    flex-shrink: 0;
}

.ft__card:hover .ft__card-divider {
    width: 60px;
}

/* --------------------------------------------------------------------------
   Description
   -------------------------------------------------------------------------- */
.ft__desc {
    font-size: 0.9375rem;
    color: var(--ft-text-muted);
    line-height: 1.75;
    margin: 0;
    transition: color var(--ft-transition);
}

.ft__desc strong {
    font-weight: 700;
    color: var(--ft-text-light);
}

.ft__card:hover .ft__desc {
    color: #b0bfd0;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
    .ft__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}

@media (max-width: 600px) {
    .ft {
        padding: 70px 18px 60px;
    }

    .ft__eyebrow {
        margin-bottom: 40px;
    }

    .ft__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
        gap: 20px;
    }

    .ft__card {
        padding: 36px 24px 32px;
    }

    .ft__icon {
        width: 64px;
        height: 64px;
    }

    .ft__title {
        font-size: 1.0625rem;
    }
}

/* --------------------------------------------------------------------------
   Accessibility — reduce motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {

    .ft__card,
    .ft__icon,
    .ft__card-divider,
    .ft__title,
    .ft__desc,
    .ft__icon-glow {
        transition: none;
    }
}

/* Component: iptv-adv-promo.css */



.vex-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    border-radius: 12px;
    background: linear-gradient(90deg, #d32f2f 0%, #4a148c 50%, #1e3a8a 100%);
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: #fff;
    overflow: hidden;
    position: relative;
    gap: 20px;
}

.vex-promo__left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.vex-promo__icon-wrap {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    backdrop-filter: blur(5px);
}

.vex-promo__icon-wrap i,
.vex-promo__icon-wrap svg {
    width: 14px !important;
    height: 14px !important;
    display: block;
}

.vex-promo__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vex-promo__title {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.vex-promo__desc {
    font-size: 13.5px;
    font-weight: 600;
    margin: 0;
    opacity: 0.95;
    line-height: 1.4;
}

.vex-promo__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vex-promo__divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
}

.vex-promo__badges {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vex-promo__badge {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    backdrop-filter: blur(5px);
}

@media (max-width: 991px) {
    .vex-promo {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 20px;
    }

    .vex-promo__right {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
        justify-content: space-between;
    }

    .vex-promo__divider {
        display: none;
    }
}

@media (max-width: 480px) {
    .vex-promo__left {
        gap: 12px;
    }

    .vex-promo__icon-wrap {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .vex-promo__icon-wrap i,
    .vex-promo__icon-wrap svg {
        width: 12px !important;
        height: 12px !important;
    }

    .vex-promo__title {
        font-size: 16px;
    }

    .vex-promo__desc {
        font-size: 12px;
    }

    .vex-promo__badges {
        flex-wrap: wrap;
    }

    .vex-promo__badge {
        padding: 6px 14px;
        font-size: 12px;
    }
}

/* Component: iptv-advantages2-section.css */
/* ==========================================================================
   IPTV Advantages 2Section — Premium UI
   Widget : IPTV_Advantages2Section_Widget
   BEM    : .ia2s__*
   Design : White section · Dark navy cards · French flag divider
   Mobile-first · No jQuery · Semantic HTML5
   ========================================================================== */


/* --------------------------------------------------------------------------
   Design Tokens
   -------------------------------------------------------------------------- */
.ia2s {
    --ia2-white: #ffffff;
    --ia2-bg: #f8faff;
    --ia2-navy: #0b2341;
    --ia2-navy-card: #0d2554;
    --ia2-navy-card-h: #112e6a;
    --ia2-blue: #1a6cf5;
    --ia2-cyan: #06b6d4;
    --ia2-red: #e63946;
    --ia2-green: #22c55e;
    --ia2-text-body: #3d4a5c;
    --ia2-text-muted: #6b7a90;
    --ia2-card-text: #bfcfe8;
    --ia2-radius-card: 20px;
    --ia2-radius-pill: 100px;
    --ia2-transition: 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --------------------------------------------------------------------------
   Section Shell
   -------------------------------------------------------------------------- */
.ia2s {
    width: 100%;
    padding: 90px 20px 80px;
    background-color: var(--ia2-white);
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

#iptv-advantages-2section,
#iptv-advantages-2section * {
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   Container
   -------------------------------------------------------------------------- */
.ia2s__container {
    max-width: 1160px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.ia2s__header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 44px;
}

/* Heading block — both spans stack on separate lines via flex column */
.ia2s__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0 0 18px;
}

.ia2s__title-primary {
    font-size: clamp(28px, 4.5vw, 42px);
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.ia2s__title-secondary {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    color: #334155;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Highlight the italic/accent portion via <em> if used in content */
.ia2s__title-secondary em {
    font-style: italic;
    color: var(--ia2-blue);
}

/* --------------------------------------------------------------------------
   French flag divider
   -------------------------------------------------------------------------- */
.ia2s__divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-bottom: 22px;
}

.ia2s__divider-blue,
.ia2s__divider-red {
    display: block;
    height: 3.5px;
    width: 32px;
    border-radius: 4px;
}

.ia2s__divider-blue {
    background: #2563eb;
}

.ia2s__divider-red {
    background: #ef4444;
}

/* --------------------------------------------------------------------------
   Description
   -------------------------------------------------------------------------- */
.ia2s__desc {
    font-size: 1rem;
    line-height: 1.72;
    color: var(--ia2-text-body);
    font-weight: 500;
    margin: 0;
    max-width: 720px;
    margin-inline: auto;
}

/* --------------------------------------------------------------------------
   Feature Pills
   -------------------------------------------------------------------------- */
.ia2s__pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 44px;
}

.ia2s__pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background-color: var(--ia2-navy);
    color: var(--ia2-white);
    padding: 10px 22px;
    border-radius: var(--ia2-radius-pill);
    font-size: 0.875rem;
    font-weight: 700;
    border: 1.5px solid transparent;
    transition: background-color var(--ia2-transition),
        transform var(--ia2-transition),
        box-shadow var(--ia2-transition);
    cursor: default;
    white-space: nowrap;
}

.ia2s__pill:hover {
    background-color: #112e6a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 35, 65, 0.22);
}

.ia2s__pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ia2s__pill-icon i,
.ia2s__pill-icon svg {
    width: 14px !important;
    height: 14px !important;
    color: inherit;
}

.ia2s__pill-text {
    line-height: 1;
}

/* --------------------------------------------------------------------------
   Cards Grid
   -------------------------------------------------------------------------- */
.ia2s__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 52px;
}

/* --------------------------------------------------------------------------
   Single Card
   -------------------------------------------------------------------------- */
.ia2s__card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background-color: var(--ia2-navy-card);
    border-radius: var(--ia2-radius-card);
    padding: 26px 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform var(--ia2-transition),
        box-shadow var(--ia2-transition),
        background-color var(--ia2-transition),
        border-color var(--ia2-transition);
    position: relative;
    overflow: hidden;
}

/* Top shimmer line — reveals on hover */
.ia2s__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            var(--ia2-blue) 40%,
            var(--ia2-cyan) 60%,
            transparent 100%);
    opacity: 0;
    transition: opacity var(--ia2-transition);
    border-radius: 0 0 2px 2px;
}

.ia2s__card:hover {
    transform: translateY(-7px);
    background-color: var(--ia2-navy-card-h);
    border-color: rgba(26, 108, 245, 0.28);
    box-shadow:
        0 18px 48px rgba(11, 35, 65, 0.38),
        0 0 0 1px rgba(26, 108, 245, 0.08);
}

.ia2s__card:hover::before {
    opacity: 1;
}

/* --------------------------------------------------------------------------
   Card Icon (checkmark badge)
   -------------------------------------------------------------------------- */
.ia2s__card-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    border: 1.5px solid rgba(34, 197, 94, 0.35);
    color: var(--ia2-green);
    margin-top: 1px;
    flex-shrink: 0;
    transition: background var(--ia2-transition),
        border-color var(--ia2-transition),
        transform var(--ia2-transition);
}

.ia2s__card-icon-wrap i,
.ia2s__card-icon-wrap svg {
    width: 14px !important;
    height: 14px !important;
    filter: drop-shadow(0 0 5px rgba(34, 197, 94, 0.4));
}

.ia2s__card:hover .ia2s__card-icon-wrap {
    background: rgba(34, 197, 94, 0.25);
    border-color: rgba(34, 197, 94, 0.55);
    transform: scale(1.1) rotate(-5deg);
}

/* --------------------------------------------------------------------------
   Card Content
   -------------------------------------------------------------------------- */
.ia2s__card-body {
    flex: 1;
    min-width: 0;
}

.ia2s__card-title {
    font-size: 1rem;
    font-weight: 900;
    color: var(--ia2-white);
    margin: 0 0 9px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: color var(--ia2-transition);
}

.ia2s__card:hover .ia2s__card-title {
    color: #93c5fd;
}

.ia2s__card-desc {
    font-size: 0.875rem;
    color: var(--ia2-card-text);
    line-height: 1.62;
    margin: 0;
    font-weight: 400;
}

.ia2s__card-desc strong {
    font-weight: 700;
    color: #dce8fa;
}

/* --------------------------------------------------------------------------
   CTA Footer
   -------------------------------------------------------------------------- */
.ia2s__footer {
    text-align: center;
}

.ia2s__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 48px;
    background: linear-gradient(135deg,
            #0b2341 0%,
            #1a4bbd 55%,
            #2563eb 100%);
    border-radius: var(--ia2-radius-pill);
    color: var(--ia2-white);
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow:
        0 10px 28px rgba(26, 75, 189, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.07) inset;
    transition: transform var(--ia2-transition),
        box-shadow var(--ia2-transition);
    position: relative;
    overflow: hidden;
}

/* Shimmer sweep */
.ia2s__btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.13) 50%,
            transparent 100%);
    transform: skewX(-18deg);
    transition: left 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.ia2s__btn:hover::after {
    left: 160%;
}

.ia2s__btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 16px 42px rgba(26, 75, 189, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.ia2s__btn:active {
    transform: scale(0.98);
}

.ia2s__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.ia2s__btn-icon svg,
.ia2s__btn-icon i {
    width: 16px !important;
    height: 16px !important;
}

.ia2s__btn-text {
    position: relative;
    z-index: 1;
}

.ia2s__btn-arrow {
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
    transition: transform var(--ia2-transition);
}

.ia2s__btn:hover .ia2s__btn-arrow {
    transform: translateX(5px);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .ia2s__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .ia2s {
        padding: 60px 16px 50px;
    }

    .ia2s__header {
        margin-bottom: 32px;
    }

    .ia2s__title-primary,
    .ia2s__title-secondary {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .ia2s__pills {
        gap: 8px;
        margin-bottom: 32px;
    }

    .ia2s__pill {
        padding: 8px 16px;
        font-size: 0.8125rem;
    }

    .ia2s__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 36px;
    }

    .ia2s__card {
        padding: 22px 18px;
    }

    .ia2s__btn {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .ia2s__card-icon-wrap {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }
}

/* --------------------------------------------------------------------------
   Accessibility — reduce motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {

    .ia2s__card,
    .ia2s__card-icon-wrap,
    .ia2s__card-title,
    .ia2s__pill,
    .ia2s__btn,
    .ia2s__btn::after,
    .ia2s__btn-arrow {
        transition: none;
    }

    .ia2s__btn::after {
        display: none;
    }
}

/* Component: iptv-advantages4-section.css */
/* ==========================================================
   IPTV Advantages4 Section — BEM
   Pixel-perfect reproduction: dark navy banner with blurred
   photo overlay, white + gold heading, yellow CTA.
   ========================================================== */

/* ---- wrapper ---- */
.adv4 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #132240 50%, #0d1b30 100%);
    padding: 72px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
}

/* ---- blurred photo overlay (positioned right) ---- */
.adv4__photo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    opacity: 0.22;
    filter: blur(2px);
    z-index: 1;
    pointer-events: none;
}

/* gradient mask so photo fades into the navy on the left */
.adv4__photo-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0a1628 0%, transparent 60%);
}

/* ---- inner container ---- */
.adv4__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* ---- body (text stack) ---- */
.adv4__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

/* ---- pills row ---- */
.adv4__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.adv4__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap;
}

.adv4__pill-icon {
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
}

/* ---- title group ---- */
.adv4__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(22px, 4.5vw, 36px);
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 2px;
    letter-spacing: -0.02em;
}

.adv4__title-primary {
    color: #ffffff;
}

.adv4__title-accent {
    color: #ffde59;
    font-style: italic;
}

/* ---- subtitle (line 2 of heading) ---- */
.adv4__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(18px, 3.8vw, 28px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.25;
}

/* ---- description ---- */
.adv4__desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #c0c9d6;
    margin: 0 0 2px;
    opacity: 0.9;
    line-height: 1.5;
}

/* ---- phone number (accent) ---- */
.adv4__phone {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffde59;
    margin-bottom: 18px;
    letter-spacing: 0.03em;
}

/* ---- CTA button ---- */
.adv4__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffde59;
    color: #0a1628;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.25s ease;
    box-shadow: 0 8px 24px rgba(255, 222, 89, 0.18);
}

.adv4__btn:hover {
    background: #fcd34d;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(255, 222, 89, 0.28);
}

.adv4__btn:active {
    transform: translateY(0);
}

.adv4__btn-icon {
    display: inline-flex;
    font-size: 18px;
    line-height: 1;
}

/* ---- feature cards grid ---- */
.adv4__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 36px;
}

.adv4__card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 26px 22px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.adv4__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.adv4__card-icon {
    font-size: 26px;
    color: #ffde59;
    margin-bottom: 14px;
    line-height: 1;
}

.adv4__card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}

.adv4__card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.55;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px) {
    .adv4__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .adv4 {
        padding: 52px 18px;
    }

    .adv4__photo-overlay {
        width: 100%;
        opacity: 0.12;
    }

    .adv4__phone {
        font-size: 18px;
    }

    .adv4__btn {
        width: 100%;
        max-width: 340px;
        padding: 14px 24px;
        font-size: 15px;
    }

    .adv4__cards-grid {
        grid-template-columns: 1fr;
    }

    .adv4__pills {
        gap: 8px;
    }
}

/* Component: iptv-advantages5-section.css */
/* ==========================================================
   IPTV Advantages5 Section — BEM
   Pixel-perfect reproduction: dark navy banner with blurred
   photo overlay, white + gold heading, yellow CTA.
   ========================================================== */

/* ---- wrapper ---- */
.adv5 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #132240 50%, #0d1b30 100%);
    padding: 72px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
}

/* ---- blurred photo overlay (positioned right) ---- */
.adv5__photo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    opacity: 0.22;
    filter: blur(2px);
    z-index: 1;
    pointer-events: none;
}

/* gradient mask so photo fades into the navy on the left */
.adv5__photo-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0a1628 0%, transparent 60%);
}

/* ---- inner container ---- */
.adv5__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* ---- body (text stack) ---- */
.adv5__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

/* ---- pills row ---- */
.adv5__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.adv5__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap;
}

.adv5__pill-icon {
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
}

/* ---- title group ---- */
.adv5__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(22px, 4.5vw, 36px);
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 2px;
    letter-spacing: -0.02em;
}

.adv5__title-primary {
    color: #ffffff;
}

.adv5__title-accent {
    color: #ffde59;
    font-style: italic;
}

/* ---- subtitle (line 2 of heading) ---- */
.adv5__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(18px, 3.8vw, 28px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.25;
}

/* ---- description ---- */
.adv5__desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #c0c9d6;
    margin: 0 0 2px;
    opacity: 0.9;
    line-height: 1.5;
}

/* ---- phone number (accent) ---- */
.adv5__phone {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffde59;
    margin-bottom: 18px;
    letter-spacing: 0.03em;
}

/* ---- CTA button ---- */
.adv5__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffde59;
    color: #0a1628;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.25s ease;
    box-shadow: 0 8px 24px rgba(255, 222, 89, 0.18);
}

.adv5__btn:hover {
    background: #fcd34d;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(255, 222, 89, 0.28);
}

.adv5__btn:active {
    transform: translateY(0);
}

.adv5__btn-icon {
    display: inline-flex;
    font-size: 18px;
    line-height: 1;
}

/* ---- feature cards grid ---- */
.adv5__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 36px;
}

.adv5__card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 26px 22px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.adv5__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.adv5__card-icon {
    font-size: 26px;
    color: #ffde59;
    margin-bottom: 14px;
    line-height: 1;
}

.adv5__card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}

.adv5__card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.55;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px) {
    .adv5__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .adv5 {
        padding: 52px 18px;
    }

    .adv5__photo-overlay {
        width: 100%;
        opacity: 0.12;
    }

    .adv5__phone {
        font-size: 18px;
    }

    .adv5__btn {
        width: 100%;
        max-width: 340px;
        padding: 14px 24px;
        font-size: 15px;
    }

    .adv5__cards-grid {
        grid-template-columns: 1fr;
    }

    .adv5__pills {
        gap: 8px;
    }
}

/* Component: iptv-faq2-section.css */
/* ==========================================================================
   IPTV FAQ2 Section — BEM CSS
   Widget: IPTV_Faq2_Section_Widget
   Naming convention: .v-faq2__*
   Mobile-first, no jQuery, no external dependencies.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Root block
   -------------------------------------------------------------------------- */
.v-faq2 {
    background-color: #ffffff;
    padding: 80px 20px;
    box-sizing: border-box;
    width: 100%;
}

/* --------------------------------------------------------------------------
   Container
   -------------------------------------------------------------------------- */
.v-faq2__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.v-faq2__header {
    text-align: center;
    margin-bottom: 48px;
}

/* Heading wrap — inline so primary + secondary flow together */
.v-faq2__heading-wrap {
    display: block;
    margin: 0 0 12px;
    line-height: 1.25;
}

.v-faq2__primary-heading,
.v-faq2__secondary-heading {
    font-family: inherit;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #1a2e4a;
    line-height: 1.25;
}

/* Description */
.v-faq2__desc {
    font-size: 1rem;
    color: #64748b;
    margin: 0 auto 28px;
    max-width: 620px;
    line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Feature Pills
   -------------------------------------------------------------------------- */
.v-faq2__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.v-faq2__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background-color: #eef2ff;
    color: #1a2e4a;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.v-faq2__pill:hover {
    background-color: #dde4ff;
    transform: translateY(-1px);
}

.v-faq2__pill-icon {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
}

/* --------------------------------------------------------------------------
   FAQ List
   -------------------------------------------------------------------------- */
.v-faq2__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* --------------------------------------------------------------------------
   FAQ Item (card)
   -------------------------------------------------------------------------- */
.v-faq2__item {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Active / open item — mimics the outlined first card in the image */
.v-faq2__item--open,
.v-faq2__item:has(.v-faq2__item-header[aria-expanded="true"]) {
    border-color: #1a2e4a;
    box-shadow: 0 2px 12px rgba(26, 46, 74, 0.10);
}

/* --------------------------------------------------------------------------
   Item Header (button)
   -------------------------------------------------------------------------- */
.v-faq2__item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    outline-offset: -3px;
}

.v-faq2__item-header:focus-visible {
    outline: 2px solid #4f6ef7;
    outline-offset: -2px;
}

/* Arrow indicator — filled triangle ► */
.v-faq2__item-arrow {
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #1a2e4a;
    transition: transform 0.25s ease;
    line-height: 1;
}

/* Rotate arrow when open */
.v-faq2__item--open .v-faq2__item-arrow,
.v-faq2__item-header[aria-expanded="true"] .v-faq2__item-arrow {
    transform: rotate(90deg);
}

/* Question text */
.v-faq2__item-question {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2e4a;
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

/* --------------------------------------------------------------------------
   Answer Panel
   -------------------------------------------------------------------------- */
.v-faq2__item-answer {
    overflow: hidden;
    /* CSS-only animation via max-height trick — JS toggles hidden attribute */
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

/* When panel is visible (JS removes [hidden]) */
.v-faq2__item-answer:not([hidden]) {
    max-height: 600px;
}

/* Remove UA [hidden] display:none so our max-height transition works */
.v-faq2__item-answer[hidden] {
    display: block !important;
    visibility: hidden;
    max-height: 0;
    padding-bottom: 0;
}

.v-faq2__item-answer-inner {
    padding: 0 24px 20px 48px;
    /* left-indent aligns with question text after arrow */
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.7;
}

.v-faq2__item-answer-inner p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   CTA Button (optional)
   -------------------------------------------------------------------------- */
.v-faq2__cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.v-faq2__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #1a2e4a 0%, #2d4a7a 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 16px rgba(26, 46, 74, 0.22);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.v-faq2__btn:hover,
.v-faq2__btn:focus-visible {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 46, 74, 0.28);
    text-decoration: none;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 600px) {
    .v-faq2 {
        padding: 48px 16px;
    }

    .v-faq2__header {
        margin-bottom: 32px;
    }

    .v-faq2__item-header {
        padding: 16px 18px;
        gap: 10px;
    }

    .v-faq2__item-answer-inner {
        padding: 0 18px 16px 38px;
    }

    .v-faq2__pill {
        font-size: 0.8125rem;
        padding: 5px 13px;
    }

    .v-faq2__btn {
        width: 100%;
        justify-content: center;
        border-radius: 12px;
    }
}

@media (max-width: 400px) {
    .v-faq2__item-question {
        font-size: 0.9375rem;
    }
}

/* --------------------------------------------------------------------------
   Accessibility — respect reduced motion preference
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {

    .v-faq2__item,
    .v-faq2__item-arrow,
    .v-faq2__item-answer,
    .v-faq2__pill,
    .v-faq2__btn {
        transition: none;
    }
}

/* Component: iptv-how-it-works.css */



.hiw {
    --hiw-navy-deep: #060f24;
    --hiw-navy-mid: #0d1e3d;
    --hiw-navy-card: #111e3a;
    --hiw-navy-border: rgba(255, 255, 255, 0.08);
    --hiw-accent-red: #e63946;
    --hiw-accent-red2: #c0392b;
    --hiw-accent-blue: #1a6cf5;
    --hiw-white: #ffffff;
    --hiw-text-muted: #8da4c4;
    --hiw-text-light: #c8d8ef;
    --hiw-radius-card: 20px;
    --hiw-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hiw {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(26, 108, 245, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 80% 100%, rgba(230, 57, 70, 0.12) 0%, transparent 60%),
        linear-gradient(160deg, #060f24 0%, #0d1e3d 50%, #060f24 100%);
    padding: 90px 24px 80px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.hiw::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

.hiw__inner {
    position: relative;
    z-index: 1;
}

.hiw__header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 72px;
}

.hiw__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hiw-accent-red);
    background: rgba(230, 57, 70, 0.1);
    border: 1px solid rgba(230, 57, 70, 0.25);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 20px;
}

.hiw__title {
    font-size: clamp(1.65rem, 3.5vw, 2.4rem);
    font-weight: 800;

    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.025em;
}

.hiw__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 22px;
    width: 64px;
}

.hiw__divider-blue,
.hiw__divider-red {
    display: block;
    height: 3px;
    width: 32px;
    border-radius: 2px;
}

.hiw__divider-blue {
    background: linear-gradient(90deg, #003087, #1a6cf5);
    border-radius: 2px 0 0 2px;
}

.hiw__divider-red {
    background: linear-gradient(90deg, var(--hiw-accent-red), var(--hiw-accent-red2));
    border-radius: 0 2px 2px 0;
}

.hiw__subtitle {
    font-size: 1rem;

    line-height: 1.75;
    margin: 0;
    max-width: 600px;
    margin-inline: auto;
}

.hiw__subtitle strong {
    font-weight: 700;
    color: inherit;

}

.hiw__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1020px;
    margin: 0 auto 64px;
    padding-top: 36px;

    position: relative;
}

.hiw__grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(33.333% + 14px);
    right: calc(33.333% + 14px);
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.08) 20%,
            rgba(255, 255, 255, 0.08) 80%,
            transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.hiw__card {
    position: relative;
    z-index: 1;
    background: linear-gradient(160deg, rgba(26, 47, 85, 0.95) 0%, rgba(17, 30, 58, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--hiw-radius-card);
    padding: 44px 28px 32px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition:
        border-color var(--hiw-transition),
        box-shadow var(--hiw-transition),
        transform var(--hiw-transition);
    overflow: visible;

}

.hiw__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            rgba(230, 57, 70, 0.6),
            transparent);
    border-radius: 0 0 4px 4px;
    opacity: 0;
    transition: opacity var(--hiw-transition);
}

.hiw__card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--hiw-radius-card);
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(230, 57, 70, 0.06) 0%, transparent 70%);
    opacity: 0;
    transition: opacity var(--hiw-transition);
    pointer-events: none;
}

.hiw__card:hover {
    border-color: rgba(230, 57, 70, 0.35);
    box-shadow:
        0 0 0 1px rgba(230, 57, 70, 0.12),
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(230, 57, 70, 0.08);
    transform: translateY(-6px);
}

.hiw__card:hover::before,
.hiw__card:hover::after {
    opacity: 1;
}

.hiw__badge-wrap {
    position: absolute;
    top: -30px;

    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

}

.hiw__badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e05252 0%, #c0392b 100%);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 5px rgba(15, 31, 61, 1),

        0 0 0 7px rgba(230, 57, 70, 0.25),
        0 8px 24px rgba(192, 57, 43, 0.55);
    line-height: 1;
    flex-shrink: 0;
    transition: box-shadow var(--hiw-transition), transform var(--hiw-transition);
}

.hiw__card:hover .hiw__badge {
    box-shadow:
        0 0 0 5px rgba(230, 57, 70, 0.25),
        0 0 0 10px rgba(230, 57, 70, 0.08),
        0 10px 30px rgba(192, 57, 43, 0.65);
    transform: scale(1.08);
}

.hiw__card-title {
    font-size: 1.05rem;
    font-weight: 700;

    margin: 0 0 10px;
    line-height: 1.3;
    width: 100%;
    letter-spacing: -0.01em;
}

.hiw__card-desc {
    font-size: 0.875rem;

    line-height: 1.65;
    margin: 0 0 20px;
}

.hiw__card-desc strong {
    font-weight: 600;
    color: inherit;

}

.hiw__sep {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    margin-bottom: 18px;
    flex-shrink: 0;
}

.hiw__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.hiw__bullet {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hiw__check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(230, 57, 70, 0.15);
    border: 1px solid rgba(230, 57, 70, 0.3);
    color: var(--hiw-accent-red);
    font-size: 0.65rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    transition: background var(--hiw-transition), border-color var(--hiw-transition);
}

.hiw__card:hover .hiw__check {
    background: rgba(230, 57, 70, 0.25);
    border-color: rgba(230, 57, 70, 0.5);
}

.hiw__bullet-text {
    font-size: 0.875rem;

    line-height: 1.4;
    font-weight: 500;
}

.hiw__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hiw__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 34px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border: 1.5px solid transparent;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transition:
        transform var(--hiw-transition),
        box-shadow var(--hiw-transition),
        opacity var(--hiw-transition);
    letter-spacing: -0.01em;
}

.hiw__btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg,
            transparent 40%,
            rgba(255, 255, 255, 0.18) 50%,
            transparent 60%);
    transition: left 0.55s ease;
    pointer-events: none;
}

.hiw__btn:hover::after {
    left: 160%;
}

.hiw__btn:hover {
    transform: translateY(-3px);
}

.hiw__btn--primary {
    background: #ffffff;
    color: #0a1628;
    border-color: #ffffff;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.12);
}

.hiw__btn--primary:hover {
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.22);
}

.hiw__btn--secondary {
    background: linear-gradient(135deg, #e63946 0%, #c0392b 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.35);
}

.hiw__btn--secondary:hover {
    box-shadow: 0 8px 36px rgba(230, 57, 70, 0.55);
}

@media (max-width: 960px) {
    .hiw__grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 680px;
        gap: 24px;
        padding-top: 36px;

    }

    .hiw__grid::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .hiw {
        padding: 64px 16px 56px;
    }

    .hiw__header {
        margin-bottom: 72px;
    }

    .hiw__title {
        font-size: 1.5rem;
    }

    .hiw__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        gap: 52px;

        padding-top: 36px;
    }

    .hiw__card {
        padding: 40px 22px 28px;

    }

    .hiw__cta {
        flex-direction: column;
        align-items: stretch;
        max-width: 340px;
        margin-inline: auto;
    }

    .hiw__btn {
        text-align: center;
        justify-content: center;
        width: 100%;
    }
}

/* Component: iptv-litechine-4491.css */



:root {
    --lc-primary: #0d2a50;
    --lc-accent: #3b82f6;
    --lc-bg: #f8fafc;
    --lc-card: #ffffff;
    --lc-text: #1e293b;
    --lc-desc: #64748b;
    --lc-card-shadow: 0 10px 40px rgba(13, 42, 80, 0.04);
    --lc-hover-shadow: 0 20px 60px rgba(13, 42, 80, 0.1);
    --lc-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Component: iptv-litechine-4491.css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
    --lc-primary: #0f172a;
    --lc-accent: #3b82f6;
    --lc-bg: #ffffff;
    --lc-card: #ffffff;
    --lc-text: #0f172a;
    --lc-desc: #475569;
    --lc-transition: all 0.3s ease;
}

.v-litechine {
    padding: 80px 20px;
    background-color: var(--lc-bg);
    font-family: 'Outfit', sans-serif;
    color: var(--lc-text);
    position: relative;
    overflow: hidden;
}

.v-litechine__bg-glow {
    display: none;
}

.v-litechine__container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.v-litechine__header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
}

.v-litechine__title {
    font-size: 28px;
    font-weight: 900;
    color: #1e3a8a;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.v-litechine__title span {
    display: inline;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #1e3a8a;
}

.v-litechine__desc {
    display: none;
}

.v-litechine__filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
}

.v-litechine__filter-item {
    margin: 0;
    padding: 0;
}

.v-litechine__filter {
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 800;
    transition: var(--lc-transition);
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #1e3a8a;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.01);
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    line-height: inherit;
}

.v-litechine__filter:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 6px 15px rgba(0,0,0,0.03);
    color: #1e3a8a;
}

.v-litechine__filter.is-active {
    background: #1e3a8a;
    color: #ffffff;
    border-color: #1e3a8a;
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.2);
}

.v-litechine__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.v-litechine__card {
    opacity: 1;
    transform: none;
    transition: var(--lc-transition);
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

.v-litechine__card-inner {
    background: var(--lc-card);
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px -6px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--lc-transition);
    position: relative;
    z-index: 1;
}

.v-litechine__card-inner::before {
    display: none;
}

.v-litechine__card:hover .v-litechine__card-inner {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px -8px rgba(15, 23, 42, 0.1);
    border-color: #cbd5e1;
}

.v-litechine__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
    transition: var(--lc-transition);
}

.v-litechine__card:hover .v-litechine__badge {
    background: #eff6ff;
    border-color: #e2e8f0;
}

.v-litechine__badge-icon {
    font-size: 14px;
    line-height: 1;
}

.v-litechine__badge-text {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1e3a8a;
    letter-spacing: 0.05em;
    line-height: 1;
}

.v-litechine__card-title {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 12px;
    line-height: 1.3;
    color: var(--lc-text);
}

.v-litechine__card-desc {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--lc-desc);
    font-weight: 600;
    margin-bottom: 0px;
}

.v-litechine__card-arrow {
    display: none;
}

@media (max-width: 1200px) {
    .v-litechine__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .v-litechine__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .v-litechine__title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .v-litechine {
        padding: 60px 15px;
    }
    .v-litechine__header {
        margin-bottom: 30px;
    }
    .v-litechine__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .v-litechine__filter {
        padding: 8px 20px;
        font-size: 14px;
    }
    .v-litechine__card-inner {
        padding: 24px 16px;
    }
}

@media (max-width: 480px) {
    .v-litechine__grid {
        grid-template-columns: 1fr;
    }
}


/* Component: iptv-merci-contact-1039.css */



:root {
    --merci-primary: #1e3a8a;
    --merci-success: #22c55e;
    --merci-bg: #f8fafc;
    --merci-text-main: #1e293b;
    --merci-text-muted: #64748b;
    --merci-glass: rgba(255, 255, 255, 0.85);
}

.v-merci {
    padding: 120px 20px;
    background-color: var(--merci-bg);
    background: radial-gradient(circle at 10% 20%, rgba(30, 58, 138, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(30, 58, 138, 0.03) 0%, transparent 40%);
    font-family: 'Outfit', sans-serif;
    color: var(--merci-text-main);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}

.v-merci::before,
.v-merci::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.05) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.v-merci::before {
    top: -10%;
    left: -10%;
    animation: float-merci 15s infinite alternate ease-in-out;
}

.v-merci::after {
    bottom: -10%;
    right: -10%;
    animation: float-merci 20s infinite alternate-reverse ease-in-out;
}

@keyframes float-merci {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(50px, -50px) scale(1.1);
    }
}

.v-merci__card {
    background: var(--merci-glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 70px 50px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 40px 100px rgba(8, 23, 62, 0.08);
    max-width: 650px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    animation: merci-entrance 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.v-merci__logo {
    margin-bottom: 40px;
    animation: fadeInDown 0.6s ease-out 0.2s both;
}

.v-merci__logo img {
    max-height: 65px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.05));
}

.v-merci__check {
    width: 80px;
    height: 80px;
    background: #f0fdf4;
    color: var(--merci-success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin: 0 auto 35px;
    box-shadow: 0 15px 35px rgba(34, 197, 94, 0.2);
    position: relative;
    animation: check-pop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s both;
}

.v-merci__check::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--merci-success);
    animation: pulse-aura 2s infinite;
}

@keyframes pulse-aura {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.v-merci__title {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 900;
    margin-bottom: 18px;
    letter-spacing: -0.03em;
    color: #0f172a;
    animation: fadeInUp Merci 0.6s ease-out 0.5s both;
}

.v-merci__desc {
    font-size: 17px;
    line-height: 1.7;
    color: var(--merci-text-muted);
    margin-bottom: 40px;
    animation: fadeInUp Merci 0.6s ease-out 0.6s both;
}

.v-merci__desc strong {
    color: #0f172a;
    font-weight: 800;
}

.v-merci__box {
    background: #ffffff;
    border: 1px solid #eef2f6;
    padding: 30px 35px;
    border-radius: 24px;
    text-align: left;
    margin-bottom: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    animation: fadeInUp Merci 0.6s ease-out 0.7s both;
}

.v-merci__box-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v-merci__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.v-merci__item {
    font-size: 15.5px;
    color: var(--merci-text-muted);
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.v-merci__item::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #cbd5e1;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.v-merci__item strong {
    color: #0f172a;
    font-weight: 800;
}

.v-merci__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #1e3a8a;
    color: #ffffff;
    text-decoration: none;
    padding: 22px 45px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(30, 58, 138, 0.2);
    animation: fadeInUp Merci 0.6s ease-out 0.8s both;
}

.v-merci__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.v-merci__btn:hover::before {
    left: 150%;
}

.v-merci__btn:hover {
    background: #172554;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(30, 58, 138, 0.3);
}

.v-merci__home {
    font-size: 15px;
    font-weight: 600;
    color: var(--merci-text-muted);
    animation: fadeInUp Merci 0.6s ease-out 0.9s both;
}

.v-merci__link {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 800;
    position: relative;
}

.v-merci__link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.v-merci__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes merci-entrance {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(40px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes check-pop {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUpMerci {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .v-merci {
        padding: 60px 15px;
    }

    .v-merci__card {
        padding: 50px 25px;
        border-radius: 30px;
    }

    .v-merci__title {
        font-size: 26px;
    }

    .v-merci__box {
        padding: 25px 20px;
    }

    .v-merci__btn {
        padding: 18px 30px;
        font-size: 16px;
    }
}

/* Component: iptv-note-pay-8841.css */
/* Component: iptv-note-pay-8841.css */

.v-note-pay-8841 {
    --vp-primary-color: #0d1e3d;
    --vp-accent-green: #22c55e;
    --vp-text-color: #4b5563;
    --vp-border-color: #e5e7eb;
    --vp-bg-color: #ffffff;

    padding: 20px;
    font-family: 'Outfit', sans-serif;
}

.v-note-pay-8841__container {
    max-width: 1100px;
    margin: 0 auto;
}

/* The Notice Box (Premium Upgrade) */
.v-note-pay-8841__notice {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px dashed #d1d5db;
    border-radius: 24px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow:
        0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 12px rgba(13, 30, 61, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-note-pay-8841__notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, var(--vp-accent-green), #10b981);
}

.v-note-pay-8841__notice:hover {
    transform: translateY(-3px);
    box-shadow:
        0 20px 40px -15px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(13, 30, 61, 0.05);
    border-color: rgba(34, 197, 94, 0.3);
}

.v-note-pay-8841__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 197, 94, 0.1);
    color: var(--vp-accent-green);
    border-radius: 12px;
    font-size: 20px;
}

.v-note-pay-8841__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--vp-text-color);
}

.v-note-pay-8841__text strong {
    font-weight: 700;
    color: var(--vp-primary-color);
}

/* Extended Components (for flexibility as per requirements) */
.v-note-pay-8841__header {
    text-align: center;
    margin-bottom: 30px;
}

.v-note-pay-8841__title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--vp-primary-color);
    margin: 0 0 10px;
}

.v-note-pay-8841__pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.v-note-pay-8841__pill {
    padding: 6px 16px;
    background: #f3f4f6;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.v-note-pay-8841__grid {
    display: grid;
    grid-template-columns: repeat(var(--vp-grid-cols, 3), 1fr);
    gap: 20px;
    margin-top: 30px;
}

.v-note-pay-8841__card {
    padding: 25px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease;
}

.v-note-pay-8841__card:hover {
    transform: translateY(-5px);
}

.v-note-pay-8841__btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

.v-note-pay-8841__btn {
    display: inline-flex;
    padding: 14px 32px;
    background: var(--vp-primary-color);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.v-note-pay-8841__btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 900px) {
    .v-note-pay-8841__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .v-note-pay-8841__notice {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .v-note-pay-8841__grid {
        grid-template-columns: 1fr;
    }
}

/* Component: iptv-sample-liste-5539.css */



.v-liste *,
.v-liste *::before,
.v-liste *::after {
    box-sizing: border-box;
}

.v-liste {
    --liste-navy: #0f2447;
    --liste-navy-mid: #1b3a6b;
    --liste-navy-light: #2a4f8a;
    --liste-accent: #3b6fd4;
    --liste-accent-glow: rgba(59, 111, 212, 0.18);
    --liste-bg: #f5f7fc;
    --liste-surface: #ffffff;
    --liste-faq-bg: #edf0f9;
    --liste-faq-open-bg: #e3e9f5;
    --liste-text-muted: #5a6a82;
    --liste-text-light: #8898aa;
    --liste-radius-sm: 8px;
    --liste-radius-md: 14px;
    --liste-radius-lg: 20px;
    --liste-shadow-sm: 0 2px 8px rgba(15, 36, 71, 0.06);
    --liste-shadow-md: 0 6px 24px rgba(15, 36, 71, 0.10);
    --liste-shadow-lg: 0 12px 40px rgba(15, 36, 71, 0.14);
    --liste-transition: 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.v-liste {
    background-color: var(--liste-bg);
    background-image:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(59, 111, 212, 0.07) 0%, transparent 70%);
    padding: 88px 24px 96px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.v-liste::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--liste-accent), transparent);
    border-radius: 0 0 4px 4px;
}

.v-liste__container {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.v-liste__header {
    text-align: center;
    margin-bottom: 44px;
    width: 100%;
}

.v-liste__header::before {
    content: 'FAQ';
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--liste-accent);
    background: var(--liste-accent-glow);
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.v-liste__title {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: var(--liste-navy);
    letter-spacing: -0.025em;
}

.v-liste__title-primary,
.v-liste__title-secondary {
    display: inline;
    color: inherit;
}

.v-liste__title-primary::after {
    content: '\00A0';
}

.v-liste__title-secondary {
    position: relative;
    background: linear-gradient(135deg, var(--liste-navy) 0%, var(--liste-navy-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.v-liste__desc {
    margin: 16px auto 0;
    max-width: 560px;
    font-size: 1rem;
    color: var(--liste-text-muted);
    line-height: 1.7;
    font-weight: 400;
}

.v-liste__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 36px;
    width: 100%;
}

.v-liste__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--liste-surface);
    color: var(--liste-navy-mid);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 30px;
    white-space: nowrap;
    border: 1px solid rgba(15, 36, 71, 0.1);
    box-shadow: var(--liste-shadow-sm);
    transition: box-shadow var(--liste-transition), transform var(--liste-transition);
    letter-spacing: 0.01em;
}

.v-liste__pill:hover {
    box-shadow: var(--liste-shadow-md);
    transform: translateY(-1px);
}

.v-liste__pill-icon {
    display: inline-flex;
    align-items: center;
    color: var(--liste-accent);
    font-size: 0.78rem;
}

.v-liste__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 100%;
    margin-bottom: 36px;
}

.v-liste__card {
    background: var(--liste-surface);
    border-radius: var(--liste-radius-md);
    padding: 26px 22px;
    box-shadow: var(--liste-shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(15, 36, 71, 0.06);
    transition: box-shadow var(--liste-transition), transform var(--liste-transition);
    position: relative;
    overflow: hidden;
}

.v-liste__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--liste-accent), var(--liste-navy-light));
    opacity: 0;
    transition: opacity var(--liste-transition);
}

.v-liste__card:hover {
    box-shadow: var(--liste-shadow-md);
    transform: translateY(-3px);
}

.v-liste__card:hover::before {
    opacity: 1;
}

.v-liste__card-icon {
    font-size: 1.5rem;
    color: var(--liste-accent);
    display: flex;
    align-items: center;
    width: 44px;
    height: 44px;
    background: var(--liste-accent-glow);
    border-radius: 10px;
    justify-content: center;
}

.v-liste__card-title {
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--liste-navy);
    margin: 0;
    padding: 0;
    letter-spacing: -0.01em;
}

.v-liste__card-desc {
    font-size: 0.84rem;
    color: var(--liste-text-muted);
    line-height: 1.6;
    margin: 0;
}

.v-liste__faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 36px;
}

.v-liste__faq-item {
    background: var(--liste-surface);
    border-radius: var(--liste-radius-md);
    overflow: hidden;
    border: 1px solid rgba(15, 36, 71, 0.08);
    box-shadow: var(--liste-shadow-sm);
    transition:
        background-color var(--liste-transition),
        box-shadow var(--liste-transition),
        border-color var(--liste-transition);
}

.v-liste__faq-item:hover {
    box-shadow: var(--liste-shadow-md);
    border-color: rgba(59, 111, 212, 0.2);
}

.v-liste__faq-item.is-open {
    background: var(--liste-faq-open-bg);
    border-color: rgba(59, 111, 212, 0.28);
    box-shadow: 0 0 0 3px var(--liste-accent-glow), var(--liste-shadow-sm);
}

.v-liste__faq-item.is-open .v-liste__faq-header::before {
    opacity: 1;
}

.v-liste__faq-header {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    background: none;
    border: none;
    padding: 16px 22px;
    cursor: pointer;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
}

.v-liste__faq-header:focus-visible {
    outline: 2px solid var(--liste-accent);
    outline-offset: 2px;
    border-radius: var(--liste-radius-sm);
}

.v-liste__faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 36, 71, 0.06);
    border-radius: 6px;
    color: var(--liste-navy-mid);
    font-size: 9px;

    transition: transform var(--liste-transition), background-color var(--liste-transition), color var(--liste-transition);
}

.v-liste__faq-icon i {
    font-size: 9px !important;
    line-height: 1;
    display: inline-flex;
}

.v-liste__faq-icon svg {
    width: 9px !important;
    height: 9px !important;
    flex-shrink: 0;
}

.v-liste__faq-item.is-open .v-liste__faq-icon {
    transform: rotate(90deg);
    background: var(--liste-accent);
    color: #ffffff;
}

.v-liste__faq-question {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--liste-navy);
    line-height: 1.45;
    flex: 1;
    margin: 0;
    padding: 0;
    letter-spacing: -0.01em;
    transition: color var(--liste-transition);
}

.v-liste__faq-item.is-open .v-liste__faq-question {
    color: var(--liste-navy-mid);
}

.v-liste__faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.36s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease;
    opacity: 0;
}

.v-liste__faq-answer:not([hidden]) {
    max-height: 800px;
    opacity: 1;
}

.v-liste__faq-answer[hidden] {
    display: block !important;
    max-height: 0;
    opacity: 0;
}

.v-liste__faq-answer-inner {
    padding: 2px 22px 18px 64px;
    font-size: 0.88rem;
    color: var(--liste-text-muted);
    line-height: 1.7;
    border-top: 1px solid rgba(15, 36, 71, 0.07);
    margin-top: 0;
}

.v-liste__faq-answer-inner p {
    margin: 0 0 8px;
}

.v-liste__faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.v-liste__cta-row {
    text-align: center;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--liste-navy);
    margin: 0 0 22px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.v-liste__cta-pretitle {
    color: var(--liste-text-muted);
    font-weight: 500;
}

.v-liste__cta-link {
    color: var(--liste-navy);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--liste-accent);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    transition: color var(--liste-transition), text-decoration-color var(--liste-transition);
}

.v-liste__cta-link:hover {
    color: var(--liste-accent);
}

.v-liste__cta-link sup {
    font-size: 0.62em;
    font-weight: 700;
    vertical-align: super;
    letter-spacing: 0.04em;
}

.v-liste__cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.v-liste__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: linear-gradient(135deg, var(--liste-navy-mid) 0%, var(--liste-navy) 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 16px 56px;
    border-radius: var(--liste-radius-sm);
    text-decoration: none;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 20px rgba(27, 58, 107, 0.28),
        0 1px 4px rgba(27, 58, 107, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition:
        transform var(--liste-transition),
        box-shadow var(--liste-transition),
        background var(--liste-transition);
}

.v-liste__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.14) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.v-liste__btn:hover::after {
    transform: translateX(100%);
}

.v-liste__btn:hover {
    background: linear-gradient(135deg, var(--liste-navy-light) 0%, var(--liste-navy-mid) 100%);
    transform: translateY(-2px);
    box-shadow:
        0 8px 28px rgba(27, 58, 107, 0.34),
        0 2px 6px rgba(27, 58, 107, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.v-liste__btn:active {
    transform: translateY(0);
    box-shadow:
        0 3px 12px rgba(27, 58, 107, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.v-liste__btn:focus-visible {
    outline: 3px solid var(--liste-accent);
    outline-offset: 4px;
}

.v-liste__btn sup {
    font-size: 0.56em;
    font-weight: 700;
    vertical-align: super;
    letter-spacing: 0.06em;
    opacity: 0.85;
}

.v-liste__btn-subtitle {
    font-size: 0.82rem;
    color: var(--liste-text-muted);
    text-align: center;
    margin: 0;
    line-height: 1.55;
    display: flex;
    align-items: center;
    gap: 6px;
}

.v-liste__btn-subtitle::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b6fd4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (prefers-reduced-motion: no-preference) {
    .v-liste__faq-item {
        animation: liste-fadein 0.4s ease both;
    }

    .v-liste__faq-item:nth-child(1) {
        animation-delay: 0.04s;
    }

    .v-liste__faq-item:nth-child(2) {
        animation-delay: 0.08s;
    }

    .v-liste__faq-item:nth-child(3) {
        animation-delay: 0.12s;
    }

    .v-liste__faq-item:nth-child(4) {
        animation-delay: 0.16s;
    }

    .v-liste__faq-item:nth-child(5) {
        animation-delay: 0.20s;
    }

    .v-liste__faq-item:nth-child(6) {
        animation-delay: 0.24s;
    }

    .v-liste__faq-item:nth-child(7) {
        animation-delay: 0.28s;
    }

    .v-liste__faq-item:nth-child(8) {
        animation-delay: 0.32s;
    }

    @keyframes liste-fadein {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 1023px) {
    .v-liste__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .v-liste {
        padding: 60px 18px 72px;
    }

    .v-liste__container {
        max-width: 100%;
    }

    .v-liste__title {
        font-size: 1.35rem;
    }

    .v-liste__header {
        margin-bottom: 32px;
    }

    .v-liste__faq-list {
        gap: 7px;
    }

    .v-liste__faq-header {
        padding: 14px 18px;
        gap: 12px;
    }

    .v-liste__cards-grid {
        grid-template-columns: 1fr;
    }

    .v-liste__btn {
        padding: 15px 40px;
        font-size: 1rem;
    }

    .v-liste__faq-question {
        font-size: 0.87rem;
    }

    .v-liste__faq-answer-inner {
        padding: 2px 18px 16px 54px;
    }
}

@media (max-width: 479px) {
    .v-liste__faq-header {
        padding: 13px 16px;
    }

    .v-liste__faq-icon {
        width: 24px;
        height: 24px;
        font-size: 0.65rem;
        border-radius: 6px;
    }

    .v-liste__faq-answer-inner {
        padding: 2px 16px 14px 16px;
        border-top: none;
    }

    .v-liste__btn {
        width: 100%;
        padding: 15px 24px;
    }

    .v-liste__btn-subtitle {
        font-size: 0.78rem;
        text-align: center;
        flex-direction: column;
        gap: 4px;
    }

    .v-liste__btn-subtitle::before {
        width: 14px;
        height: 14px;
    }
}

/* Component: iptv-tester-section-1122.css */

:root {
    --v-tester-accent: #f7d147;
    --v-tester-bg: #0a1a3a;
    --v-tester-text: #ffffff;
    --v-tester-header-font: 'Outfit', sans-serif;
}

.v-tester-1122 {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background-color: var(--v-tester-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    font-family: var(--v-tester-header-font);
    color: var(--v-tester-text);
    text-align: center;
}

.v-tester-1122__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 26, 58, 0.9) 0%, rgba(10, 26, 58, 0.8) 100%);
    z-index: 1;
}

.v-tester-1122__container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

/* Pills Section */
.v-tester-1122__pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.v-tester-1122__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.v-tester-1122__pill i {
    color: var(--v-tester-accent);
}

/* Headings */
.v-tester-1122__title {
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.v-tester-1122__title span {
    color: var(--v-tester-accent);
}

.v-tester-1122__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

.v-tester-1122__highlight {
    font-size: 24px;
    font-weight: 800;
    color: var(--v-tester-accent);
    display: block;
    margin-bottom: 30px;
}

/* CTA Button */
.v-tester-1122__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--v-tester-accent);
    color: #000;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(247, 209, 71, 0.2);
    margin-bottom: 60px;
}

.v-tester-1122__btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(247, 209, 71, 0.4);
    background: #ffdb58;
}

/* Grid & Cards */
.v-tester-1122__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.v-tester-1122__card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 35px;
    border-radius: 24px;
    text-align: left;
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
}

.v-tester-1122__card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--v-tester-accent);
    transform: translateY(-10px);
}

.v-tester-1122__card-icon {
    font-size: 32px;
    color: var(--v-tester-accent);
    margin-bottom: 20px;
    display: block;
}

.v-tester-1122__card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.v-tester-1122__card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .v-tester-1122 {
        padding: 60px 15px;
    }

    .v-tester-1122__highlight {
        font-size: 18px;
    }

    .v-tester-1122__btn {
        width: 100%;
        justify-content: center;
    }
}

/* Component: pricing-table.css */
.vex-pricing-module {
    width: 100%;
    padding: 40px 0;
    font-family: inherit;
}

.vex-module-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.vex-section-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #0a162b;
}

.vex-section-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.vex-tab-switcher {
    background: #eef2f7;
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    gap: 5px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e5ea;
    white-space: nowrap;
    margin: 0 auto;
}

.vex-tab-btn {
    border: none;
    background: none;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vex-tab-btn.active {
    background: #0a162b;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.tab-badge {
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 800;
}

.vex-tab-btn.active .tab-badge {
    background: #fff;
    color: #0a162b;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    align-items: stretch;
    padding: 0 40px;
}

.pricing-grid:not(.active) {
    display: none;
}

.pricing-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.pricing-card.featured {
    color: #fff;
    z-index: 2;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    border: none;
    background: linear-gradient(135deg, #1e1144 0%, #0a162b 100%);
}

.ribbon-wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}

.ribbon {
    position: absolute;
    top: 30px;
    right: -35px;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    z-index: 5;
}

.card-header {
    text-align: left;
    margin-bottom: 25px;
}

.plan-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: inherit;
}

.plan-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.plan-card-badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 800;
    white-space: nowrap;
    background: #000;
    color: #fff;
}

.featured .plan-card-badge {
    background: #ff2e7e;
}

.pricing-card:not(.featured) .plan-title {
    color: #0a162b;
}

.price-container {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
}

.plan-price {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
}

.plan-old-price {
    font-size: 16px;
    text-decoration: line-through;
    opacity: 0.6;
    font-weight: 500;
}

.plan-subtitle-container {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.plan-subtitle {
    font-size: 11px;
    line-height: 1.4;
    background: #f4f6f9;
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
    color: #555;
    font-weight: 500;
    margin: 0;
}

.featured .plan-subtitle {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-grow: 1;
}

.plan-features li {
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.pricing-card:not(.featured) .plan-features li {
    color: #555;
}

.plan-features li .icon {
    margin-top: 2px;
    flex-shrink: 0;
}

.plan-features li .icon svg {
    display: block;
}

.featured .plan-features li .icon svg {
    color: #fff;
}

.card-footer {
    text-align: center;
    margin-top: auto;
}

.pricing-card .btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-card .btn:hover {
    opacity: 0.9;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.payment-methods {
    display: flex;
    justify-content: center;
    min-height: 30px;
}

.payment-methods img {
    height: auto;
    object-fit: contain;
}

.featured .payment-methods img {
    filter: brightness(0) invert(1);
}

.vex-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vex-popup-overlay.is-active {
    display: flex;
    opacity: 1;
}

.vex-popup-inner {
    background: #fff;
    width: 90%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.vex-popup-overlay.is-active .vex-popup-inner {
    transform: translateY(0);
}

.popup-header {
    padding: 12px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0a162b;
}

.popup-title-wrap {
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
}

.popup-title-wrap .h-bullet {
    opacity: 0.7;
}

.popup-title-wrap .price-hl {
    font-size: 22px;
    margin-left: 5px;
}

.popup-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
}

.popup-body {
    padding: 15px 25px 20px;
}

.popup-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
}

.badge-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    flex-shrink: 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0a162b;
}

.form-group input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background-color: #fff;
    transition: all 0.3s;
}

.form-group input:focus {
    border-color: #ff2e7e;
    box-shadow: 0 0 0 3px rgba(255, 46, 126, 0.1);
}

.btn-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    margin-top: 5px;
    background-color: #0a162b;
}

.after-submit-text {
    font-size: 10px;
    color: #555;
    text-align: center;
    margin: 5px 0 12px;
    font-weight: 600;
}

.info-boxes {
    margin-top: 5px;
}

.important-box {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.warning-box {
    background: #fff8eb;
    border: 1px solid #ffd8a8;
    border-radius: 10px;
    padding: 15px;
    font-size: 11px;
    line-height: 1.6;
    color: #855d28;
    font-weight: 500;
}

.thank-you-content {
    text-align: center;
    padding: 20px 0;
}

.thank-you-content h3 {
    font-size: 22px;
    margin: 20px 0 10px;
    color: #0a162b;
}

.thank-you-content p {
    font-size: 15px;
    color: #666;
}

@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

@media (max-width: 650px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .vex-tab-btn {
        padding: 8px 12px;
        font-size: 11px;
    }

    .tab-badge {
        padding: 1px 6px;
        font-size: 9px;
    }

    .vex-tab-switcher {
        padding: 4px;
        width: auto;
        max-width: 100%;
        transform: scale(0.95);
    }

    .vex-module-header {
        margin-bottom: 25px;
    }

    .vex-pricing-container {
        margin-top: 0;
    }

    .vex-popup-inner {
        width: 95%;
        margin: 0 10px;
    }

    .popup-header {
        padding: 10px 15px;
    }

    .popup-title-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        width: 100%;
    }

    .popup-title-wrap .prefix,
    .popup-title-wrap .h-bullet:first-of-type {
        display: none;
    }

    .popup-title-wrap #popup-plan-name {
        font-size: 11px;
        max-width: 100px;
    }

    .popup-title-wrap .price-hl {
        font-size: 20px;
    }

    .popup-body {
        padding: 15px 15px 20px;
    }

    .badge-item {
        font-size: 9px;
        padding: 3px 8px;
    }

    .popup-badges {
        gap: 5px;
    }
}


/* Component: step-flow-guide.css */


.sfg {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: inherit;
    box-sizing: border-box;
}

.sfg__header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px;
}

.sfg__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #00234b;
    line-height: 1.35;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.sfg__title-underline {
    text-decoration: underline;
    text-decoration-color: #e63946;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.sfg__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 20px;
    width: 60px;
}

.sfg__divider-blue,
.sfg__divider-red {
    display: block;
    height: 3px;
    width: 30px;
}

.sfg__divider-blue {
    background-color: #003087;
    border-radius: 2px 0 0 2px;
}

.sfg__divider-red {
    background-color: #e63946;
    border-radius: 0 2px 2px 0;
}

.sfg__subtitle {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    max-width: 640px;
    margin-inline: auto;
}

.sfg__subtitle strong {
    font-weight: 600;
    color: #2d3748;
}

.sfg__subtitle em {
    font-style: italic;
}

.sfg__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.sfg__card {
    background-color: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0, 35, 75, 0.07);
    padding: 40px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sfg__card:hover {
    box-shadow: 0 6px 28px rgba(0, 35, 75, 0.13);
    transform: translateY(-3px);
}

.sfg__badge-wrap {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.sfg__badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e05252 0%, #c0392b 100%);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(192, 57, 43, 0.4);
    letter-spacing: 0;
    line-height: 1;
    flex-shrink: 0;
}

.sfg__card-text {
    font-size: 0.88rem;
    color: #2d3748;
    line-height: 1.65;
    margin-top: 20px;
}

.sfg__card-text strong {
    font-weight: 700;
    color: #00234b;
}

@media (max-width: 900px) {
    .sfg__grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 620px;
    }
}

@media (max-width: 580px) {
    .sfg__card {
        padding: 36px 20px 28px;
    }
}

/* Component: iptv-faq-section-7721.css */
/* ==========================================================================
   IPTV FAQ Section � PREMIUM v2
   Widget: IPTV_FaqSection_7721_Widget
   BEM: .v-faq__*
   ========================================================================== */

.v-faq {
    --faq-navy-deep: #030712;
    --faq-navy-mid: #0f172a;
    --faq-accent: #3b82f6;
    --faq-glass: rgba(255, 255, 255, 0.03);
    --faq-border: rgba(255, 255, 255, 0.08);
    --faq-text-muted: #94a3b8;
    --faq-text-light: #cbd5e1;
    --faq-radius: 24px;
    --faq-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.v-faq {
    position: relative;
    background-color: #fff;
    /* Keeping base clean but components premium */
    padding: 100px 24px;
    font-family: 'Outfit', sans-serif;
    overflow: hidden;
}

.v-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.v-faq__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.v-faq__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 950;
    color: #0f172a;
    margin-bottom: 20px;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.v-faq__title span {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v-faq__desc {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.v-faq__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* Accordion Styling */
.v-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.v-faq__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    transition: var(--faq-transition);
    overflow: hidden;
}

.v-faq__item:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.08);
    transform: translateX(5px);
}

.v-faq__item.is-active {
    border-color: #3b82f6;
    background: #f8fafc;
}

.v-faq__item-header {
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 20px;
}

.v-faq__item-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.v-faq__item-toggle {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    transition: var(--faq-transition);
    flex-shrink: 0;
}

.v-faq__item.is-active .v-faq__item-toggle {
    transform: rotate(45deg);
    background: #3b82f6;
    color: #fff;
}

.v-faq__item-answer {
    display: none;
    padding: 0 30px 24px;
}

.v-faq__item-answer-inner {
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
}

/* Support Card - Dark & Premium */
.v-faq__support-card {
    background: #0f172a;
    background-image:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(239, 68, 68, 0.08) 0%, transparent 40%);
    border-radius: 32px;
    padding: 50px 40px;
    color: #fff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.v-faq__support-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    color: #fff !important;
}

.v-faq__support-desc {
    font-size: 1rem;
    color: #94a3b8 !important;
    margin-bottom: 30px;
    line-height: 1.6;
}

.v-faq__support-desc strong {
    color: #fff !important;
}

.v-faq__support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #22c55e;
    color: #fff !important;
    text-decoration: none;
    padding: 18px 24px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 35px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.3);
}

.v-faq__support-btn:hover {
    background: #16a34a;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(34, 197, 94, 0.4);
}

.v-faq__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.v-faq__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #e2e8f0 !important;
}

.v-faq__feature-icon {
    width: 22px;
    height: 22px;
    background: rgba(245, 158, 11, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-size: 10px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .v-faq__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .v-faq__support-card {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .v-faq {
        padding: 60px 16px;
    }

    .v-faq__title {
        font-size: 28px;
    }

    .v-faq__item-header {
        padding: 20px;
    }

    .v-faq__item-answer {
        padding: 0 20px 20px;
    }
}

/* Component: iptv-advantages-section3.css */
/* ==========================================================================
   IPTV Advantages Section 3 — PREMIUM v2
   Widget: VexAI_Iptv_Advantages_Section_3_Widget
   BEM: .vex-adv3__*
   ========================================================================== */

.vex-adv3 {
    --adv3-navy: #030712;
    --adv3-navy-mid: #0f172a;
    --adv3-accent: #3b82f6;
    --adv3-accent-glow: rgba(59, 130, 246, 0.15);
    --adv3-text-muted: #94a3b8;
    --adv3-text-light: #cbd5e1;
    --adv3-border: rgba(255, 255, 255, 0.08);
    --adv3-radius: 32px;
    --adv3-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vex-adv3 {
    width: 100%;
    padding: 100px 24px;
    background-color: #fff;
    /* Base background */
    font-family: 'Outfit', sans-serif;
    position: relative;
    overflow: hidden;
}

.vex-adv3__header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.vex-adv3__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 950;
    color: #0f172a;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.vex-adv3__title span {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vex-adv3__divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 30px;
}

.vex-adv3__divider span {
    height: 4px;
    width: 40px;
}

.vex-adv3__divider .v3-blue {
    background: #2563eb;
    border-radius: 2px 0 0 2px;
}

.vex-adv3__divider .v3-red {
    background: #ef4444;
    border-radius: 0 2px 2px 0;
}

.vex-adv3__desc {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #475569;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

.vex-adv3__container {
    max-width: 1200px;
    margin: 0 auto;
}

.vex-adv3__card-box {
    background: #fff;
    border-radius: var(--adv3-radius);
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
    transition: var(--adv3-transition);
}

.vex-adv3__top-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 60px 50px;
    gap: 40px;
}

.vex-adv3__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--adv3-transition);
}

.vex-adv3__feature-icon {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 18px;
    margin-bottom: 15px;
    transition: var(--adv3-transition);
}

.vex-adv3__feature:hover .vex-adv3__feature-icon {
    color: #3b82f6;
    transform: scale(1.15);
    box-shadow: none;
    background: transparent;
}

.vex-adv3__feature-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 15px;
    letter-spacing: -0.01em;
}

.vex-adv3__feature-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.vex-adv3__footer-bar {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 30px 40px;
}

.vex-adv3__pills-wrap {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.vex-adv3__pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    transition: var(--adv3-transition);
}

.vex-adv3__pill:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.vex-adv3__pill-dot {
    width: 10px;
    height: 10px;
    background: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}

.vex-adv3__pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 14px;
}

.vex-adv3__pill-text {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
    .vex-adv3__top-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .vex-adv3 {
        padding: 80px 16px;
    }

    .vex-adv3__header {
        margin-bottom: 50px;
    }

    .vex-adv3__top-grid {
        grid-template-columns: 1fr;
        padding: 40px 25px;
        gap: 35px;
    }

    .vex-adv3__pills-wrap {
        gap: 12px;
    }

    .vex-adv3__pill {
        width: 100%;
        justify-content: center;
    }
}

/* Component: blog-posts.css */
.vexai-blog-grid {
    display: grid;
    gap: 24px;
}
.vexai-blog-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.vexai-blog-content {
    padding: 20px;
}
.vexai-blog-meta {
    font-size: 13px;
    margin-bottom: 8px;
    color: #64748b;
}
.vexai-blog-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.4;
}
.vexai-blog-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
.vexai-blog-excerpt {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #475569;
}
.vexai-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.vexai-blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
@media (max-width: 768px) {
    .vexai-blog-grid {
        grid-template-columns: 1fr !important;
    }
}
