/**
 * Elementor visual polish — IPTV Polska dark theme.
 */

/* ── Base ─────────────────────────────────────────────── */

body.iptv-polska-theme,
body.iptv-elementor-page {
  background-color: #000000 !important;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

body.iptv-elementor-page .elementor {
  color: #ffffff;
}

body.iptv-elementor-page .elementor-section {
  position: relative;
}

body.iptv-elementor-page .elementor-section .elementor-container {
  max-width: 1200px;
}

body.iptv-elementor-page .entry-title,
body.iptv-elementor-page .elementor-page-title {
  display: none !important;
}

body.iptv-polska-theme #site-header.site-header {
  display: none !important;
}

/* ── Typography ───────────────────────────────────────── */

body.iptv-elementor-page .elementor-widget-heading .elementor-heading-title {
  font-family: "Inter", "Segoe UI", sans-serif;
  line-height: 1.3;
}

body.iptv-elementor-page .iptv-el-hero h1.elementor-heading-title {
  font-size: clamp(2.4rem, 5vw, 3.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  margin-bottom: 0.35rem !important;
  letter-spacing: -0.02em;
}

body.iptv-elementor-page .iptv-el-hero h2.elementor-heading-title {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem) !important;
  font-weight: 500 !important;
  color: #cccccc !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem !important;
}

body.iptv-elementor-page .iptv-el-hero h2.elementor-heading-title::after {
  display: none;
}

body.iptv-elementor-page .elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin-bottom: 0.5rem;
}

body.iptv-elementor-page .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 700 !important;
}

body.iptv-elementor-page .elementor-widget-heading h3.elementor-heading-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

body.iptv-elementor-page .elementor-widget-heading h4.elementor-heading-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.iptv-elementor-page .elementor-widget-heading h6.elementor-heading-title {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}

body.iptv-elementor-page .elementor-widget-text-editor {
  color: #cccccc;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

body.iptv-elementor-page .elementor-widget-text-editor p {
  margin-bottom: 0;
}

body.iptv-elementor-page .elementor-widget-text-editor strong {
  color: #ffffff;
}

/* Section descriptions — second text widget after h2 */
body.iptv-elementor-page .elementor-widget-text-editor .elementor-widget-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Badge ────────────────────────────────────────────── */

body.iptv-elementor-page .elementor-widget-heading.iptv-el-badge .elementor-heading-title {
  display: inline-block !important;
  width: auto !important;
}

body.iptv-elementor-page .iptv-el-hero .elementor-widget-heading.iptv-el-badge {
  text-align: left;
}

body.iptv-elementor-page .iptv-el-main-features .elementor-widget-heading.iptv-el-badge,
body.iptv-elementor-page .iptv-el-cta .elementor-widget-heading.iptv-el-badge {
  text-align: center;
}

/* ── Hero ─────────────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-hero {
  overflow: hidden;
}

body.iptv-elementor-page .iptv-el-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: min(600px, 80vw);
  height: min(600px, 80vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 20, 60, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

body.iptv-elementor-page .iptv-el-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

body.iptv-elementor-page .iptv-el-hero .elementor-column > .elementor-widget-wrap {
  max-width: 820px;
}

/* Stats row */
body.iptv-elementor-page .iptv-el-stats-row .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

body.iptv-elementor-page .iptv-el-stats-row h3.elementor-heading-title {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #DC143C !important;
  margin-bottom: 0.15rem !important;
}

body.iptv-elementor-page .iptv-el-stats-row h6.elementor-heading-title {
  color: #888888 !important;
  font-size: 0.85rem !important;
}

/* ── Buttons ──────────────────────────────────────────── */

body.iptv-elementor-page .elementor-widget-button .elementor-button {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0.9rem 2rem;
  transition: all 0.3s ease;
}

body.iptv-elementor-page .elementor-widget-button.iptv-el-btn--primary .elementor-button {
  background-color: #DC143C !important;
  color: #ffffff !important;
  border: none;
}

body.iptv-elementor-page .elementor-widget-button.iptv-el-btn--primary .elementor-button:hover {
  background-color: #b01030 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.4);
}

body.iptv-elementor-page .elementor-widget-button.iptv-el-btn--outline .elementor-button {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #DC143C !important;
}

body.iptv-elementor-page .elementor-widget-button.iptv-el-btn--outline .elementor-button:hover {
  background-color: #DC143C !important;
  transform: translateY(-2px);
}

/* Button rows */
body.iptv-elementor-page .iptv-el-btn-row > .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

body.iptv-elementor-page .iptv-el-btn-row .elementor-column {
  width: auto !important;
  flex: 0 0 auto;
}

body.iptv-elementor-page .iptv-el-btn-row--center > .elementor-container {
  justify-content: center;
}

body.iptv-elementor-page .iptv-el-btn-row .elementor-widget-button {
  margin-bottom: 0;
}

/* Full-width CTA buttons inside pricing cards */
body.iptv-elementor-page .iptv-el-card .elementor-widget-button .elementor-button {
  width: 100%;
  text-align: center;
}

/* ── Cards (column-level — Elementor 4) ──────────────── */

body.iptv-elementor-page .elementor-column.iptv-el-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.iptv-elementor-page .elementor-column.iptv-el-card > .elementor-widget-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

body.iptv-elementor-page .elementor-column.iptv-el-card:hover {
  transform: translateY(-6px);
}

body.iptv-elementor-page .elementor-column.iptv-el-card:hover > .elementor-widget-wrap {
  box-shadow: 0 12px 40px rgba(220, 20, 60, 0.18);
}

body.iptv-elementor-page .elementor-column.iptv-el-card--popular {
  position: relative;
  z-index: 2;
}

body.iptv-elementor-page .elementor-column.iptv-el-card--popular > .elementor-widget-wrap {
  border-color: #DC143C !important;
  box-shadow: 0 0 40px rgba(220, 20, 60, 0.25);
}

body.iptv-elementor-page .elementor-column.iptv-el-card--popular:hover {
  transform: translateY(-8px) scale(1.02);
}

body.iptv-elementor-page .iptv-el-card--popular .elementor-widget-heading.iptv-el-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  white-space: nowrap;
  margin: 0 !important;
}

body.iptv-elementor-page .iptv-el-card--popular .elementor-widget-heading.iptv-el-badge .elementor-heading-title {
  box-shadow: 0 4px 16px rgba(220, 20, 60, 0.4);
}

/* ── Why us ───────────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-why-us-cards > .elementor-container {
  align-items: stretch;
  gap: 1.5rem;
}

body.iptv-elementor-page .iptv-el-why-us-cards .iptv-el-card > .elementor-widget-wrap {
  padding: 2.5rem 2rem !important;
  text-align: center;
  align-items: center;
}

body.iptv-elementor-page .iptv-el-why-us-cards .iptv-el-icon-box .elementor-icon-box-wrapper {
  width: 100%;
}

body.iptv-elementor-page .iptv-el-why-us-cards .elementor-icon-box-icon {
  margin-bottom: 0.25rem;
}

body.iptv-elementor-page .iptv-el-card--popular > .elementor-widget-wrap {
  position: relative;
  overflow: visible;
}

body.iptv-elementor-page .iptv-el-icon-box.elementor-view-stacked .elementor-icon,
body.iptv-elementor-page .iptv-el-why-us-cards .elementor-icon-box-icon .elementor-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 20, 60, 0.12) !important;
  border-radius: 14px !important;
}

body.iptv-elementor-page .iptv-el-icon-box .elementor-icon-box-title .iptv-accent {
  display: inline;
}

body.iptv-elementor-page .iptv-el-why-us-cards .elementor-icon-box-title {
  font-size: 1.2rem !important;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem !important;
}

body.iptv-elementor-page .iptv-el-why-us-cards .elementor-icon-box-description {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  max-width: 300px;
  margin: 0 auto;
}

/* ── Devices ──────────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-devices-cards > .elementor-container {
  align-items: stretch;
  gap: 1.25rem;
}

body.iptv-elementor-page .iptv-el-devices-cards .iptv-el-device-card > .elementor-widget-wrap {
  padding: 2.25rem 1.5rem !important;
  text-align: center;
  align-items: center;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.iptv-elementor-page .iptv-el-devices-cards .iptv-el-icon-box .elementor-icon-box-wrapper {
  width: 100%;
}

body.iptv-elementor-page .iptv-el-devices-cards .elementor-icon-box-icon {
  margin-bottom: 0.5rem;
}

body.iptv-elementor-page .iptv-el-devices-cards .elementor-icon-box-icon .elementor-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(220, 20, 60, 0.2) 0%, rgba(220, 20, 60, 0.08) 100%) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(220, 20, 60, 0.25);
  box-shadow: 0 8px 24px rgba(220, 20, 60, 0.12);
}

body.iptv-elementor-page .iptv-el-devices-cards .elementor-icon-box-title {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0.5rem !important;
}

body.iptv-elementor-page .iptv-el-devices-cards .elementor-icon-box-description {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  max-width: 220px;
  margin: 0 auto;
  color: #aaaaaa !important;
}

body.iptv-elementor-page .iptv-el-devices-cards .iptv-el-device-card:hover > .elementor-widget-wrap {
  border-color: rgba(220, 20, 60, 0.45) !important;
  background: linear-gradient(160deg, rgba(220, 20, 60, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
}

body.iptv-elementor-page .iptv-el-devices-cards .iptv-el-device-card:hover .elementor-icon-box-icon .elementor-icon {
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(220, 20, 60, 0.22);
}

body.iptv-elementor-page .iptv-el-devices-cards .elementor-icon-box-icon .elementor-icon {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.iptv-elementor-page .iptv-el-devices-cards .elementor-column {
    width: 50% !important;
  }
}

body.iptv-elementor-page .iptv-el-pricing-cards--4 > .elementor-container {
  gap: 1rem;
}

body.iptv-elementor-page .iptv-el-pricing-cards--4 .iptv-el-card > .elementor-widget-wrap {
  padding: 2rem 1.25rem 1.75rem !important;
  min-height: 520px;
}

body.iptv-elementor-page .iptv-el-pricing-cards--4 .elementor-icon-list-item {
  font-size: 0.82rem;
  line-height: 1.35;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.iptv-elementor-page .iptv-el-pricing-cards--4 .elementor-column {
    width: 50% !important;
  }
}

/* ── Pricing cards ────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-pricing-cards > .elementor-container {
  align-items: stretch;
  gap: 1.5rem;
}

body.iptv-elementor-page .iptv-el-pricing-cards .iptv-el-card > .elementor-widget-wrap {
  padding: 2.25rem 1.75rem 2rem !important;
  text-align: center;
  align-items: center;
  min-height: 480px;
}

body.iptv-elementor-page .iptv-el-pricing-cards .iptv-el-card--popular > .elementor-widget-wrap {
  padding-top: 2.75rem !important;
  min-height: 500px;
}

body.iptv-elementor-page .iptv-el-pricing-cards .iptv-el-card h3.elementor-heading-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem !important;
}

body.iptv-elementor-page .iptv-el-pricing-cards .iptv-el-card h4.elementor-heading-title {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #DC143C !important;
  margin: 0.5rem 0 !important;
}

body.iptv-elementor-page .iptv-el-pricing-cards .iptv-price-amount {
  font-size: clamp(1.75rem, 2.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  color: #ffffff;
  margin: 0.25rem 0 0;
  line-height: 1.1;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-widget-divider {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 0.5rem;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-widget-divider .elementor-divider {
  padding: 0;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-widget-icon-list {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  flex-grow: 1;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-icon-list-items {
  text-align: left;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-icon-list-item {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-icon-list-item:last-child {
  border-bottom: none;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-widget-button {
  width: 100%;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

body.iptv-elementor-page .iptv-el-pricing-cards .elementor-widget-button .elementor-button {
  width: 100%;
}

body.iptv-elementor-page .iptv-el-section-head .elementor-widget-text-editor p {
  color: #aaaaaa;
}

/* ── Cards (legacy widget-wrap hover — keep for compat) ─ */

body.iptv-elementor-page .iptv-el-card > .elementor-widget-wrap {
  transition: all 0.3s ease;
  height: 100%;
}

body.iptv-elementor-page .iptv-el-card:hover > .elementor-widget-wrap {
  border-color: #DC143C !important;
}

body.iptv-elementor-page .iptv-el-card--popular > .elementor-widget-wrap {
  border-color: #DC143C !important;
}

body.iptv-elementor-page .iptv-el-card--popular .elementor-widget-heading.iptv-el-badge {
  margin-bottom: 0.5rem;
}

/* Card grids */
body.iptv-elementor-page .iptv-el-card-grid .elementor-column,
body.iptv-elementor-page .iptv-el-pricing-grid .elementor-column {
  margin-bottom: 0;
}

body.iptv-elementor-page .iptv-el-feature-row {
  margin-bottom: 1.25rem;
}

body.iptv-elementor-page .iptv-el-feature-row:last-child {
  margin-bottom: 0;
}

/* ── Pricing ──────────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-pricing h2.elementor-heading-title {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem) !important;
  font-weight: 800 !important;
}

body.iptv-elementor-page .iptv-el-pricing h4.elementor-heading-title {
  color: #DC143C !important;
  margin: 0.75rem 0 0.25rem !important;
}

body.iptv-elementor-page .iptv-el-pricing .iptv-el-card h3.elementor-heading-title {
  color: #ffffff !important;
  font-size: 1.2rem !important;
}

/* ── Icon boxes ───────────────────────────────────────── */

body.iptv-elementor-page .elementor-widget-icon-box .elementor-icon-box-title {
  color: #ffffff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

body.iptv-elementor-page .elementor-widget-icon-box .elementor-icon-box-description {
  color: #cccccc;
  line-height: 1.6;
}

body.iptv-elementor-page .elementor-widget-icon-box .elementor-icon {
  color: #DC143C;
  fill: #DC143C;
}

body.iptv-elementor-page .elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: rgba(220, 20, 60, 0.12);
  border-radius: 12px;
}

body.iptv-elementor-page .iptv-el-card .elementor-icon-box-wrapper {
  text-align: center;
}

body.iptv-elementor-page .iptv-el-feature-row .elementor-icon-box-wrapper {
  text-align: left;
}

/* ── Icon lists ───────────────────────────────────────── */

body.iptv-elementor-page .elementor-widget-icon-list .elementor-icon-list-text {
  color: #cccccc;
  font-size: 0.95rem;
}

body.iptv-elementor-page .elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #DC143C;
}

body.iptv-elementor-page .iptv-el-pricing .elementor-icon-list-item {
  border-bottom: 1px solid #222222;
  padding: 0.4rem 0;
}

body.iptv-elementor-page .iptv-el-pricing .elementor-icon-list-item:last-child {
  border-bottom: none;
}

/* ── CTA section ──────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-cta-stats .elementor-column {
  margin-bottom: 1rem;
}

body.iptv-elementor-page .iptv-el-cta-stats h2.elementor-heading-title {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #DC143C !important;
  margin-bottom: 0.2rem !important;
}

body.iptv-elementor-page .iptv-el-cta-stats h6.elementor-heading-title {
  font-size: 0.85rem !important;
  color: #cccccc !important;
}

/* ── Key features ─────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-key-features .iptv-el-key-row {
  margin-bottom: 0.5rem;
}

body.iptv-elementor-page .iptv-el-key-features .iptv-el-key-row .elementor-column > .elementor-widget-wrap {
  padding: 1.25rem 1rem;
  border-radius: 12px;
  transition: background 0.3s ease;
}

body.iptv-elementor-page .iptv-el-key-features .iptv-el-key-row .elementor-column:hover > .elementor-widget-wrap {
  background: #111111;
}

body.iptv-elementor-page .iptv-el-key-features h2.elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #DC143C !important;
  opacity: 0.55;
  margin-bottom: 0.25rem !important;
}

body.iptv-elementor-page .iptv-el-key-features h3.elementor-heading-title {
  font-size: 1.15rem !important;
  margin-bottom: 0.35rem !important;
}

/* ── FAQ toggle ───────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-faq .elementor-toggle {
  max-width: 800px;
  margin: 0 auto;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-toggle-item {
  border: 1px solid #222222;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-tab-title {
  padding: 1.1rem 1.4rem;
  background: #111111 !important;
  border: none !important;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-toggle-title {
  color: #ffffff !important;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-tab-title:hover {
  background: #1a1a1a !important;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-tab-content {
  padding: 1rem 1.4rem 1.25rem;
  color: #cccccc !important;
  background: #111111 !important;
  border-top: 1px solid #222222 !important;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-toggle-icon {
  color: #DC143C !important;
}

body.iptv-elementor-page .elementor-widget-toggle .elementor-toggle-icon-opened {
  color: #DC143C !important;
}

/* ── Blog posts ───────────────────────────────────────── */

body.iptv-elementor-page .elementor-widget-posts .elementor-post__title a {
  color: #ffffff;
  font-weight: 700;
}

body.iptv-elementor-page .elementor-widget-posts .elementor-post__title a:hover {
  color: #DC143C;
}

body.iptv-elementor-page .elementor-widget-posts .elementor-post__excerpt {
  color: #cccccc;
}

body.iptv-elementor-page .elementor-widget-posts .elementor-post__card {
  background: #111111;
  border: 1px solid #222222;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

body.iptv-elementor-page .elementor-widget-posts .elementor-post__card:hover {
  border-color: #DC143C;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(220, 20, 60, 0.1);
}

body.iptv-elementor-page .elementor-widget-posts .elementor-post__thumbnail img {
  transition: transform 0.3s ease;
}

body.iptv-elementor-page .elementor-widget-posts .elementor-post__card:hover .elementor-post__thumbnail img {
  transform: scale(1.04);
}

/* ── Section headers centered ─────────────────────────── */

body.iptv-elementor-page .elementor-widget-heading.elementor-align-center + .elementor-widget-text-editor {
  text-align: center;
}

body.iptv-elementor-page .elementor-widget-heading.elementor-align-center h2.elementor-heading-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #DC143C;
  margin: 0.85rem auto 0;
  border-radius: 2px;
}

/* ── Trust bar ────────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-trust-bar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.iptv-elementor-page .iptv-el-trust-bar > .elementor-container {
  padding: 1.1rem 0;
  border-bottom: 1px solid #222222;
  background: linear-gradient(90deg, rgba(220, 20, 60, 0.06) 0%, transparent 50%, rgba(220, 20, 60, 0.06) 100%);
}

body.iptv-elementor-page .iptv-el-trust-bar .elementor-icon-box-wrapper {
  justify-content: center;
}

body.iptv-elementor-page .iptv-el-trust-bar .elementor-icon-box-title {
  font-size: 0.9rem !important;
  color: #cccccc !important;
}

/* ── Hero animation ───────────────────────────────────── */

body.iptv-elementor-page .iptv-el-hero::before {
  animation: iptvHeroGlow 8s ease-in-out infinite alternate;
}

@keyframes iptvHeroGlow {
  0% { transform: scale(1); opacity: 0.75; }
  100% { transform: scale(1.12); opacity: 1; }
}

/* ── Popular pricing card ─────────────────────────────── */

body.iptv-elementor-page .iptv-el-card--popular > .elementor-widget-wrap {
  transform: scale(1.03);
}

/* ── Scroll reveal (Elementor sections) ───────────────── */

body.iptv-elementor-page .elementor-section.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.iptv-elementor-page .elementor-section.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Focus states ─────────────────────────────────────── */

body.iptv-elementor-page a:focus-visible,
body.iptv-elementor-page .elementor-button:focus-visible {
  outline: 2px solid #DC143C;
  outline-offset: 3px;
}

/* ── Inner sections ───────────────────────────────────── */

body.iptv-elementor-page .elementor-inner-section {
  background: transparent !important;
}

body.iptv-elementor-page .elementor-inner-section > .elementor-container {
  flex-wrap: wrap;
}

/* ── Widget spacing ───────────────────────────────────── */

body.iptv-elementor-page .elementor-widget:not(:last-child) {
  margin-bottom: 1rem;
}

body.iptv-elementor-page .elementor-widget-spacer {
  margin-bottom: 0 !important;
}

/* ── Final CTA ────────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-final-cta .elementor-widget-heading h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Premium design v1.7 ─────────────────────────────── */

body.iptv-elementor-page .iptv-accent,
.hero .iptv-accent {
  background: linear-gradient(135deg, #ff1a4a 0%, #DC143C 50%, #ff6b8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body.iptv-elementor-page .iptv-el-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(220, 20, 60, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(220, 20, 60, 0.08) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

body.iptv-elementor-page .iptv-el-hero > .elementor-container {
  z-index: 1;
}

/* Glass stat cards */
body.iptv-elementor-page .iptv-el-stat-widget .elementor-widget-container,
body.iptv-elementor-page .iptv-el-stat-widget p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0;
  text-align: center;
}

body.iptv-elementor-page .iptv-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
}

body.iptv-elementor-page .iptv-stat-num {
  display: block;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 800;
  color: #DC143C;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.iptv-elementor-page .iptv-stat-lbl {
  display: block;
  width: 100%;
  font-size: 0.82rem;
  color: #888888;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.15rem;
}

body.iptv-elementor-page .iptv-el-stat-col > .elementor-widget-wrap {
  background: rgba(17, 17, 17, 0.75) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 1.25rem 1rem !important;
  text-align: center;
}

body.iptv-elementor-page .iptv-el-stat-col:hover > .elementor-widget-wrap {
  border-color: rgba(220, 20, 60, 0.35) !important;
  box-shadow: 0 8px 32px rgba(220, 20, 60, 0.12);
}

body.iptv-elementor-page .iptv-el-stats-row {
  margin-top: 0.5rem;
}

/* Pricing price display */
body.iptv-elementor-page .iptv-price-amount {
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.1;
}

body.iptv-elementor-page .iptv-el-price-widget {
  margin-bottom: 0 !important;
}

/* Feature step numbers */
body.iptv-elementor-page .iptv-feature-num {
  font-size: 2.25rem;
  font-weight: 800;
  color: #DC143C;
  opacity: 0.45;
  margin: 0 0 0.35rem;
  line-height: 1;
}

/* Trust bar pills */
body.iptv-elementor-page .iptv-el-trust-bar .elementor-inner-section > .elementor-container {
  gap: 0.75rem;
  justify-content: center;
}

body.iptv-elementor-page .iptv-el-trust-bar .elementor-column > .elementor-widget-wrap {
  background: rgba(220, 20, 60, 0.08);
  border: 1px solid rgba(220, 20, 60, 0.15);
  border-radius: 999px;
  padding: 0.65rem 1.1rem !important;
  transition: all 0.3s ease;
}

body.iptv-elementor-page .iptv-el-trust-bar .elementor-column:hover > .elementor-widget-wrap {
  background: rgba(220, 20, 60, 0.14);
  border-color: rgba(220, 20, 60, 0.35);
}

/* Section rhythm — subtle separators */
body.iptv-elementor-page .iptv-el-why-us,
body.iptv-elementor-page .iptv-el-devices,
body.iptv-elementor-page .iptv-el-faq {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* Section header polish */
body.iptv-elementor-page .elementor-widget-heading.elementor-align-center h2.elementor-heading-title {
  letter-spacing: -0.02em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Card grid spacing */
body.iptv-elementor-page .iptv-el-card-grid > .elementor-container {
  gap: 1.5rem;
}

body.iptv-elementor-page .iptv-el-pricing-grid > .elementor-container {
  align-items: stretch;
  gap: 1.5rem;
}

/* Final CTA glow */
body.iptv-elementor-page .iptv-el-final-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 90vw);
  height: 200px;
  background: radial-gradient(ellipse, rgba(220, 20, 60, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* CTA section layout */
body.iptv-elementor-page .iptv-el-cta .elementor-column {
  align-self: center;
}

/* Icon box cards — left aligned features */
body.iptv-elementor-page .iptv-el-feature-row .iptv-el-card .elementor-icon-box-wrapper {
  display: flex;
  gap: 0.25rem;
}

/* Blog empty state hide gap */
body.iptv-elementor-page .iptv-el-blog .elementor-posts-container:empty {
  min-height: 0;
}

/* ── Responsive ───────────────────────────────────────── */

@media (max-width: 767px) {
  body.iptv-elementor-page .iptv-el-stats-row .elementor-column {
    width: 50% !important;
    margin-bottom: 1.5rem;
  }

  body.iptv-elementor-page .iptv-el-btn-row > .elementor-container {
    flex-direction: column;
    align-items: stretch;
  }

  body.iptv-elementor-page .iptv-el-btn-row .elementor-column {
    width: 100% !important;
  }

  body.iptv-elementor-page .iptv-el-btn-row .elementor-button {
    width: 100%;
    justify-content: center;
  }

  body.iptv-elementor-page .elementor-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.iptv-elementor-page .iptv-el-card--popular > .elementor-widget-wrap {
    transform: none;
  }

  body.iptv-elementor-page .iptv-el-pricing-cards .iptv-el-card > .elementor-widget-wrap {
    min-height: auto;
  }

  body.iptv-elementor-page .iptv-el-why-us-cards .elementor-column,
  body.iptv-elementor-page .iptv-el-devices-cards .elementor-column,
  body.iptv-elementor-page .iptv-el-pricing-cards .elementor-column {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  body.iptv-elementor-page .elementor-column.iptv-el-card--popular:hover {
    transform: translateY(-4px);
  }

  body.iptv-elementor-page .iptv-el-trust-bar .elementor-column {
    width: 50% !important;
    margin-bottom: 0.5rem;
  }
}

/* ── Legal pages ─────────────────────────────────────── */

body.iptv-elementor-page .iptv-el-legal .elementor-column > .elementor-widget-wrap {
  max-width: 820px;
  margin: 0 auto;
}

body.iptv-elementor-page .iptv-el-legal h1.elementor-heading-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  margin-bottom: 0.5rem !important;
}

body.iptv-elementor-page .iptv-el-legal h2.elementor-heading-title {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.75rem !important;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.iptv-elementor-page .iptv-el-legal h2.elementor-heading-title:first-of-type {
  border-top: none;
  padding-top: 0;
}

body.iptv-elementor-page .iptv-legal-updated,
body.iptv-elementor-page .iptv-legal-footer-note {
  font-size: 0.9rem;
  color: #888888 !important;
}

body.iptv-elementor-page .iptv-legal-block,
body.iptv-elementor-page .iptv-legal-block p,
body.iptv-elementor-page .iptv-legal-block li {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #cccccc !important;
}

body.iptv-elementor-page .iptv-legal-block ul,
body.iptv-elementor-page .iptv-legal-block ol {
  margin: 0.75rem 0 1rem 1.25rem;
  padding: 0;
}

body.iptv-elementor-page .iptv-legal-block li {
  margin-bottom: 0.5rem;
}

body.iptv-elementor-page .iptv-legal-block a {
  color: #DC143C;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.iptv-elementor-page .iptv-legal-block a:hover {
  color: #ff4d6d;
}
