.feat-hero{padding:2.5rem 0 2rem;background:#fff;border-bottom:3px dashed #ff6b35}
.feat-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.feat-hero h1{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:800;color:#1a1a1a;margin-bottom:.65rem;line-height:1.35}
.feat-hero h1 em{color:#ff6b35;font-style:normal}
.feat-hero p{color:#555;font-size:.9rem;margin-bottom:1rem;line-height:1.6}
.feat-trust{display:flex;flex-wrap:wrap;gap:.65rem}
.feat-trust div{background:#f5f5f0;border:2px solid #2d2d2d;padding:.5rem .85rem;font-size:.78rem;text-align:center}
.feat-trust strong{display:block;color:#ff6b35;font-size:1rem;font-weight:800}
.feat-trust span{color:#555;font-size:.7rem}

.elevation-profile{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto}
.elevation-segment{background:#fff;border:2px solid #2d2d2d;padding:1.1rem 1.2rem;margin-bottom:-2px}
.elevation-segment:nth-child(1){border-left:5px solid #ff6b35}
.elevation-segment:nth-child(2){border-left:5px solid #2d2d2d}
.elevation-segment:nth-child(3){border-left:5px solid #10b981}
.elev-tag{font-family:monospace;font-size:.68rem;color:#ff6b35;margin-bottom:.35rem}
.elevation-segment h3{font-size:.95rem;color:#1a1a1a;font-weight:800;margin-bottom:.35rem}
.elevation-segment p{font-size:.82rem;color:#555;line-height:1.5}

.split-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.split-ch{background:#f5f5f0;border:2px solid #2d2d2d;padding:1.1rem;text-align:center}
.split-ch .pace{font-family:monospace;font-size:.9rem;color:#ff6b35;font-weight:800;display:block;margin-bottom:.35rem}
.split-ch h3{font-size:.9rem;color:#1a1a1a;margin-bottom:.35rem;font-weight:800}
.split-ch p{font-size:.8rem;color:#555;line-height:1.5}

.water-stations{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.station-item{background:#fff;border:2px dashed #ff6b35;padding:1rem;text-align:center;border-radius:8px}
.station-item::before{content:"💧";display:block;font-size:1rem;margin-bottom:.35rem}
.station-item h3{font-size:.88rem;color:#1a1a1a;margin-bottom:.3rem;font-weight:800}
.station-item p{font-size:.78rem;color:#555;line-height:1.45}

.feat-matrix{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.feat-matrix-col{background:#fff;border:2px solid #2d2d2d}
.feat-matrix-col .mh{padding:.55rem 1rem;background:#2d2d2d;font-size:.72rem;font-family:monospace;color:#ff6b35}
.feat-matrix-col ul{padding:1rem 1.1rem}
.feat-matrix-col li{font-size:.82rem;color:#555;padding:.28rem 0;border-bottom:1px dashed #ddd;line-height:1.45}
.feat-matrix-col li:last-child{border-bottom:none}

.feat-cta{background:#2d2d2d;padding:2.5rem 0;text-align:center;border-top:4px solid #ff6b35}
.feat-cta h2{font-size:clamp(1.05rem,2.6vw,1.35rem);color:#fff;margin-bottom:.4rem;font-weight:800}
.feat-cta p{color:#aaa;font-size:.86rem;margin-bottom:1rem}
.feat-img{border:2px solid #2d2d2d;border-radius:8px;overflow:hidden}

@media(max-width:900px){
  .feat-hero-grid,.split-channels,.water-stations,.feat-matrix{grid-template-columns:1fr}
}
