.dl-hero{padding:2.5rem 0;background:#fff;border-bottom:3px dashed #ff6b35}
.dl-hero h1{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:800;color:#1a1a1a;margin-bottom:.65rem}
.dl-hero h1 em{color:#ff6b35;font-style:normal}
.dl-hero p{color:#555;font-size:.9rem;max-width:580px;margin-bottom:1.2rem}
.dl-trust{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}
.dl-trust span{background:#f5f5f0;border:2px solid #2d2d2d;padding:.4rem .85rem;font-size:.78rem;color:#555}
.dl-trust strong{color:#ff6b35}

.bib-registry{max-width:720px;margin:0 auto}
.bib-row{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:2px dashed #ddd}
.bib-row:last-child{border-bottom:none}
.bib-num{font-family:monospace;font-size:.85rem;font-weight:800;padding:.35rem .5rem;text-align:center;background:#ff6b35;color:#fff;border-radius:4px}
.bib-info h3{font-size:.92rem;color:#1a1a1a;font-weight:800;margin-bottom:.2rem}
.bib-info p{font-size:.8rem;color:#555;line-height:1.45}
.bib-action .btn-primary{font-size:.78rem;padding:.45rem .9rem;white-space:nowrap}

.dl-stations{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.dl-station{background:#fff;border:2px solid #2d2d2d;padding:1.15rem;text-align:center;border-radius:8px}
.dl-station .icon{font-size:1.5rem;margin-bottom:.4rem}
.dl-station h3{font-size:.9rem;color:#1a1a1a;margin-bottom:.35rem;font-weight:800}
.dl-station p{font-size:.78rem;color:#555;margin-bottom:.65rem;line-height:1.45}

.race-pipe{display:flex;flex-direction:column;gap:0;max-width:640px;margin:0 auto;border-left:4px solid #ff6b35;padding-left:1.5rem;margin-left:1rem}
.race-item{padding:1rem 0;position:relative}
.race-item::before{content:"";position:absolute;left:-1.75rem;top:1.35rem;width:12px;height:12px;background:#2d2d2d;border-radius:50%;border:3px solid #ff6b35}
.race-km{font-family:monospace;font-size:.75rem;color:#ff6b35;font-weight:800;margin-bottom:.25rem;display:block}
.race-item h3{font-size:.92rem;color:#1a1a1a;margin-bottom:.3rem;font-weight:800}
.race-item p{font-size:.8rem;color:#555;line-height:1.5}

.dl-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-spec{background:#fff;border:2px solid #2d2d2d}
.dl-spec .head{padding:.5rem 1rem;background:#2d2d2d;font-family:monospace;font-size:.7rem;color:#ff6b35}
.dl-spec ul{padding:1rem 1.1rem}
.dl-spec li{font-size:.82rem;color:#555;padding:.25rem 0 .25rem .9rem;position:relative;line-height:1.45}
.dl-spec li::before{content:"▸";position:absolute;left:0;color:#ff6b35}

.dl-cta{background:#2d2d2d;padding:2.5rem 0;text-align:center;border-top:4px solid #ff6b35}
.dl-cta h2{font-size:clamp(1.05rem,2.6vw,1.35rem);color:#fff;margin-bottom:.4rem;font-weight:800}
.dl-cta p{color:#aaa;font-size:.86rem;margin-bottom:1rem}
.dl-hero-img{border:2px solid #2d2d2d;border-radius:8px;overflow:hidden;margin-top:1rem;max-width:480px}

@media(max-width:768px){
  .bib-row{grid-template-columns:1fr;gap:.5rem}
  .dl-stations,.dl-spec-grid{grid-template-columns:1fr}
}
