.dl-tower{background:#0f0c09;padding:2.5rem 0;text-align:center;border-bottom:2px solid #3d2e1f}
.dl-tower h1{font-size:clamp(1.25rem,3vw,1.7rem);font-weight:900;color:#ffb347;margin-bottom:.55rem;letter-spacing:.04em}
.dl-tower p{color:#8a7a68;font-size:.92rem;max-width:580px;margin:0 auto;font-family:"PingFang SC",sans-serif}
.dl-fm{font-family:"Courier New",monospace;font-size:.78rem;color:#ffb347;margin-top:.65rem;letter-spacing:.12em}

.fm-band{padding:2.5rem 0;background:#1a1410}
.fm-dial{display:flex;flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto}
.fm-station{display:grid;grid-template-columns:100px 1fr auto;gap:1.25rem;align-items:center;background:#0f0c09;border:1px solid #3d2e1f;padding:1rem 1.15rem}
.fm-station.active{border-color:#ffb347;border-left:4px solid #ffb347}
.fm-freq{font-family:"Courier New",monospace;font-size:.9rem;font-weight:900;color:#ffb347;text-align:center;line-height:1.3}
.fm-freq small{display:block;font-size:.62rem;color:#8a7a68;font-weight:600}
.fm-info h2{font-size:.95rem;color:#e8dcc8;margin-bottom:.3rem;font-weight:800;font-family:"PingFang SC",sans-serif}
.fm-info p{font-size:.84rem;color:#8a7a68;margin-bottom:.45rem;font-family:"PingFang SC",sans-serif}
.fm-info img{max-width:160px;border:1px solid #3d2e1f;margin-top:.35rem}
.btn-fm{display:inline-block;background:#ffb347;color:#1a1410!important;padding:.4rem .9rem;font-size:.78rem;font-weight:900;text-decoration:none!important;font-family:"Courier New",monospace}
.btn-fm:hover{background:#ffc870}

.dl-channel-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}
.dl-ch{background:#0f0c09;border:1px solid #3d2e1f;padding:1rem;text-align:center;border-top:3px solid #ffb347}
.dl-ch h3{font-size:.88rem;color:#e8dcc8;margin-bottom:.35rem;font-weight:800;font-family:"PingFang SC",sans-serif}
.dl-ch p{font-size:.8rem;color:#8a7a68;font-family:"PingFang SC",sans-serif}

.dl-vu{display:flex;gap:1rem;flex-wrap:wrap}
.dl-vu-step{flex:1;min-width:180px;background:#0f0c09;border:1px solid #3d2e1f;padding:1rem;text-align:center}
.vu-meter{display:flex;justify-content:center;gap:2px;height:24px;align-items:flex-end;margin-bottom:.55rem}
.vu-meter i{display:block;width:6px;background:#ffb347}
.vu-meter i:nth-child(1){height:8px}.vu-meter i:nth-child(2){height:14px}.vu-meter i:nth-child(3){height:20px}
.vu-meter i:nth-child(4){height:12px}.vu-meter i:nth-child(5){height:18px}
.dl-vu-step h3{font-size:.88rem;color:#e8dcc8;margin-bottom:.3rem;font-weight:800;font-family:"PingFang SC",sans-serif}
.dl-vu-step p{font-size:.8rem;color:#8a7a68;font-family:"PingFang SC",sans-serif}

.dl-tracklist{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-track{background:#0f0c09;border:1px solid #3d2e1f;padding:1rem}
.dl-track h3{font-size:.88rem;color:#ffb347;margin-bottom:.55rem;font-weight:800;font-family:"Courier New",monospace}
.dl-track li{font-size:.82rem;color:#8a7a68;padding:.28rem 0;border-bottom:1px dotted #2a2018;font-family:"PingFang SC",sans-serif}
.dl-track li:last-child{border-bottom:none}

.dl-air-cta{text-align:center;padding:2.5rem 0;background:#2a2018;border-top:2px solid #ffb347}
.dl-air-cta h2{font-size:1.15rem;color:#ffb347;margin-bottom:.4rem;font-weight:900}

@media(max-width:768px){
  .fm-station{grid-template-columns:1fr;text-align:center}
  .fm-info img{margin:0 auto}
  .dl-channel-row,.dl-tracklist{grid-template-columns:1fr}
}
