:root {
  --navy: #0B1E3D;
  --navy-light: #122747;
  --orange: #E85C1A;
  --orange-dark: #C44A12;
  --orange-light: #FF7A3D;
  --steel: #2D4A6B;
  --silver: #F4F6F9;
  --mid: #8096AF;
  --white: #FFFFFF;
  --text: #1A2B40;
  --muted: #5A7091;
  --border: #DDE4EE;
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); }

/* ── ANNOUNCEMENT STRIP ── */
.site-strip {
  background: var(--orange-dark);
  padding: 10px 5%;
  text-align: center;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-strip a { color: var(--white); font-weight: 700; text-decoration: none; }

/* ── NAV ── */
.site-nav {
  background: var(--navy);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--orange);
}
.site-logo {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
  text-decoration: none;
}
.site-logo span { color: var(--orange); }
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links a {
  color: #A8BDD4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 20px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover,
.nav-links li.current-menu-item > a,
.nav-links li.current_page_item > a { color: var(--white); background: var(--navy-light); }
.nav-links .menu-contact-us a,
.nav-links .btn-cta a {
  background: var(--orange);
  color: var(--white) !important;
  padding: 0 22px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.nav-links .menu-contact-us a:hover,
.nav-links .btn-cta a:hover { background: var(--orange-dark); }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--orange);
  color: var(--white);
  padding: 16px 36px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.1s;
}
.btn-primary:hover { background: var(--orange-dark); color: var(--white); transform: translateY(-1px); }
.btn-outline {
  border: 2px solid #A8BDD4;
  color: #A8BDD4;
  padding: 14px 34px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  margin-left: 12px;
}
.btn-outline:hover { border-color: var(--white); color: var(--white); }
.btn-white {
  background: var(--white);
  color: var(--orange);
  padding: 16px 40px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s;
  text-decoration: none;
}
.btn-white:hover { background: #F0F0F0; color: var(--orange); }

/* ── PAGE BANNER ── */
.page-banner {
  background: var(--navy);
  padding: 80px 5% 60px;
  position: relative;
  overflow: hidden;
}
.page-banner::after {
  content: '';
  position: absolute;
  right: 5%; top: 50%;
  transform: translateY(-50%);
  width: 300px; height: 300px;
  border: 2px solid rgba(232,92,26,0.2);
}
.page-banner::before {
  content: '';
  position: absolute;
  right: 7%; top: 45%;
  transform: translateY(-50%);
  width: 200px; height: 200px;
  border: 2px solid rgba(232,92,26,0.3);
}
.page-banner .inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.breadcrumb { color: var(--mid); font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.breadcrumb a { color: var(--mid); text-decoration: none; }
.breadcrumb span { color: var(--orange); }
.page-banner h1 {
  font-family: var(--font-head);
  font-size: 64px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
}
.page-banner h1 em { color: var(--orange); font-style: normal; }

/* ── SECTIONS ── */
.section-tag {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-head);
  font-size: 52px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-sub {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 560px;
  margin-bottom: 48px;
}

/* ── HERO ── */
.hero {
  background: var(--navy);
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 50%;
  background: linear-gradient(135deg, var(--steel) 0%, var(--navy-light) 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-tag {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--font-head);
  font-size: 72px;
  font-weight: 800;
  color: var(--white);
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero p { color: #A8BDD4; font-size: 17px; line-height: 1.6; margin-bottom: 36px; font-weight: 300; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.stat-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 28px 24px;
}
.stat-box .num {
  font-family: var(--font-head);
  font-size: 52px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -2px;
}
.stat-box .label {
  font-size: 13px;
  color: #A8BDD4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
  font-weight: 500;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--orange);
  padding: 18px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.service-card {
  background: var(--silver);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.service-card:hover { background: var(--navy); }
.service-card:hover .service-title { color: var(--white); }
.service-card:hover .service-text { color: #A8BDD4; }
.service-card:hover .service-icon { background: var(--orange); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background 0.25s;
}
.service-icon svg { width: 28px; height: 28px; }
.service-title {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 12px;
  transition: color 0.25s;
  letter-spacing: 0.5px;
}
.service-text { color: var(--muted); font-size: 15px; line-height: 1.65; transition: color 0.25s; }

/* ── WHY TRUST ── */
.why-section { background: var(--navy); }
.why-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.trust-list { list-style: none; }
.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #A8BDD4;
  font-size: 16px;
  line-height: 1.5;
}
.trust-list li:last-child { border-bottom: none; }
.trust-list strong { color: var(--white); font-weight: 600; }
.check-icon {
  width: 24px; height: 24px;
  background: var(--orange);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* ── CTA BANNER ── */
.cta-banner { background: var(--orange); padding: 70px 5%; text-align: center; }
.cta-banner h2 {
  font-family: var(--font-head);
  font-size: 56px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.cta-banner p { color: rgba(255,255,255,0.85); font-size: 18px; margin-bottom: 36px; font-weight: 300; }

/* ── ABOUT ── */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 90px 5%;
  max-width: 1200px;
  margin: 0 auto;
}
.about-intro p { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 20px; }
.accent-block { background: var(--orange); padding: 32px; margin-top: 32px; }
.accent-block p { color: var(--white) !important; font-family: var(--font-head); font-size: 20px; font-weight: 600; line-height: 1.4; margin: 0 !important; font-style: italic; }
.about-right { display: flex; flex-direction: column; gap: 2px; }
.about-stat { background: var(--silver); padding: 28px 32px; display: flex; align-items: center; gap: 20px; }
.about-stat-num { font-family: var(--font-head); font-size: 48px; font-weight: 800; color: var(--orange); line-height: 1; min-width: 80px; letter-spacing: -2px; }
.about-stat-text h4 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.5px; }
.about-stat-text p { color: var(--muted); font-size: 14px; margin-top: 4px; }

/* ── VALUES ── */
.values-section { background: var(--silver); padding: 80px 5%; }
.values-inner { max-width: 1200px; margin: 0 auto; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 48px; }
.value-card { background: var(--white); padding: 36px 28px; border-top: 3px solid var(--border); transition: border-color 0.2s; }
.value-card:hover { border-top-color: var(--orange); }
.value-num { font-family: var(--font-head); font-size: 60px; font-weight: 800; color: var(--border); line-height: 1; margin-bottom: 12px; }
.value-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.value-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ── SERVICES DETAIL ── */
.services-full { padding: 80px 5%; max-width: 1200px; margin: 0 auto; }
.service-detail { background: var(--silver); padding: 56px 48px; position: relative; overflow: hidden; }
.service-detail.dark { background: var(--navy); }
.service-detail-num { font-family: var(--font-head); font-size: 80px; font-weight: 800; color: rgba(0,0,0,0.06); position: absolute; top: 24px; right: 32px; line-height: 1; }
.service-detail.dark .service-detail-num { color: rgba(255,255,255,0.04); }
.service-detail .svc-tag { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.service-detail h2 { font-family: var(--font-head); font-size: 36px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; color: var(--navy); line-height: 1.1; }
.service-detail.dark h2 { color: var(--white); }
.service-detail p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 12px; }
.service-detail.dark p { color: #8096AF; }
.feature-list { list-style: none; margin-top: 20px; }
.feature-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); padding: 8px 0; border-bottom: 1px solid var(--border); font-weight: 500; }
.service-detail.dark .feature-list li { border-bottom-color: rgba(255,255,255,0.08); color: #8096AF; }
.feature-list li:last-child { border-bottom: none; }
.dot { width: 6px; height: 6px; background: var(--orange); flex-shrink: 0; }
.pricing-callout { background: var(--orange); padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.pricing-callout h2 { font-family: var(--font-head); font-size: 40px; font-weight: 800; color: var(--white); text-transform: uppercase; margin-bottom: 16px; }
.pricing-callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.6; margin-bottom: 28px; }

/* ── CONTACT ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; }
.contact-info { background: var(--navy); padding: 72px 56px; }
.contact-info .section-title { color: var(--white); font-size: 44px; margin-bottom: 8px; }
.contact-info .section-sub { color: #8096AF; font-size: 15px; margin-bottom: 48px; }
.contact-item { display: flex; gap: 20px; margin-bottom: 36px; align-items: flex-start; }
.contact-icon { width: 48px; height: 48px; background: var(--orange); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.contact-icon svg { width: 22px; height: 22px; }
.contact-item h4 { font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.contact-item p, .contact-item a { color: #A8BDD4; font-size: 15px; line-height: 1.5; text-decoration: none; }
.contact-item a:hover { color: var(--white); }
.contact-form-wrap { background: var(--silver); padding: 72px 56px; }
.contact-form-wrap h3 { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: var(--navy); text-transform: uppercase; margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; background: var(--white); border: 1px solid var(--border); padding: 14px 16px; font-family: var(--font-body); font-size: 15px; color: var(--text); outline: none; transition: border-color 0.2s; appearance: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--orange); }
.form-group textarea { resize: vertical; min-height: 120px; }
.submit-btn { background: var(--orange); color: var(--white); border: none; padding: 16px 40px; font-family: var(--font-head); font-size: 16px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; width: 100%; transition: background 0.2s; }
.submit-btn:hover { background: var(--orange-dark); }
.map-placeholder { background: var(--steel); height: 320px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.map-placeholder::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,0.04) 40px), repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,255,255,0.04) 40px); }
.map-pin { background: var(--orange); color: var(--white); font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: 1px; padding: 12px 24px; position: relative; z-index: 1; text-transform: uppercase; }
.map-pin::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid var(--orange); }

/* ── FLEET HOME ── */
.fleet-home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.fleet-card-home { background: var(--white); padding: 48px 36px; border-bottom: 4px solid var(--border); transition: border-color 0.2s; }
.fleet-card-home:hover { border-bottom-color: var(--orange); }
.fleet-card-home.featured { border-bottom-color: var(--orange); }
.fleet-letter { font-family: var(--font-head); font-size: 64px; font-weight: 800; color: var(--navy); opacity: 0.08; line-height: 1; margin-bottom: 16px; }
.fleet-badge { background: var(--orange); color: var(--white); font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 4px 12px; display: inline-block; text-transform: uppercase; margin-bottom: 10px; }
.fleet-card-home h3 { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.fleet-card-home p { color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ── CLIENTS GRID ── */
.clients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.client-card { background: var(--silver); padding: 36px 28px; }
.client-card-icon { width: 48px; height: 48px; background: var(--orange); margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.client-card h4 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.client-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ── FOOTER ── */
.site-footer { background: #070F1E; padding: 56px 5% 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto 48px; }
.footer-logo { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--white); letter-spacing: 1px; margin-bottom: 16px; }
.footer-logo span { color: var(--orange); }
.site-footer p { color: #5A7091; font-size: 14px; line-height: 1.7; }
.site-footer h4 { font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #5A7091; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; border-top: 1px solid #0F1F35; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { color: #3A5070; font-size: 13px; }
.footer-bottom span { color: var(--orange); }

/* ── BUSINESS HOURS ── */
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hours-grid .day { color: var(--white); font-size: 14px; font-weight: 500; margin-bottom: 2px; }
.hours-grid .time { color: #8096AF; font-size: 14px; }
.hours-grid .time.priority { color: var(--orange); font-weight: 600; }

/* ── FLEET SERVICES (Services page) ── */
.fleet-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.fleet-svc { padding: 48px 40px; color: var(--white); position: relative; overflow: hidden; }
.fleet-svc.navy { background: var(--navy); }
.fleet-svc.orange { background: var(--orange); }
.fleet-svc.steel { background: var(--steel); }
.fleet-svc-bg-letter { font-family: var(--font-head); font-size: 96px; font-weight: 800; line-height: 1; margin-bottom: -24px; }
.fleet-svc.navy .fleet-svc-bg-letter { color: rgba(255,255,255,0.04); }
.fleet-svc.orange .fleet-svc-bg-letter { color: rgba(255,255,255,0.1); }
.fleet-svc.steel .fleet-svc-bg-letter { color: rgba(255,255,255,0.04); }
.fleet-svc-type { font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; }
.fleet-svc.navy .fleet-svc-type { color: var(--orange); }
.fleet-svc.orange .fleet-svc-type { color: rgba(255,255,255,0.8); }
.fleet-svc.steel .fleet-svc-type { color: var(--orange); }
.fleet-svc h3 { font-family: var(--font-head); font-size: 28px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.fleet-svc p { font-size: 15px; line-height: 1.6; }
.fleet-svc.navy p, .fleet-svc.steel p { color: #8096AF; }
.fleet-svc.orange p { color: rgba(255,255,255,0.8); }

/* ── WORDPRESS CORE OVERRIDES ── */
.wp-block-image { margin: 0; }
img { max-width: 100%; height: auto; }
