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

  .apollo-iptv-footer {
    --apollo-iptv-footer-primary: #1da3ff;
    --apollo-iptv-footer-primary-dark: #1da3ff;
    --apollo-iptv-footer-primary-soft: rgba(29, 163, 255, 0.15);
    --apollo-iptv-footer-bg: rgba(5, 8, 10, 0.98);
    --apollo-iptv-footer-border: rgba(255, 255, 255, 0.10);
    --apollo-iptv-footer-text: rgba(255, 255, 255, 0.72);
    --apollo-iptv-footer-muted: rgba(255, 255, 255, 0.54);

    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--apollo-iptv-footer-bg);
    color: #ffffff;
    font-family: inherit;
    overflow: hidden;
  }

  .apollo-iptv-footer__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 54px clamp(16px, 4vw, 32px) 26px;
  }

  .apollo-iptv-footer__top {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: clamp(34px, 5vw, 70px);
    align-items: start;
  }

  .apollo-iptv-footer__brand {
    min-width: 0;
  }

  .apollo-iptv-footer__logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
  }

  .apollo-iptv-footer__logo {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
  }

  .apollo-iptv-footer__text {
    margin: 18px 0 18px;
    max-width: 310px;
    color: var(--apollo-iptv-footer-text);
    font-size: 14px;
    font-weight: 450;
    line-height: 1.7;
  }

  .apollo-iptv-footer__socials {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .apollo-iptv-footer__social {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }

  .apollo-iptv-footer__social::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    border-radius: inherit;
    transition: opacity 0.18s ease;
  }

  .apollo-iptv-footer__social:hover,
  .apollo-iptv-footer__social:focus-visible {
    transform: translateY(-1px);
    border-color: transparent;
  }

  .apollo-iptv-footer__social:hover::before,
  .apollo-iptv-footer__social:focus-visible::before {
    opacity: 1;
  }

  .apollo-iptv-footer__social svg {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
    display: block;
  }

  .apollo-iptv-footer__social--telegram svg {
    width: 22px;
    height: 22px;
    transform: translate(-1px, 1px);
    transform-origin: center;
  }

  .apollo-iptv-footer__social--telegram::before {
    background: #2aabee;
  }

  .apollo-iptv-footer__social--whatsapp::before {
    background: #25d366;
  }

  .apollo-iptv-footer__social--telegram:hover,
  .apollo-iptv-footer__social--telegram:focus-visible {
    color: #ffffff !important;
    background: #2aabee !important;
    border-color: #2aabee !important;
  }

  .apollo-iptv-footer__social--whatsapp:hover,
  .apollo-iptv-footer__social--whatsapp:focus-visible {
    color: #ffffff !important;
    background: #25d366 !important;
    border-color: #25d366 !important;
  }

  .apollo-iptv-footer__social:active {
    transform: translateY(0) scale(0.97);
  }


  .apollo-iptv-footer__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .apollo-iptv-footer__links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 34px);
  }

  .apollo-iptv-footer__column {
    min-width: 0;
  }

  .apollo-iptv-footer__title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .apollo-iptv-footer__nav {
    display: grid;
    gap: 9px;
  }

  .apollo-iptv-footer__link {
    width: fit-content;
    max-width: 100%;
    color: var(--apollo-iptv-footer-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
    transition: color 0.18s ease, transform 0.18s ease;
  }

  .apollo-iptv-footer__link:hover,
  .apollo-iptv-footer__link:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
  }

  .apollo-iptv-footer__bottom {
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--apollo-iptv-footer-border);
    display: grid;
    gap: 18px;
  }

  .apollo-iptv-footer__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .apollo-iptv-footer__badge-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
  }

  .apollo-iptv-footer__dmca {
    display: block;
    width: 110px;
    max-width: 100%;
    height: auto;
  }

  .apollo-iptv-footer__payments-wrap {
    display: grid;
    justify-items: end;
    gap: 8px;
  }

  .apollo-iptv-footer__payments {
    display: block;
    width: 270px;
    max-width: 100%;
    height: auto;
  }

  .apollo-iptv-footer__trust {
    margin: 0;
    color: var(--apollo-iptv-footer-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
  }

  .apollo-iptv-footer__copy {
    margin: 0;
    color: var(--apollo-iptv-footer-muted);
    font-size: 12px;
    font-weight: 450;
    line-height: 1.65;
    text-align: center;
  }

  @media (max-width: 1050px) {
    .apollo-iptv-footer__top {
      grid-template-columns: 1fr;
    }

    .apollo-iptv-footer__brand {
      max-width: 560px;
    }

    .apollo-iptv-footer__text {
      max-width: 520px;
    }
  }

  @media (max-width: 900px) {
    .apollo-iptv-footer__links {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .apollo-iptv-footer__badges {
      justify-content: center;
    }

    .apollo-iptv-footer__payments-wrap {
      justify-items: center;
    }

    .apollo-iptv-footer__trust {
      text-align: center;
    }
  }

  @media (max-width: 640px) {
    .apollo-iptv-footer__container {
      padding: 44px 16px 24px;
    }

    .apollo-iptv-footer__top {
      gap: 32px;
    }

    .apollo-iptv-footer__brand {
      text-align: center;
      margin: 0 auto;
    }

    .apollo-iptv-footer__logo-link,
    .apollo-iptv-footer__socials {
      justify-content: center;
    }

    .apollo-iptv-footer__text {
      margin-left: auto;
      margin-right: auto;
    }

    .apollo-iptv-footer__links {
      grid-template-columns: 1fr;
      gap: 26px;
      text-align: center;
    }

    .apollo-iptv-footer__nav {
      justify-items: center;
    }

    .apollo-iptv-footer__link:hover,
    .apollo-iptv-footer__link:focus-visible {
      transform: none;
    }

    .apollo-iptv-footer__bottom {
      margin-top: 34px;
    }

    .apollo-iptv-footer__payments {
      width: 245px;
    }
  }

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