:root {
  --navy-950: #071e30;
  --navy-900: #0b2942;
  --steel-700: #24506f;
  --signal-500: #f2b134;
  --signal-600: #d99617;
  --white: #fff;
  --cold-50: #f5f7f8;
  --cold-100: #e9eef1;
  --asphalt-500: #5d6870;
  --asphalt-700: #39464e;
  --whatsapp: #25d366;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --shadow-lg: 0 24px 60px rgba(5, 29, 47, .14);
  --radius: 4px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  color: var(--navy-950);
  background: var(--cold-50);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--signal-500);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--signal-500);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(7, 30, 48, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(12px);
  transition: background-color .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 30, 48, .985);
  border-bottom-color: rgba(242, 177, 52, .22);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .18);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }

.brand-lockup {
  width: clamp(250px, 24vw, 330px);
  height: auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
  transition: width .24s ease, box-shadow .24s ease;
}

.site-header.is-scrolled .brand-lockup {
  width: clamp(230px, 22vw, 300px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: left center;
  border-radius: 6px;
  background: var(--white);
}

.brand-placeholder {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--signal-500);
  font: 800 21px/1 var(--font-display);
  letter-spacing: -.03em;
  clip-path: polygon(0 0, 83% 0, 100% 26%, 100% 100%, 17% 100%, 0 74%);
}

.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 700 23px/1 var(--font-display); letter-spacing: .02em; }
.brand-copy small { margin-top: 4px; color: #acbbc4; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #d9e2e7; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button):hover { color: var(--signal-500); }

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .2);
}

.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  color: var(--navy-950);
  background: var(--signal-500);
  border: 1px solid var(--signal-500);
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.button:hover { background: var(--signal-600); border-color: var(--signal-600); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.button-full { width: 100%; }

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 30, 48, .97) 0%, rgba(11, 41, 66, .95) 55%, rgba(36, 80, 111, .88) 100%),
    repeating-linear-gradient(135deg, transparent 0 60px, rgba(255,255,255,.04) 60px 61px);
}

.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 80px;
  padding-block: 84px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--signal-500);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}

h1, h2, h3 { margin-top: 0; font-family: var(--font-display); line-height: .96; }

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(54px, 6.4vw, 92px);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

h1 span { color: var(--signal-500); }

.hero-lead { max-width: 650px; margin: 0; color: #d2dde3; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  color: inherit;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  cursor: pointer;
}

.text-link:hover { color: var(--signal-500); }

.availability-note { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; color: #aebfc9; font-size: 12px; }
.availability-note span { width: 8px; height: 8px; background: var(--signal-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242, 177, 52, .14); }

.hero-visual { position: relative; min-height: 490px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: var(--steel-700); box-shadow: var(--shadow-lg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 45px 82px 0; clip-path: polygon(0 0, 91% 0, 100% 12%, 100% 100%, 0 100%); }
.hero-photo-main img { object-position: 53% center; }
.hero-photo-secondary { right: 0; bottom: 0; width: 52%; height: 190px; border: 8px solid var(--navy-900); }
.hero-photo-secondary img { object-position: center; }
.hero-photo-caption { position: absolute; left: -24px; bottom: 30px; min-width: 210px; padding: 16px 20px; color: var(--navy-950); background: var(--signal-500); box-shadow: 0 14px 35px rgba(0,0,0,.24); }
.hero-photo-caption span, .hero-photo-caption strong { display: block; }
.hero-photo-caption span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-photo-caption strong { font: 700 25px/1.1 var(--font-display); text-transform: uppercase; }

.route-line { position: absolute; pointer-events: none; }
.route-line-hero { top: 0; left: 52%; width: 2px; height: 100%; background: repeating-linear-gradient(to bottom, var(--signal-500) 0 18px, transparent 18px 34px); opacity: .22; transform: rotate(21deg); }

.quick-strip { color: var(--white); background: var(--steel-700); }
.quick-strip-grid { min-height: 80px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.quick-strip p { margin: 0; padding: 8px 28px; border-right: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.quick-strip p:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.quick-strip span { margin-right: 10px; color: var(--signal-500); }

.section { padding-block: 112px; scroll-margin-top: 96px; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2, .trust h2, .quote-intro h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(45px, 5vw, 68px); letter-spacing: -.025em; text-transform: uppercase; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { max-width: 450px; margin: 0 0 6px; color: var(--asphalt-500); }

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sector-card { position: relative; min-height: 380px; padding: 38px; background: var(--white); border-top: 4px solid var(--steel-700); box-shadow: 0 12px 40px rgba(11, 41, 66, .07); transition: transform .22s ease, box-shadow .22s ease; }
.sector-card:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(11, 41, 66, .12); }
.sector-card-featured { color: var(--white); background: var(--navy-900); border-color: var(--signal-500); transform: translateY(-16px); }
.sector-card-featured:hover { transform: translateY(-22px); }
.sector-card svg { width: 54px; height: 54px; margin-bottom: 70px; fill: none; stroke: var(--signal-500); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-label { margin: 0 0 12px; color: var(--steel-700); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.sector-card-featured .card-label { color: var(--signal-500); }
.sector-card h3 { margin-bottom: 16px; font-size: 32px; text-transform: uppercase; }
.sector-card p:last-child { margin: 0; color: var(--asphalt-500); font-size: 14px; }
.sector-card-featured p:last-child { color: #c3d0d7; }

.fleet-section { color: var(--white); background: var(--navy-950); }
.light-heading > p { color: #aebfc9; }
.vehicle-list { display: grid; gap: 72px; }
.vehicle-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; background: var(--navy-900); border: 1px solid rgba(255,255,255,.1); }
.vehicle-card-reverse { grid-template-columns: .85fr 1.15fr; }
.vehicle-card-reverse .vehicle-gallery { order: 2; }
.vehicle-gallery { min-width: 0; display: grid; grid-template-rows: 1fr 84px; gap: 10px; padding: 10px; background: #102f46; }
.vehicle-gallery.single-image { grid-template-rows: 1fr; }
.gallery-main { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(145deg, #1a425e, #0b2438); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main img[data-lightbox-src] { cursor: zoom-in; transition: transform .35s ease; }
.gallery-main:hover img[data-lightbox-src] { transform: scale(1.03); }
.gallery-main video { width: 100%; height: 100%; object-fit: contain; background: #020b11; }
.gallery-empty { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; color: #8ea3b1; text-align: center; }
.gallery-empty[hidden] { display: none; }
.gallery-empty svg { width: 56px; margin-bottom: 16px; fill: none; stroke: var(--signal-500); stroke-width: 1.5; }
.gallery-empty strong { display: block; color: var(--white); font: 700 22px/1 var(--font-display); text-transform: uppercase; }
.gallery-empty small { display: block; margin-top: 8px; font-size: 11px; }
.gallery-thumbs { display: flex; gap: 8px; }
.gallery-thumbs:has(.gallery-thumb:only-child) { display: none; }
.gallery-thumb { position: relative; min-width: 0; padding: 0; overflow: hidden; color: #9aadb9; background: #173b55; border: 2px solid transparent; cursor: pointer; }
.gallery-thumb { width: min(110px, 25%); }
.gallery-thumb[aria-current="true"] { border-color: var(--signal-500); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb span { display: grid; place-items: center; height: 100%; font: 700 12px/1 var(--font-body); }
.gallery-thumb-video { display: grid; place-items: center; align-content: center; gap: 4px; color: var(--white); }
.gallery-thumb-video svg { width: 25px; height: 25px; fill: none; stroke: var(--signal-500); stroke-width: 1.6; }
.gallery-thumb-video span { height: auto; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.vehicle-info { align-self: center; padding: 54px; }
.vehicle-number { margin: 0 0 20px; color: var(--signal-500); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.vehicle-info h3 { margin-bottom: 18px; font-size: clamp(45px, 5vw, 66px); text-transform: uppercase; }
.vehicle-info > p:not(.vehicle-number) { color: #b7c6ce; }
.vehicle-info dl { margin: 32px 0; border-top: 1px solid rgba(255,255,255,.12); }
.vehicle-info dl div { display: flex; justify-content: space-between; gap: 24px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.vehicle-info dt { color: #9eb0bc; }
.vehicle-info dd { margin: 0; font-weight: 700; }
.spec-note { margin: -16px 0 24px; color: #849aa8; font-size: 10px; line-height: 1.5; }

.process { position: relative; overflow: hidden; background: var(--white); }
.route-line-process { top: 0; right: 11%; width: 260px; height: 260px; border: 2px dashed var(--cold-100); border-radius: 50%; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-grid li { min-height: 260px; padding: 34px; border: 1px solid var(--cold-100); }
.process-grid li + li { border-left: 0; }
.process-grid span { display: block; margin-bottom: 68px; color: var(--signal-600); font: 800 13px/1 var(--font-body); }
.process-grid h3 { margin-bottom: 14px; font-size: 28px; text-transform: uppercase; }
.process-grid p { margin: 0; color: var(--asphalt-500); font-size: 14px; }

.trust { color: var(--white); background: var(--steel-700); }
.trust-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.trust-copy > p { margin-top: 0; color: #d5e0e6; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.trust-points p { margin: 0; font-size: 12px; font-weight: 700; }
.trust-points span { display: block; width: 28px; height: 28px; margin-bottom: 10px; color: var(--navy-950); background: var(--signal-500); border-radius: 50%; text-align: center; line-height: 28px; }

.company-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.14);
}

.company-facts div {
  min-height: 92px;
  padding: 18px;
  background: rgba(7, 30, 48, .32);
}

.company-facts span {
  display: block;
  margin-bottom: 8px;
  color: #aebfc9;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.company-facts strong {
  display: block;
  color: var(--white);
  font-size: 14px;
  line-height: 1.35;
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.mission-vision article {
  padding: 24px;
  color: var(--navy-950);
  background: var(--white);
  border-top: 4px solid var(--signal-500);
}

.mission-vision h3 {
  margin-bottom: 12px;
  font-size: 28px;
  text-transform: uppercase;
}

.mission-vision p {
  margin: 0;
  color: var(--asphalt-700);
  font-size: 14px;
}

.clients { background: var(--white); }

.client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.client-grid article {
  min-height: 250px;
  padding: 32px;
  background: var(--cold-50);
  border: 1px solid var(--cold-100);
  border-top: 4px solid var(--signal-500);
}

.client-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--signal-600);
  font-size: 12px;
  font-weight: 900;
}

.client-grid h3 {
  margin-bottom: 14px;
  font-size: 30px;
  text-transform: uppercase;
}

.client-grid p {
  margin: 0;
  color: var(--asphalt-500);
  font-size: 14px;
}

.quote-section { background: var(--cold-100); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro > p:not(.eyebrow) { max-width: 460px; color: var(--asphalt-500); }
.contact-placeholder { margin-top: 40px; padding: 24px; background: var(--navy-900); color: var(--white); border-left: 5px solid var(--signal-500); }
.contact-placeholder span, .contact-placeholder small { display: block; color: #aebfc9; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-placeholder strong { display: block; margin: 5px 0; }
.contact-placeholder a { display: block; width: fit-content; }
.contact-placeholder a:hover { color: var(--signal-500); }
.contact-placeholder code { color: var(--signal-500); }
.quote-form { padding: 42px; background: var(--white); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--navy-950); background: var(--cold-50); border: 1px solid #c9d3d9; border-radius: 0; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--steel-700); outline: 3px solid rgba(36,80,111,.16); }
.field.field-highlight select,
.field.field-highlight input,
.field.field-highlight textarea {
  border-color: var(--signal-500);
  box-shadow: 0 0 0 4px rgba(242, 177, 52, .18);
}
.field [aria-invalid="true"] { border-color: #b42318; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: #b42318; font-size: 11px; }
.form-disclaimer { margin: 14px 0 0; color: var(--asphalt-500); font-size: 10px; text-align: center; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--steel-700); font-size: 13px; font-weight: 700; text-align: center; }
.form-status.error { color: #b42318; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accordion details { border-top: 1px solid #ccd6dc; }
.accordion details:last-child { border-bottom: 1px solid #ccd6dc; }
.accordion summary { position: relative; padding: 24px 50px 24px 0; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 16px; color: var(--signal-600); font: 500 30px/1 var(--font-display); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 680px; margin: -4px 0 24px; color: var(--asphalt-500); font-size: 14px; }

.final-cta { padding-block: 74px; color: var(--white); background: var(--navy-900); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-cta h2 { max-width: 720px; font-size: clamp(42px, 5vw, 62px); }
.final-cta-actions { display: grid; gap: 10px; justify-items: center; flex: 0 0 auto; }
.final-contact-link { min-height: 44px; display: inline-flex; align-items: center; color: #d3dfe5; font-weight: 700; }
.final-contact-link:hover { color: var(--signal-500); }

.site-footer { padding-top: 72px; color: #bccbd3; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .6fr; gap: 70px; padding-bottom: 54px; }
.brand-footer { margin-bottom: 20px; color: var(--white); }
.brand-footer .brand-lockup { width: min(360px, 100%); }
.footer-grid h3 { margin-bottom: 16px; color: var(--white); font: 700 20px/1 var(--font-display); text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin: 7px 0; font-size: 12px; }
.footer-grid > div:last-child a:hover { color: var(--signal-500); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 12px 18px; color: #062c16; background: var(--whatsapp); border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: 13px; font-weight: 800; }
.whatsapp-float svg { width: 23px; fill: currentColor; }

.advisor-card {
  margin-top: 22px;
  padding: 24px;
  background: var(--white);
  border-left: 5px solid var(--signal-500);
  box-shadow: 0 14px 38px rgba(11, 41, 66, .09);
}

.advisor-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--signal-600);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.advisor-card h3 {
  margin-bottom: 18px;
  color: var(--navy-950);
  font-size: 28px;
  text-transform: uppercase;
}

.advisor-card label {
  display: block;
  margin: 14px 0 7px;
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 800;
}

.advisor-card input,
.advisor-card select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--navy-950);
  background: var(--cold-50);
  border: 1px solid #c9d3d9;
}

.advisor-result {
  margin: 18px 0 0;
  padding: 14px;
  color: var(--navy-950);
  background: var(--cold-100);
  border-left: 4px solid var(--steel-700);
  font-size: 13px;
  font-weight: 700;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(2, 11, 17, .86);
  backdrop-filter: blur(8px);
}

.lightbox[hidden] { display: none; }

.lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  background: var(--navy-950);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .45);
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  font-size: 32px;
  cursor: pointer;
}

.mission-vision article,
.client-grid article {
  transition: transform .22s ease, box-shadow .22s ease;
}

.mission-vision article:hover,
.client-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(7, 30, 48, .14);
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 79px 0 auto; display: none; padding: 28px 20px 34px; background: var(--navy-950); flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 620px; width: 100%; min-height: 380px; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-media { min-height: 500px; }
  .split-heading, .trust-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .sector-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 280px; }
  .sector-card-featured { transform: none; }
  .sector-card-featured:hover { transform: translateY(-6px); }
  .sector-card svg { margin-bottom: 35px; }
  .vehicle-card, .vehicle-card-reverse { grid-template-columns: 1fr; }
  .vehicle-card-reverse .vehicle-gallery { order: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 210px; }
  .process-grid li + li { border-left: 1px solid var(--cold-100); border-top: 0; }
  .process-grid span { margin-bottom: 42px; }
  .quote-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy small { display: none; }
  .brand-lockup { width: 220px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 62px; }
  h1 { font-size: clamp(50px, 16vw, 68px); }
  .hero-lead { font-size: 16px; }
  .availability-note { max-width: calc(100% - 48px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-visual { min-height: 325px; }
  .hero-photo-main { inset: 0 20px 55px 0; }
  .hero-photo-secondary { width: 52%; height: 125px; border-width: 5px; }
  .hero-photo-caption { left: -7px; bottom: 18px; min-width: 165px; padding: 12px 14px; }
  .quick-strip-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .quick-strip p, .quick-strip p:first-child { padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); text-align: left; }
  .quick-strip p:last-child { border-bottom: 0; }
  .section { padding-block: 76px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .trust h2, .quote-intro h2 { font-size: 44px; }
  .about-media { min-height: 360px; }
  .about-media::before { inset: 14px -8px -14px 14px; }
  .about-stamp { right: -7px; bottom: 18px; }
  .about-content h2 { font-size: 44px; }
  .value-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 22px; }
  .sector-card { padding: 28px; }
  .vehicle-list { gap: 40px; }
  .vehicle-card { min-height: auto; }
  .vehicle-gallery { grid-template-rows: 310px 64px; }
  .vehicle-gallery.single-image { grid-template-rows: 310px; }
  .gallery-main { min-height: 310px; }
  .vehicle-info { padding: 32px 24px; }
  .vehicle-info h3 { font-size: 45px; }
  .trust-grid { gap: 28px; }
  .company-facts, .mission-vision { grid-template-columns: 1fr; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points p { display: flex; align-items: center; gap: 10px; }
  .trust-points span { flex: 0 0 auto; margin: 0; }
  .quote-form { padding: 26px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .field-full { grid-column: auto; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 22px; }
  .footer-bottom p { margin: 0; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; justify-content: center; padding: 12px; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
}
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 92px; align-items: center; }
.about-media { position: relative; min-height: 570px; }
.about-media::before { content: ""; position: absolute; inset: 28px -28px -28px 28px; background: var(--cold-100); }
.about-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-stamp { position: absolute; right: -28px; bottom: 34px; width: 190px; padding: 20px; color: var(--white); background: var(--navy-900); border-left: 5px solid var(--signal-500); }
.about-stamp strong, .about-stamp span { display: block; }
.about-stamp strong { font: 700 30px/1 var(--font-display); }
.about-stamp span { margin-top: 5px; color: #b9c7cf; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.about-content h2 { margin-bottom: 28px; font-size: clamp(45px, 5vw, 68px); text-transform: uppercase; letter-spacing: -.025em; }
.about-content > p { color: var(--asphalt-500); }
.about-content .about-lead { color: var(--navy-950); font-size: 17px; font-weight: 600; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 36px; background: #d6dfe4; border: 1px solid #d6dfe4; }
.value-grid div { padding: 18px 14px; background: var(--cold-50); }
.value-grid strong, .value-grid span { display: block; }
.value-grid strong { color: var(--steel-700); font: 700 20px/1 var(--font-display); text-transform: uppercase; }
.value-grid span { margin-top: 5px; color: var(--asphalt-500); font-size: 10px; }
