*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body.bw-page { margin: 0; min-width: 320px; background: var(--color-ivory-soft); color: var(--color-charcoal); font-family: var(--font-interface); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.bw-drawer-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.bw-shell { width: min(100% - (var(--site-gutter) * 2), var(--site-width)); margin-inline: auto; }
.bw-svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.bw-skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: 11px 16px; background: var(--color-burgundy); color: #fff; text-decoration: none; transform: translateY(-160%); transition: transform var(--transition-fast); }
.bw-skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: var(--focus-ring); outline-offset: 3px; }

.site-header { background: var(--color-ivory-soft); position: relative; z-index: 70; }
.bw-utility-strip { height: var(--utility-height); border-bottom: 1px solid var(--color-border-light); }
.bw-utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.bw-utility-trust, .bw-utility-links, .bw-utility-whatsapp { display: flex; align-items: center; }
.bw-utility-trust { gap: 18px; color: var(--color-charcoal); font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.bw-utility-trust svg { width: 27px; height: 27px; fill: none; stroke: var(--color-burgundy); stroke-width: 1.6; }
.bw-utility-links { gap: 28px; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.bw-utility-links a { text-decoration: none; transition: color var(--transition-fast); }
.bw-utility-links a:hover { color: var(--color-burgundy); }
.bw-utility-divider { width: 1px; height: 26px; background: var(--color-border); }
.bw-utility-whatsapp { gap: 12px; }
.bw-utility-whatsapp svg { width: 23px; height: 23px; fill: none; stroke: var(--color-burgundy); stroke-width: 1.55; }

.bw-identity-row { min-height: var(--identity-height); border-bottom: 1px solid var(--color-border-light); }
.bw-identity-grid { min-height: var(--identity-height); display: grid; grid-template-columns: minmax(240px,1fr) minmax(500px,1.55fr) minmax(360px,1fr); align-items: center; gap: 28px; }
.bw-identity-contact { min-height: 68px; display: flex; align-items: center; }
.bw-phone-lockup { display: inline-flex; align-items: center; gap: 22px; font-size: clamp(17px,1.25vw,23px); text-decoration: none; white-space: nowrap; }
.bw-round-icon { width: 64px; height: 64px; border: 1.5px solid var(--color-burgundy); border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 auto; color: var(--color-burgundy); }
.bw-round-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bw-brand { display: block; width: min(100%, 540px); justify-self: center; text-decoration: none; }
.bw-brand img { width: 100%; height: auto; }
.bw-identity-actions { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px,3vw,52px); }
.bw-language-switch { display: inline-flex; align-items: center; gap: 7px; font-size: 16px; font-weight: 600; letter-spacing: .05em; white-space: nowrap; }
.bw-language-switch a { text-decoration: none; }
.bw-language-switch .is-unavailable, .bw-footer-language .is-unavailable { opacity: .55; }
.bw-language-switch svg { width: 17px; height: 17px; fill: none; stroke: var(--color-burgundy); stroke-width: 1.8; }

.bw-button { min-height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 6px; padding: 15px 28px; font-size: 14px; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast); }
.bw-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--transition-fast); }
.bw-button:hover svg { transform: translateX(5px); }
.bw-button-primary { background: var(--color-accent); color: #fff; }
.bw-button-primary:hover { background: var(--color-burgundy-hover); }
.bw-button-outline { border-color: var(--color-gold-soft); background: rgba(255,255,255,.25); color: var(--color-burgundy-dark); }
.bw-button-outline:hover { border-color: var(--color-burgundy); background: var(--color-white); }
.bw-header-quote { min-width: 278px; }

.bw-mobile-header { display: none; }
.bw-nav-sentinel { height: 1px; margin-top: -1px; }
.bw-nav-placeholder { display: none; }
.bw-navigation-shell { position: relative; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--color-border-light); }
.bw-navigation-shell.is-fixed { position: fixed; inset: 0 0 auto; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.bw-navigation-shell.is-fixed + * { scroll-margin-top: var(--nav-height); }
.bw-nav-placeholder.is-active { display: block; height: var(--nav-height); }
.bw-navigation-inner { min-height: var(--nav-height); display: flex; align-items: stretch; }
.bw-primary-nav { width: 100%; }
.bw-primary-nav > ul { height: 100%; display: grid; grid-template-columns: .85fr 1fr 1fr 1.55fr 1.45fr .7fr .85fr .9fr; align-items: stretch; gap: clamp(12px,2vw,42px); margin: 0; padding: 0; list-style: none; }
.bw-nav-item { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; }
.bw-nav-item::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 3px; background: var(--color-burgundy); transform: scaleX(0); transform-origin: left; transition: transform 200ms ease; }
.bw-nav-item:hover::after, .bw-nav-item.is-active::after, .bw-nav-item.is-open::after { transform: scaleX(1); }
.bw-nav-item > a { display: inline-flex; align-items: center; min-height: 54px; color: var(--color-charcoal); font-size: clamp(12px,.9vw,15px); font-weight: 600; letter-spacing: .045em; line-height: 1.25; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color var(--transition-fast); }
.bw-nav-item.is-active > a, .bw-nav-item.is-open > a, .bw-nav-item:hover > a { color: var(--color-burgundy); }
.bw-dropdown-trigger { width: 32px; height: 44px; display: inline-grid; place-items: center; margin-left: 4px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.bw-dropdown-trigger svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--transition-fast); }
.bw-nav-item.is-open .bw-dropdown-trigger svg { transform: rotate(180deg); }
.bw-dropdown-panel { position: absolute; top: 100%; left: 0; right: 0; z-index: 90; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-6px); transition: opacity var(--transition-menu), transform var(--transition-menu), visibility 0s linear 220ms; }
.bw-dropdown-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.bw-fleet-panel-card { margin-top: -12px; padding: 44px 38px 26px; border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-ivory-soft); box-shadow: 0 16px 38px rgba(0,0,0,.09); }
.bw-fleet-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.bw-fleet-group { min-width: 0; padding: 0 clamp(20px,2.5vw,42px); text-align: center; }
.bw-fleet-group + .bw-fleet-group { border-left: 1px solid var(--color-border-light); }
.bw-fleet-summary { display: block; color: var(--color-charcoal); text-decoration: none; }
.bw-vehicle-icon { width: 78px; height: 56px; margin: 0 auto 14px; fill: none; stroke: var(--color-charcoal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.bw-fleet-summary h2 { margin: 0 0 6px; font-size: clamp(18px,1.25vw,22px); line-height: 1.25; }
.bw-fleet-summary p { margin: 0; color: var(--color-muted); font-size: 15px; }
.bw-fleet-detail-links { max-height: 0; overflow: hidden; margin: 0; padding: 0; list-style: none; opacity: 0; transform: translateY(-4px); transition: max-height 240ms ease, opacity 180ms ease, transform 180ms ease, margin 180ms ease; }
.bw-fleet-group:hover .bw-fleet-detail-links, .bw-fleet-group:focus-within .bw-fleet-detail-links { max-height: 190px; margin-top: 18px; opacity: 1; transform: translateY(0); }
.bw-fleet-detail-links li + li { margin-top: 5px; }
.bw-fleet-detail-links a { display: inline-block; color: var(--color-muted); font-size: 12px; line-height: 1.35; text-decoration: none; }
.bw-fleet-detail-links a:hover { color: var(--color-burgundy); }
.bw-mega-footer-link { width: max-content; display: flex; align-items: center; gap: 11px; margin: 28px auto 0; color: var(--color-burgundy); font-size: 16px; font-weight: 600; text-decoration: none; }
.bw-mega-footer-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--transition-fast); }
.bw-mega-footer-link:hover svg { transform: translateX(5px); }
.bw-compact-card { width: min(720px, 100%); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin-top: -12px; padding: 20px; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-ivory-soft); box-shadow: 0 16px 38px rgba(0,0,0,.09); }
.bw-services-dropdown .bw-compact-card { margin-left: 8%; }
.bw-locations-dropdown .bw-compact-card { width: min(620px,100%); margin-left: 18%; }
.bw-compact-card a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 8px 14px; border-bottom: 1px solid var(--color-border-light); color: var(--color-charcoal); font-size: 14px; text-decoration: none; }
.bw-compact-card a:hover { color: var(--color-burgundy); background: rgba(243,1,1,.05); }
.bw-compact-card svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.bw-drawer-overlay, .bw-mobile-drawer { display: none; }
.bw-noscript-nav { display: none; }

.site-footer { background: var(--color-ivory-soft); }
.bw-footer-conversion { padding: clamp(62px,6vw,98px) 0 24px; }
.bw-footer-conversion-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 28px; }
.bw-footer-eyebrow { margin: 0 0 12px !important; color: var(--color-gold); font-size: 12px !important; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.bw-footer-conversion h2 { margin: 0 0 18px; color: var(--color-burgundy-dark); font-family: var(--font-display); font-size: clamp(38px,3.2vw,58px); font-weight: 400; line-height: 1.07; letter-spacing: -.025em; }
.bw-footer-conversion-copy > p { margin: 0; color: var(--color-charcoal); font-size: clamp(17px,1.35vw,23px); line-height: 1.75; }
.bw-footer-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.bw-footer-actions .bw-button { min-width: 262px; }
.bw-footer-call { display: inline-flex; align-items: center; gap: 16px; color: var(--color-burgundy-dark); text-decoration: none; }
.bw-footer-call .bw-round-icon { width: 54px; height: 54px; border-color: var(--color-gold); }
.bw-footer-call small, .bw-footer-call strong { display: block; }
.bw-footer-call small { font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.bw-footer-call strong { margin-top: 2px; font-size: 20px; }
.bw-footer-socials { display: flex; flex-wrap: wrap; gap: 9px 18px; align-items: center; margin-top: 24px; font-size: 12px; letter-spacing: .04em; }
.bw-footer-socials > span { color: var(--color-muted); text-transform: uppercase; }
.bw-footer-socials a { color: var(--color-burgundy); text-underline-offset: 3px; }
.bw-footer-illustration img { width: 100%; height: auto; }

.bw-footer-directory { border-top: 1px solid var(--color-gold-soft); padding: 34px 0 32px; }
.bw-footer-directory-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.bw-footer-group { min-width: 0; padding: 0 clamp(18px,2.5vw,38px); }
.bw-footer-group:first-child { padding-left: 0; }
.bw-footer-group:last-child { padding-right: 0; }
.bw-footer-group + .bw-footer-group { border-left: 1px solid var(--color-border); }
.bw-footer-group summary { list-style: none; cursor: default; color: var(--color-burgundy-dark); font-size: 17px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.bw-footer-group summary::-webkit-details-marker { display: none; }
.bw-footer-group summary::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 13px; background: var(--color-gold); }
.bw-footer-group summary svg { display: none; }
.bw-footer-group ul { display: block !important; margin: 16px 0 0; padding: 0; list-style: none; }
.bw-footer-group li + li { margin-top: 7px; }
.bw-footer-group a { display: inline-block; color: var(--color-charcoal); font-size: 15px; line-height: 1.38; text-decoration: none; transition: color var(--transition-fast), transform var(--transition-fast); }
.bw-footer-group a:hover { color: var(--color-burgundy); transform: translateX(3px); }

.bw-footer-bottom { background: var(--color-accent); color: #fff; }
.bw-footer-bottom-inner { min-height: 156px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; row-gap: 26px; padding-block: 28px; }
.bw-footer-bottom-inner > * { min-height: 64px; display: flex; align-items: center; gap: 13px; padding: 0 clamp(16px,1.8vw,28px); font-size: 13px; line-height: 1.5; text-decoration: none; }
.bw-footer-bottom-inner > * + * { border-left: 1px solid rgba(255,255,255,.48); }
.bw-info-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1.5px solid var(--color-gold-soft); border-radius: 50%; color: var(--color-gold-soft); }
.bw-info-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.bw-footer-license { display: grid !important; align-content: center; gap: 3px !important; }
.bw-footer-copyright { display: block !important; align-content: center; white-space: nowrap; }
.bw-footer-language { gap: 10px !important; font-weight: 700; font-size: 15px !important; }
.bw-footer-language a { color: #fff; text-decoration: none; }

@media (max-width: 1320px) {
  :root { --identity-height: 184px; --nav-height: 88px; }
  .bw-identity-grid { grid-template-columns: minmax(215px,.9fr) minmax(430px,1.4fr) minmax(330px,1fr); }
  .bw-header-quote { min-width: 230px; }
  .bw-primary-nav > ul { gap: 14px; }
  .bw-nav-item > a { font-size: 12px; }
  .bw-fleet-panel-card { padding-inline: 20px; }
  .bw-fleet-group { padding-inline: 20px; }
  .bw-footer-bottom-inner > * { padding-inline: 14px; }
}

@media (max-width: 1100px) {
  :root { --site-gutter: 28px; }
  .bw-identity-grid { grid-template-columns: 215px minmax(360px,1fr) 310px; gap: 18px; }
  .bw-header-quote { min-width: 210px; padding-inline: 20px; }
  .bw-language-switch { font-size: 14px; }
  .bw-round-icon { width: 56px; height: 56px; }
  .bw-primary-nav > ul { gap: 7px; }
  .bw-nav-item > a { font-size: 11px; letter-spacing: .025em; }
}

@media (max-width: 991px) {
  :root { --nav-height: 0px; }
  .bw-desktop-header, .bw-navigation-shell, .bw-nav-sentinel, .bw-nav-placeholder { display: none !important; }
  .bw-mobile-header { display: block; background: var(--color-ivory-soft); border-bottom: 1px solid var(--color-border-light); }
  .bw-mobile-top { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 7px var(--site-gutter); background: var(--color-ivory); color: var(--color-charcoal); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .bw-mobile-top a { color: var(--color-burgundy); }
  .bw-mobile-top svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; }
  .bw-mobile-main { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .bw-mobile-brand { width: min(58vw, 280px); }
  .bw-mobile-brand img { width: 100%; height: auto; }
  .bw-mobile-actions { display: flex; gap: 8px; }
  .bw-mobile-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; background: transparent; color: var(--color-burgundy); cursor: pointer; text-decoration: none; }
  .bw-mobile-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .bw-drawer-overlay { position: fixed; inset: 0; z-index: 298; display: block; background: rgba(0,0,0,.44); opacity: 0; transition: opacity 220ms ease; }
  .bw-drawer-overlay.is-open { opacity: 1; }
  .bw-mobile-drawer { position: fixed; top: 36px; right: 0; z-index: 300; width: min(92vw, 440px); height: calc(100dvh - 36px); display: flex; flex-direction: column; background: var(--color-ivory-soft); box-shadow: -18px 0 46px rgba(0,0,0,.18); transform: translateX(100%); transition: transform 260ms cubic-bezier(.2,.7,.2,1); }
  [dir="rtl"] .bw-mobile-drawer { right: auto; left: 0; transform: translateX(-100%); }
  .bw-mobile-drawer.is-open { transform: translateX(0); }
  .bw-drawer-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--color-border-light); }
  .bw-drawer-brand { width: 245px; max-width: calc(100% - 64px); }
  .bw-drawer-brand img { width: 100%; height: auto; }
  .bw-drawer-nav { flex: 1; overflow-y: auto; padding: 10px 20px 24px; overscroll-behavior: contain; }
  .bw-mobile-accordion { border-bottom: 1px solid var(--color-border-light); }
  .bw-mobile-accordion > button, .bw-drawer-direct-link { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 2px; border: 0; background: transparent; color: var(--color-charcoal); font-size: 14px; font-weight: 700; letter-spacing: .055em; text-align: left; text-decoration: none; text-transform: uppercase; cursor: pointer; }
  .bw-mobile-accordion > button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--transition-fast); }
  .bw-mobile-accordion > button[aria-expanded="true"] { color: var(--color-burgundy); }
  .bw-mobile-accordion > button[aria-expanded="true"] svg { transform: rotate(180deg); }
  .bw-mobile-accordion > div { padding: 0 0 16px 13px; }
  .bw-mobile-accordion > div a { display: block; min-height: 42px; padding: 10px 4px; color: var(--color-muted); font-size: 13px; line-height: 1.45; text-decoration: none; }
  .bw-mobile-accordion > div .bw-mobile-category { margin-top: 7px; color: var(--color-burgundy-dark); font-weight: 700; }
  .bw-mobile-view-all { color: var(--color-burgundy) !important; font-weight: 700; }
  .bw-drawer-direct-link { border-bottom: 1px solid var(--color-border-light); }
  .bw-drawer-actions { display: grid; gap: 10px; padding: 18px 20px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--color-border-light); background: var(--color-ivory); }
  .bw-drawer-actions .bw-button { min-height: 54px; }
  .bw-noscript-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 16px var(--site-gutter); border-bottom: 1px solid var(--color-border-light); background: var(--color-ivory); }
  .bw-noscript-nav a { font-size: 13px; font-weight: 700; text-transform: uppercase; }

  .bw-footer-conversion { padding-top: 62px; }
  .bw-footer-conversion-grid { grid-template-columns: 1.1fr .9fr; }
  .bw-footer-actions { align-items: stretch; }
  .bw-footer-actions .bw-button { min-width: 0; }
  .bw-footer-directory-grid { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 36px; }
  .bw-footer-group { border-left: 0 !important; padding: 0 26px !important; }
  .bw-footer-group:nth-child(3n+1) { padding-left: 0 !important; }
  .bw-footer-group:nth-child(3n) { padding-right: 0 !important; }
  .bw-footer-bottom-inner { justify-content: flex-start; }
  .bw-footer-bottom-inner > * { flex: 1 1 31%; border-left: 0 !important; }
}

@media (max-width: 767px) {
  :root { --site-gutter: 20px; }
  .bw-mobile-main { min-height: 76px; }
  .bw-mobile-brand { width: min(55vw, 236px); }
  .bw-mobile-actions { gap: 6px; }
  .bw-mobile-icon { width: 43px; height: 43px; }

  .bw-footer-conversion { padding: 52px 0 14px; }
  .bw-footer-conversion-grid { grid-template-columns: 1fr; gap: 28px; }
  .bw-footer-conversion h2 { font-size: clamp(36px,10vw,48px); }
  .bw-footer-conversion-copy > p { font-size: 17px; line-height: 1.65; }
  .bw-desktop-break { display: none; }
  .bw-footer-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .bw-footer-actions .bw-button { width: 100%; min-height: 58px; }
  .bw-footer-call { min-height: 58px; padding: 4px 2px; }
  .bw-footer-illustration { order: 2; margin-inline: -8px; }
  .bw-footer-socials { line-height: 1.8; }
  .bw-footer-directory { padding: 10px 0; }
  .bw-footer-directory-grid { display: block; }
  .bw-footer-group { padding: 0 !important; border-bottom: 1px solid var(--color-border-light); }
  .bw-footer-group summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-size: 15px; }
  .bw-footer-group summary::after { display: none; }
  .bw-footer-group summary svg { display: block; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--transition-fast); }
  .bw-footer-group[open] summary svg { transform: rotate(180deg); }
  .bw-footer-group ul { display: none !important; margin: 0; padding: 0 0 20px 10px; }
  .bw-footer-group[open] ul { display: block !important; }
  .bw-footer-group li + li { margin-top: 4px; }
  .bw-footer-group a { min-height: 40px; display: inline-flex; align-items: center; font-size: 14px; }
  .bw-footer-bottom-inner { display: block; padding-block: 18px; }
  .bw-footer-bottom-inner > * { min-height: 54px; width: 100%; padding: 8px 0; border: 0 !important; font-size: 13px; }
  .bw-footer-copyright { min-height: 64px !important; padding-top: 18px !important; border-top: 1px solid rgba(255,255,255,.38) !important; }
  .bw-footer-language { width: max-content !important; }
}

@media (max-width: 430px) {
  .bw-mobile-top span { max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .bw-mobile-brand { width: min(55vw, 220px); }
  .bw-mobile-quote { display: none; }
  .bw-mobile-drawer { width: 100vw; }
  .bw-footer-conversion h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}


/* --------------------------------------------------------------------------
   Compact scale correction
   Keeps the desktop header and footer proportionate at normal 100% browser
   zoom. These rules intentionally override the first large-format draft.
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  :root {
    --utility-height: 46px;
    --identity-height: 132px;
    --nav-height: 68px;
  }

  .bw-utility-inner { gap: 22px; }
  .bw-utility-trust { gap: 12px; font-size: 11px; letter-spacing: .14em; }
  .bw-utility-trust svg { width: 21px; height: 21px; }
  .bw-utility-links { gap: 20px; font-size: 11px; letter-spacing: .08em; }
  .bw-utility-divider { height: 20px; }
  .bw-utility-whatsapp { gap: 8px; }
  .bw-utility-whatsapp svg { width: 19px; height: 19px; }

  .bw-identity-grid {
    grid-template-columns: minmax(170px,.85fr) minmax(360px,1.45fr) minmax(280px,1fr);
    gap: 22px;
  }
  .bw-identity-contact { min-height: 52px; }
  .bw-phone-lockup { gap: 14px; font-size: clamp(15px,1vw,18px); }
  .bw-round-icon { width: 50px; height: 50px; }
  .bw-round-icon svg { width: 22px; height: 22px; }
  .bw-brand { width: min(100%, 420px); }
  .bw-identity-actions { gap: clamp(18px,2vw,30px); }
  .bw-language-switch { font-size: 14px; }
  .bw-language-switch svg { width: 14px; height: 14px; }

  .bw-button { min-height: 52px; gap: 12px; padding: 12px 22px; font-size: 12px; border-radius: 5px; }
  .bw-button svg { width: 20px; height: 20px; }
  .bw-header-quote { min-width: 220px; }

  .bw-primary-nav > ul { gap: clamp(8px,1.35vw,26px); }
  .bw-nav-item::after { bottom: 9px; height: 2px; }
  .bw-nav-item > a { min-height: 44px; font-size: clamp(11px,.76vw,13px); letter-spacing: .035em; }
  .bw-dropdown-trigger { width: 27px; height: 38px; }
  .bw-dropdown-trigger svg { width: 14px; height: 14px; }

  .bw-fleet-panel-card { margin-top: -8px; padding: 28px 24px 18px; border-radius: 9px; }
  .bw-fleet-group { padding-inline: clamp(14px,2vw,30px); }
  .bw-vehicle-icon { width: 60px; height: 44px; margin-bottom: 10px; }
  .bw-fleet-summary h2 { margin-bottom: 4px; font-size: clamp(16px,1.05vw,19px); }
  .bw-fleet-summary p { font-size: 13px; }
  .bw-fleet-group:hover .bw-fleet-detail-links,
  .bw-fleet-group:focus-within .bw-fleet-detail-links { margin-top: 13px; }
  .bw-mega-footer-link { margin-top: 20px; font-size: 14px; }
  .bw-compact-card { margin-top: -8px; padding: 14px; }
  .bw-compact-card a { min-height: 42px; padding: 7px 11px; font-size: 13px; }

  .bw-footer-conversion { padding: clamp(44px,4.5vw,70px) 0 18px; }
  .bw-footer-conversion-grid { grid-template-columns: 1fr .9fr; gap: 22px; }
  .bw-footer-eyebrow { margin-bottom: 9px !important; font-size: 10px !important; }
  .bw-footer-conversion h2 { margin-bottom: 13px; font-size: clamp(32px,2.55vw,46px); }
  .bw-footer-conversion-copy > p { font-size: clamp(15px,1.05vw,18px); line-height: 1.65; }
  .bw-footer-actions { gap: 12px; margin-top: 24px; }
  .bw-footer-actions .bw-button { min-width: 218px; }
  .bw-footer-call { gap: 12px; }
  .bw-footer-call .bw-round-icon { width: 46px; height: 46px; }
  .bw-footer-call small { font-size: 11px; }
  .bw-footer-call strong { font-size: 17px; }
  .bw-footer-socials { margin-top: 18px; font-size: 11px; }
  .bw-footer-illustration { justify-self: end; width: min(100%, 650px); }

  .bw-footer-directory { padding: 26px 0 24px; }
  .bw-footer-group { padding-inline: clamp(14px,2vw,30px); }
  .bw-footer-group summary { font-size: 15px; }
  .bw-footer-group summary::after { width: 28px; margin-top: 10px; }
  .bw-footer-group ul { margin-top: 13px; }
  .bw-footer-group li + li { margin-top: 5px; }
  .bw-footer-group a { font-size: 13px; }

  .bw-footer-bottom-inner { min-height: 110px; row-gap: 14px; padding-block: 18px; }
  .bw-footer-bottom-inner > * { min-height: 48px; gap: 10px; padding-inline: clamp(12px,1.35vw,20px); font-size: 12px; }
  .bw-info-icon { width: 38px; height: 38px; }
  .bw-info-icon svg { width: 19px; height: 19px; }
  .bw-footer-language { font-size: 13px !important; }
}

@media (min-width: 992px) and (max-width: 1120px) {
  :root { --identity-height: 122px; --nav-height: 64px; }
  .bw-brand { width: min(100%, 365px); }
  .bw-header-quote { min-width: 188px; padding-inline: 15px; }
  .bw-identity-grid { grid-template-columns: 160px minmax(330px,1fr) 270px; gap: 15px; }
  .bw-nav-item > a { font-size: 10.5px; }
}

@media (max-width: 767px) {
  .bw-footer-conversion h2 { font-size: clamp(30px,8.5vw,40px); }
  .bw-footer-conversion-copy > p { font-size: 15px; }
}

@media (max-width: 430px) {
  .bw-footer-conversion h2 { font-size: 30px; }
}
