@media (max-width: 991.98px) {
  .navbar-nav {
    align-items: flex-end !important;
    text-align: right !important;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-right: 1.5rem;
    text-align: right;
  }
  .navbar-nav .nav-link:hover {
    background: rgba(255,255,255,0.08);
    color: var(--accent) !important;
    border-radius: 0.25rem;
  }
}
.footer-logo {
  height: 100px;
  width: auto;
  max-width: 270px;
  display: block;
  object-fit: contain;
  margin-bottom: 3.5rem;
  border: none;
}
.header-logo {
  height: 40px;
  width: auto;
  max-width: 270px;
  display: block;
  object-fit: contain;
  border: none;
}
.bbc-divider {
  border: none;
  border-top: 1.5px solid #222;
  margin: 0;
  width: 100%;
  opacity: 1;
}
.bbc-divider + .hero {
  margin-top: 0 !important;
}
.movistar-btn-row {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.movistar-btn {
  background: var(--accent);
  color: #f5f5f5;
  font-weight: 600;
  padding: 0.7rem 1.6rem;
  border-radius: 0;
  text-decoration: none;
  box-shadow: 0 2px 12px 0 rgba(255,76,152,0.18);
  font-size: 1.08rem;
  display: inline-flex;
  align-items: center;
  transition: background .2s;
}
.movistar-btn-logo {
  height: 2em;
  margin-right: 0.7em;
  padding: 0.1em 0.3em;
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(102%) contrast(102%);
}
.movistar-btn-open {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.movistar-btn:hover .movistar-btn-logo {
  filter: invert(1) brightness(0.8) contrast(1.2);
}
.movistar-btn:hover .movistar-btn-open {
  filter: invert(1) brightness(0.8) contrast(1.2);
}
@media (min-width: 3000px) {
  .btn-play {
    bottom: 6rem;
  }
}
@media (min-width: 2400px) {
  .btn-play {
    bottom: 2rem;
  }
}
.coming-soon h2 .fa-star {
  animation: blinkStar 1.2s infinite alternate;
}

@keyframes blinkStar {
  0% { opacity: 1; filter: drop-shadow(0 0 6px #FF4C98); }
  60% { opacity: 0.5; filter: drop-shadow(0 0 2px #FF4C98); }
  100% { opacity: 1; filter: drop-shadow(0 0 10px #FF4C98); }
}
@media (max-width: 992px) {
  .hero video {
    max-width: 100vw;
    width: 100vw;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
}
@media (max-width: 576px) and (orientation: portrait) {
  .hero {
    height: 28vh;
    min-height: 180px;
    margin-top: 0;
  }
}
:root {
  --bg: #000;
  --brand-black: #141414;
  --accent: #FF4C98; /* BBC Player Core */
  --accent-light: #FE59AA;
  --font-family-bbc: Helvetica, Arial, sans-serif;
  --accent-dark: #DC2878;
  --primary-red: #FF4C98;
  --bg: #000000;
  --nav-bg: #222222;
  --brand-gradient: linear-gradient(90deg, #FF4C98 0%, #FE59AA 50%, #DC2878 100%);
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #000;
  color: #f5f5f5;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.navbar {
  background: #000;
  padding: 0.75rem 0 !important;
  font-family: Helvetica, Arial, sans-serif;
  color: #f5f5f5;
}

.navbar-brand img {
  height: 75px;
  max-width: 270px;
  width: auto;
  display: block;
  transition: height .25s ease, max-width .25s ease;
}

.navbar.shrink .navbar-brand img {  
  height: 32px;
  max-width: 90px;
}

.nav-link {
  height: 40px;
  width: auto;
  max-width: none;
  object-fit: contain;
  line-height: 40px;
  padding: 0 !important;
  margin-right: 2rem;
  color: #f5f5f5 !important;
}
.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.nav-link:hover,
  .nav-link.active {
  color: var(--accent) !important;
}


.navbar-toggler {
  border: none;
  outline: none;
  color: #f5f5f5;
}

.navbar-toggler-icon {
  background-image: none;
  width: 30px;
  height: 3px;
  background-color: #f5f5f5 ;
  position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #f5f5f5 ;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.navbar-toggler-icon::before { top: -10px; }
.navbar-toggler-icon::after { top: 10px; }

.hero {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
  transition: height 0.6s ease;
}
.hero.video-playing {
  height: 100vh;
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
  transition: opacity .8s ease;
}
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background-color: #000;
  z-index: 10;
  transition: opacity .8s ease;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;

  opacity: 0.82;
  z-index: 1;
}
.btn-play {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  z-index: 3;
  background: var(--accent);
  border: none;
  color: #f5f5f5 ;
  padding: 0.95rem 2.25rem;
  border-radius: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;;
}
.btn-play:hover {
  background: #f5f5f5 ;
  color: var(--brand-black);
}
.movistar-btn:hover {
  background: #f5f5f5 ;
  color: var(--brand-black);
}

.section-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--accent);
  letter-spacing: 0.04em;
}
.carousel-wrapper {
  position: relative;
  margin-bottom: 2.5rem;
}
.viewport {
  overflow: hidden;
  width: 100%;
}
.track {
  display: flex;
  will-change: transform;
}
.card-item {
  flex: 0 0 25%;
  padding: .5rem;
  box-sizing: border-box;
}
.card-item img {
  width: 100%;
  border-radius: 0;
  display: block;
  transition: transform .35s ease;
}
.card-item:hover img {
  transform: scale(1.05);
  cursor: pointer;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 0;
  border-radius: 0;
  background: var(--accent-dark);
  border: none;
  color: #f5f5f5 ;
  font-size: 1.75rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s, background .18s;
}
.carousel-btn:hover {
  transform: translateY(-50%) scale(1.06);
  background: #f5f5f5 ;
  color: var(--brand-black);
  box-shadow: 0 4px 24px 0 rgba(255,76,152,0.18);
}
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }

.coming-soon {
  background: var(--bg);
  padding: 0 1rem;
  text-align: center;
  border-radius: 0;
  font-family: Helvetica, sans-serif, Arial;
  color: #f5f5f5;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon h2 {
  font-size: 2.1rem;
  color: #f5f5f5;
  text-shadow: 0 0 12px rgba(255,76,152,0.25);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}

.coming-soon h2 .fa-star {
  color: var(--accent);
  margin: 0 0.18em;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.coming-soon p {
  opacity: .9;
  color: #f5f5f5 ;
  margin-top: .8rem;
  font-size: 1.05rem;
}

footer {
  background: #000;
  color: #f5f5f5;
  padding: 0 0;
  text-align: center;
  font-size: 0.95rem;
  font-family: Helvetica, Arial, sans-serif;
}
footer .footer-logo img {
  height: 50px;
  width: auto;
  display: inline-block;
}
footer a {
  color: #f5f5f5;
  text-decoration: none;
}
footer a:hover { color: var(--accent); }
.social-icons a {
  color: var(--accent);
  font-size: 1.3rem;
  margin: 0 10px;
    background: none;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    display: inline;
    align-items: unset;
    justify-content: unset;
    transition: color 0.3s ease;
    box-shadow: none;
}
.social-icons a:hover,
.social-icons a:hover i {
  background: none;
  color: #f5f5f5 !important;
  border-color: none;
  box-shadow: none;
}
.social-icons a:hover i {
  filter: none;
  color: var(--brand-black);
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(255, 76, 152, 0.38);
}
@media (max-width: 991.98px) { .card-item { flex: 0 0 33.3333%; } }
@media (max-width: 768px) { .card-item { flex: 0 0 50%; } }
@media (max-width: 576px) {
  .card-item { flex: 0 0 100%; }
  .hero { height: 38vh; min-height: 260px; }
  .btn-play {
    bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero { height: 48vh; min-height: 320px; }
}

