.site-footer {
  margin-top: 2rem;
  background: #000e36;
  /* border-top: 1px solid rgba(156, 178, 224, 0.15); */
}

.footer-upper {
  padding-top: 1.25rem;
}

.footer-live-title {
  margin: 0 0 0.9rem;
  color: #fff;
  font-family: "Abhaya Libre", serif;
  font-size: clamp(1.9rem, 2.3vw, 2.75rem);
  font-weight: 800;
  text-align: center;
}

.footer-channel-carousel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  --live-channel-size: 118px;
  --live-channel-logo-max-width: 86px;
  --live-channel-logo-max-height: 54px;
}

.footer-channel-viewport {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.footer-channel-viewport::-webkit-scrollbar {
  display: none;
}

.footer-channel-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.25rem 0;
  transition: transform 0.35s ease;
}

.footer-channel-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fdec00;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
}

.footer-channel-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.footer-channel-carousel.is-marquee .footer-channel-nav {
  display: none;
}

.footer-channel-carousel.is-marquee .footer-channel-viewport {
  overflow: hidden;
}

.footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track {
  display: inline-flex;
  width: max-content;
  transition: none;
  animation: live-channels-marquee 28s linear infinite;
}

.footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track:hover,
.footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track:focus-within {
  animation-play-state: paused;
}

.channel-pill {
  flex: 0 0 var(--live-channel-size);
  width: var(--live-channel-size);
  padding: 0;
}

.channel-pill-inner {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(160, 184, 230, 0.34);
  background: radial-gradient(circle at 30% 25%, #16214a 0%, #0e1737 58%, #0a112a 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0.58rem;
}

.channel-pill img {
  width: auto;
  height: auto;
  max-width: var(--live-channel-logo-max-width);
  max-height: var(--live-channel-logo-max-height);
  object-fit: contain;
  object-position: center;
}

.footer-trusted-wrap {
  margin-top: 2rem;
  /* border-top: 1px solid rgba(148, 173, 224, 0.12);
  border-bottom: 1px solid rgba(148, 173, 224, 0.12); */
}

.trusted-caption {
  text-align: center;
  padding-top: 1.45rem;
  color: #d7e2ff;
  font-size: 1.05rem;
}

.trusted-logos {
  margin-top: 0.95rem;
  padding-bottom: 1.55rem;
  overflow: hidden;
  white-space: nowrap;
}

.trusted-logos-track {
  display: inline-flex;
  align-items: center;
  gap: 2.8rem;
  width: max-content;
  animation: trusted-marquee 30s linear infinite;
}

.trusted-brand {
  color: #4f8cd6;
  font-size: 1.15rem;
  font-weight: 700;
  opacity: 0.95;
}

.trusted-brand-logo {
  width: 172px;
  height: 78px;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.6rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.trusted-brand-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
  object-position: center center;
  filter: brightness(1.08) contrast(1.03);
  display: block;
}

.trusted-brand-logo:hover {
  transform: translateY(-2px);
  border-color: rgba(253, 236, 0, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

@keyframes trusted-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes live-channels-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track,
  .trusted-logos-track {
    animation: none;
    transform: none;
  }
}

.footer-bottom {
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.footer-socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #000e36;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-main-row {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 260px;
}

.footer-logo-img {
  width: 118px;
  height: auto;
}

.footer-brand span {
  color: #89a3d5;
  font-size: 0.88rem;
  line-height: 1.2;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Abhaya Libre", serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.footer-network-card {
  max-width: 420px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.42;
}

.footer-network-logo {
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 0.62rem;
}

.footer-network-card p {
  margin: 0 0 0.35rem;
}

.footer-copy {
  margin-top: 1.1rem;
  border-top: 1px solid rgba(148, 173, 224, 0.2);
  padding-top: 0.9rem;
  text-align: center;
  color: #b6c8ee;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .footer-channel-carousel {
    --live-channel-size: 106px;
    --live-channel-logo-max-width: 80px;
    --live-channel-logo-max-height: 50px;
  }

  .trusted-caption {
    font-size: 1.25rem;
  }

  .trusted-brand {
    font-size: 1.1rem;
  }

  .trusted-brand-logo {
    width: 136px;
    height: 64px;
  }

  .trusted-brand-logo img {
    max-height: 44px;
  }

  .footer-main-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links a {
    font-size: 0.92rem
  }

  .footer-network-card {
    max-width: none;
    font-size: 0.82rem;
  }

  .footer-network-logo {
    width: 170px;
  }

  .footer-copy {
    font-size: 0.7rem;
  }
}

@media (max-width: 575.98px) {
  .footer-channel-carousel {
    --live-channel-size: 90px;
    --live-channel-logo-max-width: 70px;
    --live-channel-logo-max-height: 42px;
  }

  .footer-channel-nav {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .channel-pill-inner {
    padding: 0.5rem;
  }
}
.site-footer {
  margin-top: 2rem;
  background: #000e36;
  /* border-top: 1px solid rgba(156, 178, 224, 0.15); */
}

.footer-upper {
  padding-top: 1.25rem;
}

.footer-live-title {
  margin: 0 0 0.9rem;
  color: #fff;
  font-family: "Abhaya Libre", serif;
  font-size: clamp(1.9rem, 2.3vw, 2.75rem);
  font-weight: 800;
  text-align: center;
}

.footer-channel-carousel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  --live-channel-size: 118px;
  --live-channel-logo-max-width: 86px;
  --live-channel-logo-max-height: 54px;
}

.footer-channel-viewport {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.footer-channel-viewport::-webkit-scrollbar {
  display: none;
}

.footer-channel-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.25rem 0;
  transition: transform 0.35s ease;
}

.footer-channel-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fdec00;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
}

.footer-channel-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.footer-channel-carousel.is-marquee .footer-channel-nav {
  display: none;
}

.footer-channel-carousel.is-marquee .footer-channel-viewport {
  overflow: hidden;
}

.footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track {
  display: inline-flex;
  width: max-content;
  transition: none;
  animation: live-channels-marquee 28s linear infinite;
}

.footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track:hover,
.footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track:focus-within {
  animation-play-state: paused;
}

.channel-pill {
  flex: 0 0 var(--live-channel-size);
  width: var(--live-channel-size);
  padding: 0;
}

.channel-pill-inner {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(160, 184, 230, 0.34);
  background: radial-gradient(circle at 30% 25%, #16214a 0%, #0e1737 58%, #0a112a 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0.58rem;
}

.channel-pill img {
  width: auto;
  height: auto;
  max-width: var(--live-channel-logo-max-width);
  max-height: var(--live-channel-logo-max-height);
  object-fit: contain;
  object-position: center;
}

.footer-trusted-wrap {
  margin-top: 2rem;
  /* border-top: 1px solid rgba(148, 173, 224, 0.12);
  border-bottom: 1px solid rgba(148, 173, 224, 0.12); */
}

.trusted-caption {
  text-align: center;
  padding-top: 1.45rem;
  color: #d7e2ff;
  font-size: 1.05rem;
}

.trusted-logos {
  margin-top: 0.95rem;
  padding-bottom: 1.55rem;
  overflow: hidden;
  white-space: nowrap;
}

.trusted-logos-track {
  display: inline-flex;
  align-items: center;
  gap: 2.8rem;
  width: max-content;
  animation: trusted-marquee 30s linear infinite;
}

.trusted-brand {
  color: #4f8cd6;
  font-size: 1.15rem;
  font-weight: 700;
  opacity: 0.95;
}

.trusted-brand-logo {
  width: 172px;
  height: 78px;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.6rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.trusted-brand-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
  object-position: center center;
  filter: brightness(1.08) contrast(1.03);
  display: block;
}

.trusted-brand-logo:hover {
  transform: translateY(-2px);
  border-color: rgba(253, 236, 0, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

@keyframes trusted-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes live-channels-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-channel-carousel.is-marquee .footer-channel-row.live-channel-marquee-track,
  .trusted-logos-track {
    animation: none;
    transform: none;
  }
}

.footer-bottom {
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.footer-socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #000e36;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-main-row {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 260px;
}

.footer-logo-img {
  width: 118px;
  height: auto;
}

.footer-brand span {
  color: #89a3d5;
  font-size: 0.88rem;
  line-height: 1.2;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Abhaya Libre", serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.footer-network-card {
  max-width: 420px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.42;
}

.footer-network-logo {
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 0.62rem;
}

.footer-network-card p {
  margin: 0 0 0.35rem;
}

.footer-copy {
  margin-top: 1.1rem;
  border-top: 1px solid rgba(148, 173, 224, 0.2);
  padding-top: 0.9rem;
  text-align: center;
  color: #b6c8ee;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .footer-channel-carousel {
    --live-channel-size: 106px;
    --live-channel-logo-max-width: 80px;
    --live-channel-logo-max-height: 50px;
  }

  .trusted-caption {
    font-size: 1.25rem;
  }

  .trusted-brand {
    font-size: 1.1rem;
  }

  .trusted-brand-logo {
    width: 136px;
    height: 64px;
  }

  .trusted-brand-logo img {
    max-height: 44px;
  }

  .footer-main-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links a {
    font-size: 0.92rem
  }

  .footer-network-card {
    max-width: none;
    font-size: 0.82rem;
  }

  .footer-network-logo {
    width: 170px;
  }

  .footer-copy {
    font-size: 0.7rem;
  }
}

@media (max-width: 575.98px) {
  .footer-channel-carousel {
    --live-channel-size: 90px;
    --live-channel-logo-max-width: 70px;
    --live-channel-logo-max-height: 42px;
  }

  .footer-channel-nav {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .channel-pill-inner {
    padding: 0.5rem;
  }
}
