.elementor-114 .elementor-element.elementor-element-af1b89a{--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114 .elementor-element.elementor-element-347ee24{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-347ee24 *//* ── HERO ── */
  .hero {
    position: relative; overflow: hidden;
    padding: 120px 40px 100px;
    text-align: center;
    background: radial-gradient(ellipse at 50% 0%, rgba(41,171,226,.18) 0%, transparent 65%),
                radial-gradient(ellipse at 80% 80%, rgba(141,198,63,.10) 0%, transparent 55%);
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(41,171,226,.12); border: 1px solid rgba(41,171,226,.3);
    color: var(--neo); border-radius: 999px;
    padding: 6px 16px; font-size: .8rem; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase;
    margin-bottom: 28px;
  }
  .hero-badge::before { content:''; width:8px; height:8px; border-radius:50%; background:var(--neo); animation: pulse 1.8s ease-in-out infinite; }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
  h1 {
    font-size: clamp(2.6rem, 6vw, 4.2rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
    max-width: 780px; margin: 0 auto 24px;
  }
  h1 .neo { color: var(--neo); }
  h1 .epg { color: var(--epg); }
  .hero-sub {
    font-size: 1.15rem; color: var(--muted);
    max-width: 560px; margin: 0 auto 44px;
    line-height: 1.7;
  }
  .hero-ctas { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
  @media (max-width: 520px) {
    .hero-ctas { flex-wrap: nowrap; gap: 10px; }
    .hero-ctas a { flex: 1; text-align: center; padding: 13px 16px; font-size: .88rem; }
  }
  .btn-primary {
    background: linear-gradient(135deg, var(--neo), #1a85b8);
    color: #fff; border: none; padding: 16px 36px;
    border-radius: 999px; font-weight: 800; font-size: 1rem;
    cursor: pointer; text-decoration: none; display: inline-block;
    box-shadow: 0 8px 32px rgba(41,171,226,.35);
    transition: transform .15s, box-shadow .15s;
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(41,171,226,.5); }
  .btn-secondary {
    background: rgba(255,255,255,.07); color: #fff; border: 1px solid rgba(255,255,255,.15);
    padding: 16px 36px; border-radius: 999px; font-weight: 700; font-size: 1rem;
    cursor: pointer; text-decoration: none; display: inline-block;
    transition: background .15s;
  }
  .btn-secondary:hover { background: rgba(255,255,255,.12); }

  /* ── MOCK SCREENSHOT ── */
  .hero-visual {
    margin: 72px auto 0;
    max-width: 900px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 40px 120px rgba(0,0,0,.6);
  }
  .mock-epg {
    background: #111827;
    font-size: 13px;
  }
  .mock-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px;
    background: #0f1729;
    border-bottom: 1px solid #1f2937;
  }
  .mock-logo-text { font-weight: 900; font-size: 1.1rem; }
  .mock-logo-text .n { color: var(--neo); }
  .mock-logo-text .e { color: var(--epg); }
  .mock-date { color: #6b7280; font-size: .8rem; }
  .mock-now-btn { background: #e91e8c; color:#fff; border-radius:999px; padding:5px 14px; font-weight:700; font-size:.75rem; }
  .mock-week {
    display: flex; gap: 0;
    background: #1a2444; border-bottom: 1px solid #1f2937;
    padding: 0 24px;
  }
  .mock-day {
    display: flex; flex-direction: column; align-items: center;
    padding: 10px 16px; color: #6b7280; font-size:.75rem;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }
  .mock-day.active { color: var(--neo); border-bottom-color: var(--neo); }
  .mock-day .num { font-size: 1rem; font-weight: 700; margin-top: 2px; }
  .mock-grid { padding: 0; }
  .mock-channel-row {
    display: flex; align-items: stretch;
    border-bottom: 1px solid #1f2937; min-height: 70px;
  }
  .mock-ch-label {
    width: 120px; flex-shrink: 0;
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px;
    background: #0f1729;
    border-right: 1px solid #1f2937;
    font-weight: 700; font-size: .8rem;
  }
  .mock-ch-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
  .mock-programs { display: flex; flex: 1; overflow: hidden; position: relative; }
  .mock-prog {
    display: flex; flex-direction: column; justify-content: center;
    padding: 8px 12px; border-right: 1px solid rgba(255,255,255,.05);
    font-size: .78rem; min-width: 0; overflow: hidden;
  }
  .mock-prog .prog-title { font-weight: 700; color: #f3f4f6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mock-prog .prog-time  { color: #6b7280; font-size: .7rem; margin-top: 2px; }
  .mock-prog.now { border-left: 3px solid var(--neo); background: rgba(41,171,226,.08); }
  .mock-prog.live-badge::after { content:'LIVE'; font-size:.6rem; font-weight:800; background:#e91e8c; color:#fff; border-radius:4px; padding:1px 5px; margin-top:4px; display:inline-block; width:fit-content; }
  .mock-prog .prog-bar { height: 3px; background: #1f2937; border-radius: 2px; margin-top: 6px; overflow: hidden; }
  .mock-prog .prog-bar-fill { height: 100%; background: var(--neo); border-radius: 2px; }

  /* ── SECTIONS ── */
  section { padding: 100px 40px; }
  .section-inner { max-width: 1100px; margin: 0 auto; }
  .section-label {
    font-size: .75rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .12em; color: var(--neo);
    margin-bottom: 16px;
  }
  h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; line-height: 1.15; letter-spacing: -.02em; margin-bottom: 20px; }
  h2 em { color: var(--neo); font-style: normal; }
  .section-lead { font-size: 1.05rem; color: var(--muted); max-width: 580px; line-height: 1.7; margin-bottom: 60px; }

  /* ── FEATURES GRID ── */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
  .feature-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: var(--radius);
    padding: 28px;
    transition: border-color .2s, transform .2s;
  }
  .feature-card:hover { border-color: rgba(41,171,226,.3); transform: translateY(-3px); }
  .feature-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; margin-bottom: 18px;
  }
  .feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: #f3f4f6; }
  .feature-card p { font-size: .88rem; color: var(--muted); line-height: 1.65; }

  /* ── TEMPLATES SECTION ── */
  .templates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }
  .template-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s, transform .2s;
  }
  .template-card:hover { border-color: rgba(141,198,63,.4); transform: translateY(-2px); }
  .template-thumb {
    height: 130px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
  }
  .template-info { padding: 16px 18px; }
  .template-info h4 { font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
  .template-info p { font-size: .8rem; color: var(--muted); line-height: 1.5; }
  .template-badge {
    display: inline-block; font-size: .68rem; font-weight: 700;
    padding: 2px 8px; border-radius: 999px;
    margin-top: 10px; text-transform: uppercase; letter-spacing: .05em;
  }
  .badge-pro { background: rgba(41,171,226,.15); color: var(--neo); }

  /* ── NOW ON AIR responsive ── */
  @media (max-width: 768px) {
    #now-on-air .section-inner > div {
      grid-template-columns: 1fr !important;
      gap: 32px !important;
    }
  }

  /* ── HOW IT WORKS ── */
  .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; }
  .step { padding: 32px; position: relative; }
  .step:not(:last-child)::after {
    content: '→'; position: absolute; right: -10px; top: 50%;
    transform: translateY(-50%); color: var(--muted); font-size: 1.4rem;
  }
  .step-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(41,171,226,.15); border: 2px solid var(--neo);
    color: var(--neo); font-weight: 900; font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
  }
  .step h3 { font-size: .95rem; font-weight: 700; margin-bottom: 10px; }
  .step p { font-size: .85rem; color: var(--muted); line-height: 1.6; }

  /* ── STATS ── */
  .stats-bar {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: var(--radius);
    display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding: 48px 40px; gap: 40px;
    margin-bottom: 0;
    text-align: center;
  }
  .stat-num { font-size: 2.4rem; font-weight: 900; color: var(--neo); letter-spacing: -.02em; }
  .stat-label { font-size: .82rem; color: var(--muted); margin-top: 4px; }

  /* ── QUOTE ── */
  .quote-section {
    background: linear-gradient(135deg, rgba(41,171,226,.08) 0%, rgba(141,198,63,.06) 100%);
    border: 1px solid rgba(41,171,226,.15);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    margin: 0 40px;
  }
  .quote-text { font-size: 1.4rem; font-weight: 600; line-height: 1.5; max-width: 700px; margin: 0 auto 24px; color: #f3f4f6; }
  .quote-source { font-size: .85rem; color: var(--muted); }

  /* ── REQUIREMENTS ── */
  .req-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
  .req-item {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px; padding: 20px 22px;
    display: flex; align-items: center; gap: 14px;
  }
  .req-icon { font-size: 1.5rem; flex-shrink: 0; }
  .req-text { font-size: .88rem; }
  .req-text strong { display: block; font-weight: 700; color: #f3f4f6; margin-bottom: 3px; }
  .req-text span { color: var(--muted); font-size: .8rem; }

  /* ── CTA BANNER ── */
  .cta-banner {
    background: linear-gradient(135deg, #0f1729 0%, #1a2444 100%);
    border: 1px solid rgba(41,171,226,.2);
    border-radius: 24px;
    padding: 80px 60px;
    text-align: center;
    margin: 0 40px;
    position: relative; overflow: hidden;
  }
  .cta-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(41,171,226,.15) 0%, transparent 60%);
    pointer-events: none;
  }
  .cta-banner h2 { font-size: clamp(1.8rem,4vw,2.8rem); margin-bottom: 16px; position: relative; }
  .cta-banner p { color: var(--muted); margin-bottom: 40px; position: relative; font-size: 1.05rem; }
  .cta-banner .hero-ctas { position: relative; }

  /* ── FOOTER ── */
  footer {
    padding: 48px 40px;
    border-top: 1px solid rgba(255,255,255,.07);
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
  }
  .footer-logo { font-size: 1.1rem; font-weight: 900; }
  .footer-logo .n { color: var(--neo); }
  .footer-logo .e { color: var(--epg); }
  .footer-links { display: flex; gap: 24px; list-style: none; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: .85rem; }
  .footer-links a:hover { color: #fff; }
  .footer-copy { color: var(--muted); font-size: .8rem; }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    nav { padding: 14px 20px; }
    .nav-links { display: none; }
    section { padding: 60px 20px; }
    .hero { padding: 80px 20px 60px; }
    .hero-visual { margin-top: 48px; border-radius: 14px; }
    .quote-section { margin: 0 20px; padding: 40px 28px; }
    .cta-banner { margin: 0 20px; padding: 56px 28px; }
    footer { padding: 36px 20px; flex-direction: column; align-items: flex-start; }
    .step::after { display: none; }
    .stats-bar { padding: 32px 20px; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .stats-bar > div:last-child { grid-column: 1 / -1; }
  }/* End custom CSS */