/* Extracted from service-areas.html; no inline CSS remains. */
.lb-hero{color:#fff;padding:70px 0;background-size:cover;background-position:center}
.lb-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:38px;align-items:center}
.lb-hero h1{color:#fff}
.lb-hero .lead{color:rgba(255,255,255,.88);max-width:780px}
.lb-panel{background:#fff;color:#222;border-radius:20px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.24)}
.lb-panel h2{color:#1c1f26}
.lb-panel p,.lb-panel li{color:#555962}
.lb-facts{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;box-shadow:0 14px 35px rgba(20,24,31,.08)}
.lb-fact{padding:18px 12px;text-align:center;border-right:1px solid #e7dfd5}
.lb-fact:last-child{border-right:0}
.lb-fact b{display:block}
.lb-fact span{font-size:.86rem;color:#6a6d73}
.lb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.lb-card{background:#fff;border:1px solid #e5ddd3;border-radius:18px;padding:24px;box-shadow:0 10px 28px rgba(20,24,31,.06)}
.lb-card h3{color:#1c1f26}
.lb-card p,.lb-card li{color:#555962}
.lb-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.lb-step{background:#fff;border:1px solid #e5ddd3;border-radius:16px;padding:21px}
.lb-step .num{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#b87333;color:#fff;font-weight:800}
.lb-split{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);gap:34px;align-items:start}
.lb-note{background:#1c1f26;color:#fff;border-radius:20px;padding:28px}
.lb-note h2,.lb-note h3{color:#fff}
.lb-note p,.lb-note li{color:rgba(255,255,255,.82)}
.lb-check{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.lb-check div{background:#fff;border:1px solid #e5ddd3;border-radius:15px;padding:18px}
.lb-cta{background:#fff;border:1px solid #ded5ca;border-radius:22px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;box-shadow:0 16px 40px rgba(20,24,31,.08)}
.lb-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px}
.lb-faq details{background:#fff;border:1px solid #e5ddd3;border-radius:14px;margin-bottom:12px;padding:0 20px}
.lb-faq summary{cursor:pointer;font-weight:750;color:#1c1f26;padding:18px 26px 18px 0}
.lb-faq details p{padding:0 0 18px;color:#555962}
.cream{background:#f7f2ec}
.lb-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.lb-form .full{grid-column:1/-1}
.lb-form label{display:block;font-weight:700;margin-bottom:6px}
.lb-form input,.lb-form select,.lb-form textarea{width:100%;padding:13px;border:1px solid #cfc7bd;border-radius:10px;font:inherit}
.lb-form textarea{min-height:150px}
@media(max-width:960px){.lb-hero-grid,.lb-split,.lb-faq{grid-template-columns:1fr}.lb-facts{grid-template-columns:repeat(3,1fr)}.lb-grid{grid-template-columns:repeat(2,1fr)}.lb-steps{grid-template-columns:repeat(2,1fr)}.lb-check{grid-template-columns:repeat(2,1fr)}.lb-cta{grid-template-columns:1fr}}
@media(max-width:600px){.lb-hero{padding:48px 0}.lb-facts{grid-template-columns:repeat(2,1fr)}.lb-grid,.lb-steps,.lb-check,.lb-form{grid-template-columns:1fr}.lb-form .full{grid-column:auto}.lb-panel,.lb-cta{padding:23px}}
/* Transportation Platform 3.0 Foundation
   Shared final layer for design consistency, accessibility and mobile QA. */
/* Transportation Platform 4.0 RC1: navigation, accessibility and Lighthouse fixes */
/* Accessible accent contrast on white/cream backgrounds */
/* Platform 4.0.0-rc2: Lighthouse contrast and request consolidation */
/* Platform 4.2.3: copper-only action system. No white or black button backgrounds. */
/* Platform 4.2.4: final copper-only button system. This block must remain last in <head>. */
/* Secondary action is still copper, never white or black. */
.page-service-areas .page-inline-1{background-image:linear-gradient(120deg,rgba(28,31,38,.9),rgba(28,31,38,.5)),url("assets/images/service/travel.webp")}
