.elementor-5292 .elementor-element.elementor-element-04dd06c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-93eaefe */:root {
  --grad: linear-gradient(to right, #5a0dff -5%, #ff29b8 31%, #ff581c, #ff29b8, #5a0dff);
  --bg: #050505;
  --surface: #101010;
  --surface2: #181818;
  --border: rgba(255,255,255,0.08);
  --border-bright: rgba(255,41,184,0.28);
  --accent: #ff29b8;
  --accent2: #5a0dff;
  --accent3: #ff581c;
  --text: #ffffff;
  --muted: rgba(255,255,255,0.58);
  --muted2: rgba(255,255,255,0.34);
  --r: 16px;
  --r-lg: 24px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── AMBIENT ── */
.ambient {
  position: fixed;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
}
.ambient-1 { background: rgba(90,13,255,0.10); top: -200px; left: -200px; }
.ambient-2 { background: rgba(255,41,184,0.10); bottom: -200px; right: -100px; }

/* ══════════════════════════════════════
   OUTER SECTION — full-bleed bg
══════════════════════════════════════ */
.page-section {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 100px 32px 80px;
}

/* ══════════════════════════════════════
   CONTAINER
══════════════════════════════════════ */
.container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 52px;
  align-items: start;
}

/* ══════════════════════════════════════
   LEFT BLOCK
══════════════════════════════════════ */
.left {
  display: flex;
  flex-direction: column;
  animation: fadeUp .7s cubic-bezier(.22,1,.36,1) both;
  padding-top: 8px;
}

/* ── LIVE BADGE ── */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,41,184,0.25);
  background: rgba(255,41,184,0.07);
  font-size: 12.5px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 28px;
  width: fit-content;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,41,184,0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(255,41,184,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,41,184,0); }
}

/* ── HEADLINE ── */
h1 {
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.0;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  max-width: 580px;
}

.hl-plain { color: var(--text); }

.hl-accent {
  display: inline-block;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(255,41,184,0.4));
}

/* ── SUBTEXT ── */
.sub {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 500px;
  margin-bottom: 40px;
}

/* ── PROOF BAR ── */
.proof-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.avatars { display: flex; }
.avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-left: -10px;
  background: linear-gradient(135deg, var(--accent2), var(--accent3));
  color: #fff;
  font-weight: 700;
}
.avatars span:first-child { margin-left: 0; }

.proof-text { font-size: 13.5px; color: var(--muted); }
.proof-text strong { color: var(--text); }
.proof-divider { width: 1px; height: 20px; background: var(--border-bright); }
.stars-sm { color: #ffd166; font-size: 13px; letter-spacing: 1px; }

/* ── STATS ── */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 540px;
  margin-bottom: 44px;
}

.stat {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--r);
  padding: 18px 16px;
  transition: border-color .2s;
  
}
.stat:hover { border-color: var(--border-bright); }

.stat-num {
  font-family: 'Epilogue', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--accent);
  margin-bottom: 4px;
}
.stat-label {
  font-size: 12px;
  color: var(--muted2);
  line-height: 1.5;
}

/* ── FEATURES ── */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  margin-bottom: 44px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--muted);
}

.f-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,41,184,0.10);
  color: var(--accent);
  font-size: 14px;
  flex-shrink: 0;
}

/* ── REVIEWS ── */
.reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 560px;
}

.review {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px;
  transition: border-color .2s, transform .2s;
}
.review:hover {
  transform: translateY(-2px);
  border-color: var(--border-bright);
}

.r-stars {
  color: #ffd166;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.r-text {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 10px;
}
.r-author { font-size: 12px; color: var(--muted2); }

/* ══════════════════════════════════════
   RIGHT BLOCK
══════════════════════════════════════ */
.right {
  position: sticky;
  top: 32px;
  animation: fadeUp .7s .1s cubic-bezier(.22,1,.36,1) both;
}

.right-card {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,41,184,0.07),
    0 32px 80px rgba(0,0,0,0.55),
    0 0 100px rgba(90,13,255,0.10);
}

/* ── URGENCY BAR ── */
.urgency {
  background: linear-gradient(90deg, rgba(90,13,255,0.22), rgba(255,41,184,0.18), rgba(255,88,28,0.14));
  border-bottom: 1px solid rgba(255,41,184,0.2);
  padding: 11px 24px;
  font-size: 12.5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.urgency-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: pulse2 1.8s infinite;
}

@keyframes pulse2 {
  0%   { opacity: 1; }
  50%  { opacity: .35; }
  100% { opacity: 1; }
}

/* ── FORM INNER ── */
.form-inner {
  padding: 32px 28px 36px;
}

.form-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.form-sub {
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.iptv-cf7 {
  width: 100%;
}

/* ══════════════════════════════════════
   CF7 FORM DESIGN
══════════════════════════════════════ */
.iptv-cf7 .cf7-field {
  width: 100%;
  margin-bottom: 14px;
}

.iptv-cf7 .cf7-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: 10px;
}

.iptv-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.iptv-cf7 input[type="text"],
.iptv-cf7 input[type="email"],
.iptv-cf7 input[type="tel"],
.iptv-cf7 select,
.iptv-cf7 textarea,
.iptv-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.01);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.iptv-cf7 textarea {
  min-height: 130px;
  height: 130px;
  padding: 16px 18px;
  resize: vertical;
}

.iptv-cf7 input[type="text"]:focus,
.iptv-cf7 input[type="email"]:focus,
.iptv-cf7 input[type="tel"]:focus,
.iptv-cf7 select:focus,
.iptv-cf7 textarea:focus,
.iptv-cf7 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: var(--border-bright);
  box-shadow: 0 0 0 4px rgba(255,41,184,0.10);
  background: #1c1c1c;
}

.iptv-cf7 input::placeholder,
.iptv-cf7 textarea::placeholder {
  color: var(--muted2);
  opacity: 1;
}

/* SELECT STYLE */
.iptv-cf7 select,
.iptv-cf7 .wpcf7-form-control.wpcf7-select,
.iptv-cf7 .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  cursor: pointer;
  padding-right: 52px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--accent) 50%),
    linear-gradient(135deg, var(--accent) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.iptv-cf7 select option,
.iptv-cf7 .wpcf7-form-control.wpcf7-select option {
  background: var(--surface);
  color: var(--text);
}

/* SUBMIT */
.iptv-cf7 .wpcf7-submit,
.iptv-cf7 input[type="submit"],
.iptv-cf7 .wpcf7-form-control.wpcf7-submit,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  min-height: 58px;
  margin-top: 6px;
  padding: 16px 22px;
  border: 0;
  border-radius: 16px;
  background: var(--grad);
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: center;
  cursor: pointer;
  box-shadow:
    0 10px 30px rgba(255,41,184,0.22),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, filter .2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.iptv-cf7 .wpcf7-submit:hover,
.iptv-cf7 input[type="submit"]:hover,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit:hover,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(255,41,184,0.28),
    0 0 0 1px rgba(255,255,255,0.08) inset;
  filter: saturate(1.05);
}

.iptv-cf7 .wpcf7-submit:active,
.iptv-cf7 input[type="submit"]:active,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit:active,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit.has-spinner:active {
  transform: translateY(0);
}

.iptv-cf7 .wpcf7-submit:focus,
.iptv-cf7 input[type="submit"]:focus,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit:focus,
.iptv-cf7 .wpcf7-form-control.wpcf7-submit.has-spinner:focus {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(255,41,184,0.14),
    0 10px 30px rgba(255,41,184,0.22);
}

/* SPINNER */
.iptv-cf7 .wpcf7-spinner {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

/* VALIDATION */
.iptv-cf7 .wpcf7-not-valid {
  border-color: rgba(255,88,28,0.75) !important;
  box-shadow: 0 0 0 4px rgba(255,88,28,0.10) !important;
}

.iptv-cf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #ff9a7a;
  line-height: 1.5;
}

/* RESPONSE OUTPUT */
.iptv-cf7 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text);
  background: rgba(255,41,184,0.06);
  border: 1px solid rgba(255,41,184,0.18) !important;
}

.iptv-cf7 .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(0,255,153,0.06);
  border-color: rgba(0,255,153,0.20) !important;
  color: #d9fff1;
}

.iptv-cf7 .wpcf7 form.invalid .wpcf7-response-output,
.iptv-cf7 .wpcf7 form.unaccepted .wpcf7-response-output,
.iptv-cf7 .wpcf7 form.failed .wpcf7-response-output {
  background: rgba(255,88,28,0.06);
  border-color: rgba(255,88,28,0.18) !important;
  color: #ffe2d6;
}

/* ── GUARANTEE ── */
.guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,41,184,0.05);
  border: 1px solid rgba(255,41,184,0.16);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 18px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.g-icon { font-size: 20px; flex-shrink: 0; }

/* ── TRUST ROW ── */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  justify-content: center;
}

.trust-pill {
  font-size: 11.5px;
  color: var(--muted2);
  display: flex;
  align-items: center;
  gap: 5px;
}
.trust-pill::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
}

/* ── ANIMATION ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════
   RESPONSIVE — TABLET LARGE (≤ 1140px)
══════════════════════════════════════ */
@media (max-width: 1140px) {
  .container {
    grid-template-columns: 1fr 380px;
    gap: 36px;
  }
}

/* ══════════════════════════════════════
   RESPONSIVE — TABLET (≤ 900px)
══════════════════════════════════════ */
@media (max-width: 900px) {
  .page-section {
    padding: 48px 24px 64px;
  }

  .container {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 680px;
  }

  .right {
    position: static;
  }

  h1,
  .sub,
  .stats,
  .reviews,
  .feature-list {
    max-width: 100%;
  }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 620px)
══════════════════════════════════════ */

@media (min-width: 768px) and (max-width: 900px) {
  .page-section {
    padding: 140px 16px 56px;
  }
}
@media (max-width: 767px) {
  .page-section {
    padding: 120px 16px 56px;
  }
 

  h1 {
    font-size: clamp(34px, 10vw, 50px);
    margin-bottom: 18px;
  }

  .sub {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .live-badge {
    font-size: 11.5px;
    padding: 6px 11px 6px 9px;
    margin-bottom: 22px;
  }

  .proof-bar { gap: 12px; margin-bottom: 32px; }
  .proof-text { font-size: 12.5px; }
  .proof-divider { display: none; }

  .stats { gap: 8px; margin-bottom: 32px; }
  .stat { padding: 14px 12px; }
  .stat-num { font-size: 22px; }
  .stat-label { font-size: 11px; }

  .feature-list { gap: 10px; margin-bottom: 32px; }
  .feature { font-size: 14px; }

  .reviews { grid-template-columns: 1fr; gap: 10px; }
  .review { padding: 14px; }
  .r-text { font-size: 13px; }

  .form-inner { padding: 24px 20px 28px; }
  .urgency { padding: 10px 16px; font-size: 11.5px; }
  .form-title { font-size: 21px; }
  .form-sub { font-size: 13px; }

  .iptv-cf7 input[type="text"],
  .iptv-cf7 input[type="email"],
  .iptv-cf7 input[type="tel"],
  .iptv-cf7 select,
  .iptv-cf7 textarea,
  .iptv-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
    height: 54px;
    font-size: 14px;
  }

  .iptv-cf7 .wpcf7-submit,
  .iptv-cf7 input[type="submit"],
  .iptv-cf7 .wpcf7-form-control.wpcf7-submit,
  .iptv-cf7 .wpcf7-form-control.wpcf7-submit.has-spinner {
    min-height: 54px;
    font-size: 14px;
  }
}

/* ══════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤ 380px)
══════════════════════════════════════ */
@media (max-width: 380px) {
  .stat-num { font-size: 19px; }
  .stat-label { font-size: 10px; }
  h1 { font-size: clamp(30px, 9.5vw, 40px); }
  .avatars span {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
}/* End custom CSS */