:root{
  --bg:#030303;
  --panel:#0b0b0d;
  --panel-2:#101014;
  --text:#f7f7f7;
  --muted:#9b9ba4;
  --green:#62ff00;
  --pink:#ff0a82;
  --cyan:#1ecdf3;
  --red:#ff3040;
  --yellow:#f5eb26;
  --line:#232329;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}

.site-header{
  position:sticky;top:0;z-index:50;
  height:74px;padding:0 3.5vw;
  display:flex;align-items:center;gap:28px;
  background:rgba(3,3,3,.95);
  border-bottom:1px solid #19191d;
  backdrop-filter:blur(14px);
}
.brand{width:176px;flex:0 0 auto}
.brand img{width:64px;height:64px;object-fit:contain;display:block}
.main-nav{display:flex;align-items:stretch;gap:30px;margin-left:auto;height:100%}
.main-nav a{
  display:flex;align-items:center;position:relative;
  font-size:13px;font-weight:700;color:#d7d7dc;
}
.main-nav a.active:after,.main-nav a:hover:after{
  content:"";position:absolute;left:0;right:0;bottom:8px;height:3px;
  background:var(--green);box-shadow:0 0 14px rgba(98,255,0,.5);
}
.whatsapp{
  margin-left:10px;border:1px solid #70d84f;border-radius:999px;
  padding:11px 18px;font-size:11px;font-weight:800;white-space:nowrap
}
.whatsapp .dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#fff;margin-right:7px}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:28px}

.hero{
  min-height:430px;display:grid;grid-template-columns:44% 56%;
  border-bottom:1px solid #151519;
}
.hero-copy{padding:38px 4vw 26px;align-self:center;max-width:620px}
.eyebrow{font-size:11px;letter-spacing:.2em;color:#1bc3ff;font-weight:800;margin-bottom:15px}
.hero h1{
  margin:0;font-family:"Space Grotesk",Inter,sans-serif;font-size:48px;line-height:.98;
  letter-spacing:-.045em;font-weight:800
}
.green{color:var(--green)}
.pink{color:var(--pink)}
.hero p{max-width:500px;color:#aaaab2;line-height:1.6;font-size:15px;margin:23px 0 18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-size:12px;font-weight:900;letter-spacing:.02em}
.btn-primary{background:var(--green);color:#071000;box-shadow:0 0 22px rgba(98,255,0,.16)}
.btn-outline{border:1px solid var(--pink);color:#fff;background:#0a0709}
.hero-features{display:flex;gap:25px;margin-top:26px;flex-wrap:wrap}
.mini-feature{display:flex;align-items:center;gap:10px;font-size:10px;line-height:1.15}
.mini-feature span{display:grid;place-items:center;width:30px;height:30px;border:1px solid #247e13;border-radius:5px;color:var(--green)}
.mini-feature:nth-child(2) span{border-color:#7d1849;color:var(--pink)}
.mini-feature:nth-child(3) span{border-color:#176279;color:var(--cyan)}
.hero-visual{
  min-height:430px;background:
    linear-gradient(90deg,#030303 0%,rgba(3,3,3,.22) 18%,rgba(3,3,3,0) 42%),
    linear-gradient(0deg,rgba(3,3,3,.10),rgba(3,3,3,.05)),
    url("assets/hero-radio-large.jpg") center/cover no-repeat;
}

.live-shell{margin:8px 3vw 0}
.live-titlebar{display:flex;justify-content:space-between;align-items:center;padding:12px 10px 8px}
.live-heading{font-size:22px;font-weight:500}
.live-dot{width:11px;height:11px;background:var(--green);display:inline-block;border-radius:50%;margin-right:10px;box-shadow:0 0 13px rgba(98,255,0,.95)}
.signal{font-size:11px;color:#bdbdc4;font-weight:700}
.live-panel{
  border:2px solid transparent;border-radius:0 0 18px 18px;
  background:
    linear-gradient(#09090b,#09090b) padding-box,
    linear-gradient(90deg,var(--pink),#298fff,var(--green)) border-box;
  display:grid;grid-template-columns:43% 57%;gap:30px;padding:55px 25px 20px;
}
.program-cover{
  width:88%;max-width:390px;aspect-ratio:1.08/1;margin:0 auto;
  border:1px solid rgba(0,233,255,.25);border-radius:20px;position:relative;overflow:hidden;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  background:radial-gradient(circle at 50% 27%,rgba(0,173,255,.17),transparent 31%),
             radial-gradient(circle at 50% 85%,rgba(255,0,97,.14),transparent 38%),
             #060a0d;
}
.program-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(140deg,rgba(98,255,0,.04),transparent 50%)}
.program-cover span{color:var(--pink);font-weight:800;letter-spacing:.25em;font-size:15px}
.program-cover strong{font-size:28px;max-width:320px;margin:16px auto 10px;line-height:1.15;position:relative;z-index:1}
.program-cover small{color:#00b8f0;font-weight:800}
.live-info{padding:0 8px 0 0}
.pill{display:inline-block;border-radius:8px;padding:9px 14px;font-size:12px;font-weight:900}
.red{background:var(--red);color:#fff}
.live-info h2{font-size:36px;line-height:1;margin:14px 0 8px}
.station-row{display:flex;align-items:center;gap:12px;margin:10px 0}
.station-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#2f7ad7;font-size:22px}
.station-row b{display:block;font-size:18px}
.station-row small{display:block;color:#96969f;margin-top:7px}
.live-info>p{color:#9b9ba4;line-height:1.55;font-size:14px;max-width:610px}
.player-row{display:flex;align-items:center;gap:20px;margin:15px 0}
.player-btn{border:0;border-radius:999px;background:#4b4b50;color:#a8a8ad;padding:14px 22px;font-weight:800}
.player-row span{font-size:10px;color:#85858b;letter-spacing:.16em}
.tech-card,.next-card{
  background:#141417;border:1px solid #222228;border-radius:12px;
  display:flex;align-items:center;justify-content:space-between;padding:12px 14px;margin-top:10px
}
.tech-card small,.tech-card b{display:block}
.tech-card small{font-size:8px;color:#8a8a92;letter-spacing:.06em}
.tech-card b{font-size:12px}
.tech-card a{font-size:9px;color:var(--green);border:1px solid #4aa930;border-radius:999px;padding:8px 12px;font-weight:800}
.next-card{justify-content:flex-start;gap:12px;position:relative}
.next-logo{width:52px;height:52px;background:#20242d;display:grid;place-items:center;color:#2e98ff;font-weight:800}
.next-card small{display:block;color:var(--green);font-size:9px;font-weight:800}
.next-card b{display:block}
.next-card span{display:block;color:#8f8f96;font-size:11px;line-height:1.45;margin-top:3px}
.arrow{margin-left:auto;color:var(--green);font-size:35px}

.section{padding:28px 3vw 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}
.section-heading h3{margin:0;font-size:21px;font-weight:500}
.section-heading>span{font-size:9px;color:#76767d}
.schedule-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1120px;margin:0 auto}
.schedule-card{
  border:1px solid #28282d;border-radius:7px;overflow:hidden;background:#0e0e11;text-align:center;
  min-height:160px
}
.schedule-card .day{padding:7px;font-size:11px;font-weight:800}
.green-top .day{background:var(--green);color:#102000}
.pink-top .day{background:var(--pink)}
.cyan-top .day{background:var(--cyan);color:#001519}
.station-name{padding:14px 8px 12px;font-style:italic;font-size:20px;line-height:1.05}
.station-name b{font-style:normal;color:#fff}
.blue{color:#3fa2ff}
.pink-text{color:var(--pink)}
.cyan-text{color:var(--cyan)}
.yellow-text{color:var(--yellow)}
.orange-text{color:#ff9b3a}
.show{background:#151518;padding:10px 8px}
.show strong{color:var(--green);display:block;font-size:11px}
.show b{display:block;font-size:12px;margin-top:4px}
.show span{display:block;color:#818188;font-size:10px;margin-top:3px}
.center{text-align:center}
.tiny-btn{display:inline-block;margin-top:14px;border:1px solid #55b72d;border-radius:999px;padding:7px 16px;font-size:8px;font-weight:800}

.radio-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.radio-card{background:#09090b;border:1px solid #2f2f34;border-radius:5px;color:#fff;padding:14px 7px;cursor:pointer}
.radio-card span{font-size:17px;font-style:italic;display:block}
.radio-card b{font-size:16px}
.radio-card.active-radio{box-shadow:0 0 0 1px rgba(98,255,0,.14) inset}
.dots{text-align:center;margin:12px 0 0}
.dots i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ddd;margin:0 4px}
.dots i:first-child{background:var(--green);box-shadow:0 0 8px rgba(98,255,0,.8)}

.reasons{padding-bottom:35px}
.reason-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid #15151a}
.reason-grid article{text-align:center;padding:22px 15px;border-right:1px solid #202026}
.reason-grid article:last-child{border-right:0}
.ico{font-size:27px;margin-bottom:7px}
.reason-grid h4{font-size:11px;line-height:1.1;margin:0 0 8px}
.reason-grid p{font-size:9px;line-height:1.45;color:#777780;margin:0}

.cta{
  margin:0 3vw 35px;border:1px solid #27272c;border-radius:14px;padding:26px 28px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:radial-gradient(circle at 20% 50%,rgba(255,0,128,.08),transparent 35%),#08080a;
}
.cta h2{margin:6px 0 0;font-size:28px}
.contact{text-align:center;padding:46px 20px 60px;border-top:1px solid #141419}
.contact h2{font-size:34px;margin:0 0 10px}
.contact p{color:#8f8f97;max-width:650px;margin:0 auto 22px;line-height:1.6}
footer{padding:20px 3vw;border-top:1px solid #19191d;display:flex;align-items:center;gap:18px;color:#777780;font-size:11px}
footer img{width:110px;height:110px;object-fit:contain}

@media (max-width: 980px){
  .site-header{height:auto;min-height:70px;padding:9px 18px;flex-wrap:wrap}
  .brand{width:auto}.brand img{width:54px;height:54px}
  .menu-toggle{display:block}
  .main-nav{
    order:4;width:100%;display:none;height:auto;flex-direction:column;gap:0;padding:5px 0 12px
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:11px 0}
  .main-nav a.active:after,.main-nav a:hover:after{bottom:2px;width:30px}
  .whatsapp{display:none}
  .hero{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:34px 28px 24px;max-width:none}
  .hero h1{font-size:46px}
  .hero-visual{min-height:310px;order:-1;background-position:center 28%}
  .live-panel{grid-template-columns:1fr;padding-top:30px}
  .program-cover{max-width:520px}
  .schedule-grid{grid-template-columns:repeat(2,1fr)}
  .radio-strip{grid-template-columns:repeat(3,1fr)}
  .reason-grid{grid-template-columns:repeat(3,1fr)}
  .reason-grid article{border-bottom:1px solid #202026}
}

@media (max-width: 620px){
  .site-header{position:relative}
  .hero-visual{min-height:230px}
  .hero-copy{padding:26px 20px 22px}
  .hero h1{font-size:38px}
  .hero p{font-size:14px}
  .hero-features{gap:15px}
  .mini-feature{font-size:9px}
  .live-shell{margin-left:14px;margin-right:14px}
  .live-titlebar{padding-left:2px;padding-right:2px}
  .live-heading{font-size:16px}
  .signal{font-size:9px}
  .live-panel{padding:22px 15px 16px;gap:20px}
  .program-cover{width:100%}
  .program-cover strong{font-size:24px}
  .live-info h2{font-size:31px}
  .station-row b{font-size:16px}
  .player-row{align-items:flex-start;flex-direction:column;gap:9px}
  .tech-card{align-items:flex-start;gap:10px;flex-direction:column}
  .tech-card a{align-self:stretch;text-align:center}
  .section{padding-left:14px;padding-right:14px}
  .section-heading{align-items:flex-start;gap:7px}
  .section-heading h3{font-size:17px}
  .schedule-grid{grid-template-columns:1fr 1fr;gap:10px}
  .radio-strip{grid-template-columns:repeat(2,1fr)}
  .reason-grid{grid-template-columns:repeat(2,1fr)}
  .reason-grid article:nth-child(2n){border-right:0}
  .cta{margin:20px 14px 30px;flex-direction:column;align-items:flex-start}
  .cta h2{font-size:24px}
  footer{justify-content:center;flex-direction:column}
}

@media (max-width: 420px){
  .hero h1{font-size:34px}
  .hero-actions .btn{width:100%}
  .schedule-grid{grid-template-columns:1fr}
  .radio-strip{grid-template-columns:1fr 1fr}
}
