
.transport-hero{position:relative;min-height:690px;display:flex;align-items:center;color:#fff;background-position:center;background-size:cover}
.transport-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.68) 52%,rgba(0,0,0,.18))}
.transport-hero-content{position:relative;z-index:2;padding:90px 0}
.transport-hero h1{font-size:clamp(3.8rem,7vw,7rem)}
.transport-main{background-image:url('../assets/transport.jpg')}
.tieflader-hero{background-image:url('../assets/bagger.jpg')}
.wechsel-hero{background-image:url('../assets/wechselbruecken-lkw.jpg')}
.fleet-hero{background-image:url('../assets/container.jpg')}
.facts-band{background:var(--orange);padding:24px 0}
.facts-band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.facts-band-grid div{text-align:center}.facts-band-grid b{display:block;font-size:2rem}.facts-band-grid span{font-weight:800}
.transport-intro,.split-copy{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.transport-intro h2,.split-copy h2{font-size:clamp(2.7rem,4.8vw,5rem);margin:0}
.transport-intro>div:last-child,.split-copy>div:last-child{font-size:1.08rem;color:var(--muted)}
.transport-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.transport-service{background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;min-height:260px;border:1px solid transparent}
.transport-service:hover{border-color:var(--orange);transform:translateY(-4px);transition:.2s}
.transport-service>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-weight:900}
.transport-service h3{font-size:1.45rem;margin:20px 0 8px}.transport-service p{color:var(--muted)}
.transport-service a{margin-top:auto;text-decoration:none;font-weight:900}
.split-visual{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.split-visual img{width:100%;height:620px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.split-visual h2{font-size:clamp(2.7rem,4.8vw,5rem);margin:0 0 20px}
.check-list{padding:0;list-style:none;margin:24px 0 30px}.check-list li{margin:12px 0;color:#ccc}
.check-list li:before{content:"✓";color:var(--orange);font-weight:900;margin-right:10px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.process-grid article{background:#fff;border-radius:20px;padding:30px}
.process-grid b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--orange)}
.process-grid h3{font-size:1.4rem;margin:18px 0 8px}.process-grid p{color:var(--muted)}
.fleet-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fleet-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(0,0,0,.08)}
.fleet-card img{width:100%;height:330px;object-fit:cover}
.fleet-card>div{padding:26px}.fleet-card span{color:var(--orange);font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:.09em}
.fleet-card h3{font-size:1.55rem;margin:10px 0}.fleet-card p{color:var(--muted)}.fleet-card a{text-decoration:none;font-weight:900}
.fleet-capabilities{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fleet-capabilities div{background:#1b1c1f;border:1px solid #2b2c30;border-radius:18px;padding:26px}
.fleet-capabilities b{display:block;font-size:1.5rem;color:var(--orange)}.fleet-capabilities span{color:#bbb}
@media(max-width:900px){
 .facts-band-grid,.fleet-capabilities{grid-template-columns:repeat(2,1fr)}
 .transport-intro,.split-copy,.split-visual{grid-template-columns:1fr}
 .transport-service-grid,.fleet-cards{grid-template-columns:repeat(2,1fr)}
 .process-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
 .transport-hero{min-height:650px}
 .facts-band-grid,.transport-service-grid,.fleet-cards,.fleet-capabilities{grid-template-columns:1fr}
 .split-visual img{height:500px}
}
