 :root {
      --iptv-primary: #2563eb;
      --iptv-accent: #ef4444;
      --iptv-accent-soft: rgba(239, 68, 68, 0.08);
      --iptv-dark: #0f172a;
      --iptv-light: #f9fafb;
      --iptv-muted: #64748b;
      --iptv-radius-lg: 22px;
      --iptv-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    }

    /* Hero */
    .channels-hero {
      padding: 110px 0 90px;
      background: radial-gradient(circle at top left, #1d4ed8 0, #020617 55%, #000000 100%);
      color: #e5e7eb;
      position: relative;
      overflow: hidden;
    }

    .channels-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.35), transparent 55%),
        radial-gradient(circle at 85% 80%, rgba(14, 165, 233, 0.28), transparent 55%);
      opacity: 0.9;
      pointer-events: none;
    }

    .channels-hero .container {
      position: relative;
      z-index: 1;
      max-width: 1000px;
    }

    .channels-hero h1 {
      font-size: 2.5rem;
      font-weight: 900;
      margin-bottom: 8px;
    }

    .channels-hero h1 span {
      color: #f97316;
    }

    .channels-hero p {
      max-width: 640px;
      font-size: 1rem;
      color: #d1d5db;
    }

    .channels-hero .hero-chip-row {
      margin-top: 22px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 0.82rem;
    }

    .channels-hero .hero-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.55);
      background: rgba(15, 23, 42, 0.7);
      color: #e5e7eb;
    }

    .channels-hero .hero-chip i {
      color: #fbbf24;
      font-size: 0.95rem;
    }

    /* Section title */
    .section-title {
      text-align: center;
      margin-bottom: 26px;
    }

    .section-title h2 {
      font-size: 0.92rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #2563eb;
      margin-bottom: 4px;
    }

    .section-title h3 {
      font-size: 1.9rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 8px;
    }

    .section-title h3 span {
      color: #ef4444;
    }

    .section-title p {
      max-width: 620px;
      margin: 0 auto;
      font-size: 0.95rem;
      color: #64748b;
    }

    /* Wrapper */
    .channels-wrapper {
      padding: 60px 0 40px;
      background: #f3f4f6;
    }

    /* Type toggle (Live / Movies / Series) */
    .type-toggle-wrap {
      display: flex;
      justify-content: center;
      margin-bottom: 18px;
    }

    .type-toggle {
      display: inline-flex;
      background: #020617;
      padding: 4px;
      border-radius: 999px;
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
      border: 1px solid rgba(55, 65, 81, 0.9);
    }

    .type-btn {
      border: none;
      outline: none;
      background: transparent;
      color: #9ca3af;
      font-size: 0.85rem;
      font-weight: 600;
      padding: 7px 16px;
      border-radius: 999px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: 0.2s ease;
    }

    .type-btn i {
      font-size: 1rem;
    }

    .type-btn.active {
      background: linear-gradient(135deg, #2563eb, #22c55e);
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(22, 163, 74, 0.7);
    }

    /* Category widget (bigger) */
    .category-bar {
      background: #ffffff;
      border-radius: var(--iptv-radius-lg);
      box-shadow: var(--iptv-shadow);
      padding: 22px 20px 18px;
      border: 1px solid rgba(203, 213, 225, 0.85);
      margin-bottom: 20px;
    }

    .category-bar-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 10px;
      gap: 10px;
    }

    .category-bar-header h4 {
      font-size: 1.02rem;
      font-weight: 800;
      color: #0f172a;
      margin: 0;
    }

    .category-bar-header span {
      font-size: 0.78rem;
      color: #6b7280;
    }

    .category-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      max-height: 200px;
      overflow-y: auto;
      padding-top: 2px;
    }

    .channel-category-btn {
      border: 1px solid rgba(148, 163, 184, 0.8);
      background: #f9fafb;
      border-radius: 999px;
      font-size: 0.8rem;
      padding: 6px 13px;
      cursor: pointer;
      transition: 0.2s ease;
      color: #111827;
      white-space: nowrap;
    }

    .channel-category-btn:hover {
      background: #eff6ff;
      border-color: #2563eb;
    }

    .channel-category-btn.active {
      background: linear-gradient(135deg, #ef4444, #f97316);
      border-color: transparent;
      color: #ffffff;
      box-shadow: 0 12px 28px rgba(248, 113, 113, 0.75);
    }

    /* Channel list widget (bigger) */
    .channel-list-card {
      background: #ffffff;
      border-radius: var(--iptv-radius-lg);
      box-shadow: var(--iptv-shadow);
      padding: 22px 22px 18px;
      border: 1px solid rgba(203, 213, 225, 0.9);
      position: relative;
      overflow: hidden;
    }

    .channel-list-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 16px;
      bottom: 16px;
      width: 5px;
      background: linear-gradient(180deg, #ef4444, #f97316);
      border-radius: 999px;
    }

    .channel-list-header {
      margin-bottom: 10px;
      padding-left: 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between;
      gap: 8px;
    }

    .channel-list-header h4 {
      font-size: 1.1rem;
      font-weight: 800;
      color: #0f172a;
      margin: 0;
      word-wrap: break-word;
    }

    .channel-list-header span {
      font-size: 0.8rem;
      color: #6b7280;
    }

    .channel-list-scroll {
      max-height: 480px;
      overflow-y: auto;
      padding-left: 10px;
      margin-bottom: 0;
    }

    .channel-list-scroll ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .channel-list-scroll li {
      font-size: 0.9rem;
      padding: 4px 0;
      border-bottom: 1px dashed #e5e7eb;
      color: #111827;
      word-wrap: break-word;
    }

    .channel-list-scroll li:last-child {
      border-bottom: none;
    }

    .channel-list-scroll .empty-state {
      font-style: italic;
      color: #9ca3af;
      border-bottom: none;
      padding-top: 6px;
    }

    /* Small info box */
    .info-card {
      background: #ffffff;
      border-radius: var(--iptv-radius-lg);
      padding: 20px 18px;
      margin-top: 18px;
      border-left: 4px solid #ef4444;
      border-top: 1px solid rgba(226, 232, 240, 0.9);
      border-right: 1px solid rgba(226, 232, 240, 0.9);
      border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .info-card h4 {
      font-size: 1rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 6px;
    }

    .info-card p {
      font-size: 0.88rem;
      color: #64748b;
      margin: 0;
    }

    /* FAQ section */
    .faq-section {
      padding: 55px 0 45px;
      background: #ffffff;
    }

    .faq-item {
      background: #f9fafb;
      border-radius: 16px;
      padding: 14px 16px;
      border: 1px solid rgba(226, 232, 240, 0.95);
      margin-bottom: 10px;
    }

    .faq-item h4 {
      font-size: 0.98rem;
      font-weight: 700;
      margin-bottom: 4px;
      color: #0f172a;
    }

    .faq-item p {
      font-size: 0.9rem;
      color: #6b7280;
      margin: 0;
    }

    @media (max-width: 767.98px) {
      .channels-hero {
        padding: 90px 0 70px;
      }

      .channels-hero h1 {
        font-size: 2rem;
      }
    }
    }