/* A dark photographic header shared by the two professional-training pages. */
/* Match the homepage film: fill the viewport below navigation and breadcrumbs,
   without a fixed height ceiling on large monitors. Long copy can still grow. */
.fp-site .hero.fp-truck-hero{min-height:calc(100vh - var(--fp-hero-top,140px));min-height:calc(100svh - var(--fp-hero-top,140px));display:flex;align-items:center;padding:80px 0;background:#0c191c;color:#fff}
.fp-site .fp-truck-hero::before,.fp-site .fp-truck-hero::after{display:none}
.fp-site .fp-truck-hero .fp-hero-image{object-position:center}
.fp-site .fp-truck-hero .hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,16,20,.94) 0%,rgba(5,16,20,.85) 30%,rgba(5,16,20,.5) 47%,rgba(5,16,20,.06) 67%,rgba(5,16,20,.06) 100%);pointer-events:none}
.fp-site .fp-truck-hero>.wrap{min-height:0}
.fp-site .fp-truck-hero .fp-hero-copy{width:41%;max-width:560px}
.fp-site .fp-truck-hero h1{color:#fff;font-size:clamp(3rem,5vw,5.2rem);text-shadow:0 2px 20px rgba(0,0,0,.2)}
.fp-site .fp-truck-hero h1 .green,.fp-site .fp-truck-hero .eyebrow{color:#70dfb0}
.fp-site .fp-truck-hero p.intro{color:#eff4f2}
.fp-site .fp-truck-hero .fp-hero-note{color:#c5d3cf}
.fp-site .fp-truck-hero .btn-primary{background:#70dfb0;border-color:#70dfb0;color:#09251d}
.fp-site .fp-truck-hero .btn-primary:hover{background:#93ebc5;border-color:#93ebc5}
.fp-site .fp-truck-hero .btn-ghost{color:#fff;border-color:#a4b6b0;background:rgba(7,23,26,.48)}
.fp-site .fp-truck-hero .btn-ghost:hover{background:#193d36;border-color:#fff}
.fp-site .fp-truck-hero a:focus-visible{outline:3px solid #fff;outline-offset:5px}
.fp-site .fp-truck-hero .fp-image-credit{color:#e9f1ee;background:rgba(5,16,20,.84)}
@media(max-width:1040px){
 .fp-site .hero.fp-truck-hero{display:block;padding:0 0 60px;min-height:0}
 .fp-site .fp-truck-hero .fp-hero-image{position:relative;inset:auto;display:block;width:100%;height:clamp(290px,56vw,520px);object-fit:cover;object-position:66% center}
 .fp-site .fp-truck-hero .hero-overlay{bottom:auto;height:clamp(290px,56vw,520px);background:linear-gradient(0deg,#0c191c 0%,rgba(12,25,28,.1) 23%,transparent 48%)}
 .fp-site .fp-truck-hero>.wrap{margin-top:12px}
 .fp-site .fp-truck-hero .fp-hero-copy{width:100%;max-width:760px}
 .fp-site .fp-truck-hero h1{font-size:clamp(2.8rem,7vw,4.6rem)}
 .fp-site .fp-truck-hero .fp-image-credit{bottom:auto;top:18px;right:18px;font-size:.75rem}
}
@media(max-width:540px){
 .fp-site .hero.fp-truck-hero{padding-bottom:42px}
 .fp-site .fp-truck-hero .fp-hero-image,.fp-site .fp-truck-hero .hero-overlay{height:80vw;max-height:400px;min-height:260px}
 .fp-site .fp-truck-hero .fp-hero-image{object-position:66% center}
 .fp-site .fp-truck-hero h1{font-size:clamp(2.7rem,11vw,3.6rem)}
 .fp-site .fp-truck-hero .cta-row{align-items:stretch;flex-direction:column}
 .fp-site .fp-truck-hero .btn{white-space:normal;text-align:center;justify-content:center;line-height:1.3}
}
