:root {
  --globo-primary: #d10f50;
  --globo-primary-dark: #78062c;
  --globo-primary-light: #f22672;
  --globo-deep: #090207;
  --globo-ink: #150b10;
  --globo-surface: #160711;
  --globo-page: #f5f1f3;
  --globo-white: #fff;
  --globo-muted: #7d6d75;
  --globo-line: rgba(93, 22, 49, .10);
  --globo-radius-xl: 32px;
  --globo-radius-lg: 24px;
  --globo-radius-md: 17px;
  --globo-shadow: 0 24px 70px rgba(47, 5, 21, .13);
}

html { scroll-behavior: smooth; }
body.nxglobo-theme {
  margin: 0;
  overflow-x: hidden;
  background: var(--globo-page);
  color: var(--globo-ink);
  font-family: Montserrat, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nxglobo-front-page { overflow-x: hidden; }
body.nxglobo-front-page .hder-top { display: none; }
.nxglobo-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

/* Header premium */
body.nxglobo-front-page .hder.nxglobo-site-header {
  position: fixed;
  z-index: 9990;
  inset: 0 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(8,2,6,.78), rgba(8,2,6,.25));
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease, height .25s ease, box-shadow .25s ease;
}
body.admin-bar.nxglobo-front-page .hder.nxglobo-site-header { top: 32px; }
body.nxglobo-front-page .hder.nxglobo-site-header.is-scrolled {
  height: 72px;
  background: rgba(10,3,8,.92);
  box-shadow: 0 14px 45px rgba(0,0,0,.24);
  backdrop-filter: blur(18px) saturate(145%);
}
.nxglobo-site-header__inner {
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
}
.nxglobo-site-header__logo { display: inline-flex; align-items: center; width: fit-content; }
.nxglobo-site-header__logo img {
  width: auto;
  max-width: 150px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 8px 20px rgba(0,0,0,.2));
}
.nxglobo-desktop-menu { display: flex; align-items: center; justify-content: center; gap: 32px; }
.nxglobo-desktop-menu a {
  position: relative;
  padding: 10px 0;
  color: rgba(255,255,255,.74) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .025em;
  transition: color .2s ease;
}
.nxglobo-desktop-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: var(--globo-primary-light);
  transition: right .25s ease;
}
.nxglobo-desktop-menu a:hover { color: #fff !important; }
.nxglobo-desktop-menu a:hover::after { right: 0; }
.nxglobo-site-header__actions { display: flex; align-items: center; gap: 10px; }
.nxglobo-header-live,
.nxglobo-menu-button {
  border: 1px solid rgba(255,255,255,.13);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.nxglobo-header-live {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--globo-primary-light), var(--globo-primary-dark));
  box-shadow: 0 12px 28px rgba(209,15,80,.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.nxglobo-header-live i { font-size: 11px; }
.nxglobo-menu-button {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  font-size: 17px;
}

/* Hero */
.nxglobo-home { min-height: 100vh; background: var(--globo-page); }
.nxglobo-hero {
  min-height: 790px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 145px 0 135px;
  color: #fff;
  background: #0a0207;
}
.nxglobo-hero__background {
  position: absolute;
  z-index: -4;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.015);
}
.nxglobo-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,1,5,.97) 0%, rgba(12,2,8,.91) 38%, rgba(20,2,10,.66) 66%, rgba(91,3,34,.48) 100%),
    linear-gradient(180deg, rgba(5,1,4,.55), transparent 26%, rgba(5,1,4,.4) 100%);
}
.nxglobo-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 82% 34%, rgba(239,20,94,.32), transparent 27%),
    radial-gradient(circle at 57% 82%, rgba(124,7,47,.25), transparent 34%);
}
.nxglobo-hero__noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.nxglobo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  gap: clamp(48px, 7vw, 98px);
  align-items: center;
}
.nxglobo-hero__copy { position: relative; z-index: 2; }
.nxglobo-station-mark { display: flex; align-items: center; gap: 15px; margin-bottom: 38px; }
.nxglobo-station-mark img {
  width: 92px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1) drop-shadow(0 12px 26px rgba(0,0,0,.24));
}
.nxglobo-station-mark > div { display: flex; flex-direction: column; gap: 3px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.20); }
.nxglobo-station-mark span { color: #fff; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.nxglobo-station-mark small { color: rgba(255,255,255,.54); font-size: 10px; }
.nxglobo-status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.nxglobo-status-pill i,
.nxglobo-premium-player__live i,
.nxglobo-live-dot i,
.nxglobo-live-pill i,
.nxglobo-camera-card__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3d7c;
  box-shadow: 0 0 0 5px rgba(255,61,124,.15);
  animation: nxglobo-pulse 1.55s infinite;
}
@keyframes nxglobo-pulse { 0%,100% { transform: scale(.82); opacity:.65 } 50% { transform:scale(1.12); opacity:1 } }
.nxglobo-hero__eyebrow { margin: 0 0 9px; color: #f786aa; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.nxglobo-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", Montserrat, sans-serif;
  font-size: clamp(58px, 7.1vw, 102px);
  line-height: .87;
  letter-spacing: .01em;
  text-wrap: balance;
  text-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.nxglobo-hero__description {
  max-width: 620px;
  margin: 23px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.7;
}
.nxglobo-hero__schedule {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.nxglobo-hero__schedule i { color: #f786aa; }
.nxglobo-hero__schedule span { text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.nxglobo-hero__schedule strong { color: #fff; font-size: 13px; }
.nxglobo-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.nxglobo-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  font: 850 11px/1 Montserrat, sans-serif;
  letter-spacing: .045em;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.nxglobo-btn:hover { transform: translateY(-3px); }
.nxglobo-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #f12671, #9d093d 82%);
  box-shadow: 0 16px 38px rgba(209,15,80,.34), inset 0 1px 0 rgba(255,255,255,.20);
}
.nxglobo-btn--glass { color: #fff !important; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.nxglobo-btn__icon { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -9px; border-radius: 11px; background: rgba(255,255,255,.16); }
.nxglobo-hero-socials { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.nxglobo-hero-socials > span { margin-right: 4px; color: rgba(255,255,255,.44); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nxglobo-hero-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  transition: .2s ease;
}
.nxglobo-hero-socials a:hover { color: #fff !important; background: var(--globo-primary); transform: translateY(-2px); }
.nxglobo-hero-socials a.nxglobo-hero-socials__wa { width: auto; grid-auto-flow: column; gap: 7px; padding: 0 12px; }
.nxglobo-hero-socials__wa i { color: #56e085; font-size: 16px; }
.nxglobo-hero-socials__wa b { font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }

/* Visual player */
.nxglobo-player-stage { position: relative; min-height: 530px; display: grid; place-items: center; }
.nxglobo-player-stage__halo {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,21,91,.34), rgba(128,4,45,.08) 52%, transparent 70%);
  filter: blur(9px);
}
.nxglobo-player-stage::before,
.nxglobo-player-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.nxglobo-player-stage::before { width: 480px; height: 480px; }
.nxglobo-player-stage::after { width: 555px; height: 555px; border-color: rgba(255,255,255,.04); }
.nxglobo-premium-player {
  position: relative;
  z-index: 2;
  width: min(100%, 485px);
  padding: 19px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255,255,255,.16), rgba(255,255,255,.045) 48%, rgba(13,2,8,.30));
  box-shadow: 0 40px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(24px) saturate(150%);
  transform: rotate(1.1deg);
}
.nxglobo-premium-player::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 28%, transparent 70%, rgba(255,255,255,.04));
}
.nxglobo-premium-player__top,
.nxglobo-premium-player__bottom { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.nxglobo-premium-player__top { padding: 2px 4px 15px; }
.nxglobo-premium-player__frequency { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.nxglobo-premium-player__live { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.nxglobo-premium-player__art { position: relative; aspect-ratio: 16/10.8; overflow: hidden; border-radius: 25px; box-shadow: 0 24px 55px rgba(0,0,0,.34); }
.nxglobo-premium-player__art::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 48%, rgba(10,1,7,.78)); }
.nxglobo-premium-player__art img { width: 100%; height: 100%; object-fit: cover; }
.nxglobo-premium-player__art-shine { position: absolute; z-index: 2; inset: 0; background: linear-gradient(118deg, rgba(255,255,255,.14), transparent 25%); }
.nxglobo-premium-player__play {
  position: absolute;
  z-index: 4;
  right: 19px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--globo-primary);
  box-shadow: 0 17px 38px rgba(0,0,0,.32);
  cursor: pointer;
  font-size: 17px;
  transition: transform .2s ease;
}
.nxglobo-premium-player__play:hover { transform: scale(1.06); }
.nxglobo-wave { height: 36px; display: flex; align-items: center; justify-content: center; gap: 4px; margin: -4px 68px 0 9px; position: relative; z-index: 3; }
.nxglobo-wave span {
  width: 3px;
  height: calc(7px + (var(--i) % 7) * 3px);
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6fa0, rgba(255,255,255,.45));
  animation: nxglobo-wave 1.25s ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * -45ms);
  transform-origin: center;
}
@keyframes nxglobo-wave { from { transform: scaleY(.35); opacity:.55; } to { transform: scaleY(1); opacity:1; } }
.nxglobo-premium-player__info { padding: 4px 7px 15px; position: relative; z-index: 2; }
.nxglobo-premium-player__info > span { color: #f988ad; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.nxglobo-premium-player__info h2 { margin: 6px 0 5px; color: #fff; font-size: 23px; line-height: 1.16; }
.nxglobo-premium-player__info p { margin: 0; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.55; }
.nxglobo-premium-player__bottom { padding: 14px 6px 3px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); font-size: 9px; }
.nxglobo-premium-player__bottom i { color: #ff4d86; }

/* Quick dock */
.nxglobo-quick-dock {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -51px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 25px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 25px 70px rgba(39,4,18,.20);
  backdrop-filter: blur(20px);
}
.nxglobo-quick-dock a {
  min-height: 101px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 19px;
  border-right: 1px solid var(--globo-line);
  color: var(--globo-ink) !important;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}
.nxglobo-quick-dock a:last-child { border-right: 0; }
.nxglobo-quick-dock a:hover { background: #fff; transform: translateY(-2px); }
.nxglobo-quick-dock i {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #f8e7ed, #fff);
  color: var(--globo-primary);
  box-shadow: inset 0 0 0 1px rgba(157,9,61,.06);
  font-size: 18px;
}
.nxglobo-quick-dock span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.nxglobo-quick-dock b { font-size: 12px; line-height: 1.15; }
.nxglobo-quick-dock small { overflow: hidden; color: #89747d; font-size: 9px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }

/* Sections */
.nxglobo-main-sections { overflow: hidden; }
.nxglobo-main-sections > .nxglobo-section:first-child { padding-top: 132px; }
.nxglobo-section { position: relative; padding: 84px 0; }
.nxglobo-section--light,
.nxglobo-section--news,
.nxglobo-section--programs,
.nxglobo-section--hosts { background: var(--globo-page); }
.nxglobo-section--light::before,
.nxglobo-section--news::before,
.nxglobo-section--programs::before,
.nxglobo-section--hosts::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .48;
  background: radial-gradient(circle at 90% 10%, rgba(209,15,80,.06), transparent 24%);
}
.nxglobo-section--dark { color: #fff; background: radial-gradient(circle at 84% 18%, rgba(209,15,80,.20), transparent 28%), linear-gradient(145deg,#13030b,#080206 62%,#260511); }
.nxglobo-section--cameras { color: #fff; background: radial-gradient(circle at 15% 0%, rgba(105,14,57,.25), transparent 28%), linear-gradient(140deg,#07070b,#141018); }
.nxglobo-section--ranking { color:#fff; background: radial-gradient(circle at 84% 25%, rgba(255,74,135,.27), transparent 30%), linear-gradient(145deg,#87062f,#2a0312 72%); }
.nxglobo-section-heading { position: relative; z-index: 2; display:flex; align-items:flex-end; justify-content:space-between; gap:22px; margin-bottom:34px; }
.nxglobo-section-heading::before { content:""; width: 38px; height: 3px; position:absolute; left:0; bottom:-14px; border-radius:999px; background:var(--globo-primary); }
.nxglobo-section-heading span { display:block; margin-bottom:6px; color:var(--globo-primary); font-size:9px; font-weight:900; letter-spacing:.18em; }
.nxglobo-section-heading h2 { margin:0; color:var(--globo-ink); font-family:"Bebas Neue",Montserrat,sans-serif; font-size:clamp(39px,4.7vw,59px); line-height:.92; letter-spacing:.02em; }
.nxglobo-section-heading > i { width: 52px; height:52px; display:grid; place-items:center; border-radius:17px; background:#fff; box-shadow:0 12px 30px rgba(55,5,24,.08); color:var(--globo-primary); font-size:20px; }
.nxglobo-section-heading > a { display:inline-flex; align-items:center; gap:8px; padding:11px 15px; border:1px solid var(--globo-line); border-radius:13px; color:var(--globo-primary-dark); background:rgba(255,255,255,.72); text-decoration:none; font-size:9px; font-weight:900; letter-spacing:.07em; }
.nxglobo-section-heading--light span { color:#f78bad; }
.nxglobo-section-heading--light h2 { color:#fff; }
.nxglobo-section-heading--light > i { background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.10); color:#fff; box-shadow:none; }
.nxglobo-section-heading--light::before { background:#ff4d86; }

/* Videos */
.nxglobo-horizontal-cards { position:relative; z-index:2; display:grid; grid-auto-flow:column; grid-auto-columns:minmax(282px,1fr); gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; padding:5px 2px 20px; scrollbar-width:thin; }
.nxglobo-video-card { scroll-snap-align:start; display:block; overflow:hidden; border:1px solid rgba(255,255,255,.09); border-radius:22px; background:rgba(255,255,255,.065); color:#fff !important; text-decoration:none !important; transition:.25s ease; }
.nxglobo-video-card:hover { transform:translateY(-7px); border-color:rgba(255,255,255,.24); background:rgba(255,255,255,.09); }
.nxglobo-video-card__image { aspect-ratio:16/10; position:relative; overflow:hidden; }
.nxglobo-video-card__image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.82)); }
.nxglobo-video-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.nxglobo-video-card:hover img { transform:scale(1.055); }
.nxglobo-video-card__number { position:absolute; z-index:2; top:14px; left:14px; width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.16); border-radius:13px; background:rgba(10,2,7,.55); backdrop-filter:blur(10px); font-family:"Bebas Neue",sans-serif; font-size:22px; }
.nxglobo-play-circle { width:51px; height:51px; display:grid; place-items:center; border-radius:17px; background:#fff; color:var(--globo-primary); box-shadow:0 14px 35px rgba(0,0,0,.26); }
.nxglobo-video-card .nxglobo-play-circle { position:absolute; z-index:2; right:15px; bottom:14px; }
.nxglobo-video-card__body { padding:18px 18px 20px; }
.nxglobo-video-card__body h3 { margin:0 0 7px; color:#fff; font-size:16px; line-height:1.35; }
.nxglobo-video-card__body p { margin:0; color:rgba(255,255,255,.52); font-size:10px; }

/* Promos */
.nxglobo-promo-slider { position:relative; z-index:2; min-height:455px; overflow:hidden; border:1px solid rgba(108,17,51,.08); border-radius:30px; background:#160710; box-shadow:var(--globo-shadow); }
.nxglobo-promo-slider__track { position:relative; min-height:455px; }
.nxglobo-promo-card { position:absolute; inset:0; opacity:0; pointer-events:none; transition:opacity .55s ease, transform .65s ease; transform:scale(1.015); }
.nxglobo-promo-card.is-active { opacity:1; pointer-events:auto; transform:scale(1); }
.nxglobo-promo-card > img { width:100%; height:100%; object-fit:cover; }
.nxglobo-promo-card::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,2,8,.95),rgba(12,2,8,.67) 47%,rgba(12,2,8,.08)); }
.nxglobo-promo-card__overlay { position:absolute; z-index:2; left:clamp(30px,6vw,76px); top:50%; transform:translateY(-50%); max-width:540px; color:#fff; }
.nxglobo-promo-card__overlay > span { display:inline-block; padding:7px 11px; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:rgba(209,15,80,.82); backdrop-filter:blur(8px); font-size:9px; font-weight:900; letter-spacing:.12em; }
.nxglobo-promo-card__overlay h3 { margin:17px 0 10px; color:#fff; font-family:"Bebas Neue",sans-serif; font-size:clamp(42px,5.8vw,70px); line-height:.92; }
.nxglobo-promo-card__overlay p { max-width:500px; color:rgba(255,255,255,.70); line-height:1.65; font-size:13px; }
.nxglobo-slider-arrow { position:absolute; z-index:3; top:50%; transform:translateY(-50%); width:46px; height:46px; border:1px solid rgba(255,255,255,.17); border-radius:15px; background:rgba(10,4,8,.40); color:#fff; cursor:pointer; backdrop-filter:blur(10px); }
.nxglobo-slider-arrow--prev { left:16px; }
.nxglobo-slider-arrow--next { right:16px; }
.nxglobo-slider-dots { position:absolute; z-index:3; left:50%; bottom:18px; transform:translateX(-50%); display:flex; gap:7px; }
.nxglobo-slider-dots button { width:7px; height:7px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.40); cursor:pointer; transition:.2s ease; }
.nxglobo-slider-dots button.is-active { width:28px; border-radius:999px; background:#fff; }

/* News */
.nxglobo-news-grid { position:relative; z-index:2; display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:20px; }
.nxglobo-news-card { overflow:hidden; border:1px solid var(--globo-line); border-radius:21px; background:#fff; box-shadow:0 13px 36px rgba(52,7,24,.075); transition:transform .24s ease, box-shadow .24s ease; }
.nxglobo-news-card:hover { transform:translateY(-5px); box-shadow:0 21px 50px rgba(52,7,24,.12); }
.nxglobo-news-card--featured { grid-row:span 2; }
.nxglobo-news-card__image { display:block; aspect-ratio:16/9; position:relative; overflow:hidden; }
.nxglobo-news-card--featured .nxglobo-news-card__image { aspect-ratio:4/3; }
.nxglobo-news-card__image::after { content:""; position:absolute; inset:auto 0 0; height:38%; background:linear-gradient(transparent,rgba(0,0,0,.36)); }
.nxglobo-news-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.nxglobo-news-card:hover img { transform:scale(1.045); }
.nxglobo-news-card__image span { position:absolute; z-index:2; left:14px; top:14px; padding:6px 10px; border-radius:999px; background:var(--globo-primary); color:#fff; font-size:8px; font-weight:900; letter-spacing:.1em; }
.nxglobo-news-card__body { padding:18px; }
.nxglobo-news-card__body time { color:var(--globo-muted); font-size:9px; font-weight:750; text-transform:uppercase; }
.nxglobo-news-card__body h3 { margin:8px 0 0; font-size:16px; line-height:1.35; }
.nxglobo-news-card--featured .nxglobo-news-card__body h3 { font-size:25px; }
.nxglobo-news-card__body h3 a { color:var(--globo-ink); text-decoration:none; }
.nxglobo-news-card__body p { margin:12px 0 0; color:#76646c; font-size:12px; line-height:1.65; }

/* Cameras */
.nxglobo-live-channel-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.nxglobo-live-channel { overflow:hidden; border:1px solid rgba(255,255,255,.11); border-radius:26px; background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); box-shadow:0 24px 60px rgba(0,0,0,.25); }
.nxglobo-live-channel__media { position:relative; aspect-ratio:16/9; overflow:hidden; background:#050507; }
.nxglobo-live-channel__media > a { display:block; width:100%; height:100%; position:relative; }
.nxglobo-live-channel__media > a::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.52)); }
.nxglobo-live-channel__media img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.nxglobo-live-channel:hover .nxglobo-live-channel__media img { transform:scale(1.045); }
.nxglobo-live-channel__media iframe { width:100%; height:100%; border:0; display:block; }
.nxglobo-live-channel__youtube { position:absolute; z-index:2; inset:0; margin:auto; width:76px; height:56px; display:grid; place-items:center; border-radius:18px; background:#ff0033; color:#fff; box-shadow:0 18px 42px rgba(0,0,0,.34); font-size:30px; transition:transform .25s ease; }
.nxglobo-live-channel:hover .nxglobo-live-channel__youtube { transform:scale(1.07); }
.nxglobo-camera-card__status { position:absolute; z-index:3; left:18px; top:18px; display:inline-flex; align-items:center; gap:8px; padding:9px 13px; border-radius:999px; background:rgba(209,15,80,.94); color:#fff; font-size:9px; font-weight:900; letter-spacing:.08em; box-shadow:0 10px 24px rgba(0,0,0,.22); }
.nxglobo-camera-card__status i { width:6px; height:6px; border-radius:50%; background:#fff; box-shadow:0 0 0 5px rgba(255,255,255,.15); animation:nxglobo-live-pulse 1.5s infinite; }
.nxglobo-live-channel__body { display:flex; align-items:center; justify-content:space-between; gap:22px; padding:21px 22px 23px; }
.nxglobo-live-channel__body > div { min-width:0; }
.nxglobo-live-channel__body > div > span { display:block; margin-bottom:6px; color:#f08bad; font-size:8px; font-weight:900; letter-spacing:.14em; }
.nxglobo-live-channel__body h3 { margin:0; color:#fff; font-size:21px; line-height:1.25; }
.nxglobo-live-channel__body p { margin:7px 0 0; color:rgba(255,255,255,.58); font-size:11px; line-height:1.55; }
.nxglobo-live-channel__button { flex:0 0 auto; display:inline-flex; align-items:center; gap:9px; padding:12px 14px; border:1px solid rgba(255,255,255,.13); border-radius:13px; background:#fff; color:#b0063c !important; text-decoration:none !important; font-size:8px; font-weight:900; letter-spacing:.06em; box-shadow:0 12px 28px rgba(0,0,0,.18); }
.nxglobo-live-channel__button i { color:#ff0033; font-size:16px; }

/* Programs */
.nxglobo-program-list { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.nxglobo-program-card { display:grid; grid-template-columns:88px 105px minmax(0,1fr); align-items:center; min-height:105px; overflow:hidden; border:1px solid var(--globo-line); border-radius:20px; background:rgba(255,255,255,.92); box-shadow:0 9px 28px rgba(57,7,25,.06); transition:transform .22s ease, box-shadow .22s ease; }
.nxglobo-program-card:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(57,7,25,.10); }
.nxglobo-program-card.is-live { border-color:rgba(209,15,80,.34); box-shadow:0 16px 38px rgba(209,15,80,.13); }
.nxglobo-program-card__time { height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; color:var(--globo-primary-dark); background:linear-gradient(145deg,#faedf2,#fff); }
.nxglobo-program-card__time strong { font-family:"Bebas Neue",sans-serif; font-size:23px; letter-spacing:.02em; }
.nxglobo-program-card__time span { margin-top:2px; color:#987984; font-size:9px; }
.nxglobo-program-card__image { height:105px; overflow:hidden; }
.nxglobo-program-card__image img { width:100%; height:100%; object-fit:cover; }
.nxglobo-program-card__body { min-width:0; padding:13px 15px; }
.nxglobo-live-pill { width:fit-content; display:inline-flex; align-items:center; gap:7px; padding:5px 9px; border-radius:999px; background:var(--globo-primary); color:#fff; font-size:8px; font-weight:900; letter-spacing:.08em; }
.nxglobo-live-pill i { width:5px; height:5px; background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.14); }
.nxglobo-program-card__body h3 { overflow:hidden; margin:5px 0 3px; font-size:16px; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-program-card__body h3 a { color:var(--globo-ink); text-decoration:none; }
.nxglobo-program-card__body p { display:-webkit-box; overflow:hidden; margin:0; color:#806c74; font-size:10px; line-height:1.45; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

/* Ranking */
.nxglobo-ranking-list { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
.nxglobo-ranking-item { display:grid; grid-template-columns:43px 62px minmax(0,1fr) auto; gap:13px; align-items:center; min-height:80px; padding:9px 14px 9px 9px; border:1px solid rgba(255,255,255,.10); border-radius:18px; background:rgba(255,255,255,.09); color:#fff !important; text-decoration:none !important; transition:.2s ease; }
.nxglobo-ranking-item:hover { background:rgba(255,255,255,.15); transform:translateY(-2px); }
.nxglobo-ranking-item__position { font-family:"Bebas Neue",sans-serif; font-size:32px; text-align:center; }
.nxglobo-ranking-item img { width:62px; height:62px; border-radius:14px; object-fit:cover; }
.nxglobo-ranking-item h3 { overflow:hidden; margin:0 0 4px; color:#fff; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-ranking-item p { overflow:hidden; margin:0; color:rgba(255,255,255,.55); font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-ranking-item > i { width:34px; height:34px; display:grid; place-items:center; border-radius:12px; background:#fff; color:var(--globo-primary); }

/* Podcasts */
.nxglobo-podcast-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.nxglobo-podcast-card { overflow:hidden; border:1px solid var(--globo-line); border-radius:22px; background:#fff; box-shadow:0 13px 36px rgba(57,7,25,.075); transition:transform .25s ease; }
.nxglobo-podcast-card:hover { transform:translateY(-5px); }
.nxglobo-podcast-card > img { width:100%; aspect-ratio:1/1; object-fit:cover; }
.nxglobo-podcast-card__body { padding:19px; }
.nxglobo-podcast-card__body > span { color:var(--globo-primary); font-size:8px; font-weight:900; letter-spacing:.13em; }
.nxglobo-podcast-card h3 { margin:8px 0; font-size:18px; }
.nxglobo-podcast-card p { color:#806b73; font-size:10px; line-height:1.55; }
.nxglobo-podcast-card audio { width:100%; height:38px; margin-top:8px; }

/* Hosts */
.nxglobo-host-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.nxglobo-host-card { position:relative; min-height:390px; overflow:hidden; border-radius:24px; color:#fff !important; text-decoration:none !important; box-shadow:0 18px 45px rgba(61,8,28,.14); }
.nxglobo-host-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 34%,rgba(10,2,7,.94)); }
.nxglobo-host-card img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.nxglobo-host-card:hover img { transform:scale(1.055); }
.nxglobo-host-card > div { position:absolute; z-index:2; left:22px; right:22px; bottom:22px; }
.nxglobo-host-card span { color:#ff92b4; font-size:8px; font-weight:900; letter-spacing:.14em; }
.nxglobo-host-card h3 { margin:7px 0; color:#fff; font-size:23px; }
.nxglobo-host-card p { margin:0; color:rgba(255,255,255,.62); font-size:10px; line-height:1.5; }

body.nxglobo-theme .fter { background:var(--globo-ink) !important; color:#fff; }
body.nxglobo-theme .fter a { color:#fff; }
body.nxglobo-theme .fter__socials a { background:var(--globo-primary) !important; }
body.nxglobo-theme #app-super .player { background:linear-gradient(90deg,var(--globo-primary-dark),var(--globo-primary)) !important; }
.nxglobo-mobile-nav { display:none; }

@media (max-width: 1100px) {
  .nxglobo-site-header__inner { grid-template-columns:150px 1fr auto; }
  .nxglobo-desktop-menu { gap:20px; }
  .nxglobo-hero__grid { grid-template-columns:1fr minmax(390px,.85fr); gap:48px; }
  .nxglobo-quick-dock a { padding:14px; gap:10px; }
  .nxglobo-quick-dock i { flex-basis:40px; width:40px; height:40px; }
  .nxglobo-program-list { grid-template-columns:1fr; }
}

@media (max-width: 920px) {
  .nxglobo-desktop-menu { display:none; }
  .nxglobo-site-header__inner { grid-template-columns:1fr auto; }
  .nxglobo-menu-button { display:grid; }
  .nxglobo-hero { min-height:auto; padding-top:130px; }
  .nxglobo-hero__grid { grid-template-columns:1fr; }
  .nxglobo-hero__copy { text-align:center; }
  .nxglobo-station-mark,
  .nxglobo-status-pill,
  .nxglobo-hero__schedule { margin-left:auto; margin-right:auto; }
  .nxglobo-hero__description { margin-left:auto; margin-right:auto; }
  .nxglobo-hero-actions,
  .nxglobo-hero-socials { justify-content:center; }
  .nxglobo-player-stage { min-height:500px; }
  .nxglobo-quick-dock { grid-template-columns:repeat(5,minmax(130px,1fr)); overflow-x:auto; }
  .nxglobo-quick-dock a { min-width:150px; }
  .nxglobo-news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nxglobo-news-card--featured { grid-row:auto; grid-column:span 2; }
  .nxglobo-news-card--featured .nxglobo-news-card__image { aspect-ratio:16/7; }
  .nxglobo-podcast-grid, .nxglobo-host-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  body.nxglobo-front-page { padding-bottom:72px; }
  body.admin-bar.nxglobo-front-page .hder.nxglobo-site-header { top:46px; }
  body.nxglobo-front-page .hder.nxglobo-site-header { height:72px; }
  .nxglobo-shell { width:min(100% - 24px,1240px); }
  .nxglobo-site-header__inner { width:min(100% - 24px,1240px); }
  .nxglobo-site-header__logo img { max-width:112px; height:42px; }
  .nxglobo-header-live { width:42px; padding:0; justify-content:center; }
  .nxglobo-header-live span { display:none; }
  .nxglobo-hero { padding:112px 0 98px; }
  .nxglobo-hero::before { background:linear-gradient(180deg,rgba(7,1,5,.90),rgba(8,1,6,.79) 52%,rgba(18,2,10,.86)); }
  .nxglobo-station-mark { margin-bottom:25px; }
  .nxglobo-station-mark img { width:75px; height:48px; }
  .nxglobo-station-mark > div { text-align:left; }
  .nxglobo-hero h1 { font-size:clamp(52px,17vw,74px); }
  .nxglobo-hero__description { font-size:13px; line-height:1.62; }
  .nxglobo-hero-actions { flex-direction:column; }
  .nxglobo-btn { width:100%; }
  .nxglobo-hero-socials > span { width:100%; margin:0 0 3px; }
  .nxglobo-player-stage { min-height:425px; margin-top:4px; }
  .nxglobo-player-stage::before { width:360px; height:360px; }
  .nxglobo-player-stage::after { width:410px; height:410px; }
  .nxglobo-player-stage__halo { width:350px; height:350px; }
  .nxglobo-premium-player { width:min(100%,390px); padding:14px; border-radius:27px; transform:none; }
  .nxglobo-premium-player__art { border-radius:20px; }
  .nxglobo-premium-player__play { width:51px; height:51px; right:14px; bottom:13px; border-radius:17px; }
  .nxglobo-wave { gap:3px; margin-right:60px; }
  .nxglobo-wave span { width:2px; }
  .nxglobo-premium-player__info h2 { font-size:19px; }
  .nxglobo-quick-dock { width:calc(100% - 24px); bottom:-45px; grid-template-columns:repeat(5,145px); border-radius:21px; }
  .nxglobo-quick-dock a { min-width:145px; min-height:88px; }
  .nxglobo-main-sections > .nxglobo-section:first-child { padding-top:108px; }
  .nxglobo-section { padding:64px 0; }
  .nxglobo-section-heading { align-items:center; margin-bottom:28px; }
  .nxglobo-section-heading > i { width:44px; height:44px; border-radius:14px; font-size:17px; }
  .nxglobo-section-heading > a { padding:9px 11px; }
  .nxglobo-section-heading h2 { font-size:39px; }
  .nxglobo-horizontal-cards { grid-auto-columns:83%; }
  .nxglobo-promo-slider, .nxglobo-promo-slider__track { min-height:420px; }
  .nxglobo-promo-card::after { background:linear-gradient(180deg,rgba(12,2,8,.15),rgba(12,2,8,.94)); }
  .nxglobo-promo-card__overlay { left:23px; right:23px; top:auto; bottom:32px; transform:none; }
  .nxglobo-promo-card__overlay h3 { font-size:42px; }
  .nxglobo-slider-arrow { display:none; }
  .nxglobo-news-grid { grid-template-columns:1fr; }
  .nxglobo-news-card--featured { grid-column:auto; }
  .nxglobo-news-card--featured .nxglobo-news-card__image { aspect-ratio:16/10; }
  .nxglobo-live-channel-grid, .nxglobo-ranking-list, .nxglobo-podcast-grid, .nxglobo-host-grid { grid-template-columns:1fr; }
  .nxglobo-live-channel__body { align-items:flex-start; flex-direction:column; }
  .nxglobo-live-channel__button { width:100%; justify-content:center; }
  .nxglobo-program-card { grid-template-columns:72px 80px minmax(0,1fr); min-height:92px; }
  .nxglobo-program-card__image { height:92px; }
  .nxglobo-program-card__time strong { font-size:18px; }
  .nxglobo-program-card__body { padding:10px 12px; }
  .nxglobo-program-card__body h3 { font-size:14px; }
  .nxglobo-mobile-nav {
    position:fixed;
    z-index:9998;
    left:8px;
    right:8px;
    bottom:8px;
    height:64px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:center;
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    background:rgba(12,3,8,.94);
    box-shadow:0 18px 50px rgba(0,0,0,.35);
    backdrop-filter:blur(18px);
  }
  .nxglobo-mobile-nav a { min-width:0; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; color:#b99ba5; text-decoration:none; font-size:8px; font-weight:750; }
  .nxglobo-mobile-nav a:hover, .nxglobo-mobile-nav a.is-active { color:#fff; }
  .nxglobo-mobile-nav i { font-size:16px; }
  body.nxglobo-front-page .fter { padding-bottom:82px; }
  body.nxglobo-front-page #app-super { bottom:78px !important; }
}

/* =========================================================
   MINI PLAYER FIJO · GLOBO PREMIUM 4.1.1
   Visible por defecto y separado del contenido principal.
   ========================================================= */
body.nxglobo-theme { padding-bottom: 118px; }
body.nxglobo-theme #app-super {
  position: relative;
  z-index: 99999;
}
body.nxglobo-theme #app-super .player {
  left: 50% !important;
  right: auto !important;
  bottom: 16px !important;
  width: min(calc(100% - 32px), 1180px) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-top: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 24px !important;
  overflow: visible !important;
  background:
    linear-gradient(105deg, rgba(22,7,17,.98), rgba(120,6,44,.98) 48%, rgba(209,15,80,.96)) !important;
  box-shadow: 0 24px 70px rgba(28,2,13,.42), inset 0 1px 0 rgba(255,255,255,.12) !important;
  transform: translateX(-50%);
}
body.nxglobo-theme #app-super .player.is-hidden {
  transform: translate(-50%, calc(100% + 32px)) !important;
}
body.nxglobo-theme #app-super .player-wrapper {
  min-height: 88px;
  max-width: none;
  padding: 8px 18px 8px 10px;
}
body.nxglobo-theme #app-super .player-cover {
  min-height: 72px;
}
body.nxglobo-theme #app-super .player-artwork-style {
  width: 70px;
  height: 70px;
  border-radius: 17px;
  box-shadow: 0 10px 25px rgba(0,0,0,.30);
}
body.nxglobo-theme #app-super .player-picture img { border-radius: 17px; }
body.nxglobo-theme #app-super .player-left { gap: 14px; }
body.nxglobo-theme #app-super .player-left::after { display: none; }
body.nxglobo-theme #app-super .player-cover-title {
  min-width: 220px;
  max-width: 360px;
}
body.nxglobo-theme #app-super .player-title-fix { max-width: 350px; }
body.nxglobo-theme #app-super .station-name {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}
body.nxglobo-theme #app-super .station-description {
  color: rgba(255,255,255,.65) !important;
  font-size: 11px !important;
}
body.nxglobo-theme #app-super .player-program-badge {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
}
body.nxglobo-theme #app-super .player-controller {
  gap: 9px;
}
body.nxglobo-theme #app-super .player-button-play {
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  background: #fff !important;
  color: var(--globo-primary) !important;
  box-shadow: 0 10px 28px rgba(45,0,17,.32);
}
body.nxglobo-theme #app-super .player-button-play:hover,
body.nxglobo-theme #app-super .player-button-play:focus {
  background: #fff !important;
  transform: scale(1.04);
}
body.nxglobo-theme #app-super .player-button-play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
body.nxglobo-theme #app-super .player-button-volume-toggle,
body.nxglobo-theme #app-super .player-button-expand,
body.nxglobo-theme #app-super .player-button-tv,
body.nxglobo-theme #app-super .player-button-program,
body.nxglobo-theme #app-super .player-button-stations {
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  padding: 9px;
  border-radius: 13px;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.09);
}
body.nxglobo-theme #app-super .player-button-like,
body.nxglobo-theme #app-super .player-button-dislike,
body.nxglobo-theme #app-super .player-button-history,
body.nxglobo-theme #app-super .player-button-share,
body.nxglobo-theme #app-super .player-button-lyrics {
  display: none !important;
}
body.nxglobo-theme #app-super .app-player .player-down-up {
  top: 7px;
  left: auto;
  right: 18px;
  transform: translateY(-100%);
  background: rgba(22,7,17,.92) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-bottom: 0 !important;
}

@media (max-width: 991px) {
  body.nxglobo-theme { padding-bottom: 152px; }
  body.nxglobo-theme #app-super .player {
    bottom: 82px !important;
    width: calc(100% - 16px) !important;
    border-radius: 20px !important;
  }
  body.nxglobo-theme #app-super .player-wrapper {
    min-height: 72px;
    padding: 7px 10px;
  }
  body.nxglobo-theme #app-super .player-cover { min-height: 58px; }
  body.nxglobo-theme #app-super .player-artwork-style {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  body.nxglobo-theme #app-super .player-picture img { border-radius: 14px; }
  body.nxglobo-theme #app-super .player-cover-title {
    min-width: 0;
    width: calc(100vw - 166px);
    max-width: none;
  }
  body.nxglobo-theme #app-super .player-title-fix { max-width: calc(100vw - 180px); }
  body.nxglobo-theme #app-super .station-name { font-size: 13px !important; }
  body.nxglobo-theme #app-super .station-description { font-size: 9px !important; }
  body.nxglobo-theme #app-super .player-controller {
    position: absolute;
    right: 11px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  body.nxglobo-theme #app-super .player-button-play {
    width: 46px;
    height: 46px;
  }
  body.nxglobo-theme #app-super .player-right,
  body.nxglobo-theme #app-super .player-button-volume,
  body.nxglobo-theme #app-super .player-program-badge {
    display: none !important;
  }
  body.nxglobo-theme #app-super .app-player .player-down-up {
    left: 16px !important;
    right: auto;
  }
}

@media (min-width: 992px) {
  body.nxglobo-theme #app-super:not(.is-expanded) .player-controller {
    left: auto;
    right: 220px;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* =========================================================
   PROGRAMACIÓN SEMANAL + YOUTUBE LIVE · GLOBO PREMIUM 4.3.4
   Navegación por días y horarios completos.
   ========================================================= */
.nxglobo-section-heading--schedule > div > p { max-width:620px; margin:10px 0 0; color:#806c74; font-size:12px; line-height:1.65; }
.nxglobo-weekly-schedule { position:relative; z-index:2; }
.nxglobo-schedule-tabs { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:9px; margin-bottom:20px; padding:9px; border:1px solid rgba(103,15,48,.09); border-radius:22px; background:rgba(255,255,255,.70); box-shadow:0 14px 42px rgba(57,7,25,.06); backdrop-filter:blur(16px); }
.nxglobo-schedule-tab { min-width:0; position:relative; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; min-height:74px; padding:12px 14px; border:0; border-radius:16px; background:transparent; color:#8b747d; cursor:pointer; text-align:left; transition:transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.nxglobo-schedule-tab:hover { transform:translateY(-2px); background:#fff; color:var(--globo-primary-dark); }
.nxglobo-schedule-tab small { display:none; font-size:9px; font-weight:900; letter-spacing:.12em; }
.nxglobo-schedule-tab strong { overflow:hidden; width:100%; font-size:11px; font-weight:850; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-schedule-tab > span { position:absolute; right:11px; top:11px; min-width:23px; height:23px; display:grid; place-items:center; padding:0 6px; border-radius:999px; background:#f5e9ee; color:var(--globo-primary-dark); font-size:8px; font-weight:900; }
.nxglobo-schedule-tab.is-active { background:linear-gradient(145deg,var(--globo-primary-dark),var(--globo-primary)); color:#fff; box-shadow:0 13px 28px rgba(209,15,80,.25); }
.nxglobo-schedule-tab.is-active > span { background:rgba(255,255,255,.18); color:#fff; }
.nxglobo-schedule-panels { overflow:hidden; border:1px solid rgba(103,15,48,.09); border-radius:28px; background:rgba(255,255,255,.86); box-shadow:0 20px 55px rgba(57,7,25,.08); }
.nxglobo-schedule-panel { padding:clamp(20px,3vw,34px); animation:nxgloboScheduleIn .28s ease both; }
.nxglobo-schedule-panel[hidden] { display:none !important; }
@keyframes nxgloboScheduleIn { from { opacity:0; transform:translateY(7px); } to { opacity:1; transform:none; } }
.nxglobo-schedule-day-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:20px; padding-bottom:18px; border-bottom:1px solid rgba(103,15,48,.09); }
.nxglobo-schedule-day-heading span { color:var(--globo-primary); font-size:8px; font-weight:900; letter-spacing:.14em; }
.nxglobo-schedule-day-heading h3 { margin:4px 0 0; font-family:"Bebas Neue",sans-serif; font-size:34px; line-height:1; }
.nxglobo-schedule-day-heading > strong { padding:8px 12px; border-radius:999px; background:#f6edf1; color:#775e68; font-size:9px; }
.nxglobo-schedule-list { display:grid; gap:11px; }
.nxglobo-schedule-item { display:grid; grid-template-columns:108px 112px minmax(0,1fr) 46px; align-items:stretch; min-height:112px; overflow:hidden; border:1px solid rgba(103,15,48,.08); border-radius:21px; background:#fff; box-shadow:0 8px 24px rgba(57,7,25,.045); transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.nxglobo-schedule-item:hover { transform:translateY(-3px); border-color:rgba(209,15,80,.22); box-shadow:0 16px 38px rgba(57,7,25,.09); }
.nxglobo-schedule-item.is-live { border-color:rgba(209,15,80,.38); box-shadow:0 16px 42px rgba(209,15,80,.12); }
.nxglobo-schedule-item__time { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:13px 8px; background:linear-gradient(145deg,#f9edf2,#fff); color:var(--globo-primary-dark); text-align:center; }
.nxglobo-schedule-item__time span { margin-bottom:4px; color:#a58a94; font-size:7px; font-weight:900; letter-spacing:.13em; }
.nxglobo-schedule-item__time strong { font-family:"Bebas Neue",sans-serif; font-size:30px; font-weight:400; line-height:1; letter-spacing:.025em; }
.nxglobo-schedule-item__time em { margin-top:5px; color:#7d6570; font-size:9px; font-style:normal; font-weight:750; }
.nxglobo-schedule-item__time em::before { content:"hasta "; color:#b49da6; font-weight:500; }
.nxglobo-schedule-item__image { position:relative; overflow:hidden; background:#eee; }
.nxglobo-schedule-item__image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.nxglobo-schedule-item:hover .nxglobo-schedule-item__image img { transform:scale(1.05); }
.nxglobo-schedule-item__image > span { position:absolute; left:8px; bottom:8px; display:inline-flex; align-items:center; gap:6px; padding:6px 8px; border-radius:999px; background:var(--globo-primary); color:#fff; font-size:7px; font-weight:900; letter-spacing:.08em; box-shadow:0 8px 20px rgba(0,0,0,.20); }
.nxglobo-schedule-item__image > span i { width:5px; height:5px; border-radius:50%; background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.16); }
.nxglobo-schedule-item__content { min-width:0; display:flex; flex-direction:column; justify-content:center; padding:15px 19px; }
.nxglobo-schedule-item__meta { display:flex; flex-wrap:wrap; gap:8px 14px; margin-bottom:6px; color:#987e88; font-size:8px; font-weight:750; text-transform:uppercase; }
.nxglobo-schedule-item__meta i { margin-right:4px; color:var(--globo-primary); }
.nxglobo-schedule-item__content h4 { margin:0; font-size:18px; line-height:1.3; }
.nxglobo-schedule-item__content h4 a { color:var(--globo-ink); text-decoration:none; }
.nxglobo-schedule-item__content p { display:-webkit-box; overflow:hidden; margin:6px 0 0; color:#7f6b74; font-size:10px; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.nxglobo-schedule-item__link { display:grid; place-items:center; margin:10px 10px 10px 0; border-radius:14px; background:#f8f0f3; color:var(--globo-primary); text-decoration:none; transition:.2s ease; }
.nxglobo-schedule-item__link:hover { background:var(--globo-primary); color:#fff; }
.nxglobo-schedule-empty { display:flex; align-items:center; justify-content:center; gap:16px; min-height:180px; padding:30px; border:1px dashed rgba(103,15,48,.18); border-radius:20px; background:#fbf8f9; color:#88727b; }
.nxglobo-schedule-empty > i { font-size:28px; color:var(--globo-primary); }
.nxglobo-schedule-empty div { display:flex; flex-direction:column; gap:3px; }
.nxglobo-schedule-empty strong { color:var(--globo-ink); font-size:14px; }
.nxglobo-schedule-empty span { font-size:10px; }

@media (max-width: 920px) {
  .nxglobo-schedule-tabs { grid-template-columns:repeat(7,105px); overflow-x:auto; scroll-snap-type:x mandatory; }
  .nxglobo-schedule-tab { scroll-snap-align:start; }
  .nxglobo-schedule-tab strong { display:none; }
  .nxglobo-schedule-tab small { display:block; }
}

@media (max-width: 720px) {
  .nxglobo-section-heading--schedule > div > p { font-size:10px; }
  .nxglobo-schedule-tabs { width:calc(100vw - 24px); margin-left:calc((100vw - 24px - 100%)/-2); grid-template-columns:repeat(7,84px); gap:7px; padding:7px; border-radius:18px; }
  .nxglobo-schedule-tab { min-height:62px; padding:10px; border-radius:13px; }
  .nxglobo-schedule-tab > span { right:7px; top:7px; min-width:19px; height:19px; font-size:7px; }
  .nxglobo-schedule-panels { border-radius:22px; }
  .nxglobo-schedule-panel { padding:16px; }
  .nxglobo-schedule-day-heading { align-items:center; margin-bottom:14px; padding-bottom:14px; }
  .nxglobo-schedule-day-heading h3 { font-size:29px; }
  .nxglobo-schedule-day-heading > strong { font-size:8px; }
  .nxglobo-schedule-item { grid-template-columns:76px 76px minmax(0,1fr); min-height:94px; border-radius:17px; }
  .nxglobo-schedule-item__time { padding:9px 5px; }
  .nxglobo-schedule-item__time strong { font-size:22px; }
  .nxglobo-schedule-item__time em { font-size:8px; }
  .nxglobo-schedule-item__content { padding:10px 11px; }
  .nxglobo-schedule-item__meta { gap:5px; margin-bottom:4px; font-size:7px; }
  .nxglobo-schedule-item__meta span:first-child { display:none; }
  .nxglobo-schedule-item__content h4 { font-size:14px; }
  .nxglobo-schedule-item__content p { margin-top:4px; font-size:8px; -webkit-line-clamp:2; }
  .nxglobo-schedule-item__link { display:none; }
}

@media (max-width: 410px) {
  .nxglobo-schedule-item { grid-template-columns:68px 66px minmax(0,1fr); }
  .nxglobo-schedule-item__time strong { font-size:19px; }
  .nxglobo-schedule-item__time em::before { content:"a "; }
}

/* =========================================================
   GLOBO 98.5 · PREMIUM DARK 5.0
   Hero slider + programación inmediata + promos del panel.
   ========================================================= */
:root {
  --nxg5-bg: #07060a;
  --nxg5-bg-soft: #100911;
  --nxg5-card: #151019;
  --nxg5-card-2: #1c111a;
  --nxg5-pink: #e5005a;
  --nxg5-pink-bright: #ff2478;
  --nxg5-wine: #78062c;
  --nxg5-border: rgba(229, 0, 90, .38);
  --nxg5-text: #ffffff;
  --nxg5-muted: #b9aeb6;
  --nxg5-shadow: 0 26px 70px rgba(0, 0, 0, .42);
}

html { scroll-behavior: smooth; }
html.nxg5-modal-open { overflow: hidden; }
body.nxglobo-front-page {
  margin: 0;
  background: var(--nxg5-bg) !important;
  color: var(--nxg5-text);
  padding-bottom: 118px !important;
}
body.nxglobo-front-page main { overflow: hidden; }
body.nxglobo-front-page a { text-decoration: none; }
.nxg5-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nxg5-home { background: var(--nxg5-bg); }
.nxg5-section { position: relative; padding: 68px 0; background: var(--nxg5-bg); color: #fff; }
.nxg5-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 0%, rgba(229,0,90,.08), transparent 32%); opacity: .9; }
.nxg5-section > .nxg5-shell { position: relative; z-index: 1; }

/* Encabezado */
body.nxglobo-front-page .nxglobo-site-header {
  position: fixed !important;
  z-index: 10020 !important;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  background: rgba(7, 6, 10, .78) !important;
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: none !important;
  backdrop-filter: blur(22px) saturate(150%);
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
body.admin-bar.nxglobo-front-page .nxglobo-site-header { top: 32px; }
body.nxglobo-front-page .nxglobo-site-header.is-scrolled {
  height: 72px;
  background: rgba(7, 6, 10, .94) !important;
  box-shadow: 0 16px 44px rgba(0,0,0,.35) !important;
}
body.nxglobo-front-page .nxglobo-site-header__inner {
  width: min(1180px, calc(100% - 40px));
  max-width: none !important;
  height: 100%;
  margin: 0 auto;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 24px;
}
body.nxglobo-front-page .nxglobo-site-header__logo { display: inline-flex; align-items: center; width: fit-content; }
body.nxglobo-front-page .nxglobo-site-header__logo img { width: auto; height: 52px; max-width: 122px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0,0,0,.32)); }
body.nxglobo-front-page .nxglobo-desktop-menu { display: flex; align-items: center; justify-content: center; gap: 34px; }
body.nxglobo-front-page .nxglobo-desktop-menu a { position: relative; padding: 29px 0 25px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; transition: color .2s ease; }
body.nxglobo-front-page .nxglobo-desktop-menu a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 17px; height: 2px; border-radius: 9px; background: var(--nxg5-pink-bright); transition: left .2s ease, right .2s ease; }
body.nxglobo-front-page .nxglobo-desktop-menu a:hover { color: #fff; }
body.nxglobo-front-page .nxglobo-desktop-menu a:hover::after { left: 0; right: 0; }
body.nxglobo-front-page .nxglobo-site-header__actions { display: flex; align-items: center; gap: 12px; }
body.nxglobo-front-page .nxglobo-header-live {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: linear-gradient(135deg, #a60643, var(--nxg5-pink));
  color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 12px 32px rgba(229,0,90,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
body.nxglobo-front-page .nxglobo-header-live:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(229,0,90,.36); }
body.nxglobo-front-page .nxglobo-menu-button { display: none; }

/* Hero slider */
.nxg5-hero { position: relative; min-height: 750px; padding: 112px 0 38px; background: #060509; color: #fff; }
body.admin-bar .nxg5-hero { padding-top: 144px; }
.nxg5-hero__ambient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 77% 16%, rgba(229,0,90,.20), transparent 34%), radial-gradient(circle at 10% 80%, rgba(120,6,44,.20), transparent 38%); }
.nxg5-hero__ambient::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent); }
.nxg5-hero__frame { position: relative; height: 590px; overflow: hidden; border: 1px solid rgba(229,0,90,.44); border-radius: 28px; background: #110914; box-shadow: 0 32px 100px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.06); }
.nxg5-hero__slides, .nxg5-hero-slide { position: absolute; inset: 0; }
.nxg5-hero-slide { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; padding: 58px 70px; opacity: 0; visibility: hidden; transform: translateX(22px); transition: opacity .65s ease, transform .65s ease, visibility .65s; }
.nxg5-hero-slide.is-active { z-index: 2; opacity: 1; visibility: visible; transform: none; }
.nxg5-hero-slide__backdrop { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(7,6,10,.97) 0%, rgba(14,7,14,.89) 42%, rgba(60,2,24,.45) 100%), var(--nxg5-slide-image); background-size: cover; background-position: center; filter: saturate(.78); }
.nxg5-hero-slide__backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 55%, rgba(255,18,103,.25), transparent 38%), linear-gradient(120deg, transparent 44%, rgba(255,255,255,.03) 44.2%, transparent 44.5%); }
.nxg5-hero-slide__content { position: relative; z-index: 3; max-width: 560px; }
.nxg5-live-chip { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,36,120,.28); border-radius: 999px; background: rgba(229,0,90,.14); color: #ff7cab; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.nxg5-live-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--nxg5-pink-bright); box-shadow: 0 0 0 6px rgba(229,0,90,.13), 0 0 18px rgba(255,36,120,.9); animation: nxg5Pulse 1.8s infinite; }
@keyframes nxg5Pulse { 50% { opacity: .45; box-shadow: 0 0 0 10px rgba(229,0,90,0), 0 0 12px rgba(255,36,120,.5); } }
.nxg5-station-inline { display: flex; align-items: center; gap: 12px; margin: 24px 0 20px; }
.nxg5-station-inline img { width: 46px; height: 46px; object-fit: contain; }
.nxg5-station-inline div { display: flex; flex-direction: column; gap: 3px; }
.nxg5-station-inline strong { font-size: 14px; color: #fff; }
.nxg5-station-inline span { color: rgba(255,255,255,.55); font-size: 10px; }
.nxg5-hero-slide h1 { max-width: 650px; margin: 0; color: #fff; font-family: inherit; font-size: clamp(48px, 5vw, 76px); font-weight: 850; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.nxg5-hero-slide__content > p { max-width: 520px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.nxg5-hero-slide__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.nxg5-primary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 0; border-radius: 16px; background: linear-gradient(135deg, var(--nxg5-pink), #a60042); color: #fff !important; font-size: 11px; font-weight: 900; letter-spacing: .045em; cursor: pointer; box-shadow: 0 16px 35px rgba(229,0,90,.28); transition: transform .2s ease, box-shadow .2s ease; }
.nxg5-primary-button:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(229,0,90,.38); }
.nxg5-primary-button i { font-size: 13px; }
.nxg5-hero-time { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; }
.nxg5-hero-time i { color: var(--nxg5-pink-bright); }
.nxg5-hero-slide__visual { position: relative; z-index: 2; display: grid; place-items: center; min-width: 0; }
.nxg5-device-glow { position: absolute; width: 88%; height: 45%; bottom: 3%; border-radius: 50%; background: rgba(229,0,90,.38); filter: blur(55px); transform: perspective(300px) rotateX(60deg); }
.nxg5-device { position: relative; width: min(100%, 480px); aspect-ratio: 1.03; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: linear-gradient(150deg, rgba(255,255,255,.14), rgba(30,2,14,.82)); box-shadow: 0 35px 75px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 7px rgba(229,0,90,.04); transform: perspective(1100px) rotateY(-7deg) rotateX(2deg); }
.nxg5-device__top { height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; }
.nxg5-device__top b { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; background: rgba(7,6,10,.55); color: #fff; font-size: 8px; }
.nxg5-device__top b i { width: 6px; height: 6px; border-radius: 50%; background: var(--nxg5-pink-bright); }
.nxg5-device__screen { position: relative; height: calc(100% - 74px); overflow: hidden; border-radius: 24px; background: #7b082e; }
.nxg5-device__screen > img:first-child { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.nxg5-device__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(65,0,24,.90), rgba(229,0,90,.18)), radial-gradient(circle at 70% 10%, rgba(255,255,255,.24), transparent 28%); }
.nxg5-device__logo { position: absolute; inset: 50% auto auto 50%; width: 58%; max-height: 57%; object-fit: contain; transform: translate(-50%, -50%); filter: drop-shadow(0 12px 28px rgba(0,0,0,.35)); }
.nxg5-device__wave { position: absolute; left: 36px; right: 36px; bottom: 17px; height: 30px; display: flex; align-items: end; justify-content: center; gap: 4px; overflow: hidden; }
.nxg5-device__wave i { width: 4px; height: calc(8px + (var(--bar) % 7) * 3px); border-radius: 8px; background: linear-gradient(to top, rgba(255,255,255,.25), #ff4d8d); animation: nxg5Wave calc(1s + (var(--bar) % 5) * .12s) ease-in-out infinite alternate; }
@keyframes nxg5Wave { to { height: calc(11px + (var(--bar) % 6) * 4px); opacity: .65; } }
.nxg5-hero-arrow { position: absolute; z-index: 5; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.20); border-radius: 50%; background: rgba(10,7,11,.55); color: #fff; cursor: pointer; backdrop-filter: blur(12px); transform: translateY(-50%); transition: .2s ease; }
.nxg5-hero-arrow:hover { background: var(--nxg5-pink); border-color: var(--nxg5-pink); }
.nxg5-hero-arrow--prev { left: 16px; }
.nxg5-hero-arrow--next { right: 16px; }
.nxg5-hero-dots { position: absolute; z-index: 6; left: 50%; bottom: 20px; display: flex; gap: 10px; transform: translateX(-50%); }
.nxg5-hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.35); cursor: pointer; transition: width .25s ease, background .25s ease; }
.nxg5-hero-dots button.is-active { width: 28px; background: var(--nxg5-pink-bright); }

/* Encabezados de sección */
.nxg5-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.nxg5-section-heading > div > span { color: var(--nxg5-pink-bright); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.nxg5-section-heading h2 { margin: 6px 0 0; color: #fff; font-size: clamp(30px, 3vw, 44px); font-weight: 850; line-height: 1; letter-spacing: -.035em; }
.nxg5-section-heading p { max-width: 610px; margin: 12px 0 0; color: var(--nxg5-muted); font-size: 12px; line-height: 1.6; }
.nxg5-section-heading > i { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(229,0,90,.30); border-radius: 14px; background: rgba(229,0,90,.10); color: var(--nxg5-pink-bright); font-size: 17px; }
.nxg5-section-heading--inline > a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.nxg5-section-heading--inline > a:hover { color: #fff; }
.nxg5-section-heading--compact { margin-bottom: 18px; }

/* Programación, inmediatamente después del hero */
.nxg5-section--schedule { padding-top: 34px; border-top: 1px solid rgba(255,255,255,.04); background: linear-gradient(180deg, #08070a, #0c080d); }
.nxg5-schedule { border: 1px solid rgba(229,0,90,.28); border-radius: 24px; background: rgba(18,11,18,.82); box-shadow: var(--nxg5-shadow); overflow: hidden; }
.nxg5-schedule-tabs { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.nxg5-schedule-tab { min-height: 60px; border: 0; border-right: 1px solid rgba(255,255,255,.055); background: transparent; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 750; cursor: pointer; transition: background .2s ease, color .2s ease; }
.nxg5-schedule-tab:last-child { border-right: 0; }
.nxg5-schedule-tab:hover { color: #fff; background: rgba(255,255,255,.035); }
.nxg5-schedule-tab.is-active { color: #fff; background: linear-gradient(135deg, #a30640, var(--nxg5-pink)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 12px 26px rgba(229,0,90,.24); }
.nxg5-schedule-panel { padding: 10px; animation: nxg5Panel .3s ease both; }
.nxg5-schedule-panel[hidden] { display: none !important; }
@keyframes nxg5Panel { from { opacity: 0; transform: translateY(5px); } }
.nxg5-schedule-list { display: grid; gap: 9px; }
.nxg5-schedule-item { min-height: 126px; display: grid; grid-template-columns: 145px 125px minmax(0,1fr) 62px; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 17px; background: linear-gradient(110deg, rgba(38,15,30,.78), rgba(15,12,17,.92)); transition: transform .2s ease, border-color .2s ease; }
.nxg5-schedule-item:hover { transform: translateY(-2px); border-color: rgba(229,0,90,.42); }
.nxg5-schedule-item.is-live { border-color: rgba(255,36,120,.60); box-shadow: inset 0 0 35px rgba(229,0,90,.07); }
.nxg5-schedule-item__time { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; border-right: 1px solid rgba(255,255,255,.075); background: linear-gradient(140deg, rgba(120,6,44,.26), rgba(255,255,255,.015)); text-align: center; }
.nxg5-schedule-item__time span { display: inline-flex; align-items: center; gap: 7px; color: #ff77a9; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .1em; }
.nxg5-schedule-item__time span i { width: 6px; height: 6px; border-radius: 50%; background: var(--nxg5-pink-bright); }
.nxg5-schedule-item__time strong { margin-top: 7px; color: var(--nxg5-pink-bright); font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.nxg5-schedule-item__time em { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 11px; font-style: normal; }
.nxg5-schedule-item__time em::before { content: "HASTA "; font-size: 7px; letter-spacing: .08em; }
.nxg5-schedule-item__image { overflow: hidden; background: #39051a; }
.nxg5-schedule-item__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.nxg5-schedule-item:hover .nxg5-schedule-item__image img { transform: scale(1.05); }
.nxg5-schedule-item__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 18px 26px; }
.nxg5-schedule-item__content > span { color: rgba(255,255,255,.47); font-size: 9px; font-weight: 700; }
.nxg5-schedule-item__content > span i { margin-right: 5px; color: var(--nxg5-pink-bright); }
.nxg5-schedule-item__content h3 { margin: 9px 0 0; font-size: 23px; line-height: 1.1; }
.nxg5-schedule-item__content h3 a { color: #fff; }
.nxg5-schedule-item__content p { margin: 8px 0 0; color: var(--nxg5-muted); font-size: 11px; }
.nxg5-card-arrow { width: 44px; height: 44px; align-self: center; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.06); color: var(--nxg5-pink-bright) !important; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nxg5-card-arrow:hover { background: var(--nxg5-pink); color: #fff !important; transform: translateX(3px); }

/* Promociones conectadas al panel */
.nxg5-section--promos { background: linear-gradient(180deg, #0c080d, #08070a); }
.nxg5-promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.nxg5-promo-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; border: 1px solid rgba(229,0,90,.34); border-radius: 22px; background: var(--nxg5-card); color: #fff; text-align: left; cursor: pointer; box-shadow: 0 18px 42px rgba(0,0,0,.24); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.nxg5-promo-card:hover { transform: translateY(-6px); border-color: rgba(255,36,120,.78); box-shadow: 0 26px 55px rgba(0,0,0,.38), 0 0 32px rgba(229,0,90,.08); }
.nxg5-promo-card__media { position: relative; aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #2a0a18; }
.nxg5-promo-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.nxg5-promo-card:hover .nxg5-promo-card__media img { transform: scale(1.045); }
.nxg5-promo-card__shine { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.14) 45%, transparent 65%); transform: translateX(-120%); transition: transform .6s ease; }
.nxg5-promo-card:hover .nxg5-promo-card__shine { transform: translateX(120%); }
.nxg5-promo-card__badge { position: absolute; top: 13px; left: 13px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: var(--nxg5-pink); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 8px 22px rgba(0,0,0,.3); }
.nxg5-promo-card__body { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px; }
.nxg5-promo-card__body strong { font-size: 17px; line-height: 1.25; }
.nxg5-promo-card__body small { min-height: 34px; color: var(--nxg5-muted); font-size: 10px; line-height: 1.55; }
.nxg5-promo-card__body b { margin-top: 5px; color: var(--nxg5-pink-bright); font-size: 9px; letter-spacing: .07em; }
.nxg5-promo-card__body b i { margin-left: 6px; }

/* Modal de registro promocional */
.nxg5-promo-modal { position: fixed; z-index: 100100; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.nxg5-promo-modal.is-open { opacity: 1; visibility: visible; }
.nxg5-promo-modal__backdrop { position: absolute; inset: 0; background: rgba(4,2,5,.82); backdrop-filter: blur(14px); }
.nxg5-promo-modal__dialog { position: relative; z-index: 2; width: min(900px, 100%); max-height: min(760px, calc(100vh - 48px)); display: grid; grid-template-columns: .9fr 1.1fr; overflow: auto; border: 1px solid rgba(255,36,120,.45); border-radius: 28px; background: #100b11; box-shadow: 0 40px 120px rgba(0,0,0,.65), 0 0 50px rgba(229,0,90,.10); transform: translateY(18px) scale(.98); transition: transform .28s ease; }
.nxg5-promo-modal.is-open .nxg5-promo-modal__dialog { transform: none; }
.nxg5-promo-modal__close { position: absolute; z-index: 4; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(7,6,10,.70); color: #fff; cursor: pointer; }
.nxg5-promo-modal__visual { position: relative; min-height: 520px; overflow: hidden; background: #42051f; }
.nxg5-promo-modal__visual > img { width: 100%; height: 100%; object-fit: cover; }
.nxg5-promo-modal__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,10,.94), transparent 60%); }
.nxg5-promo-modal__visual > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.nxg5-promo-modal__visual span { color: #ff82af; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.nxg5-promo-modal__visual h3 { margin: 8px 0 0; color: #fff; font-size: 30px; line-height: 1.05; }
.nxg5-promo-form { display: flex; flex-direction: column; gap: 14px; padding: 42px 38px 34px; }
.nxg5-promo-form__intro span { color: var(--nxg5-pink-bright); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.nxg5-promo-form__intro h3 { margin: 7px 0 0; color: #fff; font-size: 27px; }
.nxg5-promo-form__intro p { margin: 8px 0 8px; color: var(--nxg5-muted); font-size: 10px; }
.nxg5-promo-form label { display: flex; flex-direction: column; gap: 7px; color: rgba(255,255,255,.76); font-size: 9px; font-weight: 800; }
.nxg5-promo-form input, .nxg5-promo-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; outline: 0; background: rgba(255,255,255,.045); color: #fff; font: inherit; font-size: 12px; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.nxg5-promo-form input { height: 48px; padding: 0 14px; }
.nxg5-promo-form textarea { min-height: 108px; padding: 13px 14px; resize: vertical; }
.nxg5-promo-form input:focus, .nxg5-promo-form textarea:focus { border-color: var(--nxg5-pink); background: rgba(229,0,90,.055); box-shadow: 0 0 0 3px rgba(229,0,90,.10); }
.nxg5-promo-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nxg5-promo-form__submit { width: 100%; margin-top: 2px; }
.nxg5-promo-form__submit:disabled { opacity: .6; cursor: wait; transform: none; }
.nxg5-promo-form__status { min-height: 18px; font-size: 10px; line-height: 1.45; }
.nxg5-promo-form__status.is-success { color: #5ee3a1; }
.nxg5-promo-form__status.is-error { color: #ff7994; }
.nxg5-honeypot { position: absolute !important; left: -99999px !important; }

/* Noticias */
.nxg5-section--news { background: #08070a; }
.nxg5-news-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: minmax(230px, auto); gap: 16px; }
.nxg5-news-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(229,0,90,.30); border-radius: 21px; background: var(--nxg5-card); }
.nxg5-news-card__media { position: relative; display: block; height: 180px; overflow: hidden; }
.nxg5-news-card--featured { grid-row: span 2; }
.nxg5-news-card--featured .nxg5-news-card__media { height: 330px; }
.nxg5-news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.nxg5-news-card:hover .nxg5-news-card__media img { transform: scale(1.045); }
.nxg5-news-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,10,.65), transparent 55%); }
.nxg5-news-card__media > span { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 7px 10px; border-radius: 999px; background: var(--nxg5-pink); color: #fff; font-size: 8px; font-weight: 900; }
.nxg5-news-card__content { position: relative; padding: 18px 20px 22px; }
.nxg5-news-card__content time { color: rgba(255,255,255,.46); font-size: 8px; font-weight: 800; }
.nxg5-news-card__content h3 { margin: 9px 50px 0 0; font-size: 17px; line-height: 1.35; }
.nxg5-news-card--featured .nxg5-news-card__content h3 { font-size: 24px; }
.nxg5-news-card__content h3 a { color: #fff; }
.nxg5-news-card__content p { margin: 10px 50px 0 0; color: var(--nxg5-muted); font-size: 10px; line-height: 1.55; }
.nxg5-news-card .nxg5-card-arrow { position: absolute; right: 18px; bottom: 18px; }

/* Canales en vivo */
.nxg5-section--live { background: linear-gradient(180deg, #08070a, #0b080c); }
.nxg5-live-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 17px; }
.nxg5-live-card { overflow: hidden; border: 1px solid rgba(229,0,90,.34); border-radius: 21px; background: var(--nxg5-card); transition: transform .22s ease, border-color .22s ease; }
.nxg5-live-card:hover { transform: translateY(-5px); border-color: rgba(255,36,120,.70); }
.nxg5-live-card__media { position: relative; aspect-ratio: 16 / 9; display: block; overflow: hidden; background: #1e1017; }
.nxg5-live-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.nxg5-live-card:hover .nxg5-live-card__media img { transform: scale(1.045); }
.nxg5-live-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,10,.55), transparent 55%); }
.nxg5-live-card__status { position: absolute; z-index: 2; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: var(--nxg5-pink); color: #fff; font-size: 8px; font-weight: 900; }
.nxg5-live-card__status i { width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.nxg5-live-card__play { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(7,6,10,.55); color: #fff; backdrop-filter: blur(9px); transform: translate(-50%,-50%); transition: background .2s ease, transform .2s ease; }
.nxg5-live-card:hover .nxg5-live-card__play { background: var(--nxg5-pink); transform: translate(-50%,-50%) scale(1.07); }
.nxg5-live-card__content { padding: 17px 18px 20px; }
.nxg5-live-card__content h3 { margin: 0; color: #fff; font-size: 16px; line-height: 1.3; }
.nxg5-live-card__content p { margin: 7px 0 14px; color: var(--nxg5-muted); font-size: 10px; line-height: 1.45; }
.nxg5-live-card__content > a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(229,0,90,.45); border-radius: 999px; color: var(--nxg5-pink-bright); font-size: 8px; font-weight: 900; letter-spacing: .05em; }
.nxg5-live-card__content > a:hover { background: var(--nxg5-pink); color: #fff; }

/* Videos */
.nxg5-section--videos { background: #0b080c; border-top: 1px solid rgba(255,255,255,.045); }
.nxg5-video-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 13px; }
.nxg5-video-card { overflow: hidden; border: 1px solid rgba(229,0,90,.28); border-radius: 17px; background: var(--nxg5-card); color: #fff; transition: transform .2s ease, border-color .2s ease; }
.nxg5-video-card:hover { transform: translateY(-4px); border-color: rgba(255,36,120,.72); }
.nxg5-video-card__media { position: relative; aspect-ratio: 16 / 10; display: block; overflow: hidden; }
.nxg5-video-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nxg5-video-card:hover .nxg5-video-card__media img { transform: scale(1.05); }
.nxg5-video-card__media b { position: absolute; inset: 50% auto auto 50%; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(7,6,10,.67); color: #fff; transform: translate(-50%,-50%); backdrop-filter: blur(8px); }
.nxg5-video-card__content { display: flex; flex-direction: column; gap: 6px; padding: 13px; }
.nxg5-video-card__content strong { color: #fff; font-size: 12px; line-height: 1.35; }
.nxg5-video-card__content small { color: var(--nxg5-muted); font-size: 8px; }

/* Estados vacíos */
.nxg5-empty-state { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 28px; border: 1px dashed rgba(229,0,90,.32); border-radius: 20px; background: rgba(255,255,255,.025); color: var(--nxg5-muted); }
.nxg5-empty-state > i { color: var(--nxg5-pink-bright); font-size: 28px; }
.nxg5-empty-state div { display: flex; flex-direction: column; gap: 5px; }
.nxg5-empty-state strong { color: #fff; font-size: 14px; }
.nxg5-empty-state span { font-size: 10px; }

/* Footer */
.nxg5-footer { position: relative; padding: 58px 0 145px; border-top: 1px solid rgba(229,0,90,.25); background: #08070a; color: #fff; }
.nxg5-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 50px; }
.nxg5-footer__brand img { width: 105px; height: 76px; object-fit: contain; }
.nxg5-footer__brand p, .nxg5-footer__column p { margin: 12px 0 0; color: var(--nxg5-muted); font-size: 10px; line-height: 1.65; }
.nxg5-footer__socials { display: flex; gap: 9px; margin-top: 18px; }
.nxg5-footer__socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; font-size: 12px; }
.nxg5-footer__socials a:hover { border-color: var(--nxg5-pink); background: var(--nxg5-pink); }
.nxg5-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.nxg5-footer__column > strong { margin-bottom: 5px; color: #fff; font-size: 10px; letter-spacing: .08em; }
.nxg5-footer__column > a { color: var(--nxg5-muted); font-size: 10px; }
.nxg5-footer__column > a:hover { color: #fff; }
.nxg5-footer__copyright { width: min(1180px, calc(100% - 40px)); margin: 42px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.45); font-size: 9px; text-align: center; }

/* Mini player: siempre flotante al fondo, nunca dentro del contenido */
body.nxglobo-front-page #app-super {
  position: fixed !important;
  z-index: 10050 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 0 !important;
  pointer-events: none;
}
body.nxglobo-front-page #app-super .app-player { position: static !important; }
body.nxglobo-front-page #app-super .player {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 14px !important;
  width: min(1120px, calc(100vw - 32px)) !important;
  min-height: 76px !important;
  overflow: visible !important;
  border: 1px solid rgba(255,36,120,.55) !important;
  border-radius: 20px !important;
  background: linear-gradient(100deg, rgba(13,9,14,.98), rgba(74,7,34,.98) 58%, rgba(133,5,52,.98)) !important;
  box-shadow: 0 20px 55px rgba(0,0,0,.55), 0 0 30px rgba(229,0,90,.08) !important;
  transform: translateX(-50%) !important;
  pointer-events: auto;
}
body.nxglobo-front-page #app-super .player.is-hidden { transform: translate(-50%, calc(100% + 30px)) !important; }
body.nxglobo-front-page #app-super .player-wrapper { min-height: 76px !important; padding: 7px 14px 7px 9px !important; }
body.nxglobo-front-page #app-super .player-cover { min-height: 62px !important; }
body.nxglobo-front-page #app-super .player-stream,
body.nxglobo-front-page #app-super .player-button-prev,
body.nxglobo-front-page #app-super .player-button-next,
body.nxglobo-front-page #app-super .player-full-screen-bar,
body.nxglobo-front-page #app-super .player-full-progress,
body.nxglobo-front-page #app-super .player-button-like,
body.nxglobo-front-page #app-super .player-button-dislike,
body.nxglobo-front-page #app-super .player-button-history,
body.nxglobo-front-page #app-super .player-button-share,
body.nxglobo-front-page #app-super .player-button-lyrics,
body.nxglobo-front-page #app-super .player-button-program,
body.nxglobo-front-page #app-super .player-button-stations,
body.nxglobo-front-page #app-super .player-button-tv { display: none !important; }
body.nxglobo-front-page #app-super .player-left { gap: 13px !important; }
body.nxglobo-front-page #app-super .player-artwork-style { width: 60px !important; height: 60px !important; border-radius: 14px !important; }
body.nxglobo-front-page #app-super .player-picture img { border-radius: 14px !important; }
body.nxglobo-front-page #app-super .player-cover-title { min-width: 260px !important; max-width: 430px !important; }
body.nxglobo-front-page #app-super .station-name { color: #fff !important; font-size: 14px !important; font-weight: 800 !important; }
body.nxglobo-front-page #app-super .station-description { color: rgba(255,255,255,.58) !important; font-size: 10px !important; }
body.nxglobo-front-page #app-super .player-controller { position: absolute !important; left: auto !important; right: 80px !important; top: 50% !important; display: flex !important; gap: 10px !important; transform: translateY(-50%) !important; }
body.nxglobo-front-page #app-super .player-button-volume { display: block !important; }
body.nxglobo-front-page #app-super .player-button-volume-toggle { width: 42px !important; height: 42px !important; display: grid !important; place-items: center !important; border-radius: 13px !important; background: rgba(255,255,255,.07) !important; }
body.nxglobo-front-page #app-super .player-button-play { width: 52px !important; height: 52px !important; display: grid !important; place-items: center !important; padding: 0 !important; border-radius: 50% !important; background: #fff !important; color: var(--nxg5-pink) !important; }
body.nxglobo-front-page #app-super .player-right { position: absolute !important; right: 14px !important; top: 50% !important; display: flex !important; transform: translateY(-50%) !important; }
body.nxglobo-front-page #app-super .player-button-expand { width: 42px !important; height: 42px !important; display: grid !important; place-items: center !important; padding: 0 !important; border-radius: 13px !important; background: rgba(255,255,255,.06) !important; }
body.nxglobo-front-page #app-super .app-player .player-down-up { display: none !important; }

/* Navegación móvil */
body.nxglobo-front-page .nxglobo-mobile-nav { background: rgba(9,7,10,.97) !important; border-top: 1px solid rgba(255,255,255,.07) !important; backdrop-filter: blur(18px); }

/* Adaptación */
@media (max-width: 1100px) {
  .nxg5-hero-slide { padding: 52px 54px; }
  .nxg5-device { width: min(100%, 420px); }
  .nxg5-video-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .nxg5-footer__grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 30px; }
}

@media (max-width: 991px) {
  body.nxglobo-front-page { padding-bottom: 154px !important; }
  body.admin-bar.nxglobo-front-page .nxglobo-site-header { top: 46px; }
  body.nxglobo-front-page .nxglobo-site-header { height: 68px; }
  body.nxglobo-front-page .nxglobo-site-header__inner { width: calc(100% - 26px); grid-template-columns: 1fr auto; }
  body.nxglobo-front-page .nxglobo-site-header__logo img { height: 45px; }
  body.nxglobo-front-page .nxglobo-desktop-menu { display: none; }
  body.nxglobo-front-page .nxglobo-menu-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: #fff; background: rgba(255,255,255,.05); }
  body.nxglobo-front-page .nxglobo-header-live { min-height: 42px; padding-inline: 14px; }
  .nxg5-hero { min-height: 850px; padding-top: 92px; }
  body.admin-bar .nxg5-hero { padding-top: 138px; }
  .nxg5-hero__frame { height: 730px; }
  .nxg5-hero-slide { grid-template-columns: 1fr; align-content: center; gap: 34px; padding: 55px 60px; }
  .nxg5-hero-slide__content { max-width: 640px; }
  .nxg5-hero-slide h1 { font-size: clamp(46px, 8vw, 68px); }
  .nxg5-hero-slide__visual { position: absolute; right: 38px; bottom: 42px; width: 46%; opacity: .72; }
  .nxg5-device { transform: none; }
  .nxg5-news-grid { grid-template-columns: 1fr 1fr; }
  .nxg5-news-card--featured { grid-column: 1 / -1; grid-row: auto; }
  .nxg5-news-card--featured .nxg5-news-card__media { height: 330px; }
  .nxg5-live-grid, .nxg5-promo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nxg5-schedule-tabs { grid-template-columns: repeat(7, 116px); overflow-x: auto; }
  .nxg5-schedule-item { grid-template-columns: 120px 105px minmax(0,1fr) 58px; }
  .nxg5-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .nxg5-footer__column:last-child { grid-column: 1 / -1; }
  body.nxglobo-front-page #app-super .player { bottom: 76px !important; width: calc(100vw - 18px) !important; }
  body.nxglobo-front-page #app-super .player-cover-title { min-width: 0 !important; width: calc(100vw - 220px) !important; }
  body.nxglobo-front-page #app-super .player-controller { right: 62px !important; }
  body.nxglobo-front-page #app-super .player-button-volume { display: none !important; }
  body.nxglobo-front-page #app-super .player-right { right: 8px !important; }
}

@media (max-width: 720px) {
  .nxg5-shell { width: calc(100% - 24px); }
  .nxg5-section { padding: 48px 0; }
  body.nxglobo-front-page .nxglobo-header-live span { display: none; }
  body.nxglobo-front-page .nxglobo-header-live { width: 42px; padding: 0; }
  .nxg5-hero { min-height: 740px; padding-bottom: 24px; }
  .nxg5-hero__frame { width: calc(100% - 20px); height: 650px; border-radius: 23px; }
  .nxg5-hero-slide { display: flex; align-items: flex-end; padding: 38px 28px 72px; }
  .nxg5-hero-slide__backdrop { background-image: linear-gradient(to top, rgba(7,6,10,.99) 10%, rgba(7,6,10,.82) 55%, rgba(78,3,31,.25) 100%), var(--nxg5-slide-image); background-position: center top; }
  .nxg5-station-inline { margin: 16px 0; }
  .nxg5-hero-slide h1 { font-size: clamp(42px, 13vw, 58px); }
  .nxg5-hero-slide__content > p { margin-top: 16px; font-size: 13px; line-height: 1.55; }
  .nxg5-hero-slide__actions { margin-top: 22px; }
  .nxg5-hero-time { width: 100%; }
  .nxg5-hero-slide__visual { top: 36px; right: 28px; bottom: auto; width: 52%; opacity: .52; }
  .nxg5-device__wave { display: none; }
  .nxg5-hero-arrow { width: 38px; height: 38px; }
  .nxg5-hero-arrow--prev { left: 8px; }
  .nxg5-hero-arrow--next { right: 8px; }
  .nxg5-section-heading { align-items: center; }
  .nxg5-section-heading h2 { font-size: 31px; }
  .nxg5-section-heading p { font-size: 10px; }
  .nxg5-section-heading--inline > a { display: none; }
  .nxg5-schedule { width: calc(100vw - 24px); }
  .nxg5-schedule-tabs { grid-template-columns: repeat(7, 92px); }
  .nxg5-schedule-tab { min-height: 54px; font-size: 10px; }
  .nxg5-schedule-item { min-height: 100px; grid-template-columns: 86px 82px minmax(0,1fr); }
  .nxg5-schedule-item__time { padding: 9px 5px; }
  .nxg5-schedule-item__time strong { font-size: 24px; }
  .nxg5-schedule-item__time em { font-size: 9px; }
  .nxg5-schedule-item__content { padding: 12px; }
  .nxg5-schedule-item__content h3 { font-size: 16px; }
  .nxg5-schedule-item__content p { display: -webkit-box; overflow: hidden; font-size: 9px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .nxg5-schedule-item > .nxg5-card-arrow { display: none; }
  .nxg5-promo-grid, .nxg5-live-grid, .nxg5-news-grid { grid-template-columns: 1fr; }
  .nxg5-news-card--featured { grid-column: auto; }
  .nxg5-news-card--featured .nxg5-news-card__media { height: 240px; }
  .nxg5-news-card--featured .nxg5-news-card__content h3 { font-size: 20px; }
  .nxg5-video-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nxg5-promo-modal { padding: 10px; }
  .nxg5-promo-modal__dialog { grid-template-columns: 1fr; max-height: calc(100vh - 20px); border-radius: 22px; }
  .nxg5-promo-modal__visual { min-height: 230px; max-height: 280px; }
  .nxg5-promo-modal__visual > div { left: 20px; right: 20px; bottom: 20px; }
  .nxg5-promo-modal__visual h3 { font-size: 24px; }
  .nxg5-promo-form { padding: 28px 20px 24px; }
  .nxg5-promo-form__row { grid-template-columns: 1fr; }
  .nxg5-footer { padding-bottom: 170px; }
  .nxg5-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .nxg5-footer__brand { grid-column: 1 / -1; }
  body.nxglobo-front-page #app-super .player { bottom: 70px !important; min-height: 68px !important; border-radius: 17px !important; }
  body.nxglobo-front-page #app-super .player-wrapper { min-height: 68px !important; padding: 5px 8px !important; }
  body.nxglobo-front-page #app-super .player-cover { min-height: 56px !important; }
  body.nxglobo-front-page #app-super .player-artwork-style { width: 54px !important; height: 54px !important; }
  body.nxglobo-front-page #app-super .player-cover-title { width: calc(100vw - 168px) !important; }
  body.nxglobo-front-page #app-super .station-name { font-size: 12px !important; }
  body.nxglobo-front-page #app-super .station-description { font-size: 8px !important; }
  body.nxglobo-front-page #app-super .player-controller { right: 50px !important; }
  body.nxglobo-front-page #app-super .player-button-play { width: 44px !important; height: 44px !important; }
  body.nxglobo-front-page #app-super .player-button-expand { width: 36px !important; height: 36px !important; }
}

@media (max-width: 420px) {
  .nxg5-hero-slide { padding-inline: 22px; }
  .nxg5-hero-slide__visual { width: 58%; right: 20px; }
  .nxg5-primary-button { min-height: 48px; padding: 0 18px; }
  .nxg5-schedule-item { grid-template-columns: 76px 72px minmax(0,1fr); }
  .nxg5-schedule-item__time strong { font-size: 21px; }
  .nxg5-video-grid { grid-template-columns: 1fr; }
  .nxg5-footer__grid { grid-template-columns: 1fr; }
  .nxg5-footer__brand, .nxg5-footer__column:last-child { grid-column: auto; }
}

/* Secciones opcionales heredadas: conservan el mismo acabado oscuro. */
.nxg5-home .nxglobo-section { padding: 64px 0; background: #09070a !important; color: #fff; }
.nxg5-home .nxglobo-section-heading h2,
.nxg5-home .nxglobo-section-heading--light h2 { color: #fff !important; }
.nxg5-home .nxglobo-section-heading > div > span,
.nxg5-home .nxglobo-section-heading--light > div > span { color: var(--nxg5-pink-bright) !important; }
.nxg5-home .nxglobo-podcast-card,
.nxg5-home .nxglobo-ranking-item,
.nxg5-home .nxglobo-host-card { border: 1px solid rgba(229,0,90,.28); background: #151019; color: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.20); }
.nxg5-home .nxglobo-podcast-card h3,
.nxg5-home .nxglobo-ranking-item h3,
.nxg5-home .nxglobo-host-card h3 { color: #fff; }
.nxg5-home .nxglobo-podcast-card p,
.nxg5-home .nxglobo-ranking-item p,
.nxg5-home .nxglobo-host-card p { color: var(--nxg5-muted); }

/* =========================================================
   Promociones 5.0.1 · acceso exclusivo desde el encabezado
   Flujo: catálogo visual -> formulario -> confirmación
   ========================================================= */
html.nxg5-modal-open,
html.nxg5-modal-open body { overflow: hidden !important; }

.nxg5-promotions-modal {
  position: fixed;
  z-index: 100100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.nxg5-promotions-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nxg5-promotions-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 2, 5, .86);
  backdrop-filter: blur(18px) saturate(125%);
}
.nxg5-promotions-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: min(850px, calc(100vh - 56px));
  overflow: auto;
  border: 1px solid rgba(255, 43, 124, .34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 0%, rgba(229, 0, 90, .20), transparent 34%),
    linear-gradient(145deg, #130912 0%, #09070b 58%, #120710 100%);
  color: #fff;
  box-shadow: 0 45px 140px rgba(0, 0, 0, .72), 0 0 50px rgba(229, 0, 90, .10);
  transform: translateY(20px) scale(.985);
  transition: transform .26s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 45, 126, .55) rgba(255,255,255,.04);
}
.nxg5-promotions-modal.is-open .nxg5-promotions-modal__dialog { transform: none; }
.nxg5-promotions-modal__close {
  position: sticky;
  z-index: 8;
  top: 16px;
  float: right;
  margin: 16px 16px -54px 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: rgba(7, 5, 9, .78);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.nxg5-promotions-modal__close:hover { border-color: rgba(255, 50, 132, .66); color: #ff4f91; }
.nxg5-promotions-view { padding: 54px; }
.nxg5-promotions-view[hidden] { display: none !important; }
.nxg5-promotions-view__header { max-width: 690px; margin-bottom: 28px; }
.nxg5-promotions-view__header > span,
.nxg5-promotions-selected__copy > span,
.nxg5-promotions-form__intro > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff3f84;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}
.nxg5-promotions-view__header h2 {
  margin: 9px 0 8px;
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -.035em;
}
.nxg5-promotions-view__header p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}
.nxg5-promotions-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
.nxg5-promotions-picker--single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.nxg5-promotions-picker__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 23px;
  background: rgba(255,255,255,.035);
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.nxg5-promotions-picker__item:hover,
.nxg5-promotions-picker__item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 47, 127, .72);
  box-shadow: 0 30px 70px rgba(0,0,0,.42), 0 0 34px rgba(229,0,90,.10);
  outline: none;
}
.nxg5-promotions-picker__image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #360518;
}
.nxg5-promotions-picker--single .nxg5-promotions-picker__image { aspect-ratio: 16 / 8.7; }
.nxg5-promotions-picker__image > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .38s ease; }
.nxg5-promotions-picker__item:hover .nxg5-promotions-picker__image > img { transform: scale(1.025); }
.nxg5-promotions-picker__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,4,8,.78), transparent 42%);
}
.nxg5-promotions-picker__badge {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2d7b, #bd003f);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 10px 26px rgba(0,0,0,.32);
}
.nxg5-promotions-picker__action {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.nxg5-promotions-picker__action i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}
.nxg5-promotions-picker__caption { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px 20px; }
.nxg5-promotions-picker__caption strong { color: #fff; font-size: 17px; line-height: 1.25; }
.nxg5-promotions-picker__caption small { color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.55; }
.nxg5-promotions-empty { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px; border: 1px dashed rgba(255,255,255,.14); border-radius: 24px; text-align: center; background: rgba(255,255,255,.025); }
.nxg5-promotions-empty > i { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 18px; background: rgba(229,0,90,.14); color: #ff3f84; font-size: 22px; }
.nxg5-promotions-empty strong { font-size: 23px; }
.nxg5-promotions-empty p { max-width: 430px; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.6; }
.nxg5-promotions-secondary,
.nxg5-promotions-done,
.nxg5-promotions-back {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  color: #fff;
  cursor: pointer;
}
.nxg5-promotions-secondary { min-height: 42px; padding: 0 20px; border-radius: 12px; font-size: 10px; font-weight: 900; }
.nxg5-promotions-formbar { margin-bottom: 18px; }
.nxg5-promotions-back { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 0 15px; border-radius: 12px; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.nxg5-promotions-back:hover { border-color: rgba(255,50,132,.55); color: #ff65a0; }
.nxg5-promotions-selected {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr);
  overflow: hidden;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.nxg5-promotions-selected__media { min-height: 265px; background: #390417; }
.nxg5-promotions-selected__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nxg5-promotions-selected__copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.nxg5-promotions-selected__copy h2 { margin: 9px 0 10px; color: #fff; font-size: clamp(27px, 4vw, 42px); line-height: 1.05; }
.nxg5-promotions-selected__copy p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.nxg5-promotions-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.03);
}
.nxg5-promotions-form__fields { display: flex; flex-direction: column; gap: 15px; }
.nxg5-promotions-form__fields[hidden] { display: none !important; }
.nxg5-promotions-form__intro h3 { margin: 7px 0 4px; color: #fff; font-size: 28px; }
.nxg5-promotions-form label { display: flex; flex-direction: column; gap: 7px; color: rgba(255,255,255,.76); font-size: 10px; font-weight: 800; }
.nxg5-promotions-form input,
.nxg5-promotions-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  outline: none;
  background: rgba(255,255,255,.045);
  color: #fff;
  font: inherit;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.nxg5-promotions-form input { height: 50px; padding: 0 15px; }
.nxg5-promotions-form textarea { min-height: 112px; padding: 14px 15px; resize: vertical; }
.nxg5-promotions-form input:focus,
.nxg5-promotions-form textarea:focus { border-color: #ed1b68; background: rgba(229,0,90,.06); box-shadow: 0 0 0 3px rgba(229,0,90,.11); }
.nxg5-promotions-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nxg5-promotions-form__submit { width: 100%; justify-content: center; margin-top: 4px; }
.nxg5-promotions-form__submit:disabled { opacity: .58; cursor: wait; transform: none; }
.nxg5-promotions-result {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.04);
  outline: none;
}
.nxg5-promotions-result[hidden] { display: none !important; }
.nxg5-promotions-result__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; font-size: 20px; }
.nxg5-promotions-result strong { display: block; margin-bottom: 4px; font-size: 18px; }
.nxg5-promotions-result p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.nxg5-promotions-result.is-success { border-color: rgba(59, 223, 144, .34); background: rgba(29, 187, 108, .09); }
.nxg5-promotions-result.is-success .nxg5-promotions-result__icon { background: rgba(47, 215, 135, .16); color: #52e59d; }
.nxg5-promotions-result.is-success strong { color: #67e9aa; }
.nxg5-promotions-result.is-error { border-color: rgba(255, 75, 116, .40); background: rgba(216, 36, 76, .10); }
.nxg5-promotions-result.is-error .nxg5-promotions-result__icon { background: rgba(255, 65, 108, .16); color: #ff6b8d; }
.nxg5-promotions-result.is-error strong { color: #ff7997; }
.nxg5-promotions-done { min-height: 48px; padding: 0 28px; border-radius: 13px; align-self: flex-start; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.nxg5-promotions-done[hidden] { display: none !important; }
.nxg5-promotions-done:hover { border-color: rgba(82, 229, 157, .5); color: #67e9aa; }

@media (max-width: 760px) {
  .nxg5-promotions-modal { padding: 8px; }
  .nxg5-promotions-modal__dialog { max-height: calc(100vh - 16px); border-radius: 20px; }
  .nxg5-promotions-modal__close { top: 10px; margin: 10px 10px -46px 0; width: 38px; height: 38px; }
  .nxg5-promotions-view { padding: 48px 18px 22px; }
  .nxg5-promotions-view__header { padding-right: 36px; margin-bottom: 20px; }
  .nxg5-promotions-view__header h2 { font-size: 34px; }
  .nxg5-promotions-picker { grid-template-columns: 1fr; gap: 14px; }
  .nxg5-promotions-picker__image,
  .nxg5-promotions-picker--single .nxg5-promotions-picker__image { aspect-ratio: 16 / 10; }
  .nxg5-promotions-selected { grid-template-columns: 1fr; }
  .nxg5-promotions-selected__media { min-height: 215px; max-height: 280px; }
  .nxg5-promotions-selected__copy { padding: 24px 20px; }
  .nxg5-promotions-form { padding: 20px 16px; }
  .nxg5-promotions-form__row { grid-template-columns: 1fr; }
  .nxg5-promotions-result { grid-template-columns: 46px 1fr; padding: 15px; }
  .nxg5-promotions-result__icon { width: 46px; height: 46px; border-radius: 14px; }
}

/* =========================================================
   Ajustes premium 5.0.3
   Hero más compacto, noticias, promos limpias y modal live.
   ========================================================= */
body.nxglobo-front-page .nxg5-hero {
  min-height: 660px;
  padding: 102px 0 26px;
}
body.admin-bar.nxglobo-front-page .nxg5-hero {
  padding-top: 134px;
}
body.nxglobo-front-page .nxg5-hero__frame {
  height: 510px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(17, 9, 20, .98), rgba(32, 6, 18, .98));
  box-shadow: 0 28px 85px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);
}
body.nxglobo-front-page .nxg5-hero-slide {
  padding: 44px 58px 54px;
  grid-template-columns: 1.02fr .98fr;
}
body.nxglobo-front-page .nxg5-hero-slide__content {
  max-width: 520px;
}
body.nxglobo-front-page .nxg5-live-chip {
  padding: 7px 12px;
}
body.nxglobo-front-page .nxg5-station-inline {
  margin: 18px 0 16px;
}
body.nxglobo-front-page .nxg5-hero-slide h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: .95;
}
body.nxglobo-front-page .nxg5-hero-slide__content > p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  max-width: 470px;
}
body.nxglobo-front-page .nxg5-hero-slide__actions {
  margin-top: 22px;
  gap: 14px;
}
body.nxglobo-front-page .nxg5-primary-button {
  min-height: 50px;
  border-radius: 15px;
}
body.nxglobo-front-page .nxg5-device {
  width: min(100%, 430px);
  padding: 16px;
  border-radius: 30px;
}
body.nxglobo-front-page .nxg5-device__screen {
  border-radius: 22px;
}
body.nxglobo-front-page .nxg5-device__logo {
  width: 52%;
}
body.nxglobo-front-page .nxg5-hero-arrow {
  width: 44px;
  height: 44px;
}
body.nxglobo-front-page .nxg5-hero-dots {
  bottom: 16px;
}

.nxg5-live-card__media--button {
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  appearance: none;
}
.nxg5-live-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nxg5-live-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(229,0,90,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  color: #ff6b9f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  cursor: pointer;
}
.nxg5-live-action:hover {
  background: rgba(229,0,90,.13);
  color: #fff;
}
.nxg5-live-action--primary {
  background: linear-gradient(135deg, var(--nxg5-pink), #a60042);
  color: #fff;
  box-shadow: 0 10px 28px rgba(229,0,90,.22);
}
.nxg5-live-action--primary:hover {
  background: linear-gradient(135deg, #ff2478, #b10045);
}

.nxg5-live-modal {
  position: fixed;
  inset: 0;
  z-index: 10090;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.nxg5-live-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.nxg5-live-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 7, .86);
  backdrop-filter: blur(8px);
}
.nxg5-live-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1060px, calc(100vw - 40px));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #130b14, #09070c);
  box-shadow: 0 36px 95px rgba(0,0,0,.55);
  overflow: hidden;
}
.nxg5-live-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: rgba(10,7,11,.68);
  color: #fff;
  cursor: pointer;
}
.nxg5-live-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 28px 18px;
}
.nxg5-live-modal__header > div > span {
  color: var(--nxg5-pink-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.nxg5-live-modal__header h3 {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}
.nxg5-live-modal__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.nxg5-live-modal__player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-top: 1px solid rgba(255,255,255,.06);
}
.nxg5-live-modal__player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.nxg5-promotions-modal__dialog {
  width: min(980px, calc(100vw - 24px));
}
.nxg5-promotions-view {
  padding: 42px;
}
.nxg5-promotions-view__header {
  max-width: 620px;
  margin-bottom: 22px;
}
.nxg5-promotions-view__header h2 {
  font-size: clamp(36px, 4vw, 56px);
}
.nxg5-promotions-picker {
  gap: 18px;
}
.nxg5-promotions-picker--single {
  grid-template-columns: minmax(0, 560px);
}
.nxg5-promotions-picker__item {
  border-radius: 24px;
}
.nxg5-promotions-picker__image,
.nxg5-promotions-picker--single .nxg5-promotions-picker__image {
  aspect-ratio: 16 / 7.6;
}
.nxg5-promotions-picker__caption {
  gap: 4px;
  padding: 14px 18px 16px;
}
.nxg5-promotions-picker__caption strong {
  font-size: 14px;
}
.nxg5-promotions-picker__caption small {
  font-size: 11px;
}
.nxg5-promotions-selected {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}
.nxg5-promotions-selected__media {
  min-height: 210px;
  max-height: 280px;
}
.nxg5-promotions-selected__copy {
  padding: 26px 28px;
}
.nxg5-promotions-selected__copy h2 {
  font-size: clamp(24px, 3vw, 34px);
}

@media (max-width: 1100px) {
  body.nxglobo-front-page .nxg5-hero {
    min-height: 720px;
  }
  body.nxglobo-front-page .nxg5-hero__frame {
    height: 600px;
  }
  body.nxglobo-front-page .nxg5-hero-slide {
    grid-template-columns: 1fr;
    padding: 44px 42px 54px;
  }
  body.nxglobo-front-page .nxg5-hero-slide__visual {
    position: absolute;
    right: 26px;
    bottom: 36px;
    width: 44%;
    opacity: .72;
  }
}

@media (max-width: 820px) {
  body.nxglobo-front-page .nxg5-hero {
    min-height: 670px;
    padding-top: 92px;
  }
  body.nxglobo-front-page .nxg5-hero__frame {
    height: 560px;
    width: calc(100% - 18px);
  }
  body.nxglobo-front-page .nxg5-hero-slide {
    padding: 32px 24px 62px;
  }
  body.nxglobo-front-page .nxg5-hero-slide h1 {
    font-size: clamp(34px, 11vw, 48px);
  }
  body.nxglobo-front-page .nxg5-hero-slide__content > p {
    font-size: 13px;
  }
  .nxg5-live-modal {
    padding: 10px;
  }
  .nxg5-live-modal__dialog {
    width: 100%;
    border-radius: 20px;
  }
  .nxg5-live-modal__header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 18px 14px;
  }
  .nxg5-live-modal__buttons {
    width: 100%;
    justify-content: flex-start;
  }
  .nxg5-promotions-view {
    padding: 42px 18px 20px;
  }
}

/* =========================================================
   Ajustes premium 5.0.4
   Promociones verticales + full player funcional.
   ========================================================= */
.nxg5-promotions-picker--single {
  grid-template-columns: minmax(0, 360px);
}
.nxg5-promotions-picker__item {
  max-width: 360px;
  margin-inline: auto;
}
.nxg5-promotions-picker__image,
.nxg5-promotions-picker--single .nxg5-promotions-picker__image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
}
.nxg5-promotions-picker__image > img {
  object-fit: contain;
  background: #240813;
}
.nxg5-promotions-picker__image::after {
  background: linear-gradient(to top, rgba(7,6,10,.88) 0%, rgba(7,6,10,.22) 42%, transparent 72%);
}
.nxg5-promotions-picker__action {
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.nxg5-promotions-selected {
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  justify-content: center;
  align-items: stretch;
}
.nxg5-promotions-selected__media {
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 5;
}
.nxg5-promotions-selected__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #240813;
}
.nxg5-promotions-selected__copy {
  min-height: 100%;
}

html.nxg5-player-expanded,
body.nxg5-player-expanded {
  overflow: hidden;
}
body.nxglobo-front-page #app-super.is-expanded .player {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: 100vh !important;
  transform: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: radial-gradient(circle at 50% 8%, rgba(255,39,118,.18), transparent 24%), linear-gradient(180deg, #120910 0%, #09060b 100%) !important;
  z-index: 10070 !important;
  box-shadow: none !important;
}
body.nxglobo-front-page #app-super.is-expanded .player::before {
  display: none !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-wrapper {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 40px 24px !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-cover {
  min-height: 0 !important;
  max-width: 420px !important;
  width: 100% !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-left {
  gap: 18px !important;
  margin: 0 auto !important;
  flex-direction: column !important;
  align-items: center !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-artwork-style {
  width: min(78vw, 360px) !important;
  height: min(78vw, 360px) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.42) !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-picture img {
  border-radius: 24px !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-cover-title {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 520px !important;
  text-align: center !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-title-fix {
  max-width: none !important;
  font-size: clamp(28px, 4vw, 40px) !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-song-name,
body.nxglobo-front-page #app-super.is-expanded .station-name {
  text-align: center !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-stream,
body.nxglobo-front-page #app-super.is-expanded .player-full-screen-bar,
body.nxglobo-front-page #app-super.is-expanded .player-full-progress,
body.nxglobo-front-page #app-super.is-expanded .player-button-prev,
body.nxglobo-front-page #app-super.is-expanded .player-button-next,
body.nxglobo-front-page #app-super.is-expanded .player-button-like,
body.nxglobo-front-page #app-super.is-expanded .player-button-dislike,
body.nxglobo-front-page #app-super.is-expanded .player-button-history,
body.nxglobo-front-page #app-super.is-expanded .player-button-share,
body.nxglobo-front-page #app-super.is-expanded .player-button-lyrics,
body.nxglobo-front-page #app-super.is-expanded .player-button-program,
body.nxglobo-front-page #app-super.is-expanded .player-button-stations,
body.nxglobo-front-page #app-super.is-expanded .player-button-tv,
body.nxglobo-front-page #app-super.is-expanded .player-program-badge,
body.nxglobo-front-page #app-super.is-expanded .player-button-volume {
  display: inline-flex !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-controller {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 24px !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-button-play {
  width: 62px !important;
  height: 62px !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-right {
  position: fixed !important;
  top: 18px !important;
  right: 18px !important;
  transform: none !important;
}
body.nxglobo-front-page #app-super.is-expanded .player-button-expand {
  width: 44px !important;
  height: 44px !important;
  background: rgba(255,255,255,.12) !important;
}
body.nxglobo-front-page #app-super.is-expanded .offcanvas-player {
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .nxg5-promotions-selected {
    grid-template-columns: 1fr;
  }
  .nxg5-promotions-selected__media {
    width: min(100%, 340px);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .nxg5-promotions-picker--single {
    grid-template-columns: minmax(0, 1fr);
  }
  .nxg5-promotions-picker__item {
    max-width: 320px;
  }
  .nxg5-promotions-picker__image,
  .nxg5-promotions-picker--single .nxg5-promotions-picker__image,
  .nxg5-promotions-selected__media {
    aspect-ratio: 4 / 5.4;
  }
  body.nxglobo-front-page #app-super.is-expanded .player-wrapper {
    padding: 28px 16px !important;
  }
  body.nxglobo-front-page #app-super.is-expanded .player-artwork-style {
    width: min(82vw, 300px) !important;
    height: min(82vw, 300px) !important;
  }
  body.nxglobo-front-page #app-super.is-expanded .player-button-play {
    width: 56px !important;
    height: 56px !important;
  }
}

/* Slider principal administrable desde WordPress 5.0.5 */
.nxg5-device-link {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
}
.nxg5-device-link .nxg5-device {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.nxg5-device-link:hover .nxg5-device,
.nxg5-device-link:focus-visible .nxg5-device {
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg) translateY(-5px);
  border-color: rgba(255,72,143,.44);
  box-shadow: 0 42px 88px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.22), 0 0 34px rgba(229,0,90,.13);
}
.nxg5-device-link:focus-visible {
  outline: 2px solid var(--nxg5-pink-bright);
  outline-offset: 8px;
  border-radius: 34px;
}

/* =========================================================
   Slider 5.0.6: solo imagen, sin textos ni capas visuales.
   ========================================================= */
body.nxglobo-front-page .nxg6-image-slider {
  min-height: 0;
  padding: 102px 0 30px;
  background: #060509;
}
body.admin-bar.nxglobo-front-page .nxg6-image-slider {
  padding-top: 134px;
}
body.nxglobo-front-page .nxg6-image-slider__frame {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border: 1px solid rgba(229,0,90,.42);
  border-radius: 28px;
  background: #050407;
  box-shadow: 0 28px 80px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.05);
}
body.nxglobo-front-page .nxg6-image-slider .nxg5-hero__ambient {
  background: radial-gradient(circle at 78% 12%, rgba(229,0,90,.14), transparent 34%);
}
body.nxglobo-front-page .nxg6-image-slide {
  display: block !important;
  padding: 0 !important;
  transform: translateX(18px);
  background: #050407;
}
body.nxglobo-front-page .nxg6-image-slide.is-active {
  transform: none;
}
.nxg6-image-slide__link {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #050407;
  color: inherit;
  text-decoration: none;
}
a.nxg6-image-slide__link {
  cursor: pointer;
}
.nxg6-image-slide__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #050407;
}
body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-arrow {
  width: 44px;
  height: 44px;
  border-color: rgba(255,255,255,.22);
  background: rgba(4,3,7,.62);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-arrow:hover {
  background: var(--nxg5-pink);
}
body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-dots {
  bottom: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(4,3,7,.42);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  body.nxglobo-front-page .nxg6-image-slider {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  body.admin-bar.nxglobo-front-page .nxg6-image-slider {
    padding-top: 136px;
  }
  body.nxglobo-front-page .nxg6-image-slider__frame {
    width: calc(100% - 20px);
    aspect-ratio: 16 / 7;
    border-radius: 22px;
  }
}

@media (max-width: 600px) {
  body.nxglobo-front-page .nxg6-image-slider__frame {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
  body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-arrow {
    width: 38px;
    height: 38px;
  }
  body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-arrow--prev {
    left: 8px;
  }
  body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-arrow--next {
    right: 8px;
  }
  body.nxglobo-front-page .nxg6-image-slider .nxg5-hero-dots {
    bottom: 10px;
  }
}

/* =========================================================
   Slider 5.0.7: imagen a pantalla completa dentro del marco.
   Cubre todo el espacio y elimina franjas negras laterales.
   ========================================================= */
body.nxglobo-front-page .nxg6-image-slider__frame,
body.nxglobo-front-page .nxg6-image-slide,
body.nxglobo-front-page .nxg6-image-slide__link {
  background: transparent !important;
}
body.nxglobo-front-page .nxg6-image-slide__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
}

@media (max-width: 900px) {
  body.nxglobo-front-page .nxg6-image-slide__image {
    object-fit: cover !important;
  }
}

/* =========================================================
   Slider 5.0.8: prioriza mostrar la parte alta de la imagen.
   Evita que se recorte el contenido superior del arte.
   ========================================================= */
body.nxglobo-front-page .nxg6-image-slide__image {
  object-position: center top !important;
}

@media (max-width: 900px) {
  body.nxglobo-front-page .nxg6-image-slide__image {
    object-position: center top !important;
  }
}

/* =========================================================
   Promo lateral derecha + formulario estilo app.
   ========================================================= */
.nxg5-promo-flyout {
  position: fixed;
  top: 160px;
  right: 18px;
  z-index: 90;
  width: 126px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.nxg5-promo-flyout:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(0,0,0,.32);
}
.nxg5-promo-flyout__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 10px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--nxg5-pink), #b90046);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}
.nxg5-promo-flyout__image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 7.4;
  overflow: hidden;
  border-radius: 14px;
  background: #2a0a18;
}
.nxg5-promo-flyout__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #23050f;
}

.nxg5-promotions-modal__dialog {
  width: min(1040px, calc(100vw - 32px));
}
.nxg5-promotions-selected {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.03);
}
.nxg5-promotions-selected__media {
  min-height: 0;
  aspect-ratio: 4 / 7;
  border-right: 1px solid rgba(255,255,255,.07);
  background: #2b0712;
}
.nxg5-promotions-selected__media img {
  object-fit: contain;
  background: #24050f;
}
.nxg5-promotions-selected__copy {
  display: none;
}
.nxg5-promotions-form {
  max-width: 560px;
  margin: 20px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.nxg5-promotions-form__fields {
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #d1142c, #b40a21);
  box-shadow: 0 24px 55px rgba(0,0,0,.28);
}
.nxg5-promotions-form__intro {
  display: none;
}
.nxg5-promotions-form label {
  gap: 4px;
  color: rgba(255,255,255,.92);
  font-size: 10px;
}
.nxg5-promotions-form input,
.nxg5-promotions-form textarea {
  border: 0;
  background: #fff;
  color: #2b2b2b;
  box-shadow: none;
}
.nxg5-promotions-form input::placeholder,
.nxg5-promotions-form textarea::placeholder {
  color: #8a8a8a;
}
.nxg5-promotions-form input:focus,
.nxg5-promotions-form textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.2);
  border-color: transparent;
}
.nxg5-promotions-form textarea {
  min-height: 90px;
}
.nxg5-promotions-form__submit {
  min-height: 48px;
  border-radius: 12px;
  background: rgba(110,0,12,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}
.nxg5-promotions-form__submit:hover {
  background: rgba(110,0,12,.34);
}
.nxg5-promotions-result {
  max-width: 560px;
  margin: 20px auto 0;
}

@media (max-width: 980px) {
  .nxg5-promo-flyout {
    top: auto;
    right: 12px;
    bottom: 110px;
    width: 98px;
    padding: 6px;
  }
  .nxg5-promo-flyout__tag {
    margin-bottom: 6px;
    padding: 0 8px;
    font-size: 7px;
  }
  .nxg5-promotions-selected {
    grid-template-columns: 1fr;
  }
  .nxg5-promotions-selected__media {
    width: min(100%, 290px);
    margin: 0 auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
}

@media (max-width: 640px) {
  .nxg5-promo-flyout {
    width: 86px;
    bottom: 92px;
    right: 8px;
  }
  .nxg5-promotions-modal__dialog {
    width: calc(100vw - 12px);
  }
  .nxg5-promotions-form__fields {
    padding: 18px;
  }
  .nxg5-promotions-form__row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Redes sociales visibles en el encabezado · 5.1.1
   ========================================================= */
body.nxglobo-front-page .nxglobo-header-socials {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 2px;
}
body.nxglobo-front-page .nxglobo-header-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.88);
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
body.nxglobo-front-page .nxglobo-header-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,36,120,.7);
  background: rgba(229,0,90,.16);
  color: #fff;
}

@media (max-width: 1180px) {
  body.nxglobo-front-page .nxglobo-header-socials a {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 12px;
  }
  body.nxglobo-front-page .nxglobo-header-socials {
    gap: 5px;
  }
}

@media (max-width: 980px) {
  body.nxglobo-front-page .nxglobo-header-socials {
    display: none;
  }
}

/* =========================================================
   Promociones 5.1.2: flujo emergente en dos pasos.
   Botón superior -> banner -> formulario.
   ========================================================= */
.nxg5-promo-flyout {
  display: none !important;
}

.nxg5-promotions-modal {
  padding: 18px;
}
.nxg5-promotions-modal__dialog {
  width: min(430px, calc(100vw - 28px));
  max-height: calc(100vh - 36px);
  overflow: visible;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}
.nxg5-promotions-modal.is-form-view .nxg5-promotions-modal__dialog {
  width: min(620px, calc(100vw - 28px));
}
.nxg5-promotions-modal__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 42px;
  height: 42px;
  z-index: 5;
  margin: 0;
  border: 2px solid rgba(255,255,255,.75);
  background: #170a0f;
  box-shadow: 0 12px 28px rgba(0,0,0,.36);
}
.nxg5-promotions-view {
  padding: 0;
}
.nxg5-promotions-view__header {
  display: none;
}
.nxg5-promotions-picker,
.nxg5-promotions-picker--single {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  justify-items: center;
}
.nxg5-promotions-picker__item {
  width: auto;
  max-width: min(390px, calc(100vw - 42px));
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
}
.nxg5-promotions-picker__item:hover,
.nxg5-promotions-picker__item:focus-visible {
  transform: translateY(-2px);
  border: 0;
  box-shadow: 0 34px 78px rgba(0,0,0,.54);
}
.nxg5-promotions-picker__image,
.nxg5-promotions-picker--single .nxg5-promotions-picker__image {
  width: auto;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: transparent;
}
.nxg5-promotions-picker__image > img {
  width: auto;
  max-width: min(390px, calc(100vw - 42px));
  height: auto;
  max-height: calc(100vh - 72px);
  display: block;
  object-fit: contain;
  border-radius: 22px;
  background: transparent;
}
.nxg5-promotions-picker__image::after,
.nxg5-promotions-picker__badge,
.nxg5-promotions-picker__action,
.nxg5-promotions-picker__caption {
  display: none !important;
}

.nxg5-promotions-formbar {
  margin: 0 0 12px;
  text-align: left;
}
.nxg5-promotions-back {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(15,7,11,.92);
  color: #fff;
}
.nxg5-promotions-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.nxg5-promotions-form__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: linear-gradient(180deg, #db1831, #b80720);
  box-shadow: 0 30px 76px rgba(0,0,0,.48);
}
.nxg5-promotions-form__intro {
  display: block;
  margin-bottom: 2px;
  color: #fff;
}
.nxg5-promotions-form__intro > span {
  color: rgba(255,255,255,.78);
}
.nxg5-promotions-form__intro h3 {
  margin: 5px 0 4px;
  color: #fff;
  font-size: 28px;
}
.nxg5-promotions-form__intro p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  line-height: 1.5;
}
.nxg5-promotions-form label {
  gap: 5px;
  color: #fff;
}
.nxg5-promotions-form input,
.nxg5-promotions-form textarea {
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #222;
}
.nxg5-promotions-form input::placeholder,
.nxg5-promotions-form textarea::placeholder {
  color: #888;
}
.nxg5-promotions-form input:focus,
.nxg5-promotions-form textarea:focus {
  border-color: transparent;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.22);
}
.nxg5-promotions-form__submit {
  min-height: 48px;
  border-radius: 10px;
  background: rgba(94,0,14,.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.nxg5-promotions-result {
  max-width: 560px;
  margin: 0 auto 12px;
}
.nxg5-promotions-done {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .nxg5-promotions-modal {
    padding: 10px;
  }
  .nxg5-promotions-modal__dialog,
  .nxg5-promotions-modal.is-form-view .nxg5-promotions-modal__dialog {
    width: min(100%, calc(100vw - 20px));
  }
  .nxg5-promotions-modal__close {
    top: -8px;
    right: -4px;
    width: 38px;
    height: 38px;
  }
  .nxg5-promotions-picker__item,
  .nxg5-promotions-picker__image > img {
    max-width: calc(100vw - 36px);
  }
  .nxg5-promotions-picker__image > img {
    max-height: calc(100vh - 54px);
  }
  .nxg5-promotions-form__fields {
    padding: 18px 16px;
  }
  .nxg5-promotions-form__row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   WhatsApp Cabina 5.1.3
   Botón horizontal premium debajo del slider.
   ========================================================= */
.nxg6-whatsapp-strip {
  position: relative;
  z-index: 12;
  margin-top: -2px;
  padding: 0 0 24px;
  background: #060509;
}
.nxg6-whatsapp-strip__button {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 16px 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 50%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(115deg, #0fbb68 0%, #08a958 44%, #087c43 100%);
  color: #fff !important;
  box-shadow: 0 22px 52px rgba(4, 112, 59, .30), inset 0 1px 0 rgba(255,255,255,.22);
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nxg6-whatsapp-strip__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 88% 20%, rgba(255,255,255,.15), transparent 22%),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(255,255,255,.025) 24px 25px);
}
.nxg6-whatsapp-strip__button:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.30);
  box-shadow: 0 28px 62px rgba(4, 112, 59, .40), inset 0 1px 0 rgba(255,255,255,.25);
}
.nxg6-whatsapp-strip__shine {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -22%;
  width: 18%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  filter: blur(2px);
  transform: skewX(-18deg);
  animation: nxg6WhatsappShine 4.2s ease-in-out infinite;
}
@keyframes nxg6WhatsappShine {
  0%, 48% { left: -24%; opacity: 0; }
  55% { opacity: 1; }
  76% { left: 112%; opacity: .85; }
  100% { left: 112%; opacity: 0; }
}
.nxg6-whatsapp-strip__icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 19px;
  background: rgba(255,255,255,.15);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  font-size: 32px;
  animation: nxg6WhatsappPulse 2.1s ease-in-out infinite;
}
.nxg6-whatsapp-strip__icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(255,255,255,.20);
  border-radius: 24px;
  animation: nxg6WhatsappRing 2.1s ease-out infinite;
}
@keyframes nxg6WhatsappPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.055); }
}
@keyframes nxg6WhatsappRing {
  0% { transform: scale(.84); opacity: .58; }
  80%, 100% { transform: scale(1.18); opacity: 0; }
}
.nxg6-whatsapp-strip__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nxg6-whatsapp-strip__copy strong {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.035em;
}
.nxg6-whatsapp-strip__copy small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 600;
}
.nxg6-whatsapp-strip__status {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(0,0,0,.14);
  color: rgba(255,255,255,.92);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .10em;
}
.nxg6-whatsapp-strip__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #caffdc;
  box-shadow: 0 0 0 5px rgba(202,255,220,.13), 0 0 14px rgba(202,255,220,.8);
  animation: nxg6WhatsappDot 1.5s ease-in-out infinite;
}
@keyframes nxg6WhatsappDot {
  50% { opacity: .42; transform: scale(.82); }
}
.nxg6-whatsapp-strip__arrow {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff;
  color: #07964e;
  box-shadow: 0 12px 28px rgba(0,0,0,.17);
  transition: transform .22s ease;
}
.nxg6-whatsapp-strip__button:hover .nxg6-whatsapp-strip__arrow {
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .nxg6-whatsapp-strip {
    padding-bottom: 18px;
  }
  .nxg6-whatsapp-strip__button {
    min-height: 82px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px;
    padding: 13px 14px;
    border-radius: 20px;
  }
  .nxg6-whatsapp-strip__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 28px;
  }
  .nxg6-whatsapp-strip__copy strong {
    font-size: 22px;
  }
  .nxg6-whatsapp-strip__copy small {
    font-size: 10px;
  }
  .nxg6-whatsapp-strip__status {
    display: none;
  }
  .nxg6-whatsapp-strip__arrow {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}

@media (max-width: 440px) {
  .nxg6-whatsapp-strip__button {
    gap: 10px;
    padding-inline: 11px;
  }
  .nxg6-whatsapp-strip__icon {
    width: 46px;
    height: 46px;
    font-size: 25px;
  }
  .nxg6-whatsapp-strip__copy strong {
    font-size: 19px;
  }
  .nxg6-whatsapp-strip__copy small {
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nxg6-whatsapp-strip__arrow {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nxg6-whatsapp-strip__shine,
  .nxg6-whatsapp-strip__icon,
  .nxg6-whatsapp-strip__icon::after,
  .nxg6-whatsapp-strip__status i {
    animation: none !important;
  }
}

/* =========================================================
   Canales en vivo 5.1.4: cuatro tarjetas en una sola línea.
   ========================================================= */
@media (min-width: 1101px) {
  body.nxglobo-front-page .nxg5-live-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  body.nxglobo-front-page .nxg5-live-card {
    border-radius: 18px;
  }
  body.nxglobo-front-page .nxg5-live-card__content {
    padding: 14px 14px 16px;
  }
  body.nxglobo-front-page .nxg5-live-card__content h3 {
    font-size: 14px;
    min-height: 36px;
  }
  body.nxglobo-front-page .nxg5-live-card__content p {
    min-height: 29px;
    margin: 6px 0 12px;
    font-size: 9px;
  }
  body.nxglobo-front-page .nxg5-live-card__actions {
    gap: 7px;
  }
  body.nxglobo-front-page .nxg5-live-action {
    min-height: 34px;
    padding: 0 10px;
    font-size: 7px;
  }
  body.nxglobo-front-page .nxg5-live-card__play {
    width: 48px;
    height: 48px;
  }
}


/* 5.1.5: se elimina el botón Full Player del mini player. */
body.nxglobo-front-page #app-super .player-right { display: none !important; }
body.nxglobo-front-page #app-super .player-controller { right: 14px !important; }
@media (max-width: 640px) {
  body.nxglobo-front-page #app-super .player-controller { right: 8px !important; }
}

/* =========================================================
   Noticias estilo mosaico premium 5.1.6
   ========================================================= */
.nxg5-news-mosaic {
  display: grid;
  grid-template-columns: 1.7fr 0.9fr 0.85fr;
  grid-template-areas:
    "hero top tall"
    "hero mid tall";
  grid-template-rows: repeat(2, minmax(240px, 1fr));
  gap: 16px;
}
.nxg5-news-mosaic-card { min-width: 0; }
.nxg5-news-mosaic-card--hero { grid-area: hero; }
.nxg5-news-mosaic-card--top { grid-area: top; }
.nxg5-news-mosaic-card--mid { grid-area: mid; }
.nxg5-news-mosaic-card--tall { grid-area: tall; }
.nxg5-news-mosaic-card__link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #110911;
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
}
.nxg5-news-mosaic-card__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .42s ease;
}
.nxg5-news-mosaic-card__link:hover img { transform: scale(1.045); }
.nxg5-news-mosaic-card__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8,7,12,.88) 0%, rgba(8,7,12,.48) 34%, rgba(8,7,12,.15) 58%, rgba(8,7,12,.10) 100%),
    linear-gradient(135deg, rgba(229,0,90,.10), transparent 48%);
}
.nxg5-news-mosaic-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nxg5-news-mosaic-card__tag {
  align-self: flex-start;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #5b41c9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.01em;
}
.nxg5-news-mosaic-card__content time {
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.nxg5-news-mosaic-card__content h3 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
  text-wrap: balance;
}
.nxg5-news-mosaic-card__content p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.45;
  max-width: 92%;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content {
  padding: 28px 28px 30px;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(28px, 3vw, 48px);
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p {
  font-size: 17px;
  max-width: 82%;
}
.nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content h3,
.nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(20px, 1.6vw, 28px);
}
.nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(24px, 1.9vw, 34px);
}
.nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content p,
.nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content p {
  font-size: 13px;
}
@media (max-width: 1150px) {
  .nxg5-news-mosaic {
    grid-template-columns: 1.25fr 1fr;
    grid-template-areas:
      "hero hero"
      "top tall"
      "mid tall";
    grid-template-rows: minmax(360px, auto) minmax(210px, 1fr) minmax(210px, 1fr);
  }
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p {
    max-width: 88%;
  }
}
@media (max-width: 820px) {
  .nxg5-news-mosaic {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "top"
      "mid"
      "tall";
    grid-template-rows: repeat(4, minmax(260px, auto));
  }
  .nxg5-news-mosaic-card__content {
    padding: 18px;
  }
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content {
    padding: 22px;
  }
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3 {
    font-size: clamp(24px, 8vw, 36px);
  }
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p,
  .nxg5-news-mosaic-card__content p {
    max-width: 100%;
    font-size: 14px;
  }
}

/* =========================================================
   Noticias 5.1.7: evitar desbordes de títulos
   ========================================================= */
.nxg5-news-mosaic-card__content {
  max-width: 100%;
}
.nxg5-news-mosaic-card__content h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(24px, 2.65vw, 38px);
  line-height: 1.04;
  -webkit-line-clamp: 6;
  max-width: 82%;
}
.nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content h3,
.nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.08;
  -webkit-line-clamp: 4;
  max-width: 95%;
}
.nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.08;
  -webkit-line-clamp: 5;
  max-width: 96%;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p {
  font-size: 14px;
  line-height: 1.42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 76%;
}
.nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content p,
.nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content p,
.nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content p {
  font-size: 12px;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 95%;
}
@media (max-width: 1150px) {
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3 {
    max-width: 88%;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 820px) {
  .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content h3 {
    font-size: clamp(20px, 6vw, 30px);
    line-height: 1.06;
    -webkit-line-clamp: 4;
    max-width: 100%;
  }
  .nxg5-news-mosaic-card__content p,
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p {
    max-width: 100%;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

/* =========================================================
   Noticias 5.1.8: cuadrícula dinámica y textos contenidos.
   Se adapta correctamente a 1, 2, 3 o 4 notas publicadas.
   ========================================================= */
.nxg5-news-mosaic {
  align-items: stretch;
}
.nxg5-news-mosaic--count-1 {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "hero";
  grid-template-rows: 500px;
}
.nxg5-news-mosaic--count-2 {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
  grid-template-areas: "hero tall";
  grid-template-rows: 500px;
}
.nxg5-news-mosaic--count-3 {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
  grid-template-areas:
    "hero top"
    "hero mid";
  grid-template-rows: repeat(2, 242px);
}
.nxg5-news-mosaic--count-4 {
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .82fr) minmax(250px, .78fr);
  grid-template-areas:
    "hero top tall"
    "hero mid tall";
  grid-template-rows: repeat(2, 242px);
}
.nxg5-news-mosaic-card,
.nxg5-news-mosaic-card__link {
  min-height: 0;
  max-height: 100%;
}
.nxg5-news-mosaic-card__content {
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  padding: 20px 22px 22px;
  gap: 7px;
}
.nxg5-news-mosaic-card__content h3,
.nxg5-news-mosaic-card__content p {
  width: 100%;
  max-width: 100% !important;
  overflow-wrap: anywhere;
}
.nxg5-news-mosaic-card__content h3 {
  font-size: clamp(20px, 1.45vw, 27px);
  line-height: 1.08;
  -webkit-line-clamp: 4;
}
.nxg5-news-mosaic-card__content p {
  font-size: 12px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content {
  padding: 24px 26px 26px;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.04;
  -webkit-line-clamp: 5;
  max-width: 88% !important;
}
.nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p {
  font-size: 14px;
  line-height: 1.42;
  -webkit-line-clamp: 3;
  max-width: 78% !important;
}
.nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content h3,
.nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(17px, 1.2vw, 22px);
  -webkit-line-clamp: 4;
}
.nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content p,
.nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content p {
  display: none;
}
.nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(19px, 1.35vw, 25px);
  -webkit-line-clamp: 5;
}
.nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content p {
  -webkit-line-clamp: 2;
}
.nxg5-news-mosaic--count-2 .nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content h3 {
  font-size: clamp(21px, 1.55vw, 28px);
  -webkit-line-clamp: 6;
}
.nxg5-news-mosaic--count-2 .nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content p {
  font-size: 13px;
  -webkit-line-clamp: 3;
}
.nxg5-news-mosaic-card__tag {
  min-height: 25px;
  padding: 0 11px;
  font-size: 10px;
}
.nxg5-news-mosaic-card__content time {
  font-size: 9px;
}

@media (max-width: 1100px) {
  .nxg5-news-mosaic--count-2,
  .nxg5-news-mosaic--count-3,
  .nxg5-news-mosaic--count-4 {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .9fr);
  }
  .nxg5-news-mosaic--count-4 {
    grid-template-areas:
      "hero hero"
      "top tall"
      "mid tall";
    grid-template-rows: 390px 220px 220px;
  }
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3 {
    max-width: 94% !important;
    font-size: clamp(27px, 3.2vw, 38px);
    -webkit-line-clamp: 4;
  }
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p {
    max-width: 88% !important;
  }
}

@media (max-width: 760px) {
  .nxg5-news-mosaic--count-1,
  .nxg5-news-mosaic--count-2,
  .nxg5-news-mosaic--count-3,
  .nxg5-news-mosaic--count-4 {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-template-rows: none;
  }
  .nxg5-news-mosaic-card--hero,
  .nxg5-news-mosaic-card--top,
  .nxg5-news-mosaic-card--mid,
  .nxg5-news-mosaic-card--tall {
    grid-area: auto;
    min-height: 300px;
  }
  .nxg5-news-mosaic-card--hero {
    min-height: 360px;
  }
  .nxg5-news-mosaic-card__content,
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content {
    padding: 18px 18px 20px;
  }
  .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content h3,
  .nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content h3 {
    max-width: 100% !important;
    font-size: clamp(21px, 6.4vw, 30px);
    line-height: 1.06;
    -webkit-line-clamp: 4;
  }
  .nxg5-news-mosaic-card__content p,
  .nxg5-news-mosaic-card--hero .nxg5-news-mosaic-card__content p,
  .nxg5-news-mosaic-card--top .nxg5-news-mosaic-card__content p,
  .nxg5-news-mosaic-card--mid .nxg5-news-mosaic-card__content p,
  .nxg5-news-mosaic-card--tall .nxg5-news-mosaic-card__content p {
    display: -webkit-box;
    max-width: 100% !important;
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

/* =========================================================
   Noticias premium referencia 5.1.9
   ========================================================= */
.nxg5-section--news-premium {
  background: #08070a;
}
.nxg5-news-premium {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
  grid-template-areas:
    "hero top tall"
    "hero mid tall";
  grid-template-rows: minmax(240px, 1fr) minmax(240px, 1fr);
}
.nxg5-news-premium--count-1 {
  grid-template-columns: 1fr;
  grid-template-areas: "hero";
  grid-template-rows: minmax(420px, auto);
}
.nxg5-news-premium--count-2 {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr);
  grid-template-areas: "hero tall";
  grid-template-rows: minmax(420px, auto);
}
.nxg5-news-premium--count-3 {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.95fr);
  grid-template-areas:
    "hero top"
    "hero mid";
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
}
.nxg5-news-premium-card--hero { grid-area: hero; }
.nxg5-news-premium-card--top { grid-area: top; }
.nxg5-news-premium-card--mid { grid-area: mid; }
.nxg5-news-premium-card--tall { grid-area: tall; }
.nxg5-news-premium-card,
.nxg5-news-premium-card__link {
  min-width: 0;
  height: 100%;
}
.nxg5-news-premium-card__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #111;
}
.nxg5-news-premium-card__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}
.nxg5-news-premium-card__link:hover img { transform: scale(1.035); }
.nxg5-news-premium-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(6,6,8,.86) 0%, rgba(6,6,8,.42) 38%, rgba(6,6,8,.12) 62%, rgba(6,6,8,0) 100%),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 40%);
}
.nxg5-news-premium-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 18px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}
.nxg5-news-premium-card__tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #ef2aa2;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.nxg5-news-premium-card__tag i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b341ff;
  display: inline-block;
}
.nxg5-news-premium-card__content h3,
.nxg5-news-premium-card__content p {
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.nxg5-news-premium-card__content h3 {
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.nxg5-news-premium-card__content p {
  color: rgba(255,255,255,.9);
  line-height: 1.42;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.nxg5-news-premium-card--hero .nxg5-news-premium-card__content {
  padding: 22px 26px 22px;
  max-width: 76%;
}
.nxg5-news-premium-card--hero .nxg5-news-premium-card__content h3 {
  font-size: clamp(27px, 3vw, 48px);
  -webkit-line-clamp: 4;
}
.nxg5-news-premium-card--hero .nxg5-news-premium-card__content p {
  font-size: 14px;
  -webkit-line-clamp: 2;
  max-width: 92%;
}
.nxg5-news-premium-card--top .nxg5-news-premium-card__content h3,
.nxg5-news-premium-card--mid .nxg5-news-premium-card__content h3,
.nxg5-news-premium-card--tall .nxg5-news-premium-card__content h3 {
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: 1.15;
}
.nxg5-news-premium-card--top .nxg5-news-premium-card__content h3,
.nxg5-news-premium-card--mid .nxg5-news-premium-card__content h3 {
  -webkit-line-clamp: 3;
}
.nxg5-news-premium-card--tall .nxg5-news-premium-card__content h3 {
  -webkit-line-clamp: 4;
}
.nxg5-news-premium-card--top .nxg5-news-premium-card__content p,
.nxg5-news-premium-card--mid .nxg5-news-premium-card__content p {
  display: none;
}
.nxg5-news-premium-card--tall .nxg5-news-premium-card__content p {
  font-size: 12px;
  -webkit-line-clamp: 2;
}
.nxg5-news-premium-card__dots {
  position: absolute;
  right: 16px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nxg5-news-premium-card__dots b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
}
.nxg5-news-premium-card__dots b:nth-child(2) { height: 22px; border-radius: 999px; background: #fff; }

@media (max-width: 1200px) {
  .nxg5-news-premium {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.95fr);
    grid-template-areas:
      "hero hero"
      "top tall"
      "mid tall";
    grid-template-rows: minmax(360px, auto) minmax(180px, 1fr) minmax(180px, 1fr);
  }
  .nxg5-news-premium--count-2,
  .nxg5-news-premium--count-3 {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  }
}
@media (max-width: 900px) {
  .nxg5-news-premium,
  .nxg5-news-premium--count-2,
  .nxg5-news-premium--count-3,
  .nxg5-news-premium--count-4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "top"
      "mid"
      "tall";
    grid-template-rows: none;
  }
  .nxg5-news-premium-card--hero,
  .nxg5-news-premium-card--top,
  .nxg5-news-premium-card--mid,
  .nxg5-news-premium-card--tall {
    min-height: 270px;
  }
  .nxg5-news-premium-card--hero .nxg5-news-premium-card__content,
  .nxg5-news-premium-card__content {
    max-width: 100%;
    padding: 18px;
  }
  .nxg5-news-premium-card--hero .nxg5-news-premium-card__content h3,
  .nxg5-news-premium-card--top .nxg5-news-premium-card__content h3,
  .nxg5-news-premium-card--mid .nxg5-news-premium-card__content h3,
  .nxg5-news-premium-card--tall .nxg5-news-premium-card__content h3 {
    font-size: clamp(22px, 6vw, 32px);
    -webkit-line-clamp: 4;
  }
  .nxg5-news-premium-card__dots { display: none; }
}
