:root {
  --za-ink: #091a33;
  --za-ink-soft: #173652;
  --za-navy: #0c2340;
  --za-blue: #316dff;
  --za-blue-dark: #1f50d6;
  --za-teal: #16c7ad;
  --za-teal-dark: #0a8f80;
  --za-gold: #ffba49;
  --za-white: #ffffff;
  --za-cloud: #f5f8fc;
  --za-mint: #eafbf7;
  --za-line: #dbe6f0;
  --za-muted: #60758b;
  --za-danger: #d93025;
  --za-shadow-sm: 0 12px 34px rgba(9, 26, 51, 0.08);
  --za-shadow-md: 0 26px 76px rgba(9, 26, 51, 0.15);
  --za-radius-sm: 12px;
  --za-radius-md: 22px;
  --za-radius-lg: 34px;
  --za-shell: 1280px;
  --za-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body.zaiptv-site {
  margin: 0;
  color: var(--za-ink);
  background: var(--za-white);
  font-family: var(--za-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.zaiptv-site img,
body.zaiptv-site svg {
  max-width: 100%;
  height: auto;
}

body.zaiptv-site a {
  color: inherit;
}

body.zaiptv-site .za-main {
  overflow: clip;
}

body.zaiptv-site .za-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--za-white);
  background: var(--za-ink);
  border-radius: 8px;
  transform: translateY(-180%);
}

body.zaiptv-site .za-skip-link:focus {
  transform: translateY(0);
}

body.zaiptv-site .za-shell,
body.zaiptv-site .za-shell.e-con {
  --width: min(calc(100% - 40px), var(--za-shell));
  width: min(calc(100% - 40px), var(--za-shell)) !important;
  max-width: var(--za-shell) !important;
  margin-inline: auto !important;
}

body.zaiptv-site .za-shell--narrow {
  width: min(calc(100% - 40px), 820px);
  max-width: 820px;
  margin-inline: auto;
}

body.zaiptv-site .za-section,
body.zaiptv-site .za-section.e-con {
  --width: 100%;
  width: 100% !important;
  position: relative;
  padding: 92px 0;
}

body.zaiptv-site .za-section--compact,
body.zaiptv-site .za-section--compact.e-con {
  padding: 70px 0;
}

body.zaiptv-site .za-section--cloud {
  background: var(--za-cloud);
}

body.zaiptv-site .za-section--mint {
  background: var(--za-mint);
}

body.zaiptv-site .za-section--ink {
  color: var(--za-white);
  background:
    radial-gradient(circle at 84% 22%, rgba(0, 191, 166, 0.22), transparent 30%),
    radial-gradient(circle at 16% 82%, rgba(18, 97, 255, 0.28), transparent 34%),
    var(--za-ink);
}

body.zaiptv-site .za-section-heading,
body.zaiptv-site .za-section-heading.e-con {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

body.zaiptv-site .za-section-heading--left,
body.zaiptv-site .za-section-heading--left.e-con {
  margin-inline: 0;
  text-align: left;
}

body.zaiptv-site .za-eyebrow .elementor-heading-title,
body.zaiptv-site .za-eyebrow,
body.zaiptv-site p.za-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  color: var(--za-teal-dark);
  background: var(--za-mint);
  border: 1px solid rgba(22, 199, 173, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.zaiptv-site .za-section--ink .za-eyebrow .elementor-heading-title,
body.zaiptv-site .za-section--ink .za-eyebrow {
  color: #8df2e3;
  background: rgba(0, 191, 166, 0.12);
  border-color: rgba(141, 242, 227, 0.24);
}

body.zaiptv-site .za-title .elementor-heading-title,
body.zaiptv-site .za-title {
  margin: 0;
  color: var(--za-ink);
  font-family: var(--za-font);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

body.zaiptv-site .za-title--medium .elementor-heading-title,
body.zaiptv-site .za-title--medium {
  font-size: clamp(30px, 3.6vw, 46px);
}

body.zaiptv-site .za-title--small .elementor-heading-title,
body.zaiptv-site .za-title--small {
  font-size: clamp(24px, 2.4vw, 34px);
}

body.zaiptv-site .za-section--ink .za-title .elementor-heading-title,
body.zaiptv-site .za-section--ink .za-title {
  color: var(--za-white);
}

body.zaiptv-site .za-accent {
  color: var(--za-blue);
  background: linear-gradient(100deg, var(--za-blue), var(--za-teal));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.zaiptv-site .za-lead,
body.zaiptv-site .za-lead .elementor-widget-container {
  color: var(--za-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

body.zaiptv-site .za-lead p {
  margin: 0;
}

body.zaiptv-site .za-section--ink .za-lead,
body.zaiptv-site .za-section--ink .za-lead .elementor-widget-container {
  color: #cad7e5;
}

body.zaiptv-site .za-copy,
body.zaiptv-site .za-copy .elementor-widget-container {
  color: var(--za-muted);
}

body.zaiptv-site .za-copy p:last-child {
  margin-bottom: 0;
}

body.zaiptv-site .za-grid-2,
body.zaiptv-site .za-grid-2.e-con {
  --display: grid;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

body.zaiptv-site .za-grid-3,
body.zaiptv-site .za-grid-3.e-con {
  --display: grid;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.zaiptv-site .za-grid-4,
body.zaiptv-site .za-grid-4.e-con {
  --display: grid;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

body.zaiptv-site .za-align-center,
body.zaiptv-site .za-align-center.e-con {
  align-items: center;
}

body.zaiptv-site .za-gap-lg,
body.zaiptv-site .za-gap-lg.e-con {
  gap: clamp(38px, 6vw, 78px);
}

/* Header */
body.zaiptv-site .za-offer-bar,
body.zaiptv-site .za-offer-bar.e-con {
  --width: 100%;
  width: 100% !important;
  min-height: 36px;
  padding: 7px 20px;
  color: #dff8f3 !important;
  background: var(--za-ink) !important;
  text-align: center;
}

body.zaiptv-site .za-offer-bar .elementor-widget-text-editor,
body.zaiptv-site .za-offer-bar .elementor-widget-container,
body.zaiptv-site .za-offer-bar p {
  margin: 0;
  color: inherit !important;
  font-size: 13px;
  line-height: 1.5;
}

body.zaiptv-site .za-offer-bar a {
  color: var(--za-gold) !important;
  font-weight: 800;
  text-decoration: none;
}

body.zaiptv-site .za-site-header {
  width: 100% !important;
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 230, 240, 0.85);
  box-shadow: 0 10px 34px rgba(9, 26, 51, 0.055);
  backdrop-filter: blur(16px);
}

body.zaiptv-site .za-header-shell,
body.zaiptv-site .za-header-shell.e-con {
  --display: flex;
  display: flex !important;
  min-height: 78px;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.zaiptv-site .za-brand-logo {
  --container-widget-width: 172px;
  width: 172px !important;
  max-width: 172px;
  flex: 0 0 172px;
}

body.zaiptv-site .za-brand-logo img {
  display: block;
  width: 172px;
  height: auto;
}

body.zaiptv-site .za-brand-logo a,
body.zaiptv-site .za-footer-logo a {
  display: block;
}

body.zaiptv-site .za-brand .elementor-heading-title,
body.zaiptv-site .za-brand {
  --container-widget-width: auto;
  width: auto !important;
  flex: 0 0 auto;
  color: var(--za-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

body.zaiptv-site .za-brand .elementor-heading-title a,
body.zaiptv-site .za-brand a {
  text-decoration: none;
}

body.zaiptv-site .za-brand .elementor-heading-title::before,
body.zaiptv-site .za-fallback-logo span {
  content: "ZA";
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  color: var(--za-white);
  background: linear-gradient(135deg, var(--za-blue), var(--za-teal));
  border-radius: 13px;
  box-shadow: 0 9px 24px rgba(18, 97, 255, 0.24);
  font-size: 14px;
  letter-spacing: -0.02em;
  vertical-align: middle;
}

body.zaiptv-site .za-nav .elementor-nav-menu--main .elementor-item {
  position: relative;
  padding: 12px 13px;
  color: var(--za-ink-soft);
  font-size: 14px;
  font-weight: 700;
}

body.zaiptv-site .za-nav {
  --container-widget-width: auto;
  width: auto !important;
  min-width: 0;
  flex: 1 1 auto;
}

body.zaiptv-site .za-nav .elementor-nav-menu,
body.zaiptv-site .za-nav .elementor-nav-menu--main > .elementor-nav-menu {
  flex-wrap: nowrap;
  justify-content: center;
}

body.zaiptv-site .za-nav .elementor-item {
  white-space: nowrap;
}

body.zaiptv-site .za-nav .elementor-item:hover,
body.zaiptv-site .za-nav .elementor-item.elementor-item-active {
  color: var(--za-blue);
}

body.zaiptv-site .za-nav .elementor-nav-menu--main .elementor-item::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 6px;
  left: 13px;
  height: 2px;
  background: linear-gradient(90deg, var(--za-blue), var(--za-teal));
  border-radius: 99px;
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.zaiptv-site .za-nav .elementor-nav-menu--main .elementor-item:hover::after,
body.zaiptv-site .za-nav .elementor-nav-menu--main .elementor-item.elementor-item-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.zaiptv-site .za-nav .elementor-nav-menu--dropdown {
  padding: 12px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 16px;
  box-shadow: var(--za-shadow-md);
}

body.zaiptv-site .za-nav .elementor-menu-toggle {
  color: var(--za-ink);
  background: var(--za-cloud);
  border-radius: 12px;
}

body.zaiptv-site .za-header-actions,
body.zaiptv-site .za-header-actions.e-con {
  --display: flex;
  --width: auto;
  display: flex !important;
  width: auto !important;
  flex: 0 0 auto;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}

body.zaiptv-site .za-button-widget .elementor-button,
body.zaiptv-site .za-button,
body.zaiptv-site .za-fallback-header .za-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  color: var(--za-white) !important;
  background: linear-gradient(135deg, var(--za-blue), var(--za-blue-dark)) !important;
  border: 0 !important;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(18, 97, 255, 0.24);
  font-family: var(--za-font);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.zaiptv-site .za-button-widget .elementor-button:hover,
body.zaiptv-site .za-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(18, 97, 255, 0.3);
}

body.zaiptv-site .za-button--teal .elementor-button,
body.zaiptv-site .za-button--teal {
  color: var(--za-white) !important;
  background: linear-gradient(135deg, #13bfa8, #079482) !important;
  box-shadow: 0 12px 30px rgba(10, 143, 128, 0.25);
}

body.zaiptv-site .za-button--ghost .elementor-button,
body.zaiptv-site .za-button--ghost {
  color: var(--za-ink) !important;
  background: transparent !important;
  border: 1px solid var(--za-line) !important;
  box-shadow: none;
}

body.zaiptv-site .za-section--ink .za-button--ghost .elementor-button {
  color: var(--za-white) !important;
  border-color: rgba(255, 255, 255, 0.28);
}

body.zaiptv-site .za-button--small .elementor-button,
body.zaiptv-site .za-button--small {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 13px;
}

body.zaiptv-site .za-button-row,
body.zaiptv-site .za-button-row.e-con {
  --display: flex;
  --width: auto;
  display: flex !important;
  width: auto !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px;
}

body.zaiptv-site .za-header-actions > .elementor-widget-button,
body.zaiptv-site .za-button-row > .elementor-widget-button {
  --container-widget-width: auto;
  width: auto !important;
  max-width: max-content;
  flex: 0 0 auto;
}

body.zaiptv-site .za-fallback-header {
  background: var(--za-white);
  border-bottom: 1px solid var(--za-line);
}

body.zaiptv-site .za-fallback-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--za-shell));
  min-height: 78px;
  margin: auto;
  gap: 24px;
}

body.zaiptv-site .za-fallback-logo {
  display: block;
  width: 172px;
}

body.zaiptv-site .za-fallback-logo img {
  display: block;
  width: 100%;
  height: auto;
}

body.zaiptv-site .za-fallback-header ul {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.zaiptv-site .za-fallback-header nav a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Hero */
body.zaiptv-site .za-hero,
body.zaiptv-site .za-hero.e-con {
  --width: 100%;
  width: 100% !important;
  min-height: 650px;
  padding: 58px 0 62px;
  color: var(--za-ink) !important;
  background:
    linear-gradient(rgba(49, 109, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 109, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 20%, rgba(22, 199, 173, 0.17), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(49, 109, 255, 0.13), transparent 32%),
    linear-gradient(135deg, #fbfdff 0%, #f0f5ff 54%, #eefcf9 100%) !important;
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
  border-bottom: 1px solid rgba(210, 224, 237, 0.9);
}

body.zaiptv-site .za-hero-grid,
body.zaiptv-site .za-hero-grid.e-con {
  --display: grid;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 4.5vw, 68px);
}

body.zaiptv-site .za-hero-copy,
body.zaiptv-site .za-hero-copy.e-con {
  gap: 22px;
}

body.zaiptv-site .za-hero .za-title .elementor-heading-title,
body.zaiptv-site .za-hero .za-title {
  max-width: 690px;
  color: var(--za-ink);
  font-size: clamp(43px, 4.35vw, 62px);
  line-height: 1.02;
}

body.zaiptv-site .za-hero .za-lead,
body.zaiptv-site .za-hero .za-lead .elementor-widget-container {
  max-width: 640px;
  color: #4f667e;
  font-size: clamp(17px, 1.35vw, 19px);
}

body.zaiptv-site .za-hero-proof,
body.zaiptv-site .za-hero-proof.e-con {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

body.zaiptv-site .za-hero-proof .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

body.zaiptv-site .za-hero-proof .elementor-icon-list-item {
  color: var(--za-ink-soft);
  font-size: 13px;
  font-weight: 700;
}

body.zaiptv-site .za-hero-proof .elementor-icon-list-icon {
  color: var(--za-teal-dark);
}

body.zaiptv-site .za-hero-note,
body.zaiptv-site .za-hero-note .elementor-widget-container {
  color: #74899d;
  font-size: 12px;
}

body.zaiptv-site .za-hero-visual,
body.zaiptv-site .za-hero-visual.e-con {
  --width: 100%;
  width: 100% !important;
  position: relative;
  min-width: 0;
  isolation: isolate;
}

body.zaiptv-site .za-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13% 4% 7%;
  background: radial-gradient(circle, rgba(49, 109, 255, 0.18), rgba(22, 199, 173, 0.08) 46%, transparent 70%);
  filter: blur(28px);
}

body.zaiptv-site .za-hero-artwork,
body.zaiptv-site .za-hero-artwork .elementor-widget-container {
  width: 100%;
}

body.zaiptv-site .za-hero-artwork img {
  display: block;
  width: 100%;
  max-width: 690px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 32px 45px rgba(9, 26, 51, 0.16));
}

body.zaiptv-site .za-hero-price-card,
body.zaiptv-site .za-hero-price-card.e-con {
  position: absolute;
  z-index: 3;
  top: 52px;
  right: -4px;
  width: 158px !important;
  padding: 16px 18px;
  gap: 2px;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(210, 224, 237, 0.92);
  border-radius: 20px;
  box-shadow: var(--za-shadow-md);
  backdrop-filter: blur(14px);
}

body.zaiptv-site .za-hero-price-kicker .elementor-heading-title {
  color: #73879b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

body.zaiptv-site .za-hero-price .elementor-heading-title {
  color: var(--za-ink);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.zaiptv-site .za-hero-price-copy,
body.zaiptv-site .za-hero-price-copy .elementor-widget-container {
  color: var(--za-muted);
  font-size: 11px;
}

body.zaiptv-site .za-hero-support-card,
body.zaiptv-site .za-hero-support-card.e-con {
  --width: auto;
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 45px;
  width: auto !important;
  padding: 12px 15px;
  flex-direction: row !important;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(210, 224, 237, 0.9);
  border-radius: 17px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-mini-icon .elementor-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--za-white);
  background: linear-gradient(135deg, var(--za-teal), var(--za-teal-dark));
  border-radius: 11px;
  font-size: 16px;
}

body.zaiptv-site .za-mini-title .elementor-heading-title {
  color: var(--za-ink);
  font-size: 13px;
  font-weight: 850;
}

body.zaiptv-site .za-mini-copy,
body.zaiptv-site .za-mini-copy .elementor-widget-container {
  color: var(--za-muted);
  font-size: 12px;
}

/* Proof strip and reusable cards */
body.zaiptv-site .za-proof-strip,
body.zaiptv-site .za-proof-strip.e-con {
  padding: 24px 0;
  background: var(--za-white);
  border-bottom: 1px solid var(--za-line);
}

body.zaiptv-site .za-proof-grid,
body.zaiptv-site .za-proof-grid.e-con {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.zaiptv-site .za-proof-item,
body.zaiptv-site .za-proof-item.e-con {
  flex-direction: row !important;
  align-items: center;
  gap: 12px;
}

body.zaiptv-site .za-proof-icon .elementor-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--za-blue);
  background: #edf3ff;
  border-radius: 13px;
  font-size: 18px;
}

body.zaiptv-site .za-proof-copy .elementor-heading-title {
  margin: 0 0 3px;
  color: var(--za-ink);
  font-size: 14px;
  font-weight: 800;
}

body.zaiptv-site .za-proof-copy-small,
body.zaiptv-site .za-proof-copy-small .elementor-widget-container {
  color: var(--za-muted);
  font-size: 12px;
}

body.zaiptv-site .za-card,
body.zaiptv-site .za-card.e-con {
  height: 100%;
  padding: 30px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: var(--za-radius-md);
  box-shadow: var(--za-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.zaiptv-site .za-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 97, 255, 0.28);
  box-shadow: var(--za-shadow-md);
}

body.zaiptv-site .za-card-icon .elementor-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  color: var(--za-blue);
  background: #edf3ff;
  border-radius: 16px;
  font-size: 22px;
}

body.zaiptv-site .za-card-title .elementor-heading-title,
body.zaiptv-site .za-card-title {
  margin: 0 0 11px;
  color: var(--za-ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

body.zaiptv-site .za-card-copy,
body.zaiptv-site .za-card-copy .elementor-widget-container {
  color: var(--za-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.zaiptv-site .za-card-copy p {
  margin: 0;
}

body.zaiptv-site .za-tag-list .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

body.zaiptv-site .za-tag-list .elementor-icon-list-item {
  width: auto !important;
  padding: 6px 9px;
  color: var(--za-ink-soft);
  background: var(--za-cloud);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

body.zaiptv-site .za-tag-list .elementor-icon-list-icon {
  display: none;
}

/* Content showcase */
body.zaiptv-site .za-showcase-panel,
body.zaiptv-site .za-showcase-panel.e-con {
  padding: clamp(34px, 5vw, 66px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 191, 166, 0.22), transparent 28%),
    linear-gradient(135deg, #071b33, #0e3152);
  border-radius: var(--za-radius-lg);
  box-shadow: var(--za-shadow-md);
}

body.zaiptv-site .za-showcase-panel .za-card-title .elementor-heading-title,
body.zaiptv-site .za-showcase-panel .za-card-title {
  color: var(--za-white);
}

body.zaiptv-site .za-showcase-panel .za-copy,
body.zaiptv-site .za-showcase-panel .za-copy .elementor-widget-container {
  color: #cbd8e6;
}

body.zaiptv-site .za-check-list .elementor-icon-list-items {
  display: grid;
  gap: 12px;
}

body.zaiptv-site .za-check-list .elementor-icon-list-item {
  color: inherit;
  font-size: 14px;
  font-weight: 650;
}

body.zaiptv-site .za-check-list .elementor-icon-list-icon {
  color: var(--za-teal);
}

body.zaiptv-site .za-channel-grid,
body.zaiptv-site .za-channel-grid.e-con {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.zaiptv-site .za-channel-tile,
body.zaiptv-site .za-channel-tile.e-con {
  min-height: 130px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

body.zaiptv-site .za-channel-label .elementor-heading-title {
  color: var(--za-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.zaiptv-site .za-channel-title .elementor-heading-title {
  margin: 8px 0 5px;
  color: var(--za-white);
  font-size: 17px;
  font-weight: 800;
}

body.zaiptv-site .za-channel-copy,
body.zaiptv-site .za-channel-copy .elementor-widget-container {
  color: #aebed0;
  font-size: 12px;
}

/* Pricing */
body.zaiptv-site .za-pricing-toggle-wrap {
  display: flex;
  justify-content: center;
  margin: -20px auto 38px;
}

body.zaiptv-site .za-pricing-toggle {
  display: inline-flex;
  gap: 5px;
  padding: 6px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 999px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-pricing-toggle button {
  min-width: 116px;
  padding: 12px 16px;
  color: var(--za-muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--za-font);
  font-size: 13px;
  font-weight: 800;
}

body.zaiptv-site .za-pricing-toggle button.is-active {
  color: var(--za-white);
  background: var(--za-blue);
  box-shadow: 0 8px 18px rgba(18, 97, 255, 0.22);
}

body.zaiptv-site .za-plans,
body.zaiptv-site .za-plans.e-con {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.zaiptv-site .za-plan,
body.zaiptv-site .za-plan.e-con {
  position: relative;
  height: 100%;
  padding: 34px 30px 30px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 24px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-plan[hidden] {
  display: none !important;
}

body.zaiptv-site .za-plan--featured,
body.zaiptv-site .za-plan--featured.e-con {
  color: var(--za-white);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 191, 166, 0.28), transparent 34%),
    var(--za-ink);
  border-color: var(--za-ink);
  box-shadow: var(--za-shadow-md);
  transform: translateY(-10px);
}

body.zaiptv-site .za-plan-badge .elementor-heading-title,
body.zaiptv-site .za-plan-badge {
  width: fit-content;
  margin: 0 0 20px;
  padding: 6px 10px;
  color: var(--za-blue);
  background: #edf3ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.zaiptv-site .za-plan--featured .za-plan-badge .elementor-heading-title {
  color: var(--za-ink);
  background: var(--za-teal);
}

body.zaiptv-site .za-plan-name .elementor-heading-title {
  color: var(--za-ink);
  font-size: 22px;
  font-weight: 850;
}

body.zaiptv-site .za-plan--featured .za-plan-name .elementor-heading-title {
  color: var(--za-white);
}

body.zaiptv-site .za-price .elementor-heading-title {
  margin: 12px 0 5px;
  color: var(--za-ink);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

body.zaiptv-site .za-plan--featured .za-price .elementor-heading-title {
  color: var(--za-white);
}

body.zaiptv-site .za-plan-caption,
body.zaiptv-site .za-plan-caption .elementor-widget-container {
  min-height: 48px;
  color: var(--za-muted);
  font-size: 13px;
}

body.zaiptv-site .za-plan--featured .za-plan-caption,
body.zaiptv-site .za-plan--featured .za-plan-caption .elementor-widget-container {
  color: #b9cad9;
}

body.zaiptv-site .za-plan-features .elementor-icon-list-items {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

body.zaiptv-site .za-plan-features .elementor-icon-list-item {
  color: var(--za-ink-soft);
  font-size: 13px;
}

body.zaiptv-site .za-plan-features .elementor-icon-list-icon {
  color: var(--za-teal);
}

body.zaiptv-site .za-plan--featured .za-plan-features .elementor-icon-list-item {
  color: #e6eef5;
}

body.zaiptv-site .za-plan .za-button-widget {
  margin-top: auto;
}

body.zaiptv-site .za-plan .za-button-widget .elementor-button {
  width: 100%;
}

body.zaiptv-site .za-pricing-note,
body.zaiptv-site .za-pricing-note .elementor-widget-container {
  margin-top: 28px;
  color: var(--za-muted);
  font-size: 12px;
  text-align: center;
}

/* Steps, devices and metrics */
body.zaiptv-site .za-step,
body.zaiptv-site .za-step.e-con {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 22px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-step-number .elementor-heading-title,
body.zaiptv-site .za-step-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: var(--za-white);
  background: linear-gradient(135deg, var(--za-blue), var(--za-teal));
  border-radius: 15px;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(18, 97, 255, 0.2);
}

body.zaiptv-site .za-device-card,
body.zaiptv-site .za-device-card.e-con {
  align-items: center;
  height: 100%;
  padding: 28px 20px;
  text-align: center;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 20px;
}

body.zaiptv-site .za-device-card .elementor-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  color: var(--za-blue);
  background: #edf3ff;
  border-radius: 18px;
  font-size: 24px;
}

body.zaiptv-site .za-device-card .za-card-title .elementor-heading-title {
  font-size: 16px;
}

body.zaiptv-site .za-device-card .za-card-copy,
body.zaiptv-site .za-device-card .za-card-copy .elementor-widget-container {
  font-size: 12px;
}

body.zaiptv-site .za-metrics,
body.zaiptv-site .za-metrics.e-con {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}

body.zaiptv-site .za-metric,
body.zaiptv-site .za-metric.e-con {
  padding: 34px 24px;
  background: rgba(7, 27, 51, 0.56);
  text-align: center;
}

body.zaiptv-site .za-metric-value .elementor-heading-title {
  color: var(--za-white);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.zaiptv-site .za-metric-label,
body.zaiptv-site .za-metric-label .elementor-widget-container {
  color: #aebed0;
  font-size: 12px;
}

/* Comparison */
body.zaiptv-site .za-comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--za-line);
  border-radius: 22px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-comparison {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--za-white);
}

body.zaiptv-site .za-comparison th,
body.zaiptv-site .za-comparison td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--za-line);
  text-align: center;
  font-size: 13px;
}

body.zaiptv-site .za-comparison th:first-child,
body.zaiptv-site .za-comparison td:first-child {
  text-align: left;
  font-weight: 750;
}

body.zaiptv-site .za-comparison thead th {
  color: var(--za-ink);
  background: var(--za-cloud);
  font-weight: 850;
}

body.zaiptv-site .za-comparison thead th:nth-child(2) {
  color: var(--za-white);
  background: var(--za-blue);
}

body.zaiptv-site .za-comparison td:nth-child(2) {
  color: var(--za-blue-dark);
  background: #f2f6ff;
  font-weight: 800;
}

body.zaiptv-site .za-yes {
  color: var(--za-teal-dark);
  font-weight: 900;
}

body.zaiptv-site .za-no {
  color: #9aa9b8;
}

/* FAQ */
body.zaiptv-site .za-faq .elementor-accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--za-white);
  border: 1px solid var(--za-line) !important;
  border-radius: 16px;
}

body.zaiptv-site .za-faq .elementor-tab-title {
  padding: 20px 22px !important;
  color: var(--za-ink) !important;
  font-size: 15px;
  font-weight: 800 !important;
}

body.zaiptv-site .za-faq .elementor-tab-content {
  padding: 0 22px 22px !important;
  color: var(--za-muted);
  border: 0 !important;
  font-size: 14px;
}

body.zaiptv-site .za-faq .elementor-accordion-icon {
  color: var(--za-blue) !important;
}

/* CTA */
body.zaiptv-site .za-cta,
body.zaiptv-site .za-cta.e-con {
  padding: 0 0 104px;
}

body.zaiptv-site .za-cta-panel,
body.zaiptv-site .za-cta-panel.e-con {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: clamp(38px, 6vw, 70px);
  color: var(--za-white);
  background:
    radial-gradient(circle at 88% 28%, rgba(0, 191, 166, 0.3), transparent 30%),
    linear-gradient(135deg, var(--za-blue-dark), var(--za-ink));
  border-radius: var(--za-radius-lg);
  box-shadow: var(--za-shadow-md);
}

body.zaiptv-site .za-cta-panel .za-title .elementor-heading-title {
  color: var(--za-white);
}

body.zaiptv-site .za-cta-panel .za-copy,
body.zaiptv-site .za-cta-panel .za-copy .elementor-widget-container {
  color: #d5e2ee;
}

/* Subpages */
body.zaiptv-site .za-page-hero,
body.zaiptv-site .za-page-hero.e-con {
  padding: 88px 0 76px;
  color: var(--za-white);
  background:
    radial-gradient(circle at 75% 20%, rgba(0, 191, 166, 0.2), transparent 30%),
    radial-gradient(circle at 12% 90%, rgba(18, 97, 255, 0.28), transparent 32%),
    var(--za-ink);
}

body.zaiptv-site .za-page-hero .za-title .elementor-heading-title {
  color: var(--za-white);
}

body.zaiptv-site .za-page-hero .za-lead,
body.zaiptv-site .za-page-hero .za-lead .elementor-widget-container {
  max-width: 720px;
  color: #cbd8e6;
}

body.zaiptv-site .za-breadcrumb,
body.zaiptv-site .za-breadcrumb .elementor-widget-container {
  color: #9eb2c6;
  font-size: 12px;
}

body.zaiptv-site .za-breadcrumb a {
  color: #dce9f3 !important;
}

body.zaiptv-site .za-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

body.zaiptv-site .za-anchor-nav a {
  padding: 9px 13px;
  color: var(--za-ink-soft);
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

body.zaiptv-site .za-guide-block,
body.zaiptv-site .za-guide-block.e-con {
  padding: 34px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 22px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-guide-steps .elementor-icon-list-items {
  counter-reset: guide;
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

body.zaiptv-site .za-guide-steps .elementor-icon-list-item {
  counter-increment: guide;
  align-items: flex-start !important;
  color: var(--za-muted);
  font-size: 14px;
}

body.zaiptv-site .za-guide-steps .elementor-icon-list-item::before {
  content: counter(guide);
  display: inline-grid;
  flex: 0 0 30px;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: var(--za-white);
  background: var(--za-blue);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 850;
}

body.zaiptv-site .za-guide-steps .elementor-icon-list-icon {
  display: none;
}

body.zaiptv-site .za-notice,
body.zaiptv-site .za-notice.e-con {
  padding: 22px 24px;
  background: #edf3ff;
  border-left: 4px solid var(--za-blue);
  border-radius: 12px;
}

body.zaiptv-site .za-notice .elementor-widget-container,
body.zaiptv-site .za-notice p {
  margin: 0;
  color: var(--za-ink-soft);
  font-size: 13px;
}

body.zaiptv-site .za-timeline,
body.zaiptv-site .za-timeline.e-con {
  position: relative;
  gap: 18px;
}

body.zaiptv-site .za-timeline-item,
body.zaiptv-site .za-timeline-item.e-con {
  padding: 24px 26px 24px 30px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-left: 4px solid var(--za-teal);
  border-radius: 16px;
}

/* Contact form */
body.zaiptv-site .za-contact-card,
body.zaiptv-site .za-contact-card.e-con {
  padding: 34px;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 24px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-contact-list .elementor-icon-list-items {
  display: grid;
  gap: 14px;
}

body.zaiptv-site .za-contact-list .elementor-icon-list-item {
  align-items: flex-start;
  color: var(--za-ink-soft);
  font-size: 14px;
}

body.zaiptv-site .za-contact-list .elementor-icon-list-icon {
  color: var(--za-blue);
}

body.zaiptv-site .za-contact-form .elementor-field-group {
  margin-bottom: 16px !important;
}

body.zaiptv-site .za-contact-form .elementor-field-label {
  margin-bottom: 7px;
  color: var(--za-ink);
  font-size: 12px;
  font-weight: 800;
}

body.zaiptv-site .za-contact-form .elementor-field {
  min-height: 50px;
  padding: 12px 14px;
  color: var(--za-ink);
  background: var(--za-cloud);
  border: 1px solid var(--za-line);
  border-radius: 12px;
  font-family: var(--za-font);
}

body.zaiptv-site .za-contact-form textarea.elementor-field {
  min-height: 130px;
}

body.zaiptv-site .za-contact-form .elementor-button {
  min-height: 52px;
  color: var(--za-white);
  background: var(--za-blue);
  border-radius: 999px;
  font-weight: 800;
}

/* Blog and prose */
body.zaiptv-site .za-archive {
  background: var(--za-cloud);
}

body.zaiptv-site .za-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.zaiptv-site .za-post-card {
  overflow: hidden;
  background: var(--za-white);
  border: 1px solid var(--za-line);
  border-radius: 20px;
  box-shadow: var(--za-shadow-sm);
}

body.zaiptv-site .za-post-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.zaiptv-site .za-post-card__body {
  padding: 24px;
}

body.zaiptv-site .za-post-card__meta {
  margin: 0 0 8px;
  color: var(--za-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.zaiptv-site .za-post-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

body.zaiptv-site .za-post-card h2 a {
  text-decoration: none;
}

body.zaiptv-site .za-post-card p {
  color: var(--za-muted);
  font-size: 14px;
}

body.zaiptv-site .za-single__header {
  padding: 90px 0 70px;
  color: var(--za-white);
  background: var(--za-ink);
}

body.zaiptv-site .za-single__header h1 {
  margin: 10px 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body.zaiptv-site .za-single__lead {
  color: #cbd8e6;
  font-size: 19px;
}

body.zaiptv-site .za-prose {
  padding-block: 70px 100px;
}

body.zaiptv-site .za-prose h2,
body.zaiptv-site .za-prose h3 {
  margin-top: 1.8em;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.zaiptv-site .za-prose p,
body.zaiptv-site .za-prose li {
  color: var(--za-ink-soft);
}

body.zaiptv-site .za-prose a {
  color: var(--za-blue);
}

body.zaiptv-site .za-prose img,
body.zaiptv-site .za-single__image img {
  border-radius: 20px;
}

body.zaiptv-site .za-empty-state {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
}

/* Footer */
body.zaiptv-site .za-site-footer,
body.zaiptv-site .za-site-footer.e-con {
  padding: 72px 0 0;
  color: #cbd8e6;
  background: #041324;
}

body.zaiptv-site .za-footer-grid,
body.zaiptv-site .za-footer-grid.e-con {
  display: grid !important;
  grid-template-columns: 1.55fr 0.9fr 0.9fr 1.15fr;
  gap: 44px;
  padding-bottom: 54px;
}

body.zaiptv-site .za-footer-logo {
  --container-widget-width: 190px;
  width: 190px !important;
  max-width: 190px;
}

body.zaiptv-site .za-footer-logo img {
  display: block;
  width: 190px;
  height: auto;
}

body.zaiptv-site .za-footer-brand .elementor-heading-title {
  color: var(--za-white);
  font-size: 22px;
  font-weight: 900;
}

body.zaiptv-site .za-footer-title .elementor-heading-title {
  margin-bottom: 18px;
  color: var(--za-white);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.zaiptv-site .za-footer-copy,
body.zaiptv-site .za-footer-copy .elementor-widget-container {
  color: #91a6b9;
  font-size: 13px;
}

body.zaiptv-site .za-footer-links .elementor-icon-list-items {
  display: grid;
  gap: 10px;
}

body.zaiptv-site .za-footer-links .elementor-icon-list-item,
body.zaiptv-site .za-footer-links a {
  color: #b9cad9 !important;
  font-size: 13px;
  text-decoration: none;
}

body.zaiptv-site .za-footer-links a:hover {
  color: var(--za-teal) !important;
}

body.zaiptv-site .za-footer-bottom,
body.zaiptv-site .za-footer-bottom.e-con {
  flex-direction: row !important;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.zaiptv-site .za-footer-bottom .elementor-widget-text-editor,
body.zaiptv-site .za-footer-bottom .elementor-widget-container,
body.zaiptv-site .za-footer-bottom p {
  margin: 0;
  color: #7890a5;
  font-size: 11px;
}

body.zaiptv-site .za-fallback-footer {
  padding: 28px 0;
  color: #aebed0;
  background: #041324;
}

body.zaiptv-site .za-fallback-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Elementor cleanup */
body.zaiptv-site .elementor-widget-text-editor p:first-child {
  margin-top: 0;
}

body.zaiptv-site .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

body.zaiptv-site .elementor-widget-heading .elementor-heading-title {
  font-family: var(--za-font);
}

body.zaiptv-site .elementor-button {
  font-family: var(--za-font);
}

body.zaiptv-site .elementor-widget-divider {
  margin: 0;
}

@media (max-width: 1024px) {
  body.zaiptv-site .za-section,
  body.zaiptv-site .za-section.e-con {
    padding: 84px 0;
  }

  body.zaiptv-site .za-header-actions {
    display: none !important;
  }

  body.zaiptv-site .za-hero-grid,
  body.zaiptv-site .za-hero-grid.e-con {
    grid-template-columns: 1fr;
  }

  body.zaiptv-site .za-hero-copy {
    max-width: 760px;
    margin-inline: auto;
  }

  body.zaiptv-site .za-hero-visual,
  body.zaiptv-site .za-hero-visual.e-con {
    width: min(100%, 720px) !important;
    margin-inline: auto;
  }

  body.zaiptv-site .za-grid-4,
  body.zaiptv-site .za-grid-4.e-con,
  body.zaiptv-site .za-proof-grid,
  body.zaiptv-site .za-proof-grid.e-con,
  body.zaiptv-site .za-metrics,
  body.zaiptv-site .za-metrics.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zaiptv-site .za-footer-grid,
  body.zaiptv-site .za-footer-grid.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zaiptv-site .za-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }

  body.zaiptv-site {
    font-size: 15px;
  }

  body.zaiptv-site .za-shell,
  body.zaiptv-site .za-shell.e-con,
  body.zaiptv-site .za-shell--narrow {
    width: min(calc(100% - 28px), var(--za-shell));
  }

  body.zaiptv-site .za-section,
  body.zaiptv-site .za-section.e-con {
    padding: 66px 0;
  }

  body.zaiptv-site .za-section-heading,
  body.zaiptv-site .za-section-heading.e-con {
    margin-bottom: 34px;
  }

  body.zaiptv-site .za-header-shell,
  body.zaiptv-site .za-header-shell.e-con {
    min-height: 68px;
  }

  body.zaiptv-site .za-brand-logo {
    --container-widget-width: 148px;
    width: 148px !important;
    max-width: 148px;
    flex-basis: 148px;
  }

  body.zaiptv-site .za-brand-logo img {
    width: 148px;
  }

  body.zaiptv-site .za-offer-bar,
  body.zaiptv-site .za-offer-bar.e-con {
    padding: 7px 12px;
  }

  body.zaiptv-site .za-offer-bar .elementor-widget-container,
  body.zaiptv-site .za-offer-bar p {
    font-size: 11px;
  }

  body.zaiptv-site .za-hero,
  body.zaiptv-site .za-hero.e-con {
    min-height: 0;
    padding: 52px 0 50px;
  }

  body.zaiptv-site .za-hero-grid,
  body.zaiptv-site .za-hero-grid.e-con {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body.zaiptv-site .za-hero .za-title .elementor-heading-title,
  body.zaiptv-site .za-hero .za-title {
    font-size: clamp(37px, 11vw, 48px);
  }

  body.zaiptv-site .za-hero-proof .elementor-icon-list-items,
  body.zaiptv-site .za-hero-proof,
  body.zaiptv-site .za-hero-proof.e-con {
    grid-template-columns: 1fr;
  }

  body.zaiptv-site .za-button-row,
  body.zaiptv-site .za-button-row.e-con {
    width: 100%;
  }

  body.zaiptv-site .za-button-row .elementor-widget-button {
    width: 100%;
  }

  body.zaiptv-site .za-button-row .elementor-button {
    width: 100%;
  }

  body.zaiptv-site .za-hero-price-card,
  body.zaiptv-site .za-hero-price-card.e-con {
    top: 18px;
    right: 0;
    width: 142px !important;
    padding: 13px 14px;
  }

  body.zaiptv-site .za-hero-price .elementor-heading-title {
    font-size: 26px;
  }

  body.zaiptv-site .za-hero-support-card,
  body.zaiptv-site .za-hero-support-card.e-con {
    right: 4px;
    bottom: 24px;
  }

  body.zaiptv-site .za-proof-grid,
  body.zaiptv-site .za-proof-grid.e-con,
  body.zaiptv-site .za-grid-2,
  body.zaiptv-site .za-grid-2.e-con,
  body.zaiptv-site .za-grid-3,
  body.zaiptv-site .za-grid-3.e-con,
  body.zaiptv-site .za-grid-4,
  body.zaiptv-site .za-grid-4.e-con,
  body.zaiptv-site .za-plans,
  body.zaiptv-site .za-plans.e-con,
  body.zaiptv-site .za-post-grid,
  body.zaiptv-site .za-footer-grid,
  body.zaiptv-site .za-footer-grid.e-con,
  body.zaiptv-site .za-cta-panel,
  body.zaiptv-site .za-cta-panel.e-con {
    grid-template-columns: 1fr;
  }

  body.zaiptv-site .za-channel-grid,
  body.zaiptv-site .za-channel-grid.e-con {
    grid-template-columns: 1fr;
  }

  body.zaiptv-site .za-card,
  body.zaiptv-site .za-card.e-con,
  body.zaiptv-site .za-plan,
  body.zaiptv-site .za-plan.e-con,
  body.zaiptv-site .za-step,
  body.zaiptv-site .za-step.e-con,
  body.zaiptv-site .za-contact-card,
  body.zaiptv-site .za-contact-card.e-con,
  body.zaiptv-site .za-guide-block,
  body.zaiptv-site .za-guide-block.e-con {
    padding: 26px 22px;
  }

  body.zaiptv-site .za-plan--featured,
  body.zaiptv-site .za-plan--featured.e-con {
    transform: none;
  }

  body.zaiptv-site .za-pricing-toggle {
    width: 100%;
  }

  body.zaiptv-site .za-pricing-toggle button {
    flex: 1;
    min-width: 0;
    padding-inline: 8px;
  }

  body.zaiptv-site .za-metrics,
  body.zaiptv-site .za-metrics.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zaiptv-site .za-cta,
  body.zaiptv-site .za-cta.e-con {
    padding-bottom: 66px;
  }

  body.zaiptv-site .za-cta-panel,
  body.zaiptv-site .za-cta-panel.e-con {
    padding: 38px 24px;
  }

  body.zaiptv-site .za-footer-bottom,
  body.zaiptv-site .za-footer-bottom.e-con,
  body.zaiptv-site .za-fallback-footer__inner {
    flex-direction: column !important;
  }

  body.zaiptv-site .za-fallback-header nav,
  body.zaiptv-site .za-fallback-header .za-button {
    display: none;
  }
}

@media (max-width: 420px) {
  body.zaiptv-site .za-hero-support-card,
  body.zaiptv-site .za-hero-support-card.e-con {
    display: none !important;
  }

  body.zaiptv-site .za-hero-price-card,
  body.zaiptv-site .za-hero-price-card.e-con {
    top: 4px;
    right: -4px;
    transform: scale(0.88);
    transform-origin: top right;
  }

  body.zaiptv-site .za-metrics,
  body.zaiptv-site .za-metrics.e-con {
    grid-template-columns: 1fr;
  }

  body.zaiptv-site .za-title .elementor-heading-title,
  body.zaiptv-site .za-title {
    font-size: 34px;
  }

  body.zaiptv-site .za-price .elementor-heading-title {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
