/* ============================================
   ENTERPRISE IPTV HOMEPAGE STYLES
   Premium dark-themed design for Choice IPTV
   ============================================ */

:root {
    --iptv-primary: #6c5ce7;
    --iptv-primary-light: #a29bfe;
    --iptv-accent: #00cec9;
    --iptv-accent-2: #fd79a8;
    --iptv-dark: #0a0a1a;
    --iptv-dark-2: #12122a;
    --iptv-dark-3: #1a1a3e;
    --iptv-dark-card: rgba(255,255,255,0.05);
    --iptv-border: rgba(255,255,255,0.08);
    --iptv-text: #e0e0e0;
    --iptv-text-muted: #8a8a9a;
    --iptv-gradient: linear-gradient(135deg, #6c5ce7 0%, #00cec9 100%);
    --iptv-gradient-2: linear-gradient(135deg, #fd79a8 0%, #6c5ce7 100%);
    --iptv-glass: rgba(255,255,255,0.06);
    --iptv-glass-border: rgba(255,255,255,0.12);
    --iptv-radius: 16px;
    --iptv-radius-sm: 10px;
    --iptv-shadow: 0 20px 60px rgba(0,0,0,0.3);
    --iptv-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- GLOBAL OVERRIDES (force dark theme on homepage) --- */
body.homepage {
    background: #0a0a1a !important;
    background-color: #0a0a1a !important;
    color: #e0e0e0 !important;
}

body.homepage .body-wraper,
body.homepage #main-body,
body.homepage .main-content,
body.homepage section,
body.homepage .container,
body.homepage .row,
body.homepage .col-md-9,
body.homepage .col-md-12,
body.homepage .col-lg-12,
body.homepage .pull-md-right,
body.homepage .content-area,
body.homepage #latest-news,
body.homepage .announcement-single,
body.homepage .home-news,
body.homepage .section-heading-center {
    background-color: transparent !important;
}

body.homepage .announcement-single.home-news {
    background: var(--iptv-dark-card) !important;
    border: 1px solid var(--iptv-border) !important;
    border-radius: var(--iptv-radius) !important;
    padding: 25px !important;
}

body.homepage .announcement-single h3 a,
body.homepage .announcement-single .article-heading h3 a {
    color: #fff !important;
}

body.homepage .announcement-single p,
body.homepage .announcement-single .article-items {
    color: var(--iptv-text-muted) !important;
}

body.homepage .announcement-single .detail-link {
    color: var(--iptv-accent) !important;
}

body.homepage .sticky-nav {
    background: #0a0a1a !important;
}

body.homepage .footer-section,
body.homepage footer,
body.homepage .footer-top,
body.homepage .footer-bottom {
    background: #06060f !important;
    color: #e0e0e0 !important;
}

body.homepage .support-action {
    background: #1a1a3e !important;
    display: none !important;
}

body.homepage #standard {
    background: #0a0a1a !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

body.homepage #standard .navbar-main {
    background: transparent !important;
}

body.homepage #standard .navbar-default {
    background-color: transparent !important;
    border: none !important;
}

body.homepage .navbar-header .navbar-brand img {
    filter: brightness(10);
}

body.homepage .navbar-nav > li > a {
    color: #e0e0e0 !important;
}

body.homepage .navbar-nav > li > a:hover {
    color: #00cec9 !important;
}

body.homepage .sign-up-btn {
    background: linear-gradient(135deg, #6c5ce7, #00cec9) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    border: none !important;
}

body.homepage .login-btn {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
}

body.homepage .secondary-nav > li > a {
    color: #e0e0e0 !important;
}

body.homepage .gray-light-bg {
    background: #12122a !important;
}

body.homepage .white-bg {
    background: rgba(255,255,255,0.05) !important;
}

body.homepage .primary-bg {
    background: linear-gradient(135deg, #6c5ce7, #00cec9) !important;
}

body.homepage h1,
body.homepage h2,
body.homepage h3,
body.homepage h4,
body.homepage h5,
body.homepage h6 {
    color: #fff;
}

body.homepage .col-md-9.pull-md-right,
body.homepage .col-xs-12.main-content {
    background: transparent !important;
}

/* --- HERO SECTION --- */
.iptv-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: #0a0a1a !important;
    overflow: hidden;
    padding: 80px 0 60px;
}

.iptv-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 70%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(108,92,231,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.iptv-hero::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(0,206,201,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.iptv-hero .container {
    position: relative;
    z-index: 2;
}

.iptv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-glass-border);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 13px;
    color: var(--iptv-accent);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

.iptv-hero-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(0,255,136,0.4); }
    50% { opacity: 0.7; box-shadow: 0 0 0 8px rgba(0,255,136,0); }
}

.iptv-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.iptv-hero h1 .gradient-text {
    background: var(--iptv-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iptv-hero .hero-subtitle {
    font-size: 1.15rem;
    color: var(--iptv-text-muted);
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 35px;
}

.iptv-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-iptv-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--iptv-gradient);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: var(--iptv-transition);
    border: none;
    box-shadow: 0 8px 30px rgba(108,92,231,0.35);
}

.btn-iptv-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(108,92,231,0.5);
    color: #fff;
    text-decoration: none;
}

.btn-iptv-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent !important;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--iptv-transition);
    border: 2px solid var(--iptv-glass-border);
}

.btn-iptv-outline:hover {
    background: var(--iptv-glass) !important;
    border-color: var(--iptv-primary-light);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.iptv-hero-guarantee {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    font-size: 13px;
    color: var(--iptv-text-muted);
}

.iptv-hero-guarantee i {
    color: #00ff88;
}

.iptv-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iptv-tv-frame {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #333;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05);
}

.iptv-tv-frame img,
.iptv-tv-frame video {
    width: 100%;
    display: block;
}

.iptv-tv-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(108,92,231,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.iptv-floating-card {
    position: absolute;
    background: rgba(20,20,45,0.9);
    backdrop-filter: blur(20px);
    border: 1px solid var(--iptv-glass-border);
    border-radius: var(--iptv-radius-sm);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--iptv-shadow);
    animation: float-card 4s ease-in-out infinite;
    z-index: 3;
}

.iptv-floating-card.card-channels {
    top: 10%;
    right: -30px;
    animation-delay: 0s;
}

.iptv-floating-card.card-quality {
    bottom: 15%;
    left: -20px;
    animation-delay: 2s;
}

@keyframes float-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.iptv-floating-card .card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.iptv-floating-card .card-icon.purple { background: var(--iptv-gradient); }
.iptv-floating-card .card-icon.teal { background: linear-gradient(135deg, #00cec9, #00b894); }

.iptv-floating-card .card-info h6 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}

.iptv-floating-card .card-info span {
    color: var(--iptv-text-muted);
    font-size: 12px;
}


/* --- STATS BAR --- */
.iptv-stats-bar {
    background: var(--iptv-dark-2) !important;
    border-top: 1px solid var(--iptv-border);
    border-bottom: 1px solid var(--iptv-border);
    padding: 50px 0;
}

.iptv-stat-item {
    text-align: center;
    padding: 10px;
}

.iptv-stat-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    background: var(--iptv-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.iptv-stat-label {
    font-size: 14px;
    color: var(--iptv-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
    font-weight: 500;
}


/* --- SECTION HEADERS --- */
.iptv-section {
    padding: 90px 0;
    position: relative;
}

.iptv-section.dark-bg {
    background: var(--iptv-dark) !important;
}

.iptv-section.darker-bg {
    background: var(--iptv-dark-2) !important;
}

.iptv-section-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
}

.iptv-section-tag {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--iptv-accent);
    font-weight: 700;
    margin-bottom: 15px;
    background: rgba(0,206,201,0.1);
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(0,206,201,0.2);
}

.iptv-section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.iptv-section-header p {
    font-size: 1.05rem;
    color: var(--iptv-text-muted);
    line-height: 1.7;
}


/* --- CONTENT CARDS / FEATURES --- */
.iptv-feature-card {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius);
    padding: 35px 30px;
    transition: var(--iptv-transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.iptv-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--iptv-gradient);
    opacity: 0;
    transition: var(--iptv-transition);
}

.iptv-feature-card:hover {
    border-color: rgba(108,92,231,0.3);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.iptv-feature-card:hover::before {
    opacity: 1;
}

.iptv-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
    color: #fff;
}

.iptv-feature-icon.purple-bg { background: linear-gradient(135deg, rgba(108,92,231,0.3), rgba(108,92,231,0.1)); color: var(--iptv-primary-light); }
.iptv-feature-icon.teal-bg { background: linear-gradient(135deg, rgba(0,206,201,0.3), rgba(0,206,201,0.1)); color: var(--iptv-accent); }
.iptv-feature-icon.pink-bg { background: linear-gradient(135deg, rgba(253,121,168,0.3), rgba(253,121,168,0.1)); color: var(--iptv-accent-2); }
.iptv-feature-icon.green-bg { background: linear-gradient(135deg, rgba(0,255,136,0.3), rgba(0,255,136,0.1)); color: #00ff88; }

.iptv-feature-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.iptv-feature-card p {
    color: var(--iptv-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0;
}


/* --- CONTENT SPLIT SECTIONS --- */
.iptv-split-section {
    padding: 90px 0;
    background: var(--iptv-dark) !important;
    position: relative;
    overflow: hidden;
}

.iptv-split-section.alt-bg {
    background: var(--iptv-dark-2) !important;
}

.iptv-split-content h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.iptv-split-content p {
    color: var(--iptv-text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.iptv-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.iptv-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: var(--iptv-text);
    font-size: 0.95rem;
}

.iptv-check-list li i {
    color: #00ff88;
    margin-top: 3px;
    font-size: 14px;
    flex-shrink: 0;
}

.iptv-split-image {
    border-radius: var(--iptv-radius);
    overflow: hidden;
    box-shadow: var(--iptv-shadow);
    border: 1px solid var(--iptv-border);
}

.iptv-split-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.iptv-split-image:hover img {
    transform: scale(1.03);
}


/* --- PLANS SECTION WRAPPER --- */
.iptv-plans-wrapper {
    background: var(--iptv-dark-2) !important;
    padding: 0;
}

.iptv-plans-wrapper .iptv-section-header {
    padding-top: 90px;
}

.iptv-plans-wrapper .compare-pricing-section {
    background: transparent !important;
}

.iptv-plans-wrapper .table {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius-sm);
    overflow: hidden;
    color: var(--iptv-text);
}

.iptv-plans-wrapper .table thead tr {
    background: var(--iptv-dark-3) !important;
}

.iptv-plans-wrapper .table thead th {
    color: #fff;
    border-color: var(--iptv-border);
    padding: 20px 15px;
}

.iptv-plans-wrapper .table tbody td {
    border-color: var(--iptv-border);
    color: var(--iptv-text);
    padding: 15px;
    vertical-align: middle;
}

.iptv-plans-wrapper .table tbody tr:hover {
    background: rgba(108,92,231,0.05);
}

.iptv-plans-wrapper .comparision-price {
    color: #fff;
    font-weight: 800;
}

.iptv-plans-wrapper .btn.outline-btn {
    background: var(--iptv-gradient);
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    transition: var(--iptv-transition);
}

.iptv-plans-wrapper .btn.outline-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108,92,231,0.4);
}

.iptv-plans-wrapper .badge.color-1-bg {
    background: var(--iptv-gradient) !important;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 11px;
}


/* --- DEVICES SECTION --- */
.iptv-devices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.iptv-device-item {
    text-align: center;
    padding: 30px 15px;
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius-sm);
    transition: var(--iptv-transition);
}

.iptv-device-item:hover {
    border-color: var(--iptv-primary-light);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.iptv-device-item i {
    font-size: 36px;
    margin-bottom: 12px;
    background: var(--iptv-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iptv-device-item span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--iptv-text);
    margin-top: 5px;
}


/* --- WHY US SECTION --- */
.iptv-why-card {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius);
    padding: 30px 25px;
    transition: var(--iptv-transition);
    height: 100%;
    text-align: center;
}

.iptv-why-card:hover {
    border-color: rgba(108,92,231,0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.iptv-why-card .why-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: var(--iptv-gradient);
    color: #fff;
}

.iptv-why-card h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.iptv-why-card p {
    color: var(--iptv-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}


/* --- REVIEWS WRAPPER --- */
.iptv-reviews-wrapper {
    background: var(--iptv-dark) !important;
}

.iptv-reviews-wrapper .review-section {
    background: transparent !important;
    margin-top: 0 !important;
}

.iptv-reviews-wrapper .single-review-wrap {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border) !important;
    border-radius: var(--iptv-radius-sm) !important;
    color: var(--iptv-text);
}

.iptv-reviews-wrapper .review-body h5 {
    color: #fff;
}

.iptv-reviews-wrapper .review-body p {
    color: var(--iptv-text-muted);
}

.iptv-reviews-wrapper .ratting-list .fas.fa-star {
    color: #ffd700;
}

.iptv-reviews-wrapper .review-info h6 {
    color: #fff;
}

.iptv-reviews-wrapper .section-heading h2,
.iptv-reviews-wrapper .section-heading-center h2 {
    color: #fff;
}

.iptv-reviews-wrapper .section-heading p,
.iptv-reviews-wrapper .section-heading-center p {
    color: var(--iptv-text-muted);
}

.iptv-reviews-wrapper .owl-dot span {
    background: var(--iptv-text-muted) !important;
}

.iptv-reviews-wrapper .owl-dot.active span {
    background: var(--iptv-primary) !important;
}


/* --- FAQ WRAPPER --- */
.iptv-faq-wrapper {
    background: var(--iptv-dark-2) !important;
}

.iptv-faq-wrapper #faq {
    padding-top: 0;
}

.iptv-faq-wrapper .card {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border) !important;
    border-radius: var(--iptv-radius-sm) !important;
    overflow: hidden;
    max-height: none;
}

.iptv-faq-wrapper .card-header {
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--iptv-border);
    padding: 18px 25px;
    cursor: pointer;
    transition: var(--iptv-transition);
}

.iptv-faq-wrapper .card-header:hover {
    background: rgba(108,92,231,0.08);
}

.iptv-faq-wrapper .card-header h6 {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.iptv-faq-wrapper .card-body {
    background: transparent !important;
    border-top: 1px solid var(--iptv-border);
}

.iptv-faq-wrapper .card-body p {
    color: var(--iptv-text-muted);
    line-height: 1.7;
}

.iptv-faq-wrapper #accordion {
    max-height: none;
    overflow-y: visible;
}

.iptv-faq-wrapper .collapse {
    max-height: none;
    overflow-y: visible;
}


/* --- CTA BANNER --- */
.iptv-cta-banner {
    background: var(--iptv-dark) !important;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.iptv-cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--iptv-gradient);
    opacity: 0.08;
}

.iptv-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.iptv-cta-inner h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.iptv-cta-inner p {
    color: var(--iptv-text-muted);
    font-size: 1.05rem;
    margin-bottom: 30px;
}


/* --- AFFILIATE BANNER --- */
.iptv-affiliate-banner {
    background: var(--iptv-dark-3) !important;
    border-top: 1px solid var(--iptv-border);
    border-bottom: 1px solid var(--iptv-border);
    padding: 40px 0;
    text-align: center;
}

.iptv-affiliate-banner h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.iptv-affiliate-banner h4 a {
    color: #fff;
    text-decoration: none;
}

.iptv-affiliate-banner p {
    color: var(--iptv-text-muted);
    margin: 0;
}

.iptv-affiliate-banner p a {
    color: var(--iptv-accent);
    text-decoration: none;
    transition: var(--iptv-transition);
}

.iptv-affiliate-banner p a:hover {
    color: var(--iptv-primary-light);
}


/* --- SERVICES GRID --- */
.iptv-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.iptv-service-card {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius);
    padding: 35px 30px;
    transition: var(--iptv-transition);
}

.iptv-service-card:hover {
    border-color: rgba(108,92,231,0.3);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.iptv-service-card .service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.iptv-service-card .service-header h4 {
    color: #fff;
    margin: 0;
}

.iptv-service-card .service-header h4 .h5 {
    color: var(--iptv-accent);
    font-weight: 700;
}

.iptv-service-card .service-header .service-icon {
    font-size: 2.5rem;
    background: var(--iptv-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iptv-service-card p {
    color: var(--iptv-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.iptv-service-card .btn-iptv-sm {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-glass-border);
    color: #fff;
    text-decoration: none;
    transition: var(--iptv-transition);
    margin-right: 6px;
    margin-bottom: 6px;
}

.iptv-service-card .btn-iptv-sm:hover {
    background: var(--iptv-primary);
    border-color: var(--iptv-primary);
    color: #fff;
    text-decoration: none;
}


/* --- TERMS SECTION --- */
.iptv-terms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.iptv-terms-card {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius-sm);
    padding: 28px 24px;
    transition: var(--iptv-transition);
}

.iptv-terms-card:hover {
    border-color: rgba(0,206,201,0.3);
}

.iptv-terms-card .terms-icon {
    font-size: 22px;
    background: var(--iptv-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 14px;
    display: block;
}

.iptv-terms-card h5 {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
}

.iptv-terms-card p {
    color: var(--iptv-text-muted);
    font-size: 0.88rem;
    line-height: 1.6;
    margin: 0;
}


/* --- RESELLER WRAPPER --- */
.iptv-reseller-wrapper {
    background: var(--iptv-dark) !important;
}

.iptv-reseller-wrapper .compare-pricing-section {
    background: transparent !important;
}

.iptv-reseller-wrapper .table {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--iptv-border);
    color: var(--iptv-text);
}

.iptv-reseller-wrapper .table thead tr {
    background: var(--iptv-dark-3) !important;
}

.iptv-reseller-wrapper .table thead th {
    color: #fff;
    border-color: var(--iptv-border);
}

.iptv-reseller-wrapper .table tbody td {
    border-color: var(--iptv-border);
    color: var(--iptv-text);
}

.iptv-reseller-wrapper .table tbody tr:hover {
    background: rgba(108,92,231,0.05);
}

.iptv-reseller-wrapper .btn.outline-btn {
    background: var(--iptv-gradient);
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
}


/* --- FOOTER OVERRIDE --- */
#footer.footer-section {
    background: var(--iptv-dark) !important;
}

#footer .gradient-bg {
    background: var(--iptv-dark-2) !important;
    border-top: 1px solid var(--iptv-border);
}

#footer .footer-bottom {
    background: var(--iptv-dark) !important;
    border-top: 1px solid var(--iptv-border);
}

#footer .footer-nav-wrap h4 {
    color: #fff !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

#footer .footer-nav-wrap .nav a {
    color: var(--iptv-text-muted);
    font-size: 13px;
    padding: 4px 0;
    transition: var(--iptv-transition);
}

#footer .footer-nav-wrap .nav a:hover {
    color: var(--iptv-accent);
}


/* --- PROMO CARDS (SUPPORT/SUBSCRIBE/RESELLER) --- */
.iptv-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.iptv-promo-card {
    background: var(--iptv-glass) !important;
    border: 1px solid var(--iptv-border);
    border-radius: var(--iptv-radius);
    padding: 35px 25px;
    text-align: center;
    transition: var(--iptv-transition);
    text-decoration: none;
    display: block;
}

.iptv-promo-card:hover {
    border-color: rgba(108,92,231,0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    text-decoration: none;
}

.iptv-promo-card .promo-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: var(--iptv-gradient);
    color: #fff;
}

.iptv-promo-card h5 {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
}

.iptv-promo-card p {
    color: var(--iptv-text-muted);
    font-size: 0.9rem;
    margin: 0;
}


/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .iptv-hero {
        min-height: auto;
        padding: 60px 0 50px;
    }

    .iptv-hero-visual {
        margin-top: 50px;
    }

    .iptv-floating-card {
        display: none;
    }

    .iptv-services-grid,
    .iptv-terms-grid {
        grid-template-columns: 1fr;
    }

    .iptv-promo-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .iptv-section {
        padding: 60px 0;
    }

    .iptv-hero h1 {
        font-size: 2rem;
    }

    .iptv-devices-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .iptv-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .iptv-stat-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .iptv-devices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* --- CHOICEHUB SECTION --- */
.iptv-choicehub-section {
    background: var(--iptv-dark) !important;
    padding: 80px 0;
    position: relative;
}

.iptv-choicehub-section .hub-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.iptv-choicehub-section .hub-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: var(--iptv-text);
    font-size: 0.95rem;
}

.iptv-choicehub-section .hub-features li i {
    color: var(--iptv-accent);
    font-size: 14px;
}

.iptv-choicehub-video {
    border-radius: var(--iptv-radius);
    overflow: hidden;
    border: 2px solid var(--iptv-border);
    box-shadow: var(--iptv-shadow);
}

.iptv-choicehub-video video {
    width: 100%;
    display: block;
}


/* --- QUICK LINKS BAR --- */
.iptv-quick-links {
    background: var(--iptv-dark-3) !important;
    padding: 12px 0;
    border-bottom: 1px solid var(--iptv-border);
}

.iptv-quick-links .links-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.iptv-quick-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--iptv-text-muted);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--iptv-transition);
}

.iptv-quick-links a:hover {
    color: var(--iptv-accent);
}

.iptv-quick-links a i {
    font-size: 14px;
}


/* --- MONEY BACK POPUP OVERRIDE --- */
#popup {
    background: var(--iptv-dark-2) !important;
    border: 1px solid var(--iptv-border) !important;
    border-radius: var(--iptv-radius) !important;
    color: var(--iptv-text) !important;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6) !important;
}

#popup h2, #popup h3 {
    color: #fff;
}

#popup p, #popup li {
    color: var(--iptv-text-muted);
}

#popup a {
    color: var(--iptv-accent);
}

#popup button {
    background: var(--iptv-glass) !important;
    color: #fff;
    border: 1px solid var(--iptv-border);
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}
