.st-hero{padding:2.3rem 0;background:#1e2a36;color:#fff;text-align:center}
.st-hero h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.st-hero p{color:#9ab0c0;font-size:.9rem;max-width:560px;margin:0 auto}

.station-list{padding:2.4rem 0}
.station{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid #d5e0ea;padding:1rem 1.1rem;margin-bottom:.7rem}
.station.hot{border-left:4px solid #1a6b9a}
.st-code{font-size:.75rem;font-weight:800;color:#1a6b9a;text-align:center;line-height:1.3}
.station h2{font-size:.95rem;font-weight:800;margin-bottom:.25rem}
.station p{font-size:.82rem;color:#5a6e80}
.station img{max-width:140px;border:1px solid #d5e0ea;margin-top:.4rem}
.btn-st{display:inline-block;background:#1a6b9a;color:#fff!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;white-space:nowrap}

.dl-cond{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.dl-c{background:#fff;border:1px solid #d5e0ea;padding:1rem;text-align:center;border-top:4px solid #1a6b9a}
.dl-c:nth-child(2){border-top-color:#f4b942}
.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:#5a6e80}

.dl-f{max-width:640px;margin:0 auto;background:#fff;border:1px solid #d5e0ea}
.dl-f-row{display:grid;grid-template-columns:72px 1fr;gap:.8rem;padding:.9rem 1.1rem;border-bottom:1px solid #e6eef4}
.dl-f-row:last-child{border-bottom:none}
.dl-f-row strong{font-size:.75rem;color:#1a6b9a}
.dl-f-row h3{font-size:.88rem;font-weight:800;margin-bottom:.15rem}
.dl-f-row p{font-size:.8rem;color:#5a6e80}

.dl-cl{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-cl-col{background:#fff;border:1px solid #d5e0ea;padding:1rem}
.dl-cl-col h3{font-size:.86rem;color:#1a6b9a;margin-bottom:.5rem;font-weight:800}
.dl-cl-col li{font-size:.82rem;color:#5a6e80;padding:.26rem 0}

.dl-cta{text-align:center;padding:2.3rem 0;background:#dce8f0;border-top:1px solid #d5e0ea}
.dl-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}

@media(max-width:768px){
  .station{grid-template-columns:1fr}
  .dl-cond,.dl-cl{grid-template-columns:1fr}
}
