:root {
  --navy: #0B2D5B;
  --orange: #FF6A00;
  --white: #FFFFFF;
  --green: #25D366;
  --ink: #14253a;
  --line: rgba(255, 106, 0, .42);
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.4; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1410px, calc(100% - 116px)); margin: 0 auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; padding: 10px 14px; background: var(--orange); color: var(--white); font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.announce-bar { position: relative; z-index: 6; background: var(--white); color: var(--navy); border-bottom: 1px solid #e7ebef; }
.announce-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 34px; padding: 6px 16px; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.announce-info { display: flex; align-items: center; gap: 10px; }
.announce-icon { flex: 0 0 16px; width: 16px; height: 16px; color: var(--orange); }
.announce-text-mobile { display: none; }
.announce-locations { display: flex; align-items: center; gap: 6px; margin-left: auto; white-space: nowrap; color: var(--navy); }
.announce-locations span { color: var(--orange); }
.announce-actions { display: none; align-items: center; gap: 20px; }
.announce-action { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); }
.announce-action-icon { flex: 0 0 16px; width: 16px; height: 16px; color: var(--orange); }
.announce-quote { min-height: 30px; padding: 6px 16px; font-size: 12px; }
@media (min-width: 1024px) { .announce-actions { display: flex; } }

.site-header { position: relative; z-index: 5; min-height: 76px; border-bottom: 1px solid #e7ebef; background: var(--white); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 24px; }
.brand { flex: 0 0 195px; }
.brand img { width: 100%; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 20px; }
.nav-links, .nav-actions { display: flex; align-items: center; }
.nav-links { gap: clamp(18px, 2.4vw, 40px); margin-left: auto; }
.nav-links a { position: relative; color: var(--navy); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-links a:first-child::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 3px; background: var(--orange); content: ''; }
.nav-actions { gap: 10px; margin-left: 26px; }
.button, .action-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 10px 18px; border: 2px solid transparent; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button span { font-family: var(--body); font-size: 18px; font-weight: 400; }
.button-arrow { display: inline-flex; align-items: center; margin-left: 10px; font-family: var(--body); font-size: 18px; font-weight: 400; line-height: 1; }
.button-small { background: var(--orange); color: var(--white); }
.button-small:hover, .button-small:focus-visible { background: var(--navy); }
.action-button { min-height: 44px; padding: 9px 17px; border-color: var(--orange); background: var(--white); color: var(--orange); cursor: default; }
.action-button:disabled { opacity: 1; }
.action-whatsapp { border-color: var(--green); background: var(--green); color: var(--white); }
.action-icon, .bar-icon { position: relative; display: inline-grid; place-items: center; width: 21px; height: 21px; }
.phone-icon { color: var(--orange); }
.phone-icon::before { width: 11px; height: 16px; border: 3px solid currentColor; border-top-color: transparent; border-bottom-color: transparent; border-radius: 8px; content: ''; transform: rotate(-43deg); }
.whatsapp-icon svg { display: block; width: 100%; height: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-lines { display: inline-flex; flex-direction: column; gap: 4px; margin-left: 8px; }
.menu-lines span { width: 23px; height: 2px; background: currentColor; transform-origin: center; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-lines span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-lines span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 480px; overflow: hidden; background: var(--white); color: var(--navy); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(430px, .95fr) minmax(560px, 1.55fr); min-height: 480px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px 28px 24px 0; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 14px; color: var(--orange); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-line { width: 48px; height: 3px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: .86; text-transform: uppercase; }
h1 { margin-bottom: 16px; font-size: clamp(3.7rem, 5.6vw, 5.7rem); letter-spacing: .01em; }
h1 span { color: var(--orange); font-style: normal; }
h2 em { color: var(--orange); font-style: italic; }
.hero-lede { margin: 0 0 16px; font-size: 19px; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; max-width: 420px; }
.hero-actions .button { min-height: 54px; justify-content: space-between; }
.button-label { flex: 1; text-align: center; font-family: var(--body); }
.button-chevron { display: inline-flex; flex: 0 0 18px; align-items: center; width: 18px; height: 18px; }
.button-hero-call { border-color: var(--orange); background: var(--orange); color: var(--white); }
.button-hero-whatsapp { background: var(--green); color: var(--white); }
.button-primary { background: var(--orange); color: var(--white); }
.hero-indicators { display: flex; gap: 16px; margin-top: 18px; color: var(--navy); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-indicators span { position: relative; display: inline-flex; align-items: center; gap: 8px; padding-right: 16px; }
.hero-indicators span + span::before { position: absolute; top: 50%; left: -9px; width: 2px; height: 15px; background: var(--orange); content: ''; transform: translateY(-50%); }
.indicator-icon { position: relative; display: inline-block; width: 20px; height: 20px; color: var(--orange); }
.indicator-icon svg { display: block; width: 100%; height: 100%; }

.hero-side { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 24px; min-height: 480px; padding: 20px 24px 20px 44px; overflow: hidden; }
.hero-visual { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-visual-shape { position: absolute; left: 4%; width: 30px; background: var(--orange); transform: skewX(-12deg); }
.hero-visual-shape.shape-1 { top: -6%; height: 62%; opacity: .95; }
.hero-visual-shape.shape-2 { top: 32%; left: 17%; height: 44%; width: 20px; opacity: .5; }
.hero-visual-shape.shape-3 { top: 58%; left: 30%; height: 32%; width: 14px; opacity: .25; }
.hero-visual-line { position: absolute; inset: 0; background-image: repeating-linear-gradient(100deg, transparent 0 42px, rgba(11,45,91,.05) 42px 44px); }
.hero-visual-tread { position: absolute; right: 4%; bottom: -14%; width: 320px; height: 320px; border: 26px solid rgba(11,45,91,.07); border-radius: 50%; }
.hero-visual-tread::before { position: absolute; inset: 36px; border: 14px solid rgba(255,106,0,.16); border-radius: 50%; content: ''; }
.hero-side-feature { position: relative; z-index: 1; display: flex; align-items: center; gap: 22px; }
.hero-feature-clock { flex: 0 0 84px; width: 84px; height: 84px; color: var(--orange); }
.hero-feature-eyebrow { margin: 0 0 4px; color: var(--navy); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; opacity: .7; }
.hero-feature-headline { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.6rem, 3.4vw, 3.4rem); font-weight: 800; line-height: .95; text-transform: uppercase; }
.hero-feature-rule { display: block; width: 60px; height: 3px; margin: 8px 0; background: var(--orange); }
.hero-feature-sub { margin: 0; color: var(--navy); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: .65; }
.hero-tagline-block { position: relative; z-index: 1; }
.hero-tagline-main { margin: 0 0 14px; color: var(--navy); font-family: var(--display); font-size: clamp(2.1rem, 2.8vw, 2.8rem); font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.hero-tagline-rule { display: block; width: 60px; height: 3px; margin-bottom: 10px; background: var(--orange); }
.hero-tagline-sub { margin: 0; color: var(--navy); font-family: var(--display); font-size: 20px; font-style: italic; font-weight: 600; line-height: 1.2; opacity: .82; text-transform: uppercase; }
.desktop-benefits { display: none; }
.desktop-quote-panel, .desktop-vehicle-slot { display: none; }

.availability-section { position: relative; padding: 46px 0 40px; background: var(--white); overflow: hidden; }
.availability-divider { position: absolute; top: 0; left: -8%; width: 130%; height: 3px; background: var(--orange); transform: rotate(-1.6deg); transform-origin: left; }
.availability-inner { display: flex; align-items: center; gap: 30px; }
.availability-clock { flex: 0 0 92px; width: 92px; height: 92px; color: var(--orange); }
.availability-eyebrow { margin: 0 0 4px; color: var(--navy); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; opacity: .7; }
.availability-headline { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.6rem, 4vw, 3.6rem); font-weight: 800; line-height: .95; text-transform: uppercase; }
.availability-rule { display: block; width: 70px; height: 3px; margin: 8px 0; background: var(--orange); }
.availability-sub { margin: 0; color: var(--navy); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; opacity: .65; }

.key-services-section { padding: 6px 0; background: var(--white); border-top: 1px solid var(--line); }
.key-services-list { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.key-services-list li { flex: 1 1 0; display: flex; align-items: center; gap: 14px; min-width: 0; padding: 22px 18px; border-left: 1px solid var(--line); color: var(--navy); font-family: var(--display); font-size: 15px; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.key-services-list li:first-child { border-left: 0; }
.key-services-list li.key-services-full { flex: 1 0 100%; justify-content: center; border-left: 0; border-top: 1px solid var(--line); }
.mini-icon { position: relative; display: inline-grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--orange); border-radius: 50%; }
.mini-icon svg { display: block; width: 58%; height: 58%; }

.services-section { padding: 20px 0 24px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(330px, 1fr) minmax(300px, .95fr) auto; align-items: end; gap: 45px; margin-bottom: 16px; }
h2 { color: var(--navy); font-size: clamp(2.3rem, 3vw, 3.6rem); }
.section-intro { max-width: 400px; margin: 0; padding-left: 28px; border-left: 2px solid var(--orange); color: var(--navy); font-size: 16px; line-height: 1.4; }
.services-button { min-height: 46px; background: var(--orange); color: var(--white); white-space: nowrap; }
.services-button:hover, .services-button:focus-visible { background: var(--navy); }
.service-strip { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-strip article { display: flex; flex-direction: column; align-items: center; gap: 9px; min-height: 78px; padding: 10px 8px 4px; border-bottom: 1px solid var(--line); text-align: center; }
.service-strip article + article { border-left: 1px solid var(--line); }
.service-icon { position: relative; display: block; flex: 0 0 28px; width: 28px; height: 28px; color: var(--orange); }
.service-icon svg { display: block; width: 100%; height: 100%; }
.service-strip h3 { max-width: 150px; color: var(--navy); font-size: 13px; line-height: 1.05; }

.contact-bar { min-height: 78px; overflow: hidden; background: var(--navy); color: var(--white); }
.contact-bar-inner { display: grid; grid-template-columns: 170px 235px 1fr 240px; align-items: center; min-height: 78px; }
.contact-bar-call, .contact-domain { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 14px; font-weight: 700; }
.contact-bar-call { padding: 0; border: 0; background: transparent; cursor: default; text-align: left; gap: 8px; }
.contact-bar-call:disabled { opacity: 1; }
.contact-bar-call .phone-icon::before { display: none; }
.contact-bar-call .phone-icon svg { display: block; width: 100%; height: 100%; }
.bar-icon { color: var(--orange); }
.contact-domain { padding: 9px 18px; border-right: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.globe-icon { border: 2px solid currentColor; border-radius: 50%; }
.globe-icon::before { position: absolute; inset: 3px 8px; border-right: 1px solid currentColor; border-left: 1px solid currentColor; border-radius: 50%; content: ''; }
.globe-icon::after { position: absolute; right: 2px; left: 2px; height: 1px; background: currentColor; content: ''; }
.pin-icon { border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.location-primary { display: inline-flex; align-items: center; gap: 12px; }
.contact-locations { display: flex; align-items: center; justify-content: space-around; gap: 11px; padding: 0 18px; font-size: 13px; font-weight: 700; }
.contact-locations span:not(.bar-icon) + span:not(.bar-icon) { position: relative; }
.contact-locations span:not(.bar-icon) + span:not(.bar-icon)::before { position: absolute; top: 50%; left: -9px; width: 2px; height: 14px; background: var(--orange); content: ''; transform: translateY(-50%); }
.contact-bar-message { position: relative; align-self: stretch; display: flex; align-items: center; padding: 0 18px 0 46px; background: var(--white); color: var(--navy); clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); font-family: var(--display); font-size: 17px; font-weight: 700; line-height: 1.05; }
.contact-bar-message::after { position: absolute; bottom: 14px; left: 46px; width: 34px; height: 3px; background: var(--orange); content: ''; }

@media (max-width: 1180px) {
  .container { width: min(100% - 48px, 1080px); }
  .brand { flex-basis: 200px; }
  .header-inner { gap: 20px; }
  .nav-actions { gap: 7px; margin-left: 18px; }
  .action-button, .button-small { padding-right: 13px; padding-left: 13px; }
  .hero-inner { grid-template-columns: minmax(420px, 1fr) minmax(470px, 1.25fr); }
  .hero-actions .button { min-width: 145px; padding-right: 13px; padding-left: 13px; }
  .contact-bar-inner { grid-template-columns: 150px 220px 1fr 220px; }
  .contact-locations { padding: 0 12px; font-size: 12px; }
  .contact-domain { padding-right: 12px; padding-left: 12px; font-size: 12px; }
  .contact-bar-message { padding-left: 45px; font-size: 17px; }
}
/* Shared off-canvas nav + stacked hero, applies to tablet (768–1023) and mobile (<768) */
@media (max-width: 1023px) {
  body.menu-open { overflow: hidden; }

  .hero > .desktop-road-visual { display: none; }
  .hero { min-height: 0; }
  .hero-indicators { display: none; }

  .site-header, .header-inner { min-height: 70px; }
  .brand { flex-basis: 150px; }
  .menu-toggle { display: inline-flex; align-items: center; margin-left: auto; }
  .site-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 24px 24px; background: var(--white); border-bottom: 1px solid #e7ebef; box-shadow: 0 14px 28px rgba(11,45,91,.12); max-height: calc(100vh - 70px); overflow-y: auto; }
  .site-nav.is-open { display: flex; }
  .nav-links, .nav-actions { display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid #e7ebef; }
  .nav-links a:first-child::after { display: none; }
  .nav-actions { padding-top: 14px; margin-left: 0; gap: 10px; }
  .nav-actions .action-button,
  .nav-actions .button-small { position: relative; justify-content: center; width: 100%; min-height: 56px; margin: 0; padding: 12px 52px; border: 0; }
  .nav-actions .action-call { border: 2px solid var(--navy); background: var(--navy); color: var(--white); }
  .nav-actions .action-call .phone-icon { color: var(--white); }
  .nav-actions .action-whatsapp { background: var(--green); color: var(--white); }
  .nav-actions .action-icon { position: absolute; left: 18px; }
  .nav-actions .button-arrow { position: absolute; right: 18px; margin-left: 0; }

  .hero-inner { display: flex; flex-direction: column; min-height: 0; }
  .hero-side { display: contents; }
  .hero-visual, .hero-side-feature, .desktop-quote-panel, .desktop-vehicle-slot { display: none; }
  .hero-tagline-block { display: block; order: 1; width: 100%; margin: 18px 0 0; padding: 16px 0 8px; background: var(--white); border-top: 0; color: var(--navy); }
  .hero-tagline-main { display: none; }
  .hero-tagline-rule { width: 42px; height: 3px; margin-bottom: 8px; background: var(--orange); }
  .hero-tagline-sub { margin: 0; color: var(--navy); font-size: 20px; font-style: italic; line-height: 1.08; text-align: left; }
  .desktop-benefits { display: grid; order: 2; grid-template-columns: repeat(3, 1fr); position: static; width: 100%; margin: 0; padding: 0; background: var(--white); }
  .desktop-benefit { display: flex; flex-direction: column; align-items: center; gap: 5px; width: auto; min-width: 0; padding: 12px 6px; text-align: center; color: var(--navy); }
  .desktop-benefit + .desktop-benefit { padding-left: 6px; border-left: 1px solid var(--line); }
  .desktop-benefit svg { display: block; flex: 0 0 36px; width: 36px; height: 36px; color: var(--navy); }
  .desktop-benefit span { display: flex; min-width: 0; flex-direction: column; }
  .desktop-benefit strong, .desktop-benefit small { overflow: visible; color: var(--navy); white-space: normal; }
  .desktop-benefit strong { font-family: var(--display); font-size: 12px; line-height: 1.05; text-transform: uppercase; }
  .desktop-benefit small { margin-top: 3px; font-size: 10px; line-height: 1.15; }

  .services-section { padding-top: 48px; }
  .section-heading { display: block; }
  .section-intro { margin-top: 22px; }
  .services-button { margin-top: 20px; }

  .contact-bar-inner { grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 22px; padding-bottom: 22px; }
  .contact-domain { justify-content: flex-end; border: 0; padding: 0; }
  .contact-locations { grid-column: 1 / -1; padding: 12px 0; }
  .contact-bar-message { grid-column: 1 / -1; min-height: 76px; margin: 0 -24px -22px; padding-left: 64px; }
}

/* TABLET: 768–1023px — balanced layout between desktop and mobile */
@media (max-width: 1023px) and (min-width: 768px) {
  .container { width: min(100% - 56px, 920px); }
  .hero-copy { padding: 48px 0 30px; }
  h1 { font-size: clamp(4.2rem, 8vw, 5.6rem); }
  .hero-lede { font-size: 19px; }
  .hero-actions { flex-wrap: wrap; }
  .availability-inner { gap: 22px; }
  .availability-clock { flex-basis: 72px; width: 72px; height: 72px; }
  .availability-headline { font-size: clamp(2.1rem, 3.4vw, 2.6rem); }
  .key-services-list li { flex: 1 1 45%; font-size: 14px; padding: 18px 14px; }
  .mini-icon { flex-basis: 38px; width: 38px; height: 38px; }
  h2 { font-size: clamp(2.6rem, 4vw, 3.4rem); }
  .service-strip { grid-template-columns: repeat(3, 1fr); }
  .service-strip article { min-height: 96px; padding: 16px 12px 8px; }
  .service-strip h3 { font-size: 14px; }
}

/* MOBILE: up to 767px (covers 430 / 390 / 375 target widths) */
@media (max-width: 767px) {
  .announce-bar-inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; }
  .announce-locations { margin-left: 26px; font-size: 10px; letter-spacing: .05em; line-height: 1.15; }

  .hero { display: block; }
  .hero::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .90) 48%, rgba(255, 255, 255, .68) 72%, rgba(255, 255, 255, .42) 100%), linear-gradient(to bottom, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .08) 65%, rgba(255, 255, 255, .18) 100%); content: ''; }
  .hero-inner { position: relative; z-index: 2; }
  .hero > .desktop-road-visual { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 0; display: block; width: 200%; max-width: none; height: auto; margin: 0; object-fit: contain; object-position: right top; }
  .hero-tagline-block, .desktop-benefits { background: transparent; }

  .announce-bar-inner { min-height: 30px; padding: 6px 12px; gap: 8px; font-size: 11.5px; }
  .announce-text-desktop { display: none; }
  .announce-text-mobile { display: inline; }

  .container { width: calc(100% - 40px); }
  .brand { flex-basis: 130px; }
  .site-header, .header-inner { min-height: 68px; }
  .site-nav { top: 68px; max-height: calc(100vh - 68px); }

  .hero-copy { padding: 28px 0 18px; }
  .eyebrow { margin-bottom: 10px; font-size: 13px; }
  h1 { font-size: clamp(3rem, 13vw, 4.2rem); margin-bottom: 12px; }
  .hero-lede { font-size: 16px; margin-bottom: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 320px; }
  .hero-actions .button { width: 100%; min-width: 0; min-height: 46px; }
  .hero-indicators { flex-wrap: wrap; row-gap: 10px; column-gap: 8px; margin-top: 12px; font-size: 12px; }
  .hero-indicators span { padding-right: 12px; }
  .hero-indicators span + span::before { left: -6px; }

  .hero-visual { display: none; }

  .availability-section { padding: 30px 0 12px; }
  .availability-divider { height: 2px; }
  .availability-inner { gap: 16px; }
  .availability-clock { flex-basis: 56px; width: 56px; height: 56px; }
  .availability-eyebrow { font-size: 11px; letter-spacing: .2em; }
  .availability-headline { font-size: clamp(1.9rem, 10vw, 2.5rem); }
  .availability-rule { width: 44px; margin: 6px 0; }
  .availability-sub { font-size: 11px; letter-spacing: .16em; }

  .key-services-section { display: none; padding: 0; }
  .key-services-list li { flex: 1 1 50%; min-height: 64px; padding: 14px 12px; font-size: 13px; gap: 10px; border-left: 1px solid var(--line); }
  .key-services-list li:nth-child(2n+1) { border-left: 0; }
  .key-services-list li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .key-services-list li.key-services-full { flex: 1 0 100%; border-left: 0; }
  .mini-icon { flex-basis: 32px; width: 32px; height: 32px; }

  .services-section { padding: 12px 0 22px; }
  h2 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .section-intro { margin-top: 12px; font-size: 15px; }
  .services-button { display: none; }
  .service-strip { width: 100%; box-sizing: border-box; grid-template-columns: 1fr 1fr; border: 1px solid #FF6A00; }
  .service-strip article { min-height: 88px; padding: 14px 8px 8px; border: 0; }
  .service-strip article:nth-child(even) { border-left: 1px solid #FF6A00; }
  .service-strip article:nth-child(n+3) { border-top: 1px solid #FF6A00; }
  .service-strip article:last-child { grid-column: 1 / -1; border-left: 0; }
  .service-strip article:nth-child(4) h3 { font-size: 11.5px; line-height: 1.12; }
  .service-icon { flex-basis: 26px; width: 26px; height: 26px; }
  .service-strip h3 { width: 100%; max-width: 100%; margin: 0; font-size: 12.5px; line-height: 1.12; text-align: center; white-space: normal; overflow-wrap: normal; }

  .contact-bar-inner { grid-template-columns: 1fr; gap: 14px; padding-top: 20px; padding-bottom: 20px; }
  .contact-domain { justify-content: flex-start; border: 0; padding: 0; }
  .contact-locations { padding: 0; justify-content: flex-start; flex-wrap: wrap; row-gap: 10px; column-gap: 14px; }
  .contact-bar-message { min-height: 68px; margin: 0 -20px -20px; padding-left: 56px; font-size: 16px; clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%); }
  .contact-bar-message::after { bottom: 14px; left: 56px; width: 30px; }
}

/* 430px target: keep two service columns, trim heading a touch further */
@media (max-width: 430px) {
  h1 { font-size: clamp(2.8rem, 14vw, 3.8rem); }
}

/* Below 400px (covers 390 / 375 targets): single service column reads better than cramped 2-up */
@media (max-width: 400px) {
  .service-strip { grid-template-columns: 1fr 1fr; }
}

/* 375px target: tightest safe margins */
@media (max-width: 375px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: clamp(2.6rem, 15vw, 3.4rem); }
  .contact-locations { flex-direction: column; align-items: flex-start; row-gap: 8px; font-size: 12px; }
  .contact-locations span:not(.bar-icon) + span:not(.bar-icon)::before { display: none; }
  .contact-bar-message { margin: 0 -16px -20px; }
}

@media (min-width: 1024px) {
  .header-inner { position: relative; }
  .site-nav { justify-content: center; }
  .site-nav .nav-actions { display: none; }
  .site-nav .nav-links { margin: 0; }

  .hero-inner { grid-template-columns: 460px minmax(0, 1fr); }
  .hero, .hero-inner, .hero-side { min-height: 520px; }
  h1 { font-size: clamp(4.2rem, 5vw, 5rem); }

  .hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 25%, rgba(255,255,255,.62) 48%, rgba(255,255,255,.12) 72%, rgba(255,255,255,0) 100%);
    content: '';
  }

  .hero > .desktop-road-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
  }

  .services-section { padding: 38px 0 30px; }
  .section-heading { grid-template-columns: minmax(360px, 1.1fr) minmax(340px, .9fr) auto; align-items: end; gap: 48px; margin-bottom: 28px; }
  .section-intro { max-width: 390px; padding-left: 26px; font-size: 16px; line-height: 1.45; }
  .services-button { width: 200px; min-height: 50px; }
  .service-strip { grid-template-columns: repeat(9, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-strip article { min-height: 96px; padding: 12px 8px 8px; gap: 8px; }
  .service-icon { flex: 0 0 32px; width: 32px; height: 32px; }
  .service-strip h3 { max-width: 100%; font-family: var(--display); font-size: 13px; font-weight: 700; line-height: 1.08; text-transform: uppercase; }

  .hero-side {
    display: grid;
    grid-template-columns: minmax(390px, 1fr) 380px;
    grid-template-rows: auto 1fr auto;
    align-items: center;
    justify-content: initial;
    column-gap: 32px;
    row-gap: 0;
    min-height: 480px;
    padding: 26px 0 22px 0;
    background: transparent;
  }

  .hero-visual-shape { display: none; }
  .hero-visual-line, .hero-visual-tread { display: none; }

  .hero-side-feature {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 420px;
    gap: 22px;
    align-items: center;
  }
  .hero-feature-clock { flex: 0 0 104px; width: 104px; height: 104px; }
  .hero-feature-eyebrow { margin-bottom: 6px; font-size: 17px; letter-spacing: .34em; }
  .hero-feature-headline { font-size: clamp(3rem, 4vw, 4.6rem); }
  .hero-feature-rule { width: 92px; height: 4px; margin: 12px 0; }
  .hero-feature-sub { font-size: 16px; letter-spacing: .26em; }

  .hero-tagline-block { grid-column: 1; grid-row: 2; align-self: center; width: 100%; max-width: 400px; margin: 0; transform: translateY(-40px); }
  .hero-tagline-main { margin-bottom: 16px; font-size: clamp(2.3rem, 3vw, 3.2rem); line-height: 1; }
  .hero-tagline-rule { width: 82px; height: 4px; margin-bottom: 13px; }
  .hero-tagline-sub { font-size: 20px; line-height: 1.08; }

  .hero-indicators {
    display: none;
  }

  .desktop-benefits {
    position: absolute;
    left: 0;
    bottom: 22px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 140px);
    width: 420px;
    max-width: calc(100% - 32px);
    margin: 0;
    transform: none;
  }
  .desktop-benefit { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 140px; min-width: 140px; min-height: 66px; padding: 8px 12px 0; text-align: center; }
  .desktop-benefit + .desktop-benefit { padding-left: 12px; border-left: 1px solid rgba(255,106,0,.55); }
  .desktop-benefit svg { flex: 0 0 44px; width: 44px; height: 44px; fill: none; stroke: var(--orange); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .desktop-benefit span { display: flex; min-width: 0; flex-direction: column; }
  .desktop-benefit strong, .desktop-benefit small { overflow: visible; color: var(--navy); text-overflow: clip; white-space: nowrap; }
  .desktop-benefit strong { font-family: var(--display); font-size: 16px; line-height: 1.05; text-transform: uppercase; }
  .desktop-benefit small { margin-top: 3px; font-size: 13px; line-height: 1.15; opacity: .72; }

  .desktop-quote-panel {
    position: relative;
    z-index: 3;
    grid-column: 2;
    grid-row: 1 / 4;
    display: block;
    align-self: center;
    width: 380px;
    max-width: 380px;
    justify-self: start;
    padding: 22px 20px 16px;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 28px rgba(11,45,91,.12);
    color: var(--navy);
  }
  .desktop-quote-heading { display: flex; align-items: center; gap: 12px; }
  .desktop-quote-heading h2 { color: var(--navy); font-size: 30px; line-height: 1; }
  .quote-wheel-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--orange); }
  .quote-wheel-icon svg { width: 100%; height: 100%; }
  .desktop-quote-copy { margin: 16px 0; color: var(--navy); font-size: 14px; line-height: 1.35; }
  .registration-field { display: flex; align-items: center; height: 56px; overflow: hidden; border: 1px solid #d5dbe2; background: #ffd43f; }
  .registration-field span { display: inline-grid; align-self: stretch; place-items: center; width: 38px; background: #123b8a; color: var(--white); font-family: var(--display); font-size: 12px; font-weight: 700; }
  .registration-field strong { flex: 1; color: rgba(11,45,91,.65); font-family: var(--display); font-size: 23px; text-align: center; }
  .desktop-find-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; margin-top: 12px; padding: 0 18px; border: 0; background: var(--orange); color: var(--white); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
  .desktop-find-button span { font-family: Arial, sans-serif; font-size: 24px; }
  .desktop-find-button b { font-size: 27px; font-weight: 400; }
  .appointment-divider { display: flex; align-items: center; gap: 10px; margin: 16px 0 12px; color: rgba(11,45,91,.7); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
  .appointment-divider::before, .appointment-divider::after { height: 1px; flex: 1; background: #d8dde3; content: ''; }
  .appointment-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .appointment-options button { display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: 92px; padding: 8px 4px; border: 1px solid #e2e6ea; background: var(--white); color: var(--navy); }
  .appointment-options svg { width: 30px; height: 30px; margin-bottom: 5px; fill: none; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .appointment-options strong, .appointment-options small { max-width: 100%; text-align: center; white-space: normal; }
  .appointment-options strong { font-family: var(--display); font-size: 13px; }
  .appointment-options small { margin-top: 3px; color: rgba(11,45,91,.7); font-size: 10px; }
  .quote-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 15px; border-top: 1px solid #e2e6ea; padding-top: 12px; }
  .quote-benefits span { display: grid; grid-template-columns: 22px 1fr; column-gap: 4px; align-items: center; min-width: 0; }
  .quote-benefits span + span { border-left: 1px solid #e2e6ea; padding-left: 7px; }
  .quote-benefits b { grid-row: 1 / 3; color: var(--orange); font-size: 18px; text-align: center; }
  .quote-benefits strong, .quote-benefits small { overflow: hidden; font-family: var(--display); line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
  .quote-benefits strong { font-size: 10px; }
  .quote-benefits small { color: rgba(11,45,91,.68); font-family: var(--body); font-size: 8px; }

  .desktop-vehicle-slot { display: none; }

  .key-services-list { flex-wrap: nowrap; min-height: 96px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .key-services-list li,
  .key-services-list li.key-services-full { flex: 1 1 20%; justify-content: center; min-width: 0; min-height: 96px; padding: 16px 12px; border-top: 0; border-left: 1px solid var(--line); font-size: 15px; }
  .key-services-list li:first-child { border-left: 0; }
  .key-services-list li .mini-icon { flex: 0 0 50px; width: 50px; height: 50px; }

  .contact-bar { min-height: 78px; }
  .contact-bar-inner { grid-template-columns: 170px 235px minmax(480px, 1fr) 240px; min-height: 78px; align-items: center; }
  .contact-bar-call { gap: 11px; align-items: center; }
  .contact-bar-call .bar-icon,
  .contact-domain .bar-icon { width: 21px; height: 21px; flex: 0 0 21px; }
  .contact-domain { gap: 11px; align-items: center; }
  .contact-locations { align-items: center; justify-content: center; gap: 16px; padding: 0 18px; white-space: nowrap; }
  .location-primary { gap: 10px; align-items: center; }
  .pin-icon { width: 22px; height: 22px; flex: 0 0 22px; }
  .contact-locations span:not(.bar-icon) + span:not(.bar-icon)::before { left: -9px; height: 16px; }
  .contact-bar-message { min-width: 220px; max-width: 240px; padding: 0 18px 0 42px; font-size: 18px; }
  .contact-bar-message::after { bottom: 15px; left: 42px; width: 34px; height: 3px; }
  .contact-bar { position: relative; }
  .contact-bar::after { position: absolute; top: 0; right: 0; bottom: 0; width: max(58px, calc((100vw - 1410px) / 2)); background: var(--white); content: ''; z-index: 0; }
  .contact-bar-inner { position: relative; z-index: 1; }

  .availability-section { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Frontend flow and supporting content */
.modal-open { overflow: hidden; }
.flow-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(11,45,91,.62); }
.flow-backdrop[hidden], .flow-confirmation[hidden] { display: none; }
.flow-modal { position: relative; width: min(100%, 620px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 28px; border: 1px solid #dfe5eb; border-radius: 12px; background: var(--white); color: var(--navy); box-shadow: 0 18px 50px rgba(11,45,91,.25); }
.flow-close { position: absolute; top: 12px; right: 16px; width: 36px; height: 36px; border: 0; background: transparent; color: var(--navy); font-size: 28px; line-height: 1; cursor: pointer; }
.flow-header { padding-right: 36px; }
.flow-header .eyebrow { margin-bottom: 10px; font-size: 13px; }
.flow-header h2 { font-size: clamp(2rem, 5vw, 3rem); }
.flow-progress { margin: 8px 0 18px; color: var(--orange); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.flow-form { display: grid; gap: 12px; }
.flow-form label { display: block; color: var(--navy); font-size: 13px; font-weight: 800; }
.flow-form input, .flow-form select, .flow-form textarea { display: block; width: 100%; min-height: 46px; margin-top: 5px; padding: 10px 12px; border: 1px solid #cfd8e2; border-radius: 4px; background: var(--white); color: var(--navy); font: inherit; font-size: 16px; }
.custom-time-select { position: relative; margin-top: 5px; }
.custom-time-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd8e2; border-radius: 4px; background: var(--white); color: rgba(11,45,91,.7); font: inherit; font-size: 16px; text-align: left; cursor: pointer; }
.custom-time-toggle:focus-visible { border-color: var(--orange); outline: 3px solid rgba(255,106,0,.22); }
.custom-time-chevron { width: 9px; height: 9px; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg) translateY(-3px); }
.custom-time-options { position: absolute; top: calc(100% + 4px); right: 0; left: 0; z-index: 5; padding: 5px; border: 1px solid rgba(11,45,91,.2); border-radius: 5px; background: var(--white); box-shadow: 0 10px 24px rgba(11,45,91,.16); }
.custom-time-options[hidden] { display: none; }
.custom-time-options button { display: block; width: 100%; padding: 10px 12px; border: 0; background: transparent; color: var(--navy); font: inherit; font-size: 16px; text-align: left; cursor: pointer; }
.custom-time-options button:hover, .custom-time-options button:focus-visible { background: rgba(255,106,0,.1); outline: 0; }
.custom-time-options button[aria-selected="true"] { background: var(--orange); color: var(--white); box-shadow: none; }
.flow-form textarea { height: 90px; resize: vertical; }
.locking-key-fieldset { margin: 0; padding: 0; border: 0; }
.locking-key-fieldset legend { margin-bottom: 7px; color: var(--navy); font-size: 13px; font-weight: 800; }
.locking-key-help { margin: 0 0 10px; color: rgba(11,45,91,.72); font-size: 12px; line-height: 1.45; }
.locking-key-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.locking-key-options label { display: flex; align-items: center; justify-content: center; min-height: 44px; margin: 0; padding: 8px; border: 1px solid #cfd8e2; border-radius: 4px; background: var(--white); color: var(--navy); cursor: pointer; }
.locking-key-options input[type="radio"] { position: absolute; width: 1px; height: 1px; min-height: 0; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.locking-key-options input[type="radio"] + span { font-size: 14px; font-weight: 700; }
.locking-key-options label:has(input:checked) { border-color: var(--orange); background: var(--orange); color: var(--white); box-shadow: none; }
.locking-key-options label:has(input:checked) span { color: var(--white); }
.locking-key-options label:has(input:focus-visible) { outline: 3px solid rgba(255,106,0,.22); outline-offset: 2px; }
.locking-key-error { margin: 8px 0 0; color: #a12b18; font-size: 13px; }
.optional { color: #6d7b8c; font-weight: 500; }
.flow-submit { min-height: 48px; border: 0; background: var(--orange); color: var(--white); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.flow-error { margin: 0; color: #a12b18; font-size: 13px; }
.flow-form .quote-privacy-note { margin: 2px 0 0; color: rgba(11, 45, 91, .72); font-size: 12px; font-weight: 500; line-height: 1.45; }
.flow-form .quote-privacy-note a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; }
.flow-confirmation { padding: 18px; border-left: 4px solid var(--orange); background: #f5f7f9; }
.flow-confirmation h3 { color: var(--navy); font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.flow-confirmation p { color: var(--navy); font-size: 14px; }
.flow-confirm-close { min-height: 42px; margin-top: 10px; padding: 9px 18px; border: 1px solid var(--orange); background: var(--white); color: var(--navy); font-family: var(--display); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.desktop-quote-panel .registration-field input { flex: 1; width: 0; min-width: 0; height: 100%; border: 0; background: transparent; color: rgba(11,45,91,.65); font-family: var(--display); font-size: 23px; font-weight: 700; text-align: center; text-transform: uppercase; }
.desktop-quote-panel .registration-field input:focus-visible { outline: 0; }
.desktop-quote-panel .registration-field:focus-within { outline: 2px solid var(--navy); outline-offset: 2px; }
.desktop-quote-panel .registration-field input::placeholder { color: rgba(11,45,91,.65); opacity: 1; }
.about-section { padding: 72px 0; background: var(--white); color: var(--navy); }
.contact-section { padding: 58px 0; background: var(--navy); color: var(--white); }
.about-inner, .contact-section-inner { max-width: 1410px; }
.about-section h2, .contact-section h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.about-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 850px; margin-top: 24px; line-height: 1.6; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.about-points div { padding-top: 14px; border-top: 2px solid var(--orange); }
.about-points strong, .about-points span { display: block; }
.about-points strong { font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.about-points span { margin-top: 5px; font-size: 13px; }
.about-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-outline { border: 2px solid var(--orange); background: var(--white); color: var(--navy); }
.contact-section { background-color: var(--navy); }
.contact-section h2, .contact-section p { color: var(--white); }
.contact-section .button-outline { background: transparent; color: var(--white); }
.contact-actions .button { min-width: 150px; }
.mobile-contact-bar { display: none; }
@media (max-width: 767px) {
  body { padding-bottom: calc(52px + env(safe-area-inset-bottom)); }
  .mobile-contact-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 52px; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -3px 12px rgba(11,45,91,.16); }
  .mobile-contact-bar button { min-width: 0; border: 0; color: var(--white); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
  .mobile-contact-bar .js-call { background: var(--navy); }
  .mobile-contact-bar .js-whatsapp { background: var(--green); }
  .mobile-contact-bar .js-quote { background: var(--orange); }
  .flow-backdrop { padding: 10px; }
  .flow-modal { max-height: calc(100vh - 20px); padding: 22px 16px; }
  .about-copy, .about-points { grid-template-columns: 1fr; }
  .about-copy { gap: 16px; margin-top: 18px; }
  .about-copy p { margin: 0; }
  .about-points { gap: 14px; margin-top: 24px; }
  .about-section { padding: 48px 0; }
  .contact-section { padding: 38px 0; }
  .contact-actions .button, .about-actions .button { width: 100%; }
}

/* Privacy Notice page */
.privacy-page { min-height: 100vh; background: #f5f7f9; color: var(--navy); font-family: var(--body); }
.privacy-header { background: var(--white); border-bottom: 1px solid #e1e5ea; }
.privacy-header-inner { display: flex; align-items: center; justify-content: space-between; width: min(100% - 48px, 1120px); min-height: 78px; margin: 0 auto; }
.privacy-logo { display: block; width: 190px; }
.privacy-logo img { display: block; width: 100%; }
.privacy-back { color: var(--navy); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.privacy-main { padding: 56px 24px 72px; }
.privacy-content { width: min(100%, 850px); margin: 0 auto; padding: 40px; background: var(--white); }
.privacy-content h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3rem, 6vw, 4.8rem); font-weight: 800; line-height: .9; text-transform: uppercase; }
.privacy-updated { margin: 14px 0 30px; color: rgba(11,45,91,.7); font-size: 13px; font-weight: 700; }
.privacy-draft-notice { margin: 0 0 28px; padding: 14px 16px; border-left: 4px solid var(--orange); background: #fff6ef; color: var(--navy); font-size: 14px; line-height: 1.55; }
.privacy-section { padding: 28px 0; border-top: 2px solid var(--orange); }
.privacy-section h2 { margin: 0 0 12px; color: var(--navy); font-family: var(--display); font-size: 28px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.privacy-section p { margin: 0 0 14px; font-size: 15px; line-height: 1.7; }
.privacy-section ul { margin: 0 0 14px; padding-left: 22px; font-size: 15px; line-height: 1.7; }
.privacy-section a, .privacy-contact a, .privacy-footer a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; }
.privacy-section a:focus-visible, .privacy-contact a:focus-visible, .privacy-back:focus-visible, .privacy-footer a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.privacy-contact { margin: 18px 0 0; padding-left: 16px; border-left: 2px solid var(--orange); font-style: normal; font-size: 15px; line-height: 1.7; }
.privacy-footer { background: var(--navy); color: var(--white); }
.privacy-footer-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; width: min(100% - 48px, 1120px); min-height: 78px; margin: 0 auto; font-size: 14px; }
.privacy-footer a { color: var(--white); text-decoration-color: var(--orange); }
@media (max-width: 767px) {
  .privacy-header-inner, .privacy-footer-inner { width: calc(100% - 40px); }
  .privacy-header-inner { min-height: 68px; }
  .privacy-logo { width: 145px; }
  .privacy-back { font-size: 14px; }
  .privacy-main { padding: 28px 20px 48px; }
  .privacy-content { padding: 24px 20px; }
  .privacy-section { padding: 22px 0; }
  .privacy-section h2 { font-size: 25px; }
  .privacy-section p, .privacy-section ul, .privacy-contact { font-size: 14px; }
  .privacy-footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding: 18px 0; }
}

/* Services page */
.services-page .nav-links a:first-child::after { display: none; }
.services-page .nav-links a[aria-current="page"]::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 3px; background: var(--orange); content: ''; }
.services-page .services-page-hero { padding: 68px 0 54px; background: var(--white); color: var(--navy); }
.services-page .services-page-hero h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 800; line-height: .88; text-transform: uppercase; }
.services-page .services-page-hero h1 span { color: var(--orange); }
.services-page .services-page-hero > .container > p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; font-size: 16px; line-height: 1.65; }
.services-page .services-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.services-page .services-page-actions .button { min-width: 170px; }
.services-page .services-page-index { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f5f7f9; }
.services-page .services-page-index .container { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px 18px; }
.services-page .services-page-index a { display: flex; align-items: center; justify-content: center; min-height: 44px; color: var(--navy); font-family: var(--display); font-size: 15px; font-weight: 700; text-align: center; text-transform: uppercase; }
.services-page .services-page-index a:hover, .services-page .services-page-index a:focus-visible { color: var(--orange); }
.services-page .services-page-details { padding: 54px 0 0; background: var(--white); }
.services-page .services-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-page .services-page-grid article { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services-page .services-page-grid h2, .services-page .services-page-how h2, .services-page .services-page-contact h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 29px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.services-page .services-page-grid h2::before { display: block; width: 48px; height: 3px; margin-bottom: 14px; background: var(--orange); content: ''; }
.services-page .services-page-grid p { max-width: 530px; margin: 14px 0 0; color: var(--navy); font-size: 14px; line-height: 1.65; }
.services-page .services-page-how { padding: 54px 0; background: #f5f7f9; }
.services-page .services-page-how > .container > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 26px; }
.services-page .services-page-how article { padding: 0 24px 0 0; border-right: 1px solid var(--line); }
.services-page .services-page-how article:last-child { border-right: 0; }
.services-page .services-page-how strong { display: block; margin-bottom: 12px; color: var(--orange); font-family: var(--display); font-size: 42px; line-height: .8; }
.services-page .services-page-how p { margin: 12px 0 0; font-size: 14px; line-height: 1.6; }
.services-page .services-page-contact { padding: 58px 0; background: var(--navy); color: var(--white); }
.services-page .services-page-contact h2, .services-page .services-page-contact p { color: var(--white); }
.services-page .services-page-contact p:not(.eyebrow) { margin: 16px 0 0; }
.services-page .services-page-contact .button-outline { background: transparent; color: var(--white); }
.services-page .services-page-hero a:focus-visible, .services-page .services-page-index a:focus-visible, .services-page button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (max-width: 767px) {
  .services-page .services-page-hero { padding: 44px 0 36px; }
  .services-page .services-page-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .services-page .services-page-hero > .container > p:not(.eyebrow) { font-size: 15px; }
  .services-page .services-page-actions { display: grid; grid-template-columns: 1fr; }
  .services-page .services-page-actions .button { width: 100%; min-width: 0; }
  .services-page .services-page-index { padding: 14px 0; }
  .services-page .services-page-index .container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; }
  .services-page .services-page-index a { font-size: 13px; }
  .services-page .services-page-details, .services-page .services-page-how, .services-page .services-page-contact { padding: 38px 0; }
  .services-page .services-page-grid { grid-template-columns: 1fr; }
  .services-page .services-page-grid article { min-height: 0; padding: 24px 20px; }
  .services-page .services-page-grid h2, .services-page .services-page-how h2 { font-size: 25px; }
  .services-page .services-page-how > .container > div { grid-template-columns: 1fr; gap: 22px; }
  .services-page .services-page-how article { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .services-page .services-page-how article:last-child { padding-bottom: 0; border-bottom: 0; }
}

/* About page */
.about-page .nav-links a:first-child::after { display: none; }
.about-page .nav-links a[aria-current="page"]::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 3px; background: var(--orange); content: ''; }
.about-page .about-page-hero { padding: 68px 0 54px; background: var(--white); color: var(--navy); }
.about-page .about-page-hero h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 800; line-height: .88; text-transform: uppercase; }
.about-page .about-page-hero h1 span { color: var(--orange); }
.about-page .about-page-hero > .container > p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; font-size: 16px; line-height: 1.65; }
.about-page .about-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.about-page .about-page-actions .button { min-width: 170px; }
.about-page .about-page-section { padding: 58px 0; background: var(--white); color: var(--navy); }
.about-page .about-page-section-alt { background: #f5f7f9; }
.about-page .about-page-section h2, .about-page .about-page-contact h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 800; line-height: .92; text-transform: uppercase; }
.about-page .about-page-section h2 em { color: var(--orange); font-style: italic; }
.about-page .about-page-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; max-width: 930px; margin-top: 26px; }
.about-page .about-page-copy p { margin: 0; font-size: 15px; line-height: 1.7; }
.about-page .about-page-blocks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-page .about-page-blocks-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-page .about-page-blocks article { min-height: 180px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-page .about-page-blocks h3, .about-page .about-page-steps h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 25px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.about-page .about-page-blocks h3::before { display: block; width: 46px; height: 3px; margin-bottom: 14px; background: var(--orange); content: ''; }
.about-page .about-page-blocks p, .about-page .about-page-steps p { margin: 14px 0 0; font-size: 14px; line-height: 1.65; }
.about-page .about-page-link { display: inline-block; margin-top: 22px; color: var(--navy); font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .06em; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 5px; text-transform: uppercase; }
.about-page .about-page-contact { padding: 58px 0; background: var(--navy); color: var(--white); }
.about-page .about-page-contact h2, .about-page .about-page-contact p { color: var(--white); }
.about-page .about-page-contact p:not(.eyebrow) { margin: 16px 0 0; }
.about-page .about-page-contact .button-outline { background: transparent; color: var(--white); }
.about-page .about-page-hero a:focus-visible, .about-page .about-page-contact button:focus-visible, .about-page button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (max-width: 767px) {
  .about-page .about-page-hero { padding: 44px 0 36px; }
  .about-page .about-page-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .about-page .about-page-hero > .container > p:not(.eyebrow) { font-size: 15px; }
  .about-page .about-page-actions { display: grid; grid-template-columns: 1fr; }
  .about-page .about-page-actions .button { width: 100%; min-width: 0; }
  .about-page .about-page-section, .about-page .about-page-contact { padding: 38px 0; }
  .about-page .about-page-copy, .about-page .about-page-blocks, .about-page .about-page-blocks-four { grid-template-columns: 1fr; }
  .about-page .about-page-copy { gap: 16px; margin-top: 20px; }
  .about-page .about-page-blocks { gap: 0; }
  .about-page .about-page-blocks article { min-height: 0; padding: 24px 20px; }
  .about-page .about-page-section h2, .about-page .about-page-blocks h3 { font-size: 25px; }
}

.contact-section,
.services-page .services-page-contact,
.about-page .about-page-contact {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(11,45,91,.98) 0%, rgba(11,45,91,.92) 38%, rgba(11,45,91,.58) 70%, rgba(11,45,91,.25) 100%), url("../images/all-set-tyres-mobile-van-2.png");
  background-size: cover;
  background-position: right bottom;
}

.contact-section-inner,
.services-page .services-page-contact > .container,
.about-page .about-page-contact > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact-section,
  .services-page .services-page-contact,
  .about-page .about-page-contact {
    background-image: linear-gradient(90deg, rgba(11,45,91,.99) 0%, rgba(11,45,91,.95) 58%, rgba(11,45,91,.72) 100%), url("../images/all-set-tyres-mobile-van-2.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -55px;
  }
}
