:root {
  --bg: #06070a;
  --panel: rgba(18, 20, 26, .76);
  --panel-strong: #11141b;
  --line: rgba(255,255,255,.09);
  --text: #f7f8fb;
  --muted: #9ba3b2;
  --red: #ff173d;
  --red-2: #d9072a;
  --cyan: #12d6ff;
  --blue: #0878ff;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 5%, rgba(255,23,61,.12), transparent 26rem),
    radial-gradient(circle at 95% 16%, rgba(18,214,255,.10), transparent 30rem),
    linear-gradient(180deg, #07080b 0%, #090b10 45%, #06070a 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
code { color: #fff; background: rgba(255,255,255,.08); padding: .18rem .4rem; border-radius: .45rem; }
[hidden] { display: none !important; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; width: 28rem; height: 28rem; border-radius: 50%; filter: blur(120px); opacity: .10; pointer-events: none; z-index: -1; }
.ambient-a { background: var(--red); left: -12rem; top: 24rem; }
.ambient-b { background: var(--cyan); right: -14rem; top: 54rem; }
.site-header {
  width: min(1240px, calc(100% - 28px));
  height: 82px;
  margin: 14px auto 0;
  padding: 0 18px 0 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: sticky;
  top: 12px;
  z-index: 40;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(7,8,11,.78);
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 18px 70px rgba(0,0,0,.24);
}
.brand img { width: 148px; height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.desktop-nav a { padding: 10px 18px; border-radius: 999px; color: #bdc3cf; font-size: .9rem; font-weight: 700; transition: .2s; }
.desktop-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.site-header > .btn { justify-self: end; }
.btn {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: -.01em;
  transition: transform .2s, border-color .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--red), #ff4d65); color: white; box-shadow: 0 14px 38px rgba(255,23,61,.24); }
.btn-secondary { background: rgba(255,255,255,.065); color: #fff; border: 1px solid rgba(255,255,255,.12); }
.btn-outline { background: transparent; border: 1px solid rgba(255,255,255,.16); color: #eef1f6; }
.btn-full { width: 100%; }
.glass-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20,23,30,.88), rgba(10,12,17,.72)); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero { min-height: 670px; padding: 108px 0 88px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.eyebrow, .section-kicker, .mini-label, .modal-kicker { color: #c7ccd6; letter-spacing: .16em; font-size: .74rem; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(255,23,61,.12), 0 0 20px rgba(255,23,61,.8); }
.hero h1 { margin: 0; font-size: clamp(3.6rem, 8vw, 6.9rem); line-height: .9; letter-spacing: -.07em; font-weight: 950; }
.hero h1 span { background: linear-gradient(90deg, #fff 0%, #aeb7c7 45%, #4be4ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { max-width: 650px; color: var(--muted); font-size: 1.12rem; line-height: 1.7; margin: 28px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-card { min-height: 440px; padding: 28px; border-radius: 34px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.hero-card::before { content: ""; position: absolute; inset: -40% 18% 32% -20%; background: radial-gradient(circle, rgba(255,23,61,.34), transparent 58%); }
.hero-card::after { content: ""; position: absolute; inset: 18% -35% -45% 35%; background: radial-gradient(circle, rgba(18,214,255,.27), transparent 56%); }
.hero-card > * { position: relative; z-index: 1; }
.hero-card-top { display: flex; justify-content: space-between; align-items: center; color: #aab1bf; font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; color: #fff; padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.04); }
.status-pill i { width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 16px rgba(255,23,61,.9); }
.hero-logo { width: min(100%, 470px); margin: 28px auto 8px; filter: drop-shadow(0 16px 28px rgba(0,0,0,.45)); }
.hero-card p { margin: 0; color: #b4bbc8; font-size: .92rem; }
.signal-bars { height: 58px; display: flex; gap: 7px; align-items: center; justify-content: center; }
.signal-bars i, .waveform i { width: 5px; border-radius: 999px; background: linear-gradient(180deg, var(--cyan), var(--blue)); animation: wave 1.25s ease-in-out infinite; transform-origin: center; }
.signal-bars i { height: 16px; }
.signal-bars i:nth-child(2n), .waveform i:nth-child(2n) { animation-delay: -.45s; }
.signal-bars i:nth-child(3n), .waveform i:nth-child(3n) { animation-delay: -.8s; }
.signal-bars i:nth-child(4n), .waveform i:nth-child(4n) { animation-delay: -.2s; }
@keyframes wave { 0%,100% { transform: scaleY(.55); opacity:.55; } 50% { transform: scaleY(2.4); opacity:1; } }
.media-section { padding: 92px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 30px; }
.section-heading h2 { margin: 7px 0 0; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.05em; }
.section-kicker { color: var(--cyan); }
.media-status { font-size: .78rem; font-weight: 850; color: #adb4c0; padding: 9px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.media-status.online { color: #c8ffd9; border-color: rgba(54,255,132,.22); background: rgba(54,255,132,.08); }
.tv-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .65fr); gap: 22px; }
.video-shell { border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 16/9; background: #000; }
.video-shell video { width: 100%; height: 100%; object-fit: contain; background: #000; display: block; }
.video-badge { position: absolute; left: 18px; top: 18px; z-index: 3; display: flex; gap: 7px; align-items:center; padding: 8px 10px; border-radius: 9px; font-size: .7rem; font-weight: 900; letter-spacing: .08em; background: rgba(6,7,10,.66); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.12); }
.video-badge span { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.player-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: radial-gradient(circle at 50% 30%, rgba(255,23,61,.14), transparent 36%), #050609; z-index: 2; text-align: center; padding: 30px; }
.player-placeholder img { width: min(55%, 330px); opacity: .92; }
.player-placeholder strong { margin-top: 16px; font-size: 1.35rem; }
.player-placeholder span { color: var(--muted); font-size: .85rem; }
.media-info { border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.media-info h3 { font-size: 2rem; line-height: 1.05; margin: 12px 0 16px; letter-spacing: -.04em; }
.media-info > p { color: var(--muted); line-height: 1.65; margin: 0 0 24px; }
.info-list { display: grid; gap: 14px; }
.info-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: start; padding-top: 14px; border-top: 1px solid var(--line); }
.info-list span { color: var(--cyan); font-weight: 900; }
.info-list p { margin: 0; color: #929aa8; font-size: .83rem; line-height: 1.45; }
.info-list b { color: #f3f5f9; display: block; margin-bottom: 2px; }
.radio-section { padding-top: 112px; }
.radio-player { border-radius: 34px; overflow: hidden; display: grid; grid-template-columns: 390px 1fr; min-height: 390px; }
.radio-art { position: relative; display: flex; align-items:center; justify-content:center; background: linear-gradient(145deg, rgba(255,23,61,.14), rgba(9,11,15,.4)); overflow: hidden; }
.radio-art img { width: 78%; position: relative; z-index: 2; filter: drop-shadow(0 22px 32px rgba(0,0,0,.4)); }
.radio-orbit { position:absolute; width: 360px; aspect-ratio:1; border: 1px solid rgba(18,214,255,.26); border-radius:50%; box-shadow: 0 0 0 45px rgba(18,214,255,.025), 0 0 0 90px rgba(255,23,61,.025); animation: orbit 10s linear infinite; }
.radio-orbit::before { content:""; position:absolute; width:12px; height:12px; border-radius:50%; background:var(--cyan); left:12%; top:14%; box-shadow:0 0 20px var(--cyan); }
@keyframes orbit { to { transform: rotate(360deg); } }
.radio-main { padding: 54px; display: flex; flex-direction: column; justify-content:center; }
.radio-main h3 { font-size: clamp(2.3rem, 5vw, 4.3rem); letter-spacing:-.055em; margin: 12px 0 6px; }
.radio-main > p { color: var(--muted); margin:0; }
.waveform { height: 72px; display:flex; align-items:center; gap:6px; margin: 28px 0; overflow:hidden; }
.waveform i { height: 17px; width:4px; animation-play-state: paused; }
.radio-player.playing .waveform i { animation-play-state: running; }
.radio-controls { display:flex; align-items:center; gap:20px; }
.round-play { width:58px; height:58px; flex:0 0 58px; border-radius:50%; border:0; background:var(--red); box-shadow:0 14px 34px rgba(255,23,61,.28); display:grid; place-items:center; cursor:pointer; }
.round-play svg { width:23px; fill:#fff; }
.round-play.is-playing svg path { d: path("M7 5h4v14H7zm6 0h4v14h-4z"); }
.volume-wrap { display:flex; align-items:center; gap:10px; flex:1; max-width:260px; }
.volume-wrap svg { width:19px; fill:#b6becb; }
.volume-wrap input { width:100%; accent-color:var(--cyan); }
#radioStateText { color:#929aa8; font-size:.83rem; }
.sponsors-section { padding: 105px 0 80px; }
.sponsors-heading { align-items:center; }
.sponsor-banner { min-height: 270px; border-radius: 34px; padding: 38px 42px; position:relative; overflow:hidden; display:grid; grid-template-columns: 1.3fr .7fr; gap:32px; align-items:center; }
.sponsor-banner::before { content:""; position:absolute; width:400px; height:400px; border-radius:50%; background:var(--red); filter:blur(120px); opacity:.1; right:10%; top:-60%; }
.sponsor-copy, .sponsor-brand-placeholder { position:relative; z-index:1; }
.sponsor-copy span { font-size:.68rem; letter-spacing:.18em; color:var(--cyan); font-weight:900; }
.sponsor-copy h3 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing:-.05em; margin:9px 0 12px; }
.sponsor-copy p { margin:0; color:var(--muted); line-height:1.6; max-width:650px; }
.sponsor-brand-placeholder { min-height:160px; border:1px dashed rgba(255,255,255,.2); border-radius:22px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:rgba(255,255,255,.025); }
.sponsor-brand-placeholder span { color:#717986; font-size:.66rem; letter-spacing:.18em; font-weight:900; }
.sponsor-brand-placeholder strong { font-size:2.1rem; margin-top:6px; letter-spacing:-.04em; }
.sponsor-pagination { position:absolute; left:42px; bottom:22px; display:flex; gap:7px; }
.sponsor-pagination i { width:20px; height:3px; border-radius:10px; background:rgba(255,255,255,.18); }
.sponsor-pagination i.active { background:var(--red); width:38px; }
.app-cta { padding: 55px 0 110px; }
.app-cta-card { border-radius:34px; padding:46px 48px; display:flex; align-items:center; justify-content:space-between; gap:32px; background: linear-gradient(110deg, rgba(255,23,61,.12), rgba(18,214,255,.09)); border:1px solid rgba(255,255,255,.1); }
.app-cta h2 { font-size:clamp(2rem, 4vw, 3.7rem); margin:8px 0 8px; letter-spacing:-.05em; }
.app-cta p { margin:0; color:var(--muted); }
footer { border-top:1px solid var(--line); background:#050609; }
.footer-inner { min-height:150px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:20px; }
.footer-inner img { width:150px; }
.footer-inner p { color:#8e96a4; }
.footer-inner > span { color:#68717f; justify-self:end; font-size:.82rem; }
.modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:18px; }
.modal-backdrop { position:absolute; inset:0; background:rgba(2,3,5,.74); backdrop-filter:blur(14px); }
.modal-panel { position:relative; z-index:1; width:min(460px, 100%); padding:34px; border:1px solid rgba(255,255,255,.12); border-radius:28px; background:linear-gradient(160deg,#161921,#0c0e13); box-shadow:0 35px 100px rgba(0,0,0,.58); text-align:center; }
.modal-panel::before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background:var(--red); filter:blur(100px); opacity:.14; top:-100px; left:50%; transform:translateX(-50%); pointer-events:none; }
.modal-close { position:absolute; right:14px; top:12px; width:38px; height:38px; border-radius:50%; border:1px solid var(--line); background:rgba(255,255,255,.04); cursor:pointer; font-size:1.35rem; }
.modal-app-icon { width:86px; height:86px; margin:2px auto 19px; border-radius:22px; padding:9px; display:grid; place-items:center; background:#07080b; border:1px solid rgba(255,255,255,.12); box-shadow:0 18px 35px rgba(0,0,0,.35); }
.modal-app-icon img { width:100%; height:100%; object-fit:contain; border-radius:14px; }
.modal-kicker { color:var(--cyan); }
.modal-panel h2 { margin:10px 0 12px; font-size:2rem; letter-spacing:-.045em; }
.modal-panel > p { color:var(--muted); line-height:1.55; margin:0 0 24px; }
.modal-later { border:0; background:transparent; color:#8f97a4; cursor:pointer; margin-top:15px; padding:8px; }
.ios-steps { text-align:left; margin:0 0 22px; padding:16px 18px; border:1px solid var(--line); background:rgba(255,255,255,.035); border-radius:16px; color:#c8ced8; }
.ios-steps p { margin:0 0 8px; font-weight:800; }
.ios-steps ol { margin:0; padding-left:20px; color:#9ca4b1; line-height:1.65; }
@media (max-width: 920px) {
  .site-header { grid-template-columns:1fr auto; }
  .desktop-nav { display:none; }
  .hero { min-height:auto; grid-template-columns:1fr; gap:42px; padding:82px 0 72px; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-card { min-height:360px; }
  .tv-layout { grid-template-columns:1fr; }
  .media-info { min-height:320px; }
  .radio-player { grid-template-columns:1fr; }
  .radio-art { min-height:320px; }
  .sponsor-banner { grid-template-columns:1fr; }
  .sponsor-brand-placeholder { min-height:130px; }
}
@media (max-width: 640px) {
  .section-shell { width:min(100% - 26px, 1180px); }
  .site-header { height:70px; top:8px; width:calc(100% - 16px); margin-top:8px; border-radius:18px; padding-right:10px; }
  .brand img { width:112px; height:48px; }
  .site-header .btn { min-height:40px; padding:0 13px; font-size:.78rem; }
  .hero { padding-top:68px; }
  .hero h1 { font-size:clamp(3rem,17vw,4.9rem); }
  .hero-copy > p { font-size:1rem; }
  .hero-actions .btn { flex:1; min-width:145px; }
  .hero-card { min-height:310px; padding:22px; border-radius:26px; }
  .section-heading { align-items:flex-start; }
  .section-heading h2 { font-size:2.6rem; }
  .media-status { margin-top:5px; white-space:nowrap; }
  .media-section { padding:72px 0; }
  .video-shell { border-radius:20px; }
  .media-info { padding:25px; border-radius:22px; }
  .radio-main { padding:32px 24px 36px; }
  .radio-art { min-height:260px; }
  .radio-orbit { width:270px; }
  .radio-controls { gap:14px; }
  .volume-wrap { max-width:170px; }
  .sponsors-section { padding-top:78px; }
  .sponsors-heading { align-items:flex-start; flex-direction:column; }
  .sponsor-banner { padding:28px 24px 46px; border-radius:24px; }
  .sponsor-pagination { left:24px; bottom:18px; }
  .app-cta-card { padding:34px 24px; flex-direction:column; align-items:flex-start; border-radius:24px; }
  .app-cta-card .btn { width:100%; }
  .footer-inner { grid-template-columns:1fr; padding:34px 0; text-align:center; justify-items:center; }
  .footer-inner > span { justify-self:center; }
  .modal-panel { padding:31px 23px 24px; border-radius:24px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; animation-duration:.001ms !important; animation-iteration-count:1 !important; }
}

/* Footer comercial Bachi Streaming */
.site-footer {
  border-top:1px solid var(--line);
  background:
    radial-gradient(circle at 82% 20%, rgba(18,214,255,.09), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(255,23,61,.10), transparent 32%),
    #050609;
}
.footer-promo { padding:48px 0 38px; }
.footer-client {
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  padding-bottom:32px;
  border-bottom:1px solid var(--line);
}
.footer-client img { width:150px; }
.footer-client p { margin:0; color:#8e96a4; }
.footer-client > span { color:#68717f; font-size:.82rem; }
.footer-bachi {
  margin-top:32px;
  padding:34px 36px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(120deg, rgba(255,23,61,.08), rgba(18,214,255,.07));
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}
.footer-bachi-kicker {
  display:block;
  color:var(--cyan);
  font-size:.68rem;
  letter-spacing:.18em;
  font-weight:900;
  margin-bottom:9px;
}
.footer-bachi h2 {
  margin:0 0 10px;
  font-size:clamp(1.65rem,3vw,2.7rem);
  letter-spacing:-.045em;
  line-height:1.02;
}
.footer-bachi p {
  max-width:780px;
  margin:0;
  color:#aab2bf;
  line-height:1.65;
}
.footer-bachi p strong { color:#fff; }
.footer-services { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.footer-services span {
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  color:#cbd2dc;
  background:rgba(255,255,255,.035);
  font-size:.76rem;
  font-weight:750;
}
.footer-bachi-actions { min-width:210px; display:flex; flex-direction:column; align-items:stretch; gap:12px; }
.footer-bachi-btn { white-space:nowrap; text-align:center; }
.footer-bachi-mail { color:#8f9bab; text-align:center; font-size:.82rem; text-decoration:none; }
.footer-bachi-mail:hover { color:#fff; }

@media (max-width: 920px) {
  .footer-bachi { grid-template-columns:1fr; }
  .footer-bachi-actions { min-width:0; width:min(100%,340px); }
}
@media (max-width: 640px) {
  .footer-promo { padding:34px 0 26px; }
  .footer-client { grid-template-columns:1fr; justify-items:center; text-align:center; gap:10px; }
  .footer-bachi { padding:28px 22px; border-radius:24px; gap:26px; }
  .footer-bachi-actions { width:100%; }
  .footer-services { gap:7px; }
}
