:root {
  --bg-dark: #07141b;
  --bg-dark-2: #0d2530;
  --primary: #10b3ca;
  --primary-dark: #0b6772;
  --cyan: #98ebff;
  --text: #0f172a;
  --muted: #607386;
  --line: rgba(15, 23, 42, 0.08);
  --surface: #ffffff;
  --surface-soft: #f8fbfd;
  --shadow: 0 18px 46px rgba(2, 12, 27, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 22px;
  --shell: 1240px;
}

body.page-template-template-iptv-nordic8k {
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.iptv-page-template,
.iptv-page-template * {
  box-sizing: border-box;
}

.iptv-page-template {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.iptv-shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
  margin-bottom: 25px;
}

.iptv-topbar {
  padding: 18px 0 0;
}

.iptv-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 26px;
  background: rgba(7, 20, 27, 0.78);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  border-radius: 999px;
}

.iptv-logo {
  display: inline-grid;
  gap: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.05em;
}

.iptv-logo span:nth-child(1),
.iptv-logo span:nth-child(2) { font-size: 1.05rem; }
.iptv-logo span:nth-child(3) { font-size: 1.25rem; color: var(--cyan); }
.iptv-logo small { font-size: .52rem; letter-spacing: .16em; line-height: 1.6; color: rgba(255,255,255,.68); }

.iptv-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.iptv-footer a,
.iptv-all-faq-link a {
  text-decoration: none;
}

.iptv-nav a {
  color: rgba(255,255,255,.84);
  font-weight: 600;
  font-size: .95rem;
}

.iptv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: all .2s ease;
}

.iptv-button:hover { transform: translateY(-2px); filter: brightness(1.03); }

.iptv-hero-section { padding: 0 0 34px; }

.iptv-page-template > .iptv-section:nth-of-type(6) .iptv-shell,
.iptv-page-template > .iptv-section:nth-of-type(6) .iptv-section-heading {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
}

.iptv-hero-full {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 0 42px;
  background: linear-gradient(rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.55)), url("black.jpg") center / cover no-repeat;
box-shadow: 0 30px 90px rgba(3, 12, 25, .28);
color: #fff;
}

.hero-inner {
  position: relative;
}

.iptv-eyebrow,
.iptv-label {
  display: inline-block;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 800;
}

.iptv-eyebrow { color: var(--cyan); }
.iptv-label { color: #fff; }
.white .iptv-label,
.white p,
.white h2 { color: #ffffff !important; }

.iptv-hero h1,
.iptv-page-template h2,
.iptv-page-template h3,
.iptv-page-template h4 {
  margin: 0;
  letter-spacing: -.04em;
}

.iptv-hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: .98;
  font-weight: 800;
  max-width: 830px;
}

.iptv-hero p,
.iptv-page-template p,
.iptv-page-template li,
.iptv-page-template summary,
.iptv-page-template a,
.iptv-page-template span,
.iptv-page-template small {
  font-size: 1rem;
}

.iptv-hero > .iptv-hero-copy-wrap > p {
  max-width: 760px;
  color: rgba(255,255,255,.83);
  line-height: 1.7;
  margin: 18px 0 22px;
}

.iptv-bullet-row,
.iptv-hero-actions,
.footer-bottom,
.iptv-blog-head,
.iptv-highlight-left,
.review-user {
  display: flex;
}

.iptv-bullet-row {
  justify-content: flex-start;
  gap: 12px;
}

.iptv-bullet-row > .pill-uptime,
.iptv-bullet-row > .pill-server,
.iptv-bullet-row > .pill-support,
.iptv-bullet-row > .pill-subs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  gap: 8px;
  white-space: nowrap;
}

.iptv-hero-actions { gap: 14px; flex-wrap: wrap; }

.iptv-button { text-decoration: none; }
.iptv-button-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.iptv-button-secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #fff; }
.iptv-button-dark { background: #0f172a; color: #fff; }

.iptv-hero-stats,
.iptv-feature-grid,
.iptv-pricing-grid,
.iptv-steps-grid,
.iptv-device-grid,
.iptv-payment-grid,
.iptv-review-grid,
.iptv-seo-grid,
.iptv-blog-grid,
.footer-grid {
  display: grid;
  gap: 24px;
}

.iptv-hero-stats {
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 34px;
}

.iptv-stat-card {
  padding: 22px 16px;
  text-align: center;
  border-radius: 24px;
  background: rgba(255,255,255,.25);
  border: 1px solid rgba(255,255,255,.12);
}

.iptv-stat-card strong { display: block; font-size: 1.95rem; margin-bottom: 4px; }
.iptv-stat-card span { color: rgba(255,255,255,.76); font-size: .92rem; }

.iptv-scroll-cue {
  text-align: center;
  font-size: 2rem;
  margin-top: 16px;
  color: rgba(255,255,255,.76);
}

.iptv-section { padding: 34px 0 34px; }

.iptv-section-heading { margin: 0 auto 28px; }
.iptv-section-heading.center { text-align: center; }
.iptv-section-heading.narrow { max-width: 620px; }
.iptv-section-heading p { color: var(--muted); line-height: 1.75; margin: 14px auto 0; max-width: 760px; }

.iptv-page-template h2 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.02;
  font-weight: 800;
  color: #0f172a;
}

.irev-section h2 {
  color: #ffffff !important;
}

.iptv-feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.iptv-device-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.iptv-pricing-grid { grid-template-columns: repeat(4, minmax(0,1fr)); align-items: stretch; }
.iptv-steps-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.iptv-payment-grid, .iptv-review-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.fullwidth-reviews { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0 24px; max-width: none; }
.iptv-review-marquee { overflow: hidden; position: relative; }
.iptv-review-track { display: flex; gap: 24px; width: max-content; animation: iptvMarquee 42s linear infinite; }
.iptv-review-marquee:hover .iptv-review-track { animation-play-state: paused; }
@keyframes iptvMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.iptv-seo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.iptv-blog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }

.iptv-card,
.iptv-pricing-card,
.iptv-step-card,
.iptv-highlight-box,
.iptv-blog-grid article,
.iptv-faq-accordion details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.iptv-card,
.iptv-pricing-card,
.iptv-step-card,
.iptv-blog-grid article { padding: 30px; }

.icon-card,
.device-card,
.payment-card,
.review-card,
.blog-card { text-align: left; }

.iptv-card h3,
.iptv-pricing-card h3,
.iptv-step-card h3,
.blog-card h3 {
  font-size: 1.45rem;
  line-height: 1.16;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
}

.iptv-card p,
.iptv-pricing-card li,
.iptv-step-card p,
.blog-card p,
.payment-card p,
.review-card p,
.iptv-highlight-box p,
.iptv-faq-accordion div {
  color: var(--muted);
  line-height: 1.72;
}

.iptv-card ul,
.iptv-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.iptv-card li,
.iptv-pricing-card li { padding: 7px 0; }

.iptv-card-icon,
.device-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(16,179,202,.12), rgba(152,235,255,.3));
  font-size: 1.6rem;
  margin-bottom: 18px;
  color: var(--primary-dark);
}

.iptv-highlight-box {
  margin-top: 24px;
  padding: 28px 30px;
  background: linear-gradient(135deg, #0c1e28, #12384b);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.iptv-highlight-box h3,
.iptv-highlight-box strong { color: #fff; }
.iptv-highlight-left { gap: 18px; align-items: center; }
.iptv-highlight-box p,
.iptv-highlight-metric span { color: rgba(255,255,255,.78); }
.iptv-highlight-metric strong { display:block; font-size: 2rem; }

.pricing-section { padding-top: 44px; }

.iptv-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.iptv-pricing-card.featured {
  border: 2px solid var(--primary);
  transform: translateY(-8px);
}

.iptv-save-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #28c9e0);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.iptv-save-badge.subtle {
  background: #e8f7fb;
  color: var(--primary-dark);
}

.iptv-plan-top h3 { font-size: 1.05rem; letter-spacing: .08em; margin-bottom: 10px; }
.iptv-price-row { display:flex; align-items:flex-end; gap:10px; }
.iptv-price-row strong { font-size: 3.1rem; line-height: .95; font-weight: 800; color: var(--text); }
.iptv-price-row span { font-weight: 700; color: var(--muted); margin-bottom: 6px; }
.iptv-plan-note { color: var(--muted); font-weight: 600; }
.iptv-plan-note.green { color: #0c9b61; }
.iptv-pricing-card li.muted { color: #8ea0b2; }
.iptv-support-note,
.iptv-ssl-note { text-align: center; margin-top: 18px; color: var(--muted); font-weight: 600; }

.iptv-step-card { text-align: center; }
.iptv-step-number {
  width: 74px; height: 74px; margin: 0 auto 18px;
  border-radius: 50%; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--primary), #26d3ee); color:#fff; font-size:1.7rem; font-weight:800;
}

.payment-card strong,
.review-user strong,
.footer-check,
.iptv-footer h4 { color: var(--text); }
.payment-card strong { display:block; margin-top: 4px; }

.review-card { min-width: 360px; max-width: 360px; }
.review-card .stars { color: #f59e0b; font-size: 1.2rem; margin-bottom: 12px; }
.review-user { gap: 14px; align-items: center; margin-top: 16px; }
.review-user span {
  width: 46px; height: 46px; border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: #ebf7fb; color: var(--primary-dark); font-weight: 800;
}
.review-user small { display:block; color: var(--muted); margin-top: 2px; }

.iptv-faq-accordion { display: grid; gap: 14px; }
.iptv-faq-accordion details { padding: 22px 24px; }
.iptv-faq-accordion summary { cursor: pointer; list-style: none; font-weight: 700; color: var(--text); }
.iptv-faq-accordion summary::-webkit-details-marker { display:none; }
.iptv-faq-accordion div { padding-top: 12px; }
.iptv-all-faq-link { text-align: center; margin-top: 16px; }
.iptv-all-faq-link a,
.iptv-blog-head a { color: var(--primary-dark); font-weight: 700; }

.cta-section { padding-top: 42px; }
.iptv-cta-box {
  padding: 46px 26px; border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2)); color:#fff; text-align:center;
  box-shadow: 0 30px 80px rgba(3,12,25,.22);
}
.iptv-cta-box p { color: rgba(255,255,255,.76); }
.iptv-cta-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top: 20px; }

.iptv-footer {
  margin-top: 32px;
  padding: 50px 0 26px;
  background: #081119;
  color: rgba(255,255,255,.72);
}
.iptv-logo.footer { margin-bottom: 16px; }
.iptv-footer p { color: rgba(255,255,255,.72); line-height: 1.72; }
.iptv-footer h4 { color: #fff; font-size: .86rem; letter-spacing: .14em; margin-bottom: 16px; }
.iptv-footer ul { list-style:none; margin:0; padding:0; }
.iptv-footer li { margin-bottom: 10px; color: rgba(255,255,255,.72); }
.iptv-footer a { color: rgba(255,255,255,.84); }
.footer-check {
  display:inline-flex; margin-top:14px; padding:10px 14px; border-radius:999px;
  background: rgba(255,255,255,.08); color:#fff; font-weight:700;
}
.footer-bottom {
  justify-content: space-between; align-items:center; gap:16px; margin-top: 28px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom div { display:flex; gap:18px; flex-wrap:wrap; }
.footer-bottom span, .footer-bottom a { color: rgba(255,255,255,.74); }

@media (max-width: 1180px) {
  .iptv-pricing-grid, .iptv-device-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .iptv-hero-stats, .iptv-feature-grid, .iptv-pricing-grid, .iptv-steps-grid, .iptv-device-grid, .iptv-payment-grid, .iptv-review-grid, .iptv-seo-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .iptv-highlight-box, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .fullwidth-reviews { padding: 0 12px; }
  .review-card { min-width: 300px; max-width: 300px; }
}

@media (max-width: 640px) {
  .iptv-shell { width: min(calc(100% - 18px), var(--shell)); }
  .iptv-hero-full { padding: 84px 0 28px; }
  .iptv-card, .iptv-pricing-card, .iptv-step-card, .iptv-faq-accordion details { padding: 22px; }
}


.iptv-bullet-row span i, .iptv-button i { margin-right: 8px; }
.iptv-bullet-row span { gap: 8px; }
.iptv-review-marquee { -webkit-overflow-scrolling: touch; touch-action: pan-x; cursor: grab; }
.iptv-review-marquee.is-dragging { cursor: grabbing; }
.iptv-review-track { will-change: transform; }
.iptv-button { gap: 8px; }
.payment-card .device-icon { margin-bottom: 16px; }

@media (max-width: 980px) {
  .iptv-review-marquee { overflow-x: auto; scrollbar-width: none; }
  .iptv-review-marquee::-webkit-scrollbar { display: none; }
  .iptv-review-track { animation: none; width: max-content; padding-bottom: 4px; }
}


/* one icon per pill */
.iptv-bullet-row > .pill-uptime i,
.iptv-bullet-row > .pill-server i,
.iptv-bullet-row > .pill-support i,
.iptv-bullet-row > .pill-subs i {
  font-size: 13px;
  margin: 0;
}

/* coloured variants */
.pill-uptime {
  background: rgba(34,197,94,0.10);
  border: 1px solid rgba(34,197,94,0.25);
  color: #4ade80;
}
.pill-server {
  background: rgba(0,212,255,0.10);
  border: 1px solid rgba(0,212,255,0.25);
  color: #22d3ee;
}
.pill-support {
  background: rgba(168,85,247,0.10);
  border: 1px solid rgba(168,85,247,0.25);
  color: #c084fc;
}
.pill-subs {
  background: rgba(251,191,36,0.10);
  border: 1px solid rgba(251,191,36,0.25);
  color: #fbbf24;
}
.pill-uptime i, .pill-server i, .pill-support i, .pill-subs i {
  opacity: 1;
}
.pill-uptime span, .pill-server span, .pill-support span, .pill-subs span {
  color: inherit;
}


.iptv-bullet-row {
  gap: 10px;
  justify-content: center;
}

.iptv-bullet-row > span,
.iptv-bullet-row > .pill-uptime,
.iptv-bullet-row > .pill-server,
.iptv-bullet-row > .pill-support,
.iptv-bullet-row > .pill-subs {
  min-height: 48px;
  padding: 6px 14px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  gap: 6px !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 18px rgba(0,0,0,.10);
}

.iptv-bullet-row > span i,
.iptv-bullet-row > .pill-uptime i,
.iptv-bullet-row > .pill-server i,
.iptv-bullet-row > .pill-support i,
.iptv-bullet-row > .pill-subs i {
  font-size: 14px;
  margin-right: 0 !important;
}

.pill-uptime {
  background: rgba(34,197,94,0.10) !important;
  border: 1px solid rgba(34,197,94,0.25) !important;
  color: #4ade80 !important;
}

.pill-server {
  background: rgba(0,212,255,0.10) !important;
  border: 1px solid rgba(0,212,255,0.25) !important;
  color: #00d4ff !important;
}

.pill-support {
  background: rgba(168,85,247,0.10) !important;
  border: 1px solid rgba(168,85,247,0.25) !important;
  color: #c084fc !important;
}

.pill-subs {
  background: rgba(251,191,36,0.10) !important;
  border: 1px solid rgba(251,191,36,0.25) !important;
  color: #fbbf24 !important;
}

@media (max-width: 640px) {
  .iptv-bullet-row {
    gap: 8px;
  }

  .iptv-bullet-row > span,
  .iptv-bullet-row > .pill-uptime,
  .iptv-bullet-row > .pill-server,
  .iptv-bullet-row > .pill-support,
  .iptv-bullet-row > .pill-subs {
    min-height: 24px;
    padding: 3px 6px !important;
    font-size: 12px !important;
  }
}


/* v9 trust pill correction to match original screenshot more closely */
.iptv-bullet-row {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.iptv-bullet-row > .pill-uptime,
.iptv-bullet-row > .pill-server,
.iptv-bullet-row > .pill-support,
.iptv-bullet-row > .pill-subs {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  padding: 0 14px !important;
  border-radius: 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  gap: 8px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.iptv-bullet-row > .pill-uptime::before,
.iptv-bullet-row > .pill-server::before,
.iptv-bullet-row > .pill-support::before,
.iptv-bullet-row > .pill-subs::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: rgba(255,255,255,.02);
  pointer-events: none;
}

.iptv-bullet-row > .pill-uptime > *,
.iptv-bullet-row > .pill-server > *,
.iptv-bullet-row > .pill-support > *,
.iptv-bullet-row > .pill-subs > * {
  position: relative;
  z-index: 1;
}

.iptv-bullet-row > .pill-uptime i,
.iptv-bullet-row > .pill-server i,
.iptv-bullet-row > .pill-support i,
.iptv-bullet-row > .pill-subs i {
  font-size: 13px !important;
  opacity: .95;
}

.pill-uptime {
  background: rgba(34,197,94,0.08) !important;
  border: 1px solid rgba(34,197,94,0.18) !important;
  color: #4ade80 !important;
}

.pill-server {
  background: rgba(0,212,255,0.08) !important;
  border: 1px solid rgba(0,212,255,0.18) !important;
  color: #22d3ee !important;
}

.pill-support {
  background: rgba(168,85,247,0.08) !important;
  border: 1px solid rgba(168,85,247,0.18) !important;
  color: #c084fc !important;
}

.pill-subs {
  background: rgba(251,191,36,0.08) !important;
  border: 1px solid rgba(251,191,36,0.18) !important;
  color: #fbbf24 !important;
}

@media (max-width: 640px) {
  .iptv-bullet-row {
    gap: 8px;
    justify-content: flex-start;
  }

  .iptv-bullet-row > .pill-uptime,
  .iptv-bullet-row > .pill-server,
  .iptv-bullet-row > .pill-support,
  .iptv-bullet-row > .pill-subs {
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    font-size: 11px !important;
  }
}


/* v10 exact plain trust pills from latest reference */
.iptv-bullet-row {
  justify-content: flex-start !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.iptv-bullet-row > .pill-plain {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(24,43,57,.88), rgba(22,39,52,.88)) !important;
  border: 1px solid rgba(173, 216, 230, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.iptv-bullet-row > .pill-plain::before,
.iptv-bullet-row > .pill-plain::after,
.iptv-bullet-row > .pill-plain i {
  display: none !important;
  content: none !important;
}

@media (max-width: 640px) {
  .iptv-bullet-row {
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .iptv-bullet-row::-webkit-scrollbar { display: none; }
  .iptv-bullet-row > .pill-plain {
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 11px !important;
  }
}


/* v11 single colored pills: no duplicate icons, no inner capsule */
.iptv-bullet-row {
  justify-content: flex-start !important;
  gap: 12px !important;
}

.iptv-bullet-row > .pill-uptime,
.iptv-bullet-row > .pill-server,
.iptv-bullet-row > .pill-support,
.iptv-bullet-row > .pill-subs {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  gap: 8px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  white-space: nowrap !important;
}

.iptv-bullet-row > .pill-uptime::before,
.iptv-bullet-row > .pill-server::before,
.iptv-bullet-row > .pill-support::before,
.iptv-bullet-row > .pill-subs::before,
.iptv-bullet-row > .pill-uptime::after,
.iptv-bullet-row > .pill-server::after,
.iptv-bullet-row > .pill-support::after,
.iptv-bullet-row > .pill-subs::after {
  display: none !important;
  content: none !important;
}

.iptv-bullet-row > .pill-uptime i,
.iptv-bullet-row > .pill-server i,
.iptv-bullet-row > .pill-support i,
.iptv-bullet-row > .pill-subs i {
  font-size: 13px !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.pill-uptime {
  background: rgba(34,197,94,0.10) !important;
  border: 1px solid rgba(34,197,94,0.25) !important;
  color: #4ade80 !important;
}
.pill-server {
  background: rgba(0,212,255,0.10) !important;
  border: 1px solid rgba(0,212,255,0.25) !important;
  color: #22d3ee !important;
}
.pill-support {
  background: rgba(168,85,247,0.10) !important;
  border: 1px solid rgba(168,85,247,0.25) !important;
  color: #c084fc !important;
}
.pill-subs {
  background: rgba(251,191,36,0.10) !important;
  border: 1px solid rgba(251,191,36,0.25) !important;
  color: #fbbf24 !important;
}

@media (max-width: 640px) {
  .iptv-bullet-row > .pill-uptime,
  .iptv-bullet-row > .pill-server,
  .iptv-bullet-row > .pill-support,
  .iptv-bullet-row > .pill-subs {
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 11px !important;
  }
}
.plan-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.55;
}

.plan-points li::before {
  content: "✓";
  flex: 0 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #16a34a;
  transform: translateY(-1px);
}

.plan-points li.is-disabled {
  color: #94a3b8;
}

.plan-points li.is-disabled::before {
  content: "✕";
  color: #cbd5e1;
}
.site-main.iptv-page-template .iptv-hero-section {
  position: relative;
  overflow: hidden;
}

.site-main.iptv-page-template .iptv-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: 1;
}

.site-main.iptv-page-template .iptv-hero-section > * {
  position: relative;
  z-index: 2;
}

.site-main.iptv-page-template .iptv-hero-inner,
.site-main.iptv-page-template .iptv-hero-shell,
.site-main.iptv-page-template .iptv-hero-content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1200px) {
  .site-main.iptv-page-template .iptv-hero-inner,
  .site-main.iptv-page-template .iptv-hero-shell,
  .site-main.iptv-page-template .iptv-hero-content-wrap {
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.site-main.iptv-page-template .iptv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

@media (max-width: 991px) {
  .site-main.iptv-page-template .iptv-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.iptv-hero-bg,
.iptv-hero-image {
  position: relative;
}

.iptv-hero-bg::after,
.iptv-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.36);
  z-index: 1;
}

.iptv-hero-bg > *,
.iptv-hero-image > * {
  position: relative;
  z-index: 2;
}