@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
:root{--purple:#6f2c8c;--pink:#ff4f87;--yellow:#f4a300;--bg:#f6f6f6;--text:#2b2b2b;--dark:#1b1b1b}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto}
a{text-decoration:none;color:inherit}
.topbar{background:var(--purple);color:#fff;padding:6px 12px;display:flex;justify-content:center;align-items:center;font-size:14px}
.topbar .wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:12px;justify-content:space-between;width:100%}
.listen-btn{background:#fff;color:var(--purple);border:none;border-radius:20px;padding:6px 10px;font-weight:800}
.nav{display:flex;gap:12px;align-items:center;justify-content:center;padding:16px;background:#fff;position:sticky;top:0;z-index:10;border-bottom:4px solid #eee}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:40px}
.pill{background:#efefef;border-radius:24px;padding:10px 16px;font-weight:700}
.menu{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;flex:1}
.nav-toggle{display:none;margin-left:auto;background:var(--purple);color:#fff;border:none;border-radius:8px;padding:8px 12px;font-weight:700}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.hero{background:var(--pink);color:#fff;padding:28px 18px;margin:20px auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.section{background:#fff;border-radius:8px;padding:24px;margin:18px 0}
.two-cols{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center}
.about-img{width:100%;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.cta{display:inline-block;background:var(--yellow);color:#2b2b2b;border-radius:28px;padding:12px 18px;font-weight:800}
.title{font-weight:800;font-size:28px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #eee}
.card img{width:100%;height:160px;object-fit:cover}
.card .pad{padding:12px}
.card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.badge{display:inline-block;background:var(--purple);color:#fff;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700}
.meta{color:#777;font-size:12px;margin-top:6px}
.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.toolbar input,.toolbar select{flex:1;min-width:160px}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}
.pagination a{padding:8px 12px;border:1px solid #ddd;border-radius:8px}
.btn{display:inline-block;background:var(--purple);color:#fff;border:none;border-radius:28px;padding:10px 16px;font-weight:700}
.footer{background:var(--dark);color:#ddd;padding:40px;margin-top:24px}
.footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px}
.footer h4{margin:0 0 12px 0;color:#fff}
.copyright{border-top:1px solid #333;margin-top:18px;padding-top:12px;text-align:center;color:#aaa}
.social{display:flex;gap:10px}
.social a{width:38px;height:38px;border-radius:50%;background:#fff;color:var(--purple);display:flex;align-items:center;justify-content:center}
.whatsapp-fab{position:fixed;right:18px;bottom:140px;background:#25D366;color:#fff;border-radius:999px;padding:12px 16px;display:flex;align-items:center;gap:8px;font-weight:700;box-shadow:0 6px 20px rgba(0,0,0,.2)}
.radio-min .whatsapp-fab{bottom:28px}
.slider{position:relative;overflow:hidden;border-radius:12px;min-height:420px}
.slides{display:flex;transition:transform .6s ease;height:100%}
.slide{min-width:100%;min-height:420px;padding:32px 22px;color:#fff;display:flex;flex-direction:column;gap:10px;background-size:cover;background-position:center;justify-content:flex-end}
.slide.pink{background:var(--pink)}
.slide.purple{background:var(--purple)}
.slider-nav{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px}
.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5)}
.dot.active{background:#fff}
.slider-arrows{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%)}
.arrow{background:rgba(0,0,0,.25);color:#fff;border:none;border-radius:50%;width:36px;height:36px}
@media (max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.hero{margin:12px}}
@media (max-width:680px){
  .grid{grid-template-columns:1fr}
  .brand img{height:32px}
  .title{font-size:22px}
  .nav{justify-content:space-between}
  .nav-toggle{display:block}
  .menu{display:none;position:absolute;left:0;right:0;top:64px;background:#fff;border-bottom:4px solid #eee;padding:8px 16px;flex-direction:column}
  .menu .pill{display:block}
  .nav.open .menu{display:flex}
}
.player{background:#fff;border-bottom:1px solid #eee}
.player .wrap{max-width:1100px;margin:0 auto}
.radio-fixed{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eee;box-shadow:0 -6px 20px rgba(0,0,0,.08);z-index:9999}
.radio-wrap{max-width:1100px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;gap:12px}
.radio-title{font-weight:800;color:var(--purple)}
.radio-toggle{margin-left:auto;background:var(--purple);color:#fff;border:none;border-radius:24px;padding:8px 12px;font-weight:700}
.radio-content{height:110px;transition:height .25s ease;overflow:hidden}
.radio-fixed.min .radio-content{height:0}
.radio-fixed.flash{animation:radioFlash 1.1s ease}
@keyframes radioFlash{0%{box-shadow:0 -6px 20px rgba(229,57,53,.3)}50%{box-shadow:0 -12px 28px rgba(229,57,53,.5)}100%{box-shadow:0 -6px 20px rgba(0,0,0,.08)}}
.schedule{background:#fff;border-radius:8px;padding:24px;margin:18px 0}
.schedule-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.schedule-tabs .pill{cursor:pointer}
.schedule-day{display:none}
.schedule-day.active{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.schedule-item{position:relative;border-radius:12px;overflow:hidden;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:160px;background-size:cover;background-position:center}
.schedule-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.25))}
.schedule-item .pad{position:relative;z-index:1;padding:12px}
.schedule-time{font-weight:800}
.live{display:inline-block;background:#e53935;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:800;margin-left:8px}
@media (max-width:900px){.schedule-day.active{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.schedule-day.active{grid-template-columns:1fr}}
.schedule-item.live{border:2px solid #e53935}
