:root {
  --red: #a70000;
  --red-dark: #7d0000;
  --navy: #061b3a;
  --navy-2: #0a2854;
  --black: #080808;
  --white: #ffffff;
  --light: #f3f5f8;
  --line: #d7dbe2;
  --text: #15171b;
  --muted: #5d6470;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--white); line-height: 1.5; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: #fff; padding: 10px; }
.top-strip { background: var(--black); color: #fff; text-align: center; font-weight: 800; letter-spacing: .04em; font-size: 13px; padding: 12px 16px; border-bottom: 4px solid var(--red); }
.top-strip span { color: #d6d6d6; margin: 0 8px; }
.brand-panel { background: #fff; display: flex; justify-content: center; padding: 18px 20px 10px; }
.brand-logo { width: min(1120px, 96vw); height: auto; display: block; }
.main-nav { position: sticky; top: 0; z-index: 50; background: var(--red); border-bottom: 4px solid var(--navy); box-shadow: 0 4px 12px rgba(0,0,0,.14); }
.nav-links { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(8, 1fr); }
.nav-links a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 900; text-align: center; padding: 18px 8px; border-right: 1px solid rgba(255,255,255,.15); letter-spacing: .02em; }
.nav-links a:hover, .nav-links a:focus { background: var(--red-dark); }
.nav-links .apply-link { background: var(--navy); }
.nav-links .apply-link:hover { background: var(--navy-2); }
.nav-toggle { display: none; width: 100%; border: 0; background: var(--red); color: #fff; padding: 15px; font-weight: 900; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-white, .section-light, .section-navy, .quote-section { padding: 70px 0; }
.section-white { background: #fff; }
.section-light { background: var(--light); }
.section-navy { background: var(--navy); color: #fff; }
.band-top { border-top: 8px solid var(--red); }
.hero { padding-top: 58px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.65fr .9fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--red); font-weight: 900; letter-spacing: .08em; font-size: 13px; margin: 0 0 8px; }
.eyebrow.light { color: #fff; opacity: .9; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { color: var(--navy); font-size: clamp(34px, 5vw, 62px); letter-spacing: -.025em; margin-bottom: 10px; }
h2 { color: var(--navy); font-size: clamp(28px, 4vw, 46px); letter-spacing: -.02em; }
.section-navy h2, .quote-section h2 { color: #fff; }
h3 { color: var(--navy); font-size: 22px; }
.tagline { color: var(--red); font-weight: 900; font-size: clamp(20px, 2.4vw, 30px); margin: 0 0 22px; }
.lead { font-size: 19px; max-width: 780px; color: #333; }
.lead-sm { font-size: 18px; color: #404651; }
.cta-row, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-block; text-decoration: none; border: 0; cursor: pointer; font-weight: 900; letter-spacing: .035em; padding: 15px 20px; font-size: 13px; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-outline { color: var(--navy); border: 2px solid var(--navy); background: transparent; }
.hero-card { border-top: 8px solid var(--red); box-shadow: 0 12px 34px rgba(7,26,57,.14); background: var(--navy); color: #fff; }
.hero-card-title { font-size: 16px; font-weight: 900; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.15); letter-spacing: .05em; }
.metric { padding: 22px; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 16px; }
.metric strong { color: #fff; }
.metric span { color: #cbd5e1; text-align: right; }
.two-col { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.two-col p { font-size: 18px; color: #3d434d; }
.section-navy p { color: #d4dce8; }
.cards { display: grid; gap: 20px; margin-top: 34px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { border: 1px solid var(--line); padding: 30px 26px; background: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.05); }
.card-number { font-size: 13px; color: var(--red); font-weight: 900; margin-bottom: 30px; }
.card p { color: var(--muted); }
.fleet-grid { align-items: center; }
.fleet-panel { border: 1px solid rgba(255,255,255,.2); }
.fleet-panel div { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.fleet-panel span { color: #ffb3b3; font-weight: 900; }
.fleet-panel strong { font-size: 18px; }
.safety-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 6px solid var(--red); background: var(--light); }
.check-grid div { padding: 18px; border-right: 1px solid #dfe3e8; border-bottom: 1px solid #dfe3e8; font-weight: 800; color: var(--navy); }
.quote-section { background: linear-gradient(125deg, var(--navy) 0%, #0c2e61 100%); color: #fff; border-top: 8px solid var(--red); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.quote-grid p { color: #dbe5f3; }
.quote-form { background: #fff; color: var(--text); padding: 28px; border-top: 6px solid var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-weight: 800; font-size: 13px; color: var(--navy); display: block; }
input, select, textarea { width: 100%; margin-top: 7px; border: 1px solid #cfd4dc; background: #fff; padding: 12px; font: inherit; color: #17191d; }
textarea { resize: vertical; }
.quote-form > label { margin-top: 16px; }
.quote-form .btn { margin-top: 18px; width: 100%; }
.hidden { position: absolute; left: -9999px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.contact-actions { justify-content: flex-end; }
.site-footer { background: #05080e; color: #cbd1da; padding: 32px 0; font-size: 13px; border-top: 4px solid var(--red); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-inner strong { color: #fff; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; grid-template-columns: 1fr 1fr; }
  .nav-links.open { display: grid; }
  .hero-grid, .two-col, .safety-layout, .quote-grid, .contact-grid { grid-template-columns: 1fr; }
  .cards.three { grid-template-columns: 1fr; }
  .contact-actions { justify-content: flex-start; }
  .hero { padding-top: 42px; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 24px, var(--max)); }
  .section-white, .section-light, .section-navy, .quote-section { padding: 48px 0; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .nav-links { grid-template-columns: 1fr; }
  .brand-panel { padding: 10px 8px 5px; }
  .brand-logo { width: 100%; max-height: 180px; object-fit: contain; }
  .metric { flex-direction: column; }
  .metric span { text-align: left; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* v2 image-led refinements */
.brand-panel { padding: 8px 16px 6px; }
.brand-logo { width: min(1120px, 96vw); max-height: 260px; object-fit: contain; }
.hero-banner { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; border-bottom: 6px solid var(--red); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,39,.78) 0%, rgba(3,16,39,.56) 45%, rgba(3,16,39,.10) 78%, rgba(3,16,39,.02) 100%); }
.hero-banner-content { position: relative; z-index: 2; color: #fff; padding: 88px 0; }
.hero-banner-content h1 { color: #fff; max-width: 780px; text-shadow: 0 2px 14px rgba(0,0,0,.22); }
.hero-banner-content .tagline { color: #fff; }
.hero-lead { color: #f1f4f8; max-width: 690px; text-shadow: 0 1px 6px rgba(0,0,0,.22); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: #eef2f6; }
.fleet-photo-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: center; }
.fleet-photo-wrap { border-top: 7px solid var(--red); box-shadow: 0 18px 45px rgba(0,0,0,.28); overflow: hidden; }
.fleet-photo { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.fleet-copy .fleet-panel { margin-top: 28px; }
@media (max-width: 900px) {
  .brand-logo { width: min(920px, 95vw); max-height: 230px; }
  .hero-banner { min-height: 560px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,16,39,.82) 0%, rgba(3,16,39,.62) 62%, rgba(3,16,39,.28) 100%); }
  .hero-banner-content { padding: 68px 0; }
  .fleet-photo-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .brand-panel { padding: 4px 8px; }
  .brand-logo { width: 100%; max-height: 180px; object-fit: contain; }
  .hero-banner { min-height: 520px; }
  .hero-image { object-position: 58% center; }
  .hero-overlay { background: rgba(3,16,39,.76); }
  .hero-banner-content { padding: 56px 0; }
  .hero-banner-content h1 { font-size: 38px; }
  .hero-banner-content .tagline { font-size: 22px; }
}
