:root{
  --red:#e00000;
  --blue:#006be6;
  --white:#fff;
  --dark:#050914;
  --panel:#0c1424;
  --muted:#aab5c8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at 50% 0,#10264a 0,#050914 45%,#02040a 100%);color:var(--white)}
.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 5%;background:rgba(3,7,16,.92);backdrop-filter:blur(12px);border-bottom:1px solid #1d2c46}
.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900}
.brand img{width:52px;height:52px;object-fit:contain;border-radius:50%}
nav{display:flex;gap:22px}
nav a{color:#dce6f7;text-decoration:none;font-weight:700}
nav a:hover{color:#fff}
.hero{min-height:650px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:70px 8%;overflow:hidden}
.hero h1{font-size:clamp(48px,8vw,100px);line-height:.86;margin:18px 0}
.hero h1 strong{color:#fff;text-shadow:4px 4px 0 var(--red),-3px -3px 0 var(--blue)}
.hero p{font-size:24px;color:#d4deed;margin-bottom:30px}
.hero-logo{width:min(42vw,470px);filter:drop-shadow(0 20px 45px rgba(0,80,255,.35))}
.live-badge{display:inline-flex;align-items:center;gap:9px;background:#18080a;border:1px solid var(--red);padding:8px 14px;border-radius:999px;font-weight:900}
.live-badge i{width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 14px var(--red)}
.primary-btn{display:inline-block;border:0;border-radius:12px;padding:14px 22px;background:linear-gradient(90deg,var(--red),var(--blue));color:#fff;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 25px rgba(0,60,200,.25)}
.full{width:100%;margin-top:14px}
.live-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:24px;padding:0 6% 70px}
.card{background:linear-gradient(180deg,rgba(17,29,51,.96),rgba(7,13,25,.96));border:1px solid #263a5b;border-radius:22px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.card-title{font-size:20px;font-weight:900;margin-bottom:15px}
video{width:100%;aspect-ratio:16/9;background:#000;border-radius:14px;display:block}
.audio-card{display:flex;flex-direction:column}
.radio-art{display:flex;justify-content:center}
.radio-art img{width:210px;height:210px;object-fit:contain;border-radius:50%}
.now-playing{text-align:center;font-size:23px;font-weight:900;margin-top:12px}
.subtitle{text-align:center;color:var(--muted);margin:5px 0 18px}
audio{width:100%}
.hint{color:var(--muted);font-size:13px;line-height:1.5}
.section{padding:65px 8%;max-width:1100px;margin:auto}
.section h2{font-size:36px}
.schedule{display:grid;gap:10px}
.schedule div{display:flex;justify-content:space-between;gap:20px;padding:17px 20px;border-radius:12px;background:#0b1424;border-left:4px solid var(--red)}
.schedule span{color:#d8e1ef}
.contact{text-align:center}
.socials{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.socials a{padding:12px 18px;border:1px solid #2b405f;border-radius:999px;color:#fff;text-decoration:none}
footer{text-align:center;padding:28px;color:#8d9ab0;border-top:1px solid #17263e}
@media(max-width:800px){
  .topbar{padding:10px 4%}
  nav{display:none}
  .hero{min-height:auto;padding:55px 7%;flex-direction:column;text-align:center}
  .hero-logo{width:75vw;max-width:360px}
  .live-grid{grid-template-columns:1fr;padding:0 5% 50px}
}
