:root {
  color-scheme: dark;
  --ink: #f7f7fb;
  --muted: #aaa7b7;
  --background: #09080d;
  --surface: #15131c;
  --line: rgba(255,255,255,.11);
  --accent: #ff3158;
  --violet: #7d5cff;
  --cyan: #23d9df;
  --content: 1120px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.site-header { width: min(var(--content), calc(100% - 40px)); min-height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: -.04em; }
.brand img { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(255,49,180,.22)); }
.site-nav { display: flex; gap: 25px; color: #cac7d2; font-size: 13px; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.header-play { border: 0; font-weight: 850; padding: 12px 18px; border-radius: 999px; background: linear-gradient(100deg,var(--accent),#ff6931); }
.hero { min-height: 520px; padding: 44px max(20px,calc((100% - var(--content))/2)) 30px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; overflow: hidden; background: radial-gradient(circle at 80% 35%,rgba(125,92,255,.28),transparent 24%),radial-gradient(circle at 10% 0,rgba(255,49,88,.17),transparent 28%),linear-gradient(#100e17,var(--background)); }
.hero-copy { text-align: center; }
.eyebrow { color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.hero .eyebrow { display: flex; align-items: center; justify-content: center; color: #d6d3e2; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(255,49,88,.13); }
h1 { margin: 18px auto 24px; max-width: 650px; font-size: clamp(52px,8vw,90px); line-height: .9; letter-spacing: -.075em; }
h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.42); }
.hero-text, .section-copy > p, .partner-section article > p, .site-footer p { color: var(--muted); line-height: 1.65; }
.hero-text { max-width: 650px; margin-inline: auto; font-size: 16px; }
.hero-text span { display: block; }
.hero-text span + span { margin-top: 3px; }
.hero-actions, .store-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.hero-actions { justify-content: center; }
.text-link { color: #d4d1dc; font-size: 13px; font-weight: 800; }
.whatsapp-request { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 62px; padding: 16px 28px; border: 1px solid rgba(68,255,157,.42); border-radius: 999px; background: rgba(37,211,102,.13); color: #6dffa9; font-size: 15px; font-weight: 900; }.whatsapp-request span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; border-radius: 50%; background: #25d366; color: #06140c; font-size: 17px; }
.now-playing { position: relative; display: grid; place-items: center; min-height: 330px; }
.modern-player { position: relative; width: min(510px,100%); padding: 25px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg,rgba(255,255,255,.045),transparent 42%),#0c0a10; box-shadow: 0 28px 75px rgba(0,0,0,.55); }.modern-player-top { display: flex; align-items: center; gap: 22px; }.modern-cover { flex: 0 0 180px; width: 180px; height: 180px; overflow: hidden; border-radius: 18px; background: var(--surface); box-shadow: 0 16px 35px rgba(0,0,0,.38); }.modern-cover img { width: 100%; height: 100%; object-fit: cover; }.modern-meta { min-width: 0; }.modern-meta small { color: #ff4fb4; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 950; }.modern-meta strong,.modern-meta span { display: block; overflow: hidden; text-overflow: ellipsis; }.modern-meta strong { margin: 12px 0 7px; color: #ffe24c; font-size: 29px; line-height: 1.05; }.modern-meta span { color: var(--cyan); font-size: 17px; }.modern-progress { height: 4px; margin: 24px 0 18px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.12); }.modern-progress i { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--accent),var(--violet),var(--cyan)); transform: translateX(-110%); }.is-playing .modern-progress i { animation: live-signal 2.8s ease-in-out infinite; }.modern-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; }.modern-controls > button { min-width: 160px; height: 58px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: linear-gradient(135deg,var(--accent),var(--violet)); box-shadow: 0 8px 24px rgba(255,49,88,.24); font-size: 14px; font-weight: 900; }.modern-controls > button [data-player-icon] { font-size: 16px; }.modern-status { color: var(--muted); font-size: 13px; }.modern-status i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--accent); }.modern-volume { display: flex; align-items: center; gap: 7px; color: var(--muted); }.modern-volume button { width: 30px; height: 30px; padding: 0; border: 0; background: transparent; font-size: 15px; }.modern-volume input { width: 72px; height: 4px; accent-color: var(--cyan); cursor: pointer; }.volume-device-note { display: none; max-width: 100px; font-size: 9px; line-height: 1.2; }.volume-locked .modern-volume input { display: none; }.volume-locked .volume-device-note { display: inline; }
@keyframes live-signal { 0% { transform: translateX(-110%); } 50% { transform: translateX(140%); } 100% { transform: translateX(250%); } }
.artwork-shell { position: relative; width: min(340px,80vw); aspect-ratio: 1; }
.artwork-shell { display: grid; place-items: center; padding: 0; border-radius: 50%; background: repeating-radial-gradient(circle,#1b1724 0 4px,#0a0810 5px 9px); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.artwork { display: block; width: 76%; height: 76%; object-fit: contain; object-position: 50% 50%; transform: translateY(-1.5%); border-radius: 50%; }
.artwork-ring { position: absolute; inset: -14px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.is-playing .artwork-shell { animation: rotate-cover 18s linear infinite; }
@keyframes rotate-cover { to { transform: rotate(360deg); } }
.track-card { position: absolute; left: -28px; bottom: 0; width: 270px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(18,16,26,.9); backdrop-filter: blur(18px); box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.track-card > * { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.track-card .track-state { margin-bottom: 7px; color: var(--cyan); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.track-card strong { font-size: 15px; }
.track-card > span:last-child { color: var(--muted); font-size: 12px; }
.section { width: min(var(--content), calc(100% - 40px)); margin: auto; padding: 70px 0; }
.section h2 { margin: 0; font-size: clamp(34px,5vw,54px); line-height: 1; letter-spacing: -.055em; }
.app-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; padding-top: 30px; padding-bottom: 30px; }
.app-section .section-copy { text-align: center; }
.app-preview { min-height: 460px; display: grid; place-items: center; }
.phone { position: relative; width: 226px; height: 490px; padding: 0; overflow: hidden; border: 8px solid #292633; border-radius: 42px; background: #03060c; transform: rotate(-3deg); box-shadow: 0 30px 70px rgba(0,0,0,.5); }.phone .app-reference { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-speaker { width: 70px; height: 17px; margin-top: -20px; margin-bottom: 28px; border-radius: 20px; background: #050407; }
.phone-top { width: 100%; display: flex; align-items: center; justify-content: space-between; }.phone-top img { width: 29px; height: 29px; object-fit: contain; }.phone-top small { color: var(--muted); font-size: 8px; }
.phone-cover { width: 145px; height: 145px; margin: 25px 0 15px; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle,#201a2a 0 3px,#0b0910 4px 7px); box-shadow: 0 0 32px rgba(255,49,88,.18); }.phone-cover img { width: 76%; height: 76%; object-fit: contain; border-radius: 50%; }
.phone > span:not(.phone-brand) { margin-top: 4px; color: var(--muted); font-size: 11px; }
.phone-wave { height: 23px; margin: 13px 0 8px; display: flex; align-items: center; gap: 3px; }.phone-wave i { width: 3px; border-radius: 4px; background: linear-gradient(var(--cyan),var(--accent)); }.phone-wave i:nth-child(1),.phone-wave i:nth-child(6){height:8px}.phone-wave i:nth-child(2),.phone-wave i:nth-child(7){height:19px}.phone-wave i:nth-child(3),.phone-wave i:nth-child(8){height:12px}.phone-wave i:nth-child(4){height:23px}.phone-wave i:nth-child(5),.phone-wave i:nth-child(9){height:15px}
.phone-controls { display: flex; align-items: center; gap: 19px; }.phone-controls button { border: 0; background: transparent; color: white; }.phone-controls button:nth-child(2) { width: 48px; height: 48px; border-radius: 50%; background: white; color: black; }.phone-volume { width: 75%; height: 3px; margin-top: 13px; border-radius: 4px; background: linear-gradient(90deg,var(--cyan) 62%,rgba(255,255,255,.14) 62%); }.phone-tabs { position: absolute; left: 12px; right: 12px; bottom: 9px; padding-top: 8px; display: flex; justify-content: space-around; border-top: 1px solid var(--line); color: #827e8d; font-size: 8px; }.phone-tabs span:first-child { color: var(--accent); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; margin: 28px 0; list-style: none; text-align: left; font-size: 13px; font-weight: 750; }
.benefits li::before { content: "✓"; margin-right: 10px; color: var(--cyan); }
.store-buttons { justify-content: center; }
.app-store-coming { width: 155px; height: 60px; padding: 10px 16px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: #050505; text-align: left; opacity: .72; }
.app-store-coming small, .app-store-coming strong { display: block; }
.app-store-coming small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.app-store-coming strong { font-size: 20px; }
.google-play-badge { width: 155px; height: 60px; display: block; overflow: hidden; border-radius: 10px; transition: transform .2s ease,filter .2s ease; }
.google-play-badge:hover, .google-play-badge:focus-visible { transform: translateY(-2px); filter: brightness(1.08); }
.google-play-badge img { width: 100%; height: 100%; display: block; object-fit: contain; }
.pending-note { display: block; margin-top: 12px; color: #777481; }
.schedule-section { padding-top: 26px; padding-bottom: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; }
.carousel-controls { display: flex; gap: 8px; }.carousel-controls button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); }
.schedule-carousel { position: relative; min-height: 310px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.schedule-slide { position: absolute; inset: 0; padding: 32px; display: flex; align-items: center; opacity: 0; transform: translateX(32px); pointer-events: none; background-image: linear-gradient(90deg,rgba(8,7,12,.97) 0%,rgba(8,7,12,.76) 40%,rgba(8,7,12,.06) 72%),var(--schedule-image); background-size: cover; background-position: center; transition: opacity .45s ease,transform .45s ease; }.schedule-slide.active { opacity: 1; transform: none; pointer-events: auto; }.schedule-slide > div { max-width: 54%; }
.schedule-slide h3 { margin: 20px 0 7px; font-size: clamp(35px,5vw,58px); letter-spacing: -.06em; }.schedule-slide p { max-width: 540px; color: #d0ccd7; line-height: 1.55; }
.schedule-dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }.schedule-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #4e4958; }.schedule-dots button.active { width: 25px; border-radius: 999px; background: linear-gradient(90deg,var(--accent),var(--violet)); }
.schedule-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.on-air-card, .next-shows, .partner-section article { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.on-air-card { display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 85% 20%,rgba(255,49,88,.25),transparent 34%),var(--surface); }
.live-label { width: max-content; padding: 7px 9px; border-radius: 8px; background: var(--accent); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; }
.on-air-card h3 { margin: 0; font-size: clamp(34px,5vw,55px); letter-spacing: -.055em; }
.on-air-card p, .schedule-row small { color: var(--muted); }
.next-shows > h3 { margin-top: 0; font-size: 14px; }
.schedule-row { display: grid; grid-template-columns: 65px 1fr; gap: 13px; padding: 14px 0; border-top: 1px solid var(--line); }
.schedule-row time { color: var(--accent); font-size: 12px; font-weight: 900; }
.schedule-row strong, .schedule-row small { display: block; font-size: 12px; }
.desktop-intro { max-width: 620px; color: var(--muted); line-height: 1.6; }
.desktop-section { padding-top: 26px; padding-bottom: 30px; }
.desktop-options { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 28px; }
.desktop-options a, .desktop-options button { position: relative; min-height: 96px; padding: 18px; display: flex; align-items: center; gap: 13px; overflow: hidden; text-align: left; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg,rgba(125,92,255,.09),transparent 45%),var(--surface); color: var(--ink); transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease; }
.desktop-options a::before, .desktop-options button::before { content: ""; position: absolute; inset: 0 18% auto; height: 2px; background: linear-gradient(90deg,transparent,var(--cyan),var(--accent),transparent); opacity: .7; }
.desktop-options button { width: 100%; font: inherit; cursor: pointer; }
.desktop-options a:hover, .desktop-options a:focus-visible, .desktop-options button:hover, .desktop-options button:focus-visible { border-color: rgba(35,217,223,.62); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.28),0 0 22px rgba(35,217,223,.08); }
.desktop-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg,var(--violet),var(--accent)); box-shadow: 0 8px 20px rgba(255,49,88,.18); }
.desktop-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.desktop-options a:first-child .desktop-icon svg { fill: currentColor; stroke: none; }
.desktop-options strong, .desktop-options small { display: block; }.desktop-options strong { font-size: 13px; }.desktop-options small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.visual-banner { position: relative; display: block; min-height: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #100d17; box-shadow: 0 24px 55px rgba(0,0,0,.26); }
.visual-banner::before { display: none; }
.visual-banner > img { display: block; width: 100%; height: auto; aspect-ratio: 2.05 / 1; object-fit: cover; object-position: center; }
.advertising-banner > img { aspect-ratio: 3680 / 1206; object-fit: contain; }
.advertising-mobile { display: none; }
.advertising-section { padding-top: 10px; }
.social-section { padding-top: 26px; padding-bottom: 30px; }
.social-actions { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.social-actions a { min-height: 100px; padding: 18px; display: flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); text-align: center; font-size: 15px; font-weight: 850; transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.social-actions a:hover, .social-actions a:focus-visible { border-color: var(--cyan); background: rgba(35,217,223,.1); transform: translateY(-2px); }
.social-actions img { width: 46px; height: 46px; padding: 10px; object-fit: contain; flex: 0 0 46px; border-radius: 13px; background: rgba(255,255,255,.07); }
.advertising-banner:focus-visible { outline: 3px solid var(--cyan); outline-offset: -5px; }
.visual-banner:hover img { filter: brightness(1.06); transform: scale(1.008); }
.visual-banner img { transition: filter .25s ease, transform .35s ease; }
.outline-link { display: inline-block; margin-top: 15px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; font-weight: 850; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }.social-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; }
.site-footer { width: min(var(--content), calc(100% - 40px)); margin: auto; padding: 55px 0 120px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.site-footer > div:last-child { display: flex; flex-wrap: wrap; align-content: start; gap: 18px; color: var(--muted); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }.footer-brand img { width: 78px; height: 78px; object-fit: contain; }.footer-brand p { margin: 0; }
.footer-brand p span { display: inline-block; margin-top: 5px; color: #777481; font-size: 11px; }
.sticky-player { position: fixed; z-index: 20; left: 50%; bottom: 14px; width: min(850px,calc(100% - 28px)); transform: translateX(-50%); grid-template-columns: auto auto 1fr auto; align-items: center; gap: 13px; padding: 11px 16px 11px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(25,22,32,.96); backdrop-filter: blur(20px); box-shadow: 0 22px 60px rgba(0,0,0,.55); }
.sticky-player:not([hidden]) { display: grid; }
+
/* Página independiente de publicidad */
.back-home { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: #d8d5df; font-size: 13px; font-weight: 800; }
.back-home:hover,.back-home:focus-visible { border-color: var(--accent); color: white; }
.ads-hero { width: min(var(--content),calc(100% - 40px)); margin: auto; padding: 54px 0 38px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 36px; }
.ads-hero-copy h1 { margin: 14px 0 22px; font-size: clamp(54px,7vw,92px); line-height: .83; letter-spacing: -.07em; }
.ads-hero-copy h1 em { color: var(--accent); font-style: normal; }
.ads-hero-copy > p:last-of-type { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.ads-hero > img { width: 100%; min-height: 0; aspect-ratio: 2.45 / 1; object-fit: cover; object-position: center; border: 1px solid var(--line); border-radius: 26px; background: #050307; box-shadow: 0 30px 70px rgba(0,0,0,.42); }
.ads-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.ads-primary,.ads-secondary { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 900; }
.ads-primary { background: linear-gradient(110deg,#20c961,#31e779); color: #061b0e; box-shadow: 0 12px 30px rgba(37,211,102,.2); }
.ads-secondary { border: 1px solid var(--line); background: var(--surface); }
.ads-primary:hover,.ads-primary:focus-visible,.ads-secondary:hover,.ads-secondary:focus-visible { transform: translateY(-2px); }
.ads-section { width: min(var(--content),calc(100% - 40px)); margin: auto; padding: 48px 0 34px; text-align: center; }
.ads-section h2,.ads-contact-card h2 { margin: 8px 0 0; font-size: clamp(34px,5vw,54px); line-height: 1; letter-spacing: -.055em; }
.ads-services { margin-top: 30px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; text-align: left; }
.ads-services article { min-height: 205px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(255,49,88,.08),transparent 46%),var(--surface); }
.ads-services article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg,var(--accent),var(--violet)); font-weight: 900; }
.ads-services article > span svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ads-services h3 { margin: 21px 0 9px; font-size: 18px; }
.ads-services p,.ads-contact-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.ads-contact-card { width: min(var(--content),calc(100% - 40px)); margin: 32px auto 70px; padding: 36px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 38px; border: 1px solid rgba(255,49,88,.28); border-radius: 24px; background: radial-gradient(circle at 85% 30%,rgba(125,92,255,.2),transparent 38%),#121018; }
.ads-contact-card .ads-actions { margin: 0; justify-content: flex-end; }

/* Páginas informativas */
.info-page-main { width: min(860px,calc(100% - 40px)); margin: auto; padding: 62px 0 80px; }
.info-page-hero { padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.info-page-hero h1 { max-width: none; margin: 12px 0 20px; font-size: clamp(50px,8vw,78px); line-height: .95; }
.info-page-hero > p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.info-content { padding-top: 18px; }
.info-content section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.info-content h2 { margin: 0 0 11px; font-size: 24px; letter-spacing: -.03em; }
.info-content p,.info-content li { color: var(--muted); line-height: 1.7; }
.info-content ul { padding-left: 20px; }
.contact-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.contact-card { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(125,92,255,.1),transparent 48%),var(--surface); }
.contact-card h2 { margin: 18px 0 9px; }
.contact-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.55; }
.contact-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--accent),var(--violet)); font-size: 21px; }
.contact-card.whatsapp .contact-icon { background: #25d366; color: #061b0e; }
.contact-link { min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 900; }
.contact-card.whatsapp .contact-link { border: 0; background: #25d366; color: #061b0e; }
.contact-socials { margin-top: 14px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.contact-socials a { padding: 16px 8px; display: grid; place-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); font-size: 12px; font-weight: 800; }
.contact-socials img { width: 30px; height: 30px; }
@media (max-width:820px) { .ads-hero { grid-template-columns: 1fr; padding-top: 38px; }.ads-hero > img { min-height: 0; }.ads-services { grid-template-columns: 1fr 1fr; }.ads-contact-card { grid-template-columns: 1fr; }.ads-contact-card .ads-actions { justify-content: flex-start; } }
@media (max-width:540px) { .back-home { padding: 10px 12px; font-size: 11px; }.ads-hero,.ads-section,.ads-contact-card { width: calc(100% - 28px); }.ads-hero { padding: 34px 0 24px; gap: 24px; }.ads-hero-copy h1 { font-size: clamp(52px,16vw,68px); }.ads-hero-copy > p:last-of-type { font-size: 15px; }.ads-hero > img { min-height: 0; border-radius: 20px; }.ads-actions { align-items: stretch; }.ads-primary,.ads-secondary { width: 100%; }.ads-section { padding-top: 34px; }.ads-services { grid-template-columns: 1fr; }.ads-services article { min-height: 0; }.ads-contact-card { margin-bottom: 46px; padding: 25px 20px; }.info-page-main { width: calc(100% - 28px); padding: 40px 0 55px; }.info-page-hero h1 { font-size: 50px; }.contact-grid,.contact-socials { grid-template-columns: 1fr; }.contact-card { min-height: 0; } }
.sticky-player button { width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--accent); }
.sticky-player img { width: 42px; height: 42px; object-fit: cover; border-radius: 9px; }
.sticky-player > div { min-width: 0; }
.sticky-player strong, .sticky-player > div span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky-player strong { font-size: 13px; }.sticky-player > div span { color: var(--muted); font-size: 11px; }
.desktop-status { display: flex; align-items: center; gap: 8px; color: #cbc8d3; font-size: 11px; }
.desktop-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,49,88,.12); }
@media (max-width: 820px) {
  .site-nav { display: none; }
  .hero, .app-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 40px; padding-bottom: 28px; gap: 28px; }
  .now-playing { min-height: 300px; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-slide { background-position: 60% center; }.schedule-slide > div { max-width: 72%; }
  .desktop-options { grid-template-columns: 1fr 1fr; }
  .modern-player { width: min(590px,100%); }.modern-cover { flex-basis: 190px; width: 190px; height: 190px; }.modern-meta strong { font-size: 32px; }.modern-meta span { font-size: 18px; }
}
@media (max-width: 540px) {
  .site-header, .section, .site-footer { width: min(var(--content), calc(100% - 28px)); }
  .header-play { padding: 11px 14px; }.brand { font-size: 13px; }.brand img { width: 40px; height: 40px; }
  .hero { padding: 36px 14px 42px; min-height: auto; } h1 { font-size: clamp(46px,15vw,58px); }
  .hero-text { font-size: 15px; }.hero-actions { align-items: stretch; }.whatsapp-request { flex: 1 1 100%; width: 100%; min-height: 60px; padding-inline: 18px; font-size: 14px; }
  .track-card { left: 0; width: 230px; }.section { padding: 50px 0; }
  .now-playing { min-height: 300px; }.modern-player { padding: 18px; border-radius: 21px; }.modern-player-top { align-items: center; gap: 16px; }.modern-cover { flex-basis: 132px; width: 132px; height: 132px; border-radius: 15px; }.modern-meta small { font-size: 9px; }.modern-meta strong { font-size: 23px; }.modern-meta span { font-size: 15px; }.modern-controls { grid-template-columns: 1fr auto; }.modern-controls > button { min-width: 178px; height: 56px; padding-inline: 18px; }.modern-status { display: none; }.modern-volume input { width: 62px; }
  .app-section { gap: 24px; padding-top: 22px; padding-bottom: 26px; }.schedule-section, .desktop-section, .social-section { padding-top: 22px; padding-bottom: 26px; }.app-preview { min-height: 395px; }.phone { width: 204px; height: 440px; transform: none; }
  .schedule-carousel { min-height: 360px; }.schedule-slide { padding: 24px; background-image: linear-gradient(90deg,rgba(8,7,12,.97) 0%,rgba(8,7,12,.82) 58%,rgba(8,7,12,.2) 100%),var(--schedule-image); }.schedule-slide > div { max-width: 88%; }.schedule-slide h3 { font-size: 38px; }
  .visual-banner { border-radius: 17px; }.social-actions { grid-template-columns: 1fr 1fr; }.social-actions a { min-height: 82px; gap: 10px; font-size: 14px; }.social-actions img { width: 42px; height: 42px; flex-basis: 42px; padding: 9px; }.advertising-section { padding-top: 0; }
  .advertising-banner { min-height: 470px; display: flex; align-items: flex-end; background-image: linear-gradient(180deg,rgba(6,5,9,.05) 20%,rgba(6,5,9,.92) 69%,#08070b 100%),linear-gradient(90deg,rgba(6,5,9,.72),rgba(6,5,9,.02) 72%),url('assets/advertising-banner-wide.png'); background-size: auto 100%; background-position: 64% center; }
  .advertising-desktop { display: none !important; }
  .advertising-mobile { width: 100%; padding: 26px 22px 24px; display: block; position: relative; }
  .mobile-ad-eyebrow { display: block; margin-bottom: 8px; color: var(--accent); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 950; }
  .advertising-mobile strong { display: block; color: white; font-size: clamp(42px,13vw,56px); line-height: .88; letter-spacing: -.06em; }
  .advertising-mobile strong em { color: var(--accent); font-style: normal; }
  .mobile-ad-copy { display: block; max-width: 310px; margin: 16px 0 20px; color: #d2ced5; font-size: 14px; line-height: 1.45; }
  .mobile-ad-button { width: fit-content; min-height: 50px; padding: 0 17px; display: flex; align-items: center; border: 1px solid #ff3158; border-radius: 999px; background: rgba(18,7,12,.72); color: white; box-shadow: 0 0 22px rgba(255,49,88,.3); font-size: 13px; font-weight: 900; }
  .benefits, .desktop-options { grid-template-columns: 1fr; }
  .section-heading, .site-footer { align-items: start; flex-direction: column; }
  .sticky-player { bottom: max(10px,env(safe-area-inset-bottom)); grid-template-columns: auto auto minmax(0,1fr); padding: 9px; border-radius: 16px; }.sticky-player button { width: 44px; height: 44px; }.sticky-player img { width: 40px; height: 40px; }.desktop-status { display: none; }
}
.live-dj-badge { width: max-content; margin-top: 12px; padding: 6px 9px; display: block; border: 1px solid rgba(255,49,88,.48); border-radius: 999px; background: rgba(255,49,88,.14); color: #ff6685; font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.live-dj { margin-top: 9px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.live-dj[hidden],.live-dj-badge[hidden] { display: none; }
.live-dj img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255,255,255,.18); }
.modern-meta .live-dj strong { display: inline; margin: 0; color: white; font-size: inherit; }
.modern-meta .listener-count { display: block; margin-top: 9px; color: #777380; font-size: 9px; }
.modern-meta .listener-count[hidden] { display: none; }
.recently-played { width: min(1180px,calc(100% - 48px)); margin: -4px auto 42px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(19,16,25,.72); }
.recently-played[hidden] { display: none; }
.recently-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.recently-heading .eyebrow { margin: 0; }
.recently-heading h2 { margin: 0; font-size: 27px; }
.recently-played ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 9px; list-style: none; }
.recently-played li { min-width: 0; padding: 11px 13px; border-radius: 13px; background: rgba(255,255,255,.035); }
.recently-played strong,.recently-played span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recently-played strong { color: #f4f2f7; font-size: 12px; }
.recently-played span { margin-top: 4px; color: var(--muted); font-size: 10px; }
@media (max-width:820px) { .recently-played ol { grid-template-columns: repeat(2,minmax(0,1fr)); }.recently-played li:last-child { grid-column: 1 / -1; } }
@media (max-width:540px) { .recently-played { width: calc(100% - 28px); margin-bottom: 24px; padding: 18px; }.recently-heading { align-items: start; flex-direction: column; gap: 5px; }.recently-played ol { grid-template-columns: 1fr; }.recently-played li:last-child { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.is-playing .artwork-shell { animation: none; } }

/* Aprovecha monitores amplios sin alterar tableta ni móvil */
@media (min-width: 1600px) {
  :root { --content: 1360px; }
  body { background-image: radial-gradient(circle at 8% 30%,rgba(255,49,88,.045),transparent 21%),radial-gradient(circle at 92% 58%,rgba(125,92,255,.055),transparent 24%); background-attachment: fixed; }
  .site-header { min-height: 88px; }
  .brand { font-size: 18px; }.brand img { width: 58px; height: 58px; }
  .site-nav { gap: 34px; font-size: 15px; }.header-play { padding: 14px 23px; font-size: 15px; }
  .hero { min-height: 650px; gap: 70px; padding-top: 58px; padding-bottom: 42px; }
  .hero h1 { max-width: 760px; font-size: 106px; }
  .hero-text { max-width: 740px; font-size: 18px; }
  .whatsapp-request { min-height: 68px; padding-inline: 34px; font-size: 17px; }
  .now-playing { min-height: 400px; }
  .modern-player { width: min(620px,100%); padding: 31px; }
  .modern-cover { flex-basis: 215px; width: 215px; height: 215px; }
  .modern-meta strong { font-size: 36px; }.modern-meta span { font-size: 20px; }
  .modern-controls > button { min-width: 190px; height: 64px; font-size: 16px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .app-section,.schedule-section,.desktop-section,.social-section { padding-top: 42px; padding-bottom: 42px; }
  .section h2 { font-size: 62px; }
  .phone { width: 270px; height: 580px; }
  .section-copy > p,.desktop-intro { font-size: 17px; }
  .benefits { font-size: 15px; }
  .schedule-carousel { min-height: 380px; }
  .schedule-slide h3 { font-size: 66px; }
  .desktop-options a,.desktop-options button { min-height: 112px; }
  .social-actions a { min-height: 116px; font-size: 17px; }
}
