.mix-hero{padding:2.3rem 0;background:#eceef2;text-align:center;border-bottom:3px solid #1c1e24}
.mix-hero h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.mix-hero p{color:#5a5e6a;font-size:.9rem;max-width:560px;margin:0 auto}
.mix-hero .trust{justify-content:center;margin-top:1.1rem}

.ch-list{padding:2.4rem 0}
.ch{display:grid;grid-template-columns:88px 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid #d4d8e0;padding:1rem 1.1rem;margin-bottom:.7rem}
.ch.onair{border-left:5px solid #e23b3b}
.ch-id{font-size:.72rem;font-weight:800;color:#1f6b8a;text-align:center;line-height:1.35;background:#eceef2;padding:.5rem .3rem}
.ch h2{font-size:.95rem;font-weight:800;margin-bottom:.25rem}
.ch p{font-size:.82rem;color:#5a5e6a}
.ch img{max-width:140px;border:1px solid #d4d8e0;margin-top:.4rem}
.btn-ch{display:inline-block;background:#1c1e24;color:#fff!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;white-space:nowrap}

.dl-g{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.dl-c{background:#fff;border:1px solid #d4d8e0;padding:1rem;text-align:center;border-top:4px solid #e23b3b}
.dl-c:nth-child(2){border-top-color:#1f6b8a}
.dl-c:nth-child(3){border-top-color:#2a8f6f}
.dl-c h3{font-size:.88rem;font-weight:800;margin-bottom:.3rem}
.dl-c p{font-size:.8rem;color:#5a5e6a}

.dl-run{max-width:640px;margin:0 auto;background:#1c1e24;color:#fff}
.dl-r{display:grid;grid-template-columns:72px 1fr;gap:.8rem;padding:.9rem 1.1rem;border-bottom:1px solid #3a3e48}
.dl-r:last-child{border-bottom:none}
.dl-r strong{font-size:.75rem;color:#e23b3b}
.dl-r h3{font-size:.88rem;font-weight:800;margin-bottom:.15rem}
.dl-r p{font-size:.8rem;color:#b8bcc8}

.dl-cue{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-cue-col{background:#fff;border:1px solid #d4d8e0;padding:1rem}
.dl-cue-col h3{font-size:.86rem;color:#1f6b8a;margin-bottom:.5rem;font-weight:800}
.dl-cue-col li{font-size:.82rem;color:#5a5e6a;padding:.26rem 0}

.dl-cta{text-align:center;padding:2.3rem 0;background:#1c1e24;color:#fff}
.dl-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}
.dl-cta p{color:#b8bcc8;margin-bottom:1rem;font-size:.9rem}

@media(max-width:768px){
  .ch{grid-template-columns:1fr}
  .dl-g,.dl-cue{grid-template-columns:1fr}
}
