.apollo-iptv-hero,
  .apollo-iptv-hero * {
    box-sizing: border-box;
  }

  .apollo-iptv-hero{
    --apollo-iptv-hero-accent: #1da3ff;
    --apollo-iptv-hero-accent-soft: rgba(29, 163, 255, 0.08);
    --apollo-iptv-hero-gold: #ffd43a;

    position: relative;
    width: 100%;
    min-height: 620px;
    margin: 0;
    padding:150px clamp(16px, 4vw, 32px);
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #050505;
    background-image: url("/wp-content/uploads/IPTV-Hero.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .apollo-iptv-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }

  .apollo-iptv-hero-content{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding:0;
  }

  .apollo-iptv-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 clamp(18px, 2.2vw, 24px);
  }

  .apollo-iptv-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    border: 2px solid rgba(29, 163, 255, 0.42);
    background: var(--apollo-iptv-hero-accent-soft);
    box-shadow: inset 0 0 0 1px rgba(29, 163, 255, 0.06), 0 0 18px rgba(29, 163, 255, 0.12);
    color: var(--apollo-iptv-hero-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .apollo-iptv-hero-badge svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: var(--apollo-iptv-hero-accent);
  }

  .apollo-iptv-hero-title {
    margin: 0;
    max-width: 860px;
    color: #f3f3f3;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.05em;
  }

  .apollo-iptv-hero-accent {
    display: block;
    margin-top: 6px;
    color: var(--apollo-iptv-hero-accent);
  }

  .apollo-iptv-hero-save {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: clamp(16px, 2.2vw, 22px);
    margin-bottom: clamp(16px, 2.2vw, 22px);
    padding: 12px 18px 12px 14px;
    border-left: 5px solid #ffcc17;
    background: linear-gradient(90deg, rgba(255, 204, 23, 0.14), rgba(255, 204, 23, 0) 88%);
    color: var(--apollo-iptv-hero-gold);
    font-size: 18px;
    font-weight: 700;
  }

  .apollo-iptv-hero-save strong {
    color: var(--apollo-iptv-hero-gold);
    font-weight: 900;
  }

  .apollo-iptv-hero-save-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 204, 23, 0.12);
    color: var(--apollo-iptv-hero-gold);
    flex: 0 0 auto;
  }

  .apollo-iptv-hero-save-icon svg {
    width: 20px;
    height: 20px;
    display: block;
  }

  .apollo-iptv-hero-desc {
    max-width: 720px;
    margin: 0 0 clamp(18px, 2.4vw, 26px);
    color: #c7c7cc;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.02em;
  }

  .apollo-iptv-hero-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    margin-bottom: clamp(20px, 2.8vw, 30px);
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  }

  .apollo-iptv-hero-stars {
    color: #ffd230;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .apollo-iptv-hero-score {
    color: #ededed;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
  }

  .apollo-iptv-hero-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.10);
  }

  .apollo-iptv-hero-reviews {
    color: #b4b4b8;
    font-size: 14px;
    font-weight: 500;
  }

  .apollo-iptv-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: clamp(18px, 2.4vw, 24px);
  }

  .apollo-iptv-hero-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.03em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }

  .apollo-iptv-hero-btn-label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .apollo-iptv-hero-btn-shine {
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    transform: skewX(-24deg);
    background: transparent;
    transition: left 0.75s ease;
  }

  .apollo-iptv-hero-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform: scale(0.96);
  }

  .apollo-iptv-hero-btn:hover .apollo-iptv-hero-btn-shine {
    left: 150%;
  }

  .apollo-iptv-hero-btn:hover::after {
    opacity: 1;
    transform: scale(1);
  }

  .apollo-iptv-hero-btn-primary {
    background: #1da3ff;
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 10px 24px rgba(29, 163, 255, 0.24), 0 0 22px rgba(29, 163, 255, 0.18);
  }

  .apollo-iptv-hero-btn-primary::after {
    background: transparent;
  }

  .apollo-iptv-hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 34px rgba(29, 163, 255, 0.30), 0 0 28px rgba(29, 163, 255, 0.26);
    color: #ffffff !important;
  }

  .apollo-iptv-hero-btn-primary:active {
    transform: translateY(-1px) scale(0.99);
  }

  .apollo-iptv-hero-arrow {
    margin-left: 14px;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    transition: transform 0.25s ease;
  }

  .apollo-iptv-hero-btn-primary:hover .apollo-iptv-hero-arrow {
    transform: translateX(4px);
  }

  .apollo-iptv-hero-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    color: #ffffff !important;
  }

  .apollo-iptv-hero-btn-outline::after {
    background: transparent;
  }

  .apollo-iptv-hero-btn-outline:hover {
    transform: translateY(-3px) scale(1.02);
    color: #ffffff !important;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

  .apollo-iptv-hero-btn-outline:active {
    transform: translateY(-1px) scale(0.99);
  }

  .apollo-iptv-hero-btn:focus-visible {
    outline: 3px solid var(--apollo-iptv-hero-accent);
    outline-offset: 3px;
  }

  .apollo-iptv-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
  }

  .apollo-iptv-hero-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c0c0c4;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
  }

  .apollo-iptv-hero-feature-item svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: var(--apollo-iptv-hero-accent) !important;
  }

  .apollo-iptv-hero-feature-item:hover {
    color: #ffffff;
  }

  .apollo-iptv-hero-feature-item:focus-visible {
    outline: 3px solid var(--apollo-iptv-hero-accent);
    outline-offset: 3px;
    border-radius: 8px;
  }

  @media (max-width: 991px) {
    .apollo-iptv-hero{
      min-height: auto;
      padding:100px 24px;
      background-position: center center;
    }

    .apollo-iptv-hero-content {
      max-width: 100%;
    }

    .apollo-iptv-hero-title {
      font-size: 54px;
      max-width: 100%;
    }

    .apollo-iptv-hero-desc {
      max-width: 100%;
      font-size: 18px;
    }

    .apollo-iptv-hero-btn {
      min-height: 50px;
      font-size: 15px;
      padding: 0 24px;
    }

    .apollo-iptv-hero-feature-item {
      font-size: 14px;
    }
  }

  @media (max-width: 767px) {
    .apollo-iptv-hero{
      padding:75px 16px;
      background-position: center top;
    }

    .apollo-iptv-hero-badges {
      gap: 8px;
      margin-bottom: 18px;
    }

    .apollo-iptv-hero-badge {
      min-height: 38px;
      padding: 0 14px;
      gap: 7px;
      font-size: 10px;
      letter-spacing: 0.07em;
    }

    .apollo-iptv-hero-badge svg {
      width: 14px;
      height: 14px;
    }

    .apollo-iptv-hero-title {
      font-size: 34px;
      line-height: 1.02;
    }

    .apollo-iptv-hero-save {
      margin-top: 16px;
      margin-bottom: 16px;
      padding: 10px 12px 10px 10px;
      gap: 8px;
      font-size: 14px;
      border-left-width: 4px;
    }

    .apollo-iptv-hero-save-icon {
      width: 30px;
      height: 30px;
      border-radius: 8px;
    }

    .apollo-iptv-hero-save-icon svg {
      width: 16px;
      height: 16px;
    }

    .apollo-iptv-hero-desc {
      margin-bottom: 18px;
      font-size: 15px;
      line-height: 1.6;
    }

    .apollo-iptv-hero-rating {
      gap: 8px;
      min-height: 44px;
      margin-bottom: 20px;
      padding: 0 12px;
    }

    .apollo-iptv-hero-stars {
      font-size: 15px;
    }

    .apollo-iptv-hero-score {
      font-size: 15px;
    }

    .apollo-iptv-hero-divider {
      height: 18px;
    }

    .apollo-iptv-hero-reviews {
      font-size: 12px;
    }

    .apollo-iptv-hero-buttons {
      gap: 12px;
      margin-bottom: 18px;
    }

    .apollo-iptv-hero-btn {
      width: 100%;
      min-height: 46px;
      padding: 0 18px;
      font-size: 14px;
    }

    .apollo-iptv-hero-arrow {
      margin-left: 10px;
      font-size: 24px;
    }

    .apollo-iptv-hero-features {
      gap: 10px 16px;
    }

    .apollo-iptv-hero-feature-item {
      font-size: 12px;
      gap: 6px;
    }

    .apollo-iptv-hero-feature-item svg {
      width: 14px;
      height: 14px;
    }
  }

  @media (max-width: 420px) {
    .apollo-iptv-hero{
      padding:75px 14px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .apollo-iptv-hero,
    .apollo-iptv-hero * {
      transition: none !important;
      scroll-behavior: auto !important;
    }
  }
