.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*
 * STABLEIPTV.ORG — GLOBAL ELEMENTOR CSS
 * Paste into: Elementor > Site Settings > Custom CSS
 * Elementor Free alternative: Appearance > Customize > Additional CSS
 * Updated: 2026-07-19
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

/* Main page design system */
/* =========================================================================
   STABLE IPTV — global.css
   Paste into: Elementor → Site Settings → Custom CSS
   Performance-focused: midnight blue + electric cyan, cinematic, rounded cards.
   All design tokens + reusable .nx-* classes live here.
   ========================================================================= */


:root{
  --nx-bg:       #060B12;
  --nx-bg-2:     #0B1420;
  --nx-surface:  #111D2B;
  --nx-surface-2:#17283A;
  --nx-line:     rgba(255,255,255,0.09);
  --nx-red:      #0EA5E9;
  --nx-red-2:    #22D3EE;
  --nx-text:     #FFFFFF;
  --nx-muted:    #9FB2C7;
  --nx-green:    #4ADE80;
  --nx-radius:   14px;
  --nx-pad:      64px;
  --nx-max:      1200px;
  --nx-logo-h:   40px;      /* logo image height — tweak here */
  --nx-header-h: 70px;
  --nx-display:  'Space Grotesk', system-ui, sans-serif;
  --nx-body:     'Inter', system-ui, sans-serif;
}

/* ---- Elementor resets so our dark theme wins ---- */
html{ scroll-behavior:smooth; }
body{
  margin:0; padding:0;
  background:var(--nx-bg);
  color:var(--nx-text);
  font-family:var(--nx-body);
  line-height:1.6;
  overflow-x:hidden;                 /* no sideways scroll / empty gutter */
  -webkit-tap-highlight-color:transparent;
}
.nx *{ box-sizing:border-box; }
.nx img{ max-width:100%; height:auto; display:block; }
.nx a{ color:inherit; text-decoration:none; }
::selection{ background:var(--nx-red); color:#fff; }
:focus-visible{ outline:2px solid var(--nx-red); outline-offset:2px; }
.nx-noscroll{ overflow:hidden !important; }

/* ============================================================
   FULL-BLEED — remove Elementor / theme default spacing so every
   .nx-section fills the page edge-to-edge with no empty gutters.
   ============================================================ */
.elementor-section-boxed > .elementor-container{ max-width:100%; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated{ padding:0; }
.elementor-element-populated{ padding:0 !important; }
.elementor-widget-html .elementor-widget-container{ padding:0 !important; margin:0 !important; }
.elementor-widget:not(:last-child){ margin-bottom:0 !important; }
.elementor-section, .e-con, .e-con-inner{ padding-left:0 !important; padding-right:0 !important; }
/* neutralise common theme content wrappers that add side padding / max-width */
.elementor-page #content, .elementor-page .content-area, .elementor-page .site-content,
.elementor-page main, .elementor-page .ast-container, .elementor-page .entry-content,
.elementor-page .site-main{ max-width:100% !important; width:100% !important;
  padding:0 !important; margin:0 !important; }

/* Kill Elementor default section padding fighting our layout */
.nx-wrap{
  max-width:var(--nx-max);
  margin-inline:auto;
  padding-inline:20px;
}
.nx-section{
  padding-block:var(--nx-pad);
  background:var(--nx-bg);
}
.nx-section--alt{ background:var(--nx-bg-2); }

/* ---- Typography ---- */
.nx h1,.nx h2,.nx h3,.nx h4{
  font-family:var(--nx-display);
  line-height:1.15;
  margin:0 0 .5em;
  font-weight:800;
}
.nx h1{ font-size:clamp(2rem,5vw,3.4rem); }
.nx h2{ font-size:clamp(1.6rem,3.4vw,2.4rem); }
.nx h3{ font-size:clamp(1.15rem,2vw,1.4rem); font-weight:700; }
.nx p{ margin:0 0 1rem; color:var(--nx-muted); }
.nx-lead{ font-size:clamp(1.05rem,1.6vw,1.25rem); color:#D7D8DF; }
.nx-eyebrow{
  display:inline-block; font-family:var(--nx-display); font-weight:700;
  letter-spacing:.14em; text-transform:uppercase; font-size:.72rem;
  color:var(--nx-red-2); margin-bottom:.75rem;
}
.nx-center{ text-align:center; }
.nx-red{ color:var(--nx-red-2); }
.nx-head{ max-width:760px; margin-inline:auto; margin-bottom:44px; }

/* ---- Buttons ---- */
.nx-btn{
  display:inline-flex; align-items:center; gap:.55rem;
  font-family:var(--nx-display); font-weight:700; font-size:1rem;
  padding:14px 26px; border-radius:999px; border:0; cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  line-height:1;
}
.nx-btn i{ font-size:1.05em; }
.nx-btn--primary{
  background:linear-gradient(180deg,var(--nx-red-2),var(--nx-red));
  color:#fff; box-shadow:0 10px 30px rgba(34,211,238,.35);
}
.nx-btn--primary:hover{ transform:translateY(-2px); box-shadow:0 14px 38px rgba(34,211,238,.5); }
.nx-btn--wa{ background:#25D366; color:#060B12; box-shadow:0 10px 30px rgba(37,211,102,.28); }
.nx-btn--wa:hover{ transform:translateY(-2px); box-shadow:0 14px 38px rgba(37,211,102,.42); }
.nx-btn--tg{ background:#229ED9; color:#fff; box-shadow:0 10px 30px rgba(34,158,217,.28); }
.nx-btn--tg:hover{ transform:translateY(-2px); box-shadow:0 14px 38px rgba(34,158,217,.42); }
.nx-btn--ghost{ background:transparent; color:#fff; border:1px solid var(--nx-line); }
.nx-btn--ghost:hover{ border-color:var(--nx-red); transform:translateY(-2px); }
.nx-btn--lg{ padding:17px 34px; font-size:1.1rem; }
.nx-btn--block{ width:100%; justify-content:center; }

/* ---- Cards / grids ---- */
.nx-grid{ display:grid; gap:22px; }
.nx-grid-2{ grid-template-columns:repeat(2,1fr); }
.nx-grid-3{ grid-template-columns:repeat(3,1fr); }
.nx-grid-4{ grid-template-columns:repeat(4,1fr); }
.nx-card{
  background:var(--nx-surface);
  border:1px solid var(--nx-line);
  border-radius:var(--nx-radius);
  padding:26px;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
  position:relative;
}
.nx-card:hover{ transform:translateY(-4px); border-color:rgba(34,211,238,.5);
  background:linear-gradient(180deg,var(--nx-surface-2),var(--nx-surface)); }
.nx-ico{
  width:52px; height:52px; border-radius:12px; display:grid; place-items:center;
  font-size:1.35rem; color:var(--nx-red-2); margin-bottom:16px;
  background:radial-gradient(circle at 30% 30%, rgba(34,211,238,.22), rgba(34,211,238,.05));
  border:1px solid rgba(34,211,238,.25);
}
.nx-card h3{ color:#fff; margin-bottom:.4rem; }
.nx-card p{ margin:0; }

/* ---- Hero (with editable background image) ---- */
.nx-hero{
  position:relative; overflow:hidden; isolation:isolate;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(34,211,238,.28), transparent 60%),
    linear-gradient(180deg,#101017 0%, var(--nx-bg) 70%);
  padding-block:clamp(64px,9vw,120px);
}
/* image layer — edit the url in the hero HTML widget (or set --nx-hero-img) */
.nx-hero-bg{
  position:absolute; inset:0; z-index:0;
  background-image:var(--nx-hero-img, none);
  background-size:cover; background-position:center;
  opacity:.40;
}
.nx-hero:before{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(180deg,rgba(11,11,16,.55) 0%, rgba(11,11,16,.30) 45%, var(--nx-bg) 100%),
    radial-gradient(900px 400px at 12% 15%, rgba(34,211,238,.18), transparent 60%);
}
.nx-hero .nx-wrap{ position:relative; z-index:2; }
.nx-hero-inner{ max-width:820px; }
.nx-cta-row{ display:flex; flex-wrap:wrap; gap:14px; margin-top:26px; }
.nx-trust-row{
  display:flex; flex-wrap:wrap; gap:20px 28px; margin-top:34px;
  color:#C9CAD3; font-size:.92rem;
}
.nx-trust-row span{ display:inline-flex; align-items:center; gap:.5rem; }
.nx-trust-row i{ color:var(--nx-green); }

/* ---- Announcement bar ---- */
.nx-announce{
  background:linear-gradient(90deg,var(--nx-red),var(--nx-red-2));
  color:#fff; text-align:center; font-family:var(--nx-display); font-weight:700;
  font-size:.9rem; padding:9px 16px; letter-spacing:.02em;
}
.nx-announce i{ margin-right:.4rem; }

/* ---- Stats strip ---- */
.nx-stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.nx-stat{ text-align:center; }
.nx-stat b{ display:block; font-family:var(--nx-display); font-weight:800;
  font-size:clamp(1.6rem,3vw,2.3rem); color:#fff; }
.nx-stat span{ color:var(--nx-muted); font-size:.9rem; }

/* ---- Comparison table ---- */
.nx-compare{ display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.nx-compare .nx-card{ padding:28px; }
.nx-compare ul{ list-style:none; padding:0; margin:16px 0 0; }
.nx-compare li{ display:flex; justify-content:space-between; gap:12px;
  padding:9px 0; border-bottom:1px solid var(--nx-line); color:#D7D8DF; }
.nx-compare li:last-child{ border-bottom:0; }
.nx-compare .nx-tot{ font-family:var(--nx-display); font-weight:800; color:#fff; }
.nx-compare .bad{ color:#FB7185; }
.nx-compare .good{ color:var(--nx-green); }
.nx-compare .nx-card--win{ border-color:rgba(34,211,238,.55);
  background:linear-gradient(180deg,rgba(34,211,238,.10),var(--nx-surface)); }

/* ---- Channel chips / marquee ---- */
.nx-chips{ display:flex; flex-wrap:wrap; gap:12px; }
.nx-chip{
  font-family:var(--nx-display); font-weight:700; font-size:.95rem;
  color:#EDEDF2; background:var(--nx-surface); border:1px solid var(--nx-line);
  padding:10px 18px; border-radius:10px;
}
.nx-marquee{ overflow:hidden; position:relative; padding-block:8px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.nx-marquee-track{ display:flex; gap:14px; width:max-content;
  animation:nx-scroll 32s linear infinite; }
.nx-marquee:hover .nx-marquee-track{ animation-play-state:paused; }
@keyframes nx-scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }

/* ---- Sports tags ---- */
.nx-sport{ display:flex; align-items:center; gap:12px; padding:16px 18px;
  background:var(--nx-surface); border:1px solid var(--nx-line); border-radius:12px; }
.nx-sport i{ color:var(--nx-red-2); font-size:1.25rem; }
.nx-sport b{ font-family:var(--nx-display); color:#fff; }

/* ---- Steps ---- */
.nx-step{ text-align:center; padding-top:20px; }
.nx-step .nx-num{ width:48px; height:48px; margin:0 auto 14px; border-radius:50%;
  display:grid; place-items:center; font-family:var(--nx-display); font-weight:800;
  background:linear-gradient(180deg,var(--nx-red-2),var(--nx-red)); color:#fff;
  box-shadow:0 8px 22px rgba(34,211,238,.35); }

/* ---- Pricing ---- */
.nx-price{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch; }
.nx-plan{ background:var(--nx-surface); border:1px solid var(--nx-line);
  border-radius:18px; padding:30px 26px; display:flex; flex-direction:column;
  position:relative; }
.nx-plan--pop{ border-color:var(--nx-red);
  background:linear-gradient(180deg,rgba(34,211,238,.12),var(--nx-surface));
  box-shadow:0 20px 60px rgba(34,211,238,.18); }
.nx-plan h3{ color:#fff; margin-bottom:4px; }
.nx-plan .nx-amt{ font-family:var(--nx-display); font-weight:800;
  font-size:2.6rem; color:#fff; line-height:1; margin:8px 0 2px; }
.nx-plan .nx-per{ color:var(--nx-muted); font-size:.95rem; margin-bottom:18px; }
.nx-plan ul{ list-style:none; padding:0; margin:0 0 22px; display:grid; gap:10px; }
.nx-plan li{ display:flex; gap:10px; color:#D7D8DF; font-size:.95rem; }
.nx-plan li i{ color:var(--nx-green); margin-top:3px; }
.nx-plan .nx-btn{ margin-top:auto; }
.nx-badge{ position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:linear-gradient(90deg,var(--nx-red),var(--nx-red-2)); color:#fff;
  font-family:var(--nx-display); font-weight:700; font-size:.72rem; letter-spacing:.08em;
  text-transform:uppercase; padding:6px 14px; border-radius:999px; white-space:nowrap; }
.nx-ribbon{ display:inline-flex; align-items:center; gap:.4rem; margin-bottom:14px;
  background:rgba(46,213,115,.12); border:1px solid rgba(46,213,115,.4);
  color:var(--nx-green); font-family:var(--nx-display); font-weight:700;
  font-size:.78rem; padding:6px 12px; border-radius:8px; }

/* ---- FAQ accordion ---- */
.nx-faq{ max-width:820px; margin-inline:auto; }
.nx-faq details{ background:var(--nx-surface); border:1px solid var(--nx-line);
  border-radius:12px; padding:0 20px; margin-bottom:12px; }
.nx-faq summary{ list-style:none; cursor:pointer; padding:18px 0;
  font-family:var(--nx-display); font-weight:700; color:#fff;
  display:flex; justify-content:space-between; align-items:center; gap:14px; }
.nx-faq summary::-webkit-details-marker{ display:none; }
.nx-faq summary:after{ content:"\f078"; font-family:"Font Awesome 6 Free";
  font-weight:900; font-size:.8rem; color:var(--nx-red-2); transition:transform .2s; }
.nx-faq details[open] summary:after{ transform:rotate(180deg); }
.nx-faq p{ margin:0 0 18px; }

/* ---- Guarantee / CTA band ---- */
.nx-band{ background:
    radial-gradient(800px 300px at 50% 0%, rgba(34,211,238,.25), transparent 65%),
    var(--nx-bg-2); border-top:1px solid var(--nx-line); border-bottom:1px solid var(--nx-line); }
.nx-cta-final{ text-align:center; }
.nx-cta-final .nx-cta-row{ justify-content:center; }

/* ---- Devices / apps chips ---- */
.nx-mini{ display:flex; flex-direction:column; align-items:center; gap:10px;
  text-align:center; padding:22px 14px; background:var(--nx-surface);
  border:1px solid var(--nx-line); border-radius:12px; }
.nx-mini i{ font-size:1.8rem; color:#fff; }
.nx-mini span{ font-size:.9rem; color:var(--nx-muted); }

/* ---- Long-form SEO prose ---- */
.nx-prose{ max-width:820px; margin-inline:auto; }
.nx-prose h2{ margin-top:0; }
.nx-prose h3{ color:#fff; margin:26px 0 .4rem; }
.nx-prose p{ color:#C4C6D0; font-size:1.02rem; }
.nx-prose a{ color:var(--nx-red-2); }
.nx-prose a:hover{ text-decoration:underline; }
.nx-prose ul{ margin:0 0 1rem; padding-left:1.1rem; color:#C4C6D0; }
.nx-prose li{ margin:.35rem 0; }

/* ---- Internal-link country hub ---- */
.nx-linkcard{ display:flex; align-items:center; gap:16px; background:var(--nx-surface);
  border:1px solid var(--nx-line); border-radius:var(--nx-radius); padding:20px 22px;
  transition:transform .2s, border-color .2s; }
.nx-linkcard:hover{ transform:translateY(-4px); border-color:rgba(34,211,238,.5); }
.nx-linkcard .nx-ico{ margin:0; flex:0 0 auto; }
.nx-linkcard h3{ margin:0 0 2px; color:#fff; font-size:1.08rem; }
.nx-linkcard p{ margin:0; font-size:.9rem; }
.nx-linkcard .nx-go{ margin-left:auto; color:var(--nx-red-2); font-size:1.1rem; }

/* ---- Feature comparison table ---- */
.nx-tablewrap{ overflow-x:auto; border-radius:var(--nx-radius); border:1px solid var(--nx-line); }
.nx-table{ width:100%; border-collapse:collapse; min-width:620px; background:var(--nx-surface); }
.nx-table th,.nx-table td{ padding:15px 18px; text-align:left; border-bottom:1px solid var(--nx-line);
  font-size:.95rem; color:#D7D8DF; }
.nx-table thead th{ font-family:var(--nx-display); font-weight:700; color:#fff; background:var(--nx-surface-2); }
.nx-table th.nx-us{ color:var(--nx-red-2); }
.nx-table tbody tr:last-child td{ border-bottom:0; }
.nx-table td:first-child{ font-weight:600; color:#EDEDF2; }
.nx-table .yes{ color:var(--nx-green); font-weight:700; }
.nx-table .no{ color:#FB7185; }
.nx-table .col-us{ background:rgba(34,211,238,.06); }

/* ---- Testimonials ---- */
.nx-quote{ background:var(--nx-surface); border:1px solid var(--nx-line);
  border-radius:var(--nx-radius); padding:26px; }
.nx-quote .nx-stars{ color:#FFC531; font-size:.95rem; margin-bottom:10px; letter-spacing:.1em; }
.nx-quote p{ color:#E4E5EC; font-style:italic; margin:0 0 16px; }
.nx-quote .nx-who{ display:flex; align-items:center; gap:12px; }
.nx-quote .nx-av{ width:40px; height:40px; border-radius:50%; display:grid; place-items:center;
  font-family:var(--nx-display); font-weight:800; color:#fff;
  background:linear-gradient(180deg,var(--nx-red-2),var(--nx-red)); }
.nx-quote .nx-who b{ color:#fff; display:block; font-size:.92rem; }
.nx-quote .nx-who span{ color:var(--nx-muted); font-size:.82rem; }
.nx-illus{ text-align:center; color:#7B7D88; font-size:.8rem; margin-top:18px; }

/* ---- Reviews summary bar ---- */
.nx-rating-bar{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  gap:14px 26px; background:var(--nx-surface); border:1px solid var(--nx-line);
  border-radius:var(--nx-radius); padding:20px 26px; max-width:760px; margin:0 auto 30px; }
.nx-rating-bar .nx-big{ font-family:var(--nx-display); font-weight:800; font-size:2.2rem; color:#fff; line-height:1; }
.nx-rating-bar .nx-stars{ color:#FFC531; font-size:1.05rem; letter-spacing:.12em; }
.nx-rating-bar .nx-sep{ width:1px; height:38px; background:var(--nx-line); }
.nx-rating-bar span small{ display:block; color:var(--nx-muted); font-size:.82rem; margin-top:3px; }
.nx-rating-bar .nx-plat{ display:inline-flex; align-items:center; gap:.5rem; color:#D7D8DF; font-size:.92rem; }
.nx-rating-bar .nx-plat i{ color:var(--nx-green); }

/* ---- Article / tutorial ---- */
.nx-article-meta{ display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:18px;
  color:var(--nx-muted); font-size:.9rem; }
.nx-article-meta span{ display:inline-flex; align-items:center; gap:.45rem; }
.nx-article-meta i{ color:var(--nx-red-2); }
.nx-article{ max-width:820px; margin-inline:auto; }
.nx-article h2{ margin-top:36px; }
.nx-article img{ border-radius:var(--nx-radius); border:1px solid var(--nx-line); margin:22px 0; }
.nx-callout{ background:rgba(34,211,238,.08); border:1px solid rgba(34,211,238,.28);
  border-left:3px solid var(--nx-red); border-radius:12px; padding:16px 20px; margin:24px 0; }
.nx-callout p{ margin:0; color:#D7D8DF; }
.nx-callout b{ color:#fff; }
.nx-callout.tip{ background:rgba(46,213,115,.08); border-color:rgba(46,213,115,.28);
  border-left-color:var(--nx-green); }
.nx-callout.tip b{ color:var(--nx-green); }
.nx-prose ol{ counter-reset:nx; list-style:none; padding-left:0; margin:18px 0; }
.nx-prose ol>li{ position:relative; padding-left:46px; margin:14px 0; color:#C4C6D0; }
.nx-prose ol>li:before{ counter-increment:nx; content:counter(nx); position:absolute;
  left:0; top:-2px; width:32px; height:32px; border-radius:50%; display:grid; place-items:center;
  font-family:var(--nx-display); font-weight:800; font-size:.9rem; color:#fff;
  background:linear-gradient(180deg,var(--nx-red-2),var(--nx-red)); }
.nx-toc{ background:var(--nx-surface); border:1px solid var(--nx-line); border-radius:12px;
  padding:20px 24px; margin:26px 0; }
.nx-toc b{ color:#fff; font-family:var(--nx-display); display:block; margin-bottom:10px; }
.nx-toc ol{ margin:0; }
.nx-toc a{ color:#D7D8DF; }
.nx-toc a:hover{ color:var(--nx-red-2); }

/* ============ HEADER ============ */
/* The header is an Elementor SECTION (class .nx-header) holding an Image widget (logo)
   + an HTML widget (menu / CTA / burger / drawer). Change the logo via the Elementor
   Image widget → WordPress Media. Resize with --nx-logo-h. */
.nx-header{ position:sticky; top:0; z-index:900;
  background:rgba(11,11,16,.82); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--nx-line); }
/* logo column + nav column on ONE line — stays a row at every size (incl. mobile) */
.nx-header > .elementor-container{ max-width:var(--nx-max) !important; margin-inline:auto;
  padding:0 20px; min-height:var(--nx-header-h); align-items:center;
  flex-wrap:nowrap !important; gap:18px; }
.nx-header .elementor-column{ width:auto !important; }
.nx-header .nx-col-logo{ flex:0 0 auto; }
.nx-header .nx-col-nav{ flex:1 1 auto; min-width:0; }
.nx-header .elementor-widget{ margin:0 !important; }
.nx-header .elementor-element-populated,
.nx-header .elementor-widget-wrap{ padding:0 !important; }
/* picture logo (Elementor Image widget with class .nx-logo-widget) */
.nx-logo-widget, .nx-logo-widget .elementor-widget-container{ line-height:0; margin:0; }
.nx-logo-widget a, .nx-logo-widget img{ display:block; }
.nx-logo-widget img{ height:var(--nx-logo-h); width:auto !important; max-width:200px;
  object-fit:contain; }
/* text fallback (kept in the HTML widget in case no image is set) */
.nx-logo{ font-family:var(--nx-display); font-weight:800; font-size:1.35rem;
  color:#fff; letter-spacing:-.02em; display:inline-flex; align-items:center; gap:.15rem; }
.nx-logo b{ color:var(--nx-red-2); }
.nx-logo-img{ height:var(--nx-logo-h); width:auto; max-width:200px; display:block; object-fit:contain; }
/* nav row inside the HTML widget (logo lives outside it now) */
.nx-nav-inner{ display:flex; align-items:center; justify-content:flex-end; gap:26px; width:100%; }
.nx-menu{ display:flex; align-items:center; gap:26px; list-style:none; margin:0; padding:0; }
.nx-menu a{ font-family:var(--nx-body); font-weight:500; font-size:.96rem;
  color:#D7D8DF; transition:color .15s; position:relative; }
.nx-menu a:hover{ color:#fff; }
.nx-menu a:after{ content:""; position:absolute; left:0; right:100%; bottom:-6px; height:2px;
  background:var(--nx-red-2); border-radius:2px; transition:right .2s ease; }
.nx-menu a:hover:after{ right:0; }
.nx-nav-cta{ display:flex; align-items:center; gap:12px; }
.nx-burger{ display:none; background:var(--nx-surface); border:1px solid var(--nx-line);
  color:#fff; width:44px; height:44px; border-radius:12px; font-size:1.25rem; cursor:pointer;
  align-items:center; justify-content:center; transition:border-color .15s, background .15s; }
.nx-burger:hover{ border-color:var(--nx-red); }
.nx-burger[aria-expanded="true"]{ background:var(--nx-red); border-color:var(--nx-red); }
.nx-drawer{ display:none; }

@media(max-width:1024px){
  .nx-menu{ display:none; }
  .nx-nav-cta .nx-btn--ghost{ display:none; }
  .nx-burger{ display:inline-flex; }
  .nx-drawer{ display:block; position:fixed; left:0; right:0; top:var(--nx-header-h);
    max-height:calc(100vh - var(--nx-header-h)); overflow-y:auto;
    background:var(--nx-bg-2); border-bottom:1px solid var(--nx-line);
    box-shadow:0 24px 40px rgba(0,0,0,.5);
    transform:translateY(-130%); transition:transform .28s cubic-bezier(.22,1,.36,1); z-index:899; }
  .nx-drawer.open{ transform:translateY(0); }
  .nx-drawer ul{ list-style:none; margin:0; padding:12px 20px 4px; display:grid; gap:2px; }
  .nx-drawer a{ display:flex; align-items:center; justify-content:space-between;
    padding:15px 6px; color:#EDEDF2; border-bottom:1px solid var(--nx-line);
    font-family:var(--nx-display); font-weight:600; font-size:1.02rem; }
  .nx-drawer a:after{ content:"\f054"; font-family:"Font Awesome 6 Free"; font-weight:900;
    font-size:.72rem; color:var(--nx-muted); }
  .nx-drawer-cta{ padding:14px 20px 22px; display:grid; gap:10px; }
}
/* on small phones keep only logo + burger in the bar (CTAs are in the drawer) */
@media(max-width:560px){
  .nx-nav-cta .nx-btn--wa{ display:none; }
  .nx-header > .elementor-container{ padding:0 14px; }
}
/* backdrop behind the open drawer */
.nx-drawer-backdrop{ position:fixed; inset:0; z-index:898; background:rgba(0,0,0,.5);
  opacity:0; visibility:hidden; transition:opacity .25s; }
.nx-drawer-backdrop.open{ opacity:1; visibility:visible; }
@media(min-width:1025px){ .nx-drawer-backdrop{ display:none; } }

/* ============ FOOTER ============ */
/* The footer is an Elementor SECTION (.nx-footer-sec) with an Image widget (logo)
   above an HTML widget. Edit the logo via the Elementor Image widget → WordPress Media. */
.nx-footer-sec{ background:#08080C; border-top:1px solid var(--nx-line); padding-block:52px 30px; }
.nx-footer-sec .elementor-widget{ margin:0 !important; }
.nx-footer-sec .elementor-element-populated,
.nx-footer-sec .elementor-widget-wrap{ padding:0 !important; }
/* footer logo image widget — aligned to the same edge as the columns */
.nx-foot-logo-widget .elementor-widget-container{ max-width:var(--nx-max); margin-inline:auto;
  padding:0 20px 22px; line-height:0; }
.nx-foot-logo-widget img{ height:46px; width:auto !important; max-width:210px; object-fit:contain; }
.nx-footer{ }
.nx-foot-grid{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr 1.1fr; gap:30px; }
.nx-footer h4{ font-family:var(--nx-display); font-weight:700; color:#fff;
  font-size:1rem; margin:0 0 14px; }
.nx-footer ul{ list-style:none; padding:0; margin:0; display:grid; gap:9px; }
.nx-footer a{ color:var(--nx-muted); font-size:.92rem; }
.nx-footer a:hover{ color:var(--nx-red-2); }
.nx-foot-contact .nx-btn{ margin-top:8px; }
.nx-foot-bottom{ margin-top:38px; padding-top:22px; border-top:1px solid var(--nx-line);
  display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px;
  color:#7B7D88; font-size:.84rem; }
.nx-pay{ display:flex; gap:14px; font-size:1.4rem; color:#6A6C77; }

/* ============ RESPONSIVE ============ */
@media(max-width:1024px){
  .nx-grid-4{ grid-template-columns:repeat(2,1fr); }
  .nx-grid-3{ grid-template-columns:repeat(2,1fr); }
  .nx-price{ grid-template-columns:1fr; max-width:460px; margin-inline:auto; }
  .nx-foot-grid{ grid-template-columns:1fr 1fr; }
}
@media(max-width:768px){
  :root{ --nx-pad:48px; --nx-logo-h:34px; }
  .nx-grid-2,.nx-grid-3,.nx-grid-4,.nx-compare,.nx-stats{ grid-template-columns:1fr; }
  .nx-stats{ grid-template-columns:repeat(2,1fr); }
  .nx-cta-row{ width:100%; }
  .nx-cta-row .nx-btn{ width:100%; justify-content:center; }
  .nx-hero-inner{ max-width:100%; }
  .nx-trust-row{ gap:12px 20px; }
  .nx-rating-bar{ flex-direction:column; gap:12px; text-align:center; }
  .nx-rating-bar .nx-sep{ display:none; }
  .nx-foot-grid{ grid-template-columns:1fr; }
  .nx-foot-bottom{ flex-direction:column; align-items:flex-start; }
  .nx-linkcard{ padding:16px 18px; }
  .nx-article-meta{ font-size:.82rem; gap:8px 14px; }
}
@media(max-width:480px){
  .nx-stats{ grid-template-columns:1fr; }
  .nx-btn{ padding:13px 20px; font-size:.95rem; }
  .nx-nav-cta .nx-btn--wa span,.nx-nav-cta .nx-btn--wa{ font-size:.9rem; }
}

/* Hide the default WordPress/theme page title (Elementor renders our own H1) */
.page .entry-title, .page .post-title, .single .entry-title,
.elementor-page .entry-title, .elementor-page-title{ display:none !important; }


/* STABLE IPTV visual refinements */
body{background-image:radial-gradient(circle at 85% 0%,rgba(34,211,238,.08),transparent 32%);}
.nx-hero{min-height:620px;display:flex;align-items:center;border-bottom:1px solid rgba(34,211,238,.16);}
.nx-hero:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(34,211,238,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 78%);}
.nx-card,.nx-plan,.nx-mini,.nx-linkcard{box-shadow:0 18px 48px rgba(0,0,0,.22);}
.nx-card:before,.nx-plan:before{content:"";position:absolute;left:22px;right:22px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.55),transparent);opacity:.45;}
.nx-plan--pop{transform:translateY(-8px);}
.nx-eyebrow{padding:6px 10px;border:1px solid rgba(34,211,238,.22);border-radius:999px;background:rgba(34,211,238,.06);}
.nx-btn--primary{color:#041016;}
@media(max-width:1024px){.nx-plan--pop{transform:none;}}

/* Elementor-editable homepage hero image */
.nx-hero-shell{position:relative!important;overflow:hidden;background:var(--nx-bg)}
.nx-hero-shell>.elementor-container,.nx-hero-shell>.elementor-container>.elementor-column,.nx-hero-shell .elementor-widget-wrap{position:static!important}
.nx-hero-media-widget{position:absolute!important;inset:0;z-index:0;width:100%;height:100%;margin:0!important;pointer-events:none}
.nx-hero-media-widget .elementor-widget-container,.nx-hero-media-widget img{width:100%!important;height:100%!important}
.nx-hero-media-widget img{object-fit:cover;object-position:center;opacity:.44}
.nx-hero-shell .elementor-widget-html{position:relative;z-index:1;width:100%}
.nx-hero-shell .nx-hero{background:linear-gradient(90deg,rgba(6,11,18,.96) 0%,rgba(6,11,18,.78) 48%,rgba(6,11,18,.48) 100%)}
@media(max-width:768px){.nx-hero-media-widget img{opacity:.27}.nx-hero-shell .nx-hero{background:rgba(6,11,18,.76)}}

/* Theme Builder header */

:root{--st-bg:#060B12;--st-surface:#111D2B;--st-line:rgba(255,255,255,.1);--st-cyan:#22D3EE;--st-blue:#0EA5E9;--st-green:#25D366;--st-text:#fff;--st-muted:#9FB2C7;--st-max:1200px;--st-head:72px;}
.stable-header{position:sticky;top:0;z-index:999;background:rgba(6,11,18,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--st-line);font-family:'Inter',sans-serif;}
.stable-header>.elementor-container{max-width:var(--st-max)!important;min-height:var(--st-head);margin:auto;padding:0 20px;align-items:center;flex-wrap:nowrap!important;gap:24px;}
.stable-header .elementor-element-populated,.stable-header .elementor-widget-wrap{padding:0!important;}
.stable-header .elementor-widget{margin:0!important;}.stable-logo-col{flex:0 0 auto}.stable-nav-col{flex:1 1 auto;min-width:0}
.stable-logo-widget img{height:42px!important;width:auto!important;max-width:210px;object-fit:contain}.stable-logo-widget a{display:block;line-height:0}
.stable-nav-inner{display:flex;align-items:center;justify-content:flex-end;gap:24px}.stable-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.stable-menu a{color:#D9E4EF;text-decoration:none;font-weight:500;font-size:.94rem;transition:.2s}.stable-menu a:hover{color:var(--st-cyan)}
.stable-head-actions{display:flex;align-items:center;gap:10px}.stable-head-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;font-family:'Space Grotesk',sans-serif;font-weight:700;text-decoration:none;white-space:nowrap}.stable-head-btn--trial{background:var(--st-green);color:#041016;box-shadow:0 8px 26px rgba(37,211,102,.24)}.stable-head-btn--plans{border:1px solid var(--st-line);color:#fff}
.stable-burger{display:none;width:44px;height:44px;border:1px solid var(--st-line);border-radius:12px;background:var(--st-surface);color:#fff;font-size:1.1rem;cursor:pointer}.stable-drawer,.stable-drawer-backdrop{display:none}
@media(max-width:1024px){.stable-menu,.stable-head-btn--plans{display:none}.stable-burger{display:inline-grid;place-items:center}.stable-drawer{display:block;position:fixed;top:var(--st-head);left:0;right:0;z-index:998;background:#0B1420;border-bottom:1px solid var(--st-line);box-shadow:0 24px 44px rgba(0,0,0,.5);transform:translateY(-130%);transition:transform .28s ease}.stable-drawer.open{transform:translateY(0)}.stable-drawer ul{list-style:none;margin:0;padding:12px 20px}.stable-drawer a{display:flex;justify-content:space-between;padding:14px 4px;color:#fff;text-decoration:none;border-bottom:1px solid var(--st-line);font-family:'Space Grotesk',sans-serif;font-weight:600}.stable-drawer-actions{display:grid;gap:10px;padding:10px 20px 22px}.stable-drawer-backdrop{display:block;position:fixed;inset:var(--st-head) 0 0;z-index:997;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:.25s}.stable-drawer-backdrop.open{opacity:1;visibility:visible}}
@media(max-width:560px){.stable-header>.elementor-container{padding:0 14px}.stable-head-btn--trial{display:none}.stable-logo-widget img{height:36px!important;max-width:170px}}

/* Theme Builder footer */

.stable-footer{background:#04080D;border-top:1px solid rgba(255,255,255,.1);padding:58px 0 26px;font-family:'Inter',sans-serif;color:#fff}.stable-footer>.elementor-container{max-width:1200px!important;margin:auto;padding:0 20px}.stable-footer .elementor-element-populated,.stable-footer .elementor-widget-wrap{padding:0!important}.stable-footer .elementor-widget{margin:0!important}.stable-footer-logo img{height:46px!important;width:auto!important;max-width:220px;object-fit:contain;margin-bottom:26px}.stable-foot-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}.stable-foot-grid h3{font-family:'Space Grotesk',sans-serif;font-size:1rem;margin:0 0 14px;color:#fff}.stable-foot-grid p{color:#9FB2C7;line-height:1.65;margin:0 0 14px}.stable-foot-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.stable-foot-grid a{color:#9FB2C7;text-decoration:none;font-size:.92rem}.stable-foot-grid a:hover{color:#22D3EE}.stable-foot-brand{max-width:300px}.stable-foot-contact a{display:inline-flex;align-items:center;gap:7px}.stable-foot-bottom{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);color:#6F849A;font-size:.83rem}.stable-foot-pay{display:flex;gap:14px;font-size:1.25rem}.stable-foot-note{font-size:.78rem;color:#6F849A;margin-top:14px}@media(max-width:900px){.stable-foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.stable-footer{padding-top:44px}.stable-foot-grid{grid-template-columns:1fr}.stable-foot-bottom{flex-direction:column}.stable-footer-logo img{height:40px!important}}


/* ============================================================
   CROSS-DEVICE SAFETY LAYER
   ============================================================ */
html{width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;}
body{width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;}
img,svg,video,canvas{max-width:100%;height:auto;}
button,input,select,textarea{font:inherit;}
a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation;}
.nx-wrap{width:100%;}
.nx-card,.nx-plan,.nx-linkcard,.nx-mini{min-width:0;}
.nx h1,.nx h2,.nx h3,.nx p,.nx a{overflow-wrap:anywhere;}
.nx-tablewrap{-webkit-overflow-scrolling:touch;}

/* Large desktop */
@media(min-width:1440px){
  :root{--nx-max:1240px;}
}

/* Tablet and smaller laptops */
@media(max-width:1024px){
  .nx-hero{min-height:560px;}
}

/* Phones and tablets */
@media(max-width:768px){
  .nx-wrap{padding-inline:18px;}
  .nx-hero{min-height:auto;padding-block:64px;}
  .nx h1{font-size:clamp(2rem,10vw,2.75rem);}
  .nx h2{font-size:clamp(1.55rem,7vw,2.15rem);}
  .nx-plan{padding:28px 22px;}
  .nx-table th,.nx-table td{padding:13px 14px;}
}

/* Small phones */
@media(max-width:480px){
  :root{--nx-pad:42px;}
  .nx-wrap{padding-inline:16px;}
  .nx-card{padding:22px 18px;}
  .nx-eyebrow{font-size:.66rem;letter-spacing:.1em;}
  .nx-trust-row{font-size:.84rem;}
  .nx-price{max-width:100%;}
  .nx-badge{font-size:.66rem;padding:5px 10px;}
}

/* Notched iPhones and other safe-area devices */
@supports(padding:max(0px)){
  .stable-header>.elementor-container{padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right));}
  .stable-footer>.elementor-container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}
}

/* Respect accessibility preferences */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}
}

@media(prefers-contrast:more){
  :root{--nx-line:rgba(255,255,255,.22);--nx-muted:#C3D2E1;}
  .nx-btn--ghost{border-color:rgba(255,255,255,.4);}
}


/* Mobile header alignment and icon toggle */
/* Keep logo and mobile menu button on the same row in Elementor */
.stable-header>.elementor-container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;}
.stable-header .stable-logo-col{width:auto!important;max-width:calc(100% - 64px)!important;flex:0 1 auto!important;}
.stable-header .stable-nav-col{width:auto!important;flex:1 0 auto!important;min-width:52px!important;}
.stable-header .stable-logo-col>.elementor-element-populated,.stable-header .stable-nav-col>.elementor-element-populated{display:flex!important;align-items:center!important;}
.stable-header .stable-nav-col>.elementor-element-populated{justify-content:flex-end!important;}
.stable-header .stable-nav-inner{width:100%!important;min-width:0;}
.stable-header .stable-logo-widget img{display:block;max-width:100%;}
.stable-burger{position:relative;flex:0 0 46px;width:46px;height:46px;overflow:hidden;border-color:rgba(34,211,238,.28);background:linear-gradient(180deg,#17283A,#0D1825);box-shadow:0 8px 24px rgba(0,0,0,.28);transition:border-color .2s,background .2s,transform .2s,box-shadow .2s;}
.stable-burger:hover{border-color:#22D3EE;transform:translateY(-1px);}
.stable-burger:focus-visible{outline:2px solid #22D3EE;outline-offset:3px;}
.stable-burger span{position:absolute;inset:0;display:grid;place-items:center;transition:opacity .22s ease,transform .25s ease;}
.stable-burger-bars{opacity:1;transform:rotate(0deg) scale(1);}
.stable-burger-close{opacity:0;transform:rotate(-90deg) scale(.65);}
.stable-burger[aria-expanded="true"]{border-color:#22D3EE;background:linear-gradient(180deg,#0EA5E9,#087FB8);box-shadow:0 10px 30px rgba(14,165,233,.28);}
.stable-burger[aria-expanded="true"] .stable-burger-bars{opacity:0;transform:rotate(90deg) scale(.65);}
.stable-burger[aria-expanded="true"] .stable-burger-close{opacity:1;transform:rotate(0deg) scale(1);}
html.stable-menu-open{overflow:hidden;}
@media(max-width:1024px){
  .stable-header>.elementor-container{min-height:68px!important;gap:12px!important;}
  .stable-logo-widget img{height:38px!important;max-width:min(190px,calc(100vw - 92px))!important;}
  .stable-nav-inner{gap:10px!important;}
  .stable-head-actions{margin-left:auto!important;}
  .stable-drawer{top:68px!important;max-height:calc(100dvh - 68px);overflow-y:auto;}
  .stable-drawer-backdrop{inset:68px 0 0!important;}
}
@media(max-width:560px){
  .stable-header>.elementor-container{padding-left:14px!important;padding-right:14px!important;}
  .stable-header .stable-logo-col{max-width:calc(100% - 58px)!important;}
  .stable-logo-widget img{height:34px!important;max-width:min(170px,calc(100vw - 88px))!important;}
  .stable-burger{display:grid!important;flex-basis:44px;width:44px;height:44px;border-radius:11px;}
}

/* Mobile drawer CTA and entrance polish */
@media(max-width:1024px){
  .stable-drawer .stable-head-btn--trial,.stable-drawer .stable-head-btn--plans{display:inline-flex!important;align-items:center;justify-content:center;width:100%;}
  .stable-drawer.open li{animation:stable-menu-item-in .28s both;}
  .stable-drawer.open li:nth-child(2){animation-delay:.025s}.stable-drawer.open li:nth-child(3){animation-delay:.05s}.stable-drawer.open li:nth-child(4){animation-delay:.075s}.stable-drawer.open li:nth-child(5){animation-delay:.1s}.stable-drawer.open li:nth-child(6){animation-delay:.125s}
}
@keyframes stable-menu-item-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.stable-drawer.open li{animation:none!important;}}/* End custom CSS */