/*
Theme Name: Olimp Delivery UK
Theme URI: https://olimpdelivery.co.uk/
Author: Codex
Description: Custom WordPress theme for Olimp Delivery with editable business content, quote calculator, WhatsApp lead flow, SEO schema, service pages and blog seed content.
Version: 1.9.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: olimp-delivery
*/

:root {
  /* Brand from Sigla OLIMP: red + blue */
  --orange: #f40000;
  --orange-2: #ff2a2a;
  --red: #f40000;
  --red-2: #d60000;
  --blue: #1378fc;
  --blue-2: #0e5fd1;
  --navy: #0a1f44;
  --ink: #101724;
  --muted: #657083;
  --line: #e3ebf7;
  --soft: #f3f7fd;
  --soft-red: #fff1f1;
  --soft-blue: #eef5ff;
  --white: #fff;
  --shadow: 0 20px 60px rgba(10, 31, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 99; background: #fff; padding: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
}
.header-shell {
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled .header-shell {
  box-shadow: 0 8px 30px rgba(10, 31, 68, .08);
}
.header-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--red) 0%, var(--blue) 100%);
}

.header-bar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  z-index: 2;
}
.brand-mark { width: 58px; height: 40px; color: var(--orange); }
.brand-logo {
  width: auto;
  height: 56px;
  max-width: 260px;
  object-fit: contain;
  display: block;
}
.footer-brand-logo {
  height: 70px;
  max-width: 300px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  filter: none;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item { position: relative; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  border-radius: 8px;
  color: #243247;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}
.nav-link i {
  font-size: 10px;
  color: var(--muted);
  transition: transform .18s ease;
}
.nav-link:hover,
.nav-item.is-current > .nav-link,
.nav-item.is-open > .nav-link {
  color: var(--blue);
  background: var(--soft-blue);
}
.nav-item.is-current > .nav-link { color: var(--red); background: var(--soft-red); }
.nav-item.is-open > .nav-link i { transform: rotate(180deg); }

.nav-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(10, 31, 68, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 20;
}
.nav-item.is-open > .nav-submenu,
.nav-item:hover > .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: #243247;
  font-size: 13.5px;
  font-weight: 600;
  transition: background .15s ease, color .15s ease;
}
.nav-submenu a:hover,
.nav-submenu .is-current > a {
  background: var(--soft-blue);
  color: var(--blue);
}
.nav-submenu .is-current > a {
  background: var(--soft-red);
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px 5px 5px;
  border-radius: 10px;
  transition: background .18s ease;
}
.header-phone:hover { background: var(--soft-blue); }
.header-phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
}
.header-phone-copy {
  display: grid;
  gap: 0;
  line-height: 1.15;
}
.header-phone-copy em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.header-phone-copy strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
}
.header-cta {
  min-width: 124px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13.5px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease;
}
.btn:hover { background: var(--red-2); }
.btn.ghost { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.45); }
.btn.light { background: #fff; color: var(--orange); }

.menu-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: var(--navy);
  width: 46px;
  height: 46px;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.menu-toggle span {
  display: block !important;
  width: 18px;
  height: 2px;
  min-height: 2px;
  border-radius: 999px;
  background: #fff !important;
  transition: transform .2s ease, opacity .2s ease;
  opacity: 1;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.mobile-nav.is-open,
.mobile-nav.is-open[hidden] {
  display: block !important;
}
.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 22, 46, .55);
}
.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(400px, 92vw);
  height: 100%;
  background: #fff;
  box-shadow: -18px 0 50px rgba(10, 31, 68, .2);
  display: flex;
  flex-direction: column;
  padding: 18px 18px 28px;
  overflow: auto;
  transform: translateX(100%);
  transition: transform .28s ease;
}
.mobile-nav.is-open .mobile-nav-panel { transform: translateX(0); }
.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.mobile-nav-logo { height: 44px; width: auto; max-width: 200px; object-fit: contain; }
.mobile-nav-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--soft);
  color: var(--navy);
  font-size: 18px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.mobile-nav-groups {
  display: grid;
  gap: 8px;
  flex: 1;
  align-content: start;
}
.mobile-top-link,
.mobile-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: var(--soft);
  color: var(--navy);
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}
.mobile-top-link.is-current,
.mobile-group.is-open > .mobile-group-toggle {
  background: var(--soft-red);
  color: var(--red);
}
.mobile-group-toggle i {
  font-size: 12px;
  color: var(--muted);
  transition: transform .2s ease;
}
.mobile-group.is-open > .mobile-group-toggle i { transform: rotate(180deg); color: var(--red); }
.mobile-group-links {
  list-style: none;
  margin: 0;
  padding: 0 0 4px;
  display: none;
  gap: 4px;
}
.mobile-group.is-open > .mobile-group-links { display: grid; }
.mobile-group-links a {
  display: block;
  min-height: 46px;
  padding: 12px 14px 12px 22px;
  border-radius: 8px;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
}
.mobile-group-links .is-current > a,
.mobile-group-links a:hover {
  background: var(--soft-blue);
  color: var(--blue);
}
.mobile-nav-foot {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.mobile-nav-cta { width: 100%; min-height: 52px; }
.mobile-nav-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--blue);
  font-weight: 800;
  font-size: 16px;
}
.social-icons-nav { justify-content: center; }
body.nav-open { overflow: hidden; }

.hero {
  min-height: 720px;
  color: #fff;
  background-image: linear-gradient(105deg, rgba(10,31,68,.96) 0%, rgba(10,31,68,.82) 42%, rgba(19,120,252,.28) 78%), var(--hero);
  background-size: cover;
  background-position: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 40px;
  align-items: center;
  min-height: 720px;
  padding: 56px 0 64px;
}
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 1000; text-transform: uppercase; letter-spacing: 0; margin: 0 0 14px; }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--blue); color: var(--blue); border-radius: 999px; padding: 7px 13px; font-size: 12px; font-weight: 1000; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(40px, 4.8vw, 64px); max-width: 640px; }
h1 .accent, h2 .accent { color: var(--orange); }
.lead { font-size: 20px; font-weight: 700; margin: 18px 0 20px; max-width: 520px; }
.ticks { display: grid; grid-template-columns: repeat(2, minmax(0, max-content)); gap: 10px 28px; padding: 0; margin: 0 0 28px; list-style: none; font-weight: 800; }
.ticks li::before { content: "+"; color: #fff; background: var(--orange); border-radius: 50%; padding: 0 4px; margin-right: 8px; font-size: 11px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust { margin-top: 34px; display: flex; align-items: center; gap: 14px; font-weight: 800; font-size: 13px; }
.stars { color: #fff; background: #00b67a; padding: 4px 8px; border-radius: 4px; letter-spacing: 1px; }

.olimp-breadcrumbs {
  padding: 14px 0 0;
}
.olimp-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.olimp-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #9aa8bd;
  font-weight: 600;
}
.olimp-breadcrumbs a {
  color: var(--blue);
  text-decoration: none;
}
.olimp-breadcrumbs a:hover { color: var(--red); }
.olimp-breadcrumbs [aria-current="page"] { color: var(--navy); }

.quote-card {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  border-radius: 14px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.hero .quote-card,
.hero .quote-hero {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(19,120,252,.07), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 100%, rgba(244,0,0,.05), transparent 50%),
    #f5f8fd;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 28px 70px rgba(4, 14, 34, .35);
}
.hero .quote-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(168px, .72fr);
  align-items: stretch;
}
.quote-hero-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(247,250,255,.88) 100%);
}
.quote-hero-art {
  display: none;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(19,120,252,.45), transparent 42%),
    radial-gradient(circle at 18% 82%, rgba(244,0,0,.28), transparent 46%),
    linear-gradient(160deg, #0b234d 0%, #0a1f44 48%, #0d2c66 100%);
  color: #fff;
}
.hero .quote-hero-art {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  border-left: 1px solid rgba(255,255,255,.1);
}
.quote-art-svg {
  width: 100%;
  flex: 1 1 auto;
  min-height: 260px;
  height: auto;
  display: block;
  pointer-events: none;
}
.quote-art-copy {
  display: grid;
  gap: 4px;
  padding: 0 20px 22px;
}
.quote-art-copy strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.quote-art-copy span {
  color: #9ec0ff;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}
.quote-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px 18px;
  background:
    linear-gradient(135deg, rgba(244,0,0,.09), transparent 42%),
    linear-gradient(180deg, #eef4ff 0%, rgba(255,255,255,.65) 100%);
  border-bottom: 1px solid rgba(19,120,252,.12);
}
.quote-kicker {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quote-card h2,
.hero .quote-card h2,
.quote-hero h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.03em;
  color: var(--navy);
}
.quote-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.quote-hero-fields,
.quote-hero-bottom,
.quote-hero .quote-add-stop,
.quote-hero .quote-result {
  padding-left: 26px;
  padding-right: 26px;
}
.quote-hero-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 20px;
}
.quote-hero-fields .quote-stops {
  grid-column: 1 / -1;
}
.quote-hero .field { margin-bottom: 0; }
.quote-input-wrap {
  position: relative;
}
.quote-input-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
}
.quote-input-wrap input,
.quote-compact .quote-input-wrap input,
.hero .quote-input-wrap input {
  padding: 0 14px 0 44px;
}
.quote-hero .quote-add-stop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px dashed #c9d7ef;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
}
.quote-hero .quote-add-stop:hover {
  border-color: var(--blue);
  color: var(--navy);
}
.quote-hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 14px;
  align-items: end;
  padding-top: 16px;
  padding-bottom: 22px;
}
.quote-submit {
  width: 100%;
  min-height: 52px !important;
  margin-top: 0 !important;
  font-size: 15px;
  box-shadow: 0 12px 28px rgba(244, 0, 0, .22);
}
.quote-hero .quote-result {
  margin: 0;
  border-radius: 0;
  border-top: 1px solid rgba(19,120,252,.12);
  padding: 18px 26px 22px;
  background: linear-gradient(180deg, #fff4f4 0%, rgba(255,255,255,.7) 100%);
}
.quote-compact .field { gap: 4px; margin-bottom: 10px; }
.quote-compact input,
.quote-compact select {
  min-height: 48px;
  padding: 0 14px;
  font-size: 15px;
  border-radius: 10px;
}
.quote-compact .btn { min-height: 44px; width: 100%; margin-top: 4px; }
.quote-add-stop {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--blue);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.quote-add-stop:hover { color: var(--red); }
.quote-stop-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}
.quote-stop-remove {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.hero .field { gap: 5px; margin-bottom: 10px; }
label { font-size: 12px; font-weight: 900; color: #253044; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
.hero input, .hero select { min-height: 42px; }
textarea { padding-top: 12px; min-height: 112px; resize: vertical; }
.quote-result { margin: 12px 0; padding: 12px; border-radius: 8px; background: var(--soft); font-weight: 900; display: none; }
.quote-result.show { display: block; }
.quote-estimate { margin: 0 0 10px; color: var(--navy); font-size: 14px; font-weight: 700; line-height: 1.4; }
.quote-price {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.quote-price span {
  display: inline-block;
  margin-left: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.quote-actions {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}
.quote-book { width: 100%; min-height: 44px; gap: 10px; }
.quote-book i { font-size: 18px; }
.quote-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  font-size: 14px;
}
.quote-call:hover { border-color: var(--blue); background: var(--soft-blue); }
.quote-wa {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
}
.quote-notes {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(10, 31, 68, .12);
  display: grid;
  gap: 5px;
}
.quote-notes p {
  margin: 0;
  color: #4a5568;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
}

.stats { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; transform: translateY(-30px); margin-bottom: -30px; }
.stat {
  min-height: 128px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(231,235,240,.92);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 44px rgba(8,24,39,.09);
}
.stat-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--soft-red);
  color: var(--orange);
  font-size: 15px;
  font-weight: 1000;
}
.stat svg, .icon { color: var(--blue); flex: 0 0 auto; }
.stat strong { display: block; font-size: 27px; line-height: 1; margin-bottom: 6px; }
.stat span:not(.stat-icon) { color: var(--muted); font-size: 13px; font-weight: 800; }

.section { padding: 76px 0; }
.section.alt { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section h2 { font-size: clamp(30px, 3vw, 46px); max-width: 560px; }
.text-link { color: var(--orange); font-weight: 1000; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .fleet-card, .post-card, .testimonial, .info-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(8,24,39,.05);
}
.service-card { overflow: hidden; padding: 0; }
.service-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--soft);
}
.service-image-link img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .35s ease;
}
.service-card:hover .service-image-link img { transform: scale(1.04); }
.service-float-icon {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 26px rgba(244,0,0,.28);
}
.service-copy { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.service-card .icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; background: var(--soft-red); margin-bottom: 18px; font-size: 12px; font-weight: 1000; }
.home-service-grid .service-card { min-height: 390px; display: flex; flex-direction: column; }
.home-service-grid .service-card .arrow { margin-top: auto; }
.service-card h3, .fleet-card h3 { font-size: 18px; margin-bottom: 8px; }
.service-card p, .fleet-card p, .post-card p { color: var(--muted); margin: 0; font-size: 14px; }
.arrow { color: var(--orange); font-weight: 1000; margin-top: 18px; display: inline-block; }

.why-panel {
  display: grid;
  grid-template-columns: .36fr .64fr;
  gap: 34px;
  align-items: start;
}
.why-title {
  background: linear-gradient(160deg, var(--navy) 0%, #0e4aa8 70%, var(--blue) 100%);
  color: #fff;
  border-radius: 8px;
  padding: 34px;
  min-height: 100%;
  box-shadow: var(--shadow);
}
.why-title h2 { font-size: clamp(30px, 3vw, 42px); }
.why-title p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 17px; margin: 18px 0 0; }
.why-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-item {
  display: flex;
  gap: 15px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,24,39,.06);
}
.why-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--soft-red);
  color: var(--orange);
  font-weight: 1000;
}
.why-item h3 { font-size: 18px; margin-bottom: 7px; }
.why-item p { color: var(--muted); margin: 0; font-size: 14px; }

.industry-grid { display: grid; grid-template-columns: .40fr .60fr; gap: 42px; align-items: center; }
.industry-grid > div:first-child p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.industry-collage {
  min-height: 330px;
  background: var(--industry) center/cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.industry-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.industry-card:hover {
  transform: translateY(-4px);
  border-color: #cfe0f8;
  box-shadow: 0 18px 40px rgba(10, 31, 68, .1);
}
.industry-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
}
.industry-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.industry-card:hover .industry-card-media img { transform: scale(1.05); }
.industry-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 24px;
  flex: 1;
}
.industry-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 16px;
}
.industry-card h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.02em;
  color: var(--navy);
}
.industry-card-body > p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.industry-card ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}
.industry-card li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: #273246;
}
.industry-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--red);
}
.section-side-copy {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.industries-promise {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 42px;
  align-items: start;
}
.industries-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.industries-promise-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}
.industries-promise-grid strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--soft-red);
  color: var(--red);
  margin-bottom: 14px;
}
.industries-promise-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--navy);
}
.industries-promise-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.industries-cta {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 28px 40px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(19, 120, 252, .28), transparent 42%),
    linear-gradient(135deg, #07162e 0%, #0a1f44 55%, #0d2f66 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(10, 31, 68, .18);
}
.industries-cta .eyebrow {
  color: #7eb6ff;
  margin-bottom: 10px;
}
.industries-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  max-width: 560px;
  color: #fff;
}
.industries-cta-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.55;
}
.industries-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.industries-cta-actions .btn {
  min-height: 48px;
  padding: 0 22px;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(244, 0, 0, .28);
}
.industries-cta-actions .btn:hover { background: var(--red-2); }
.industries-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 750;
  font-size: 15px;
  transition: background .18s ease, border-color .18s ease;
}
.industries-cta-phone:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .4);
}
.industries-cta-phone i { color: #7eb6ff; }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.booking-section { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.booking-hero { background-position: center 55%; }
.booking-page-grid { display: grid; grid-template-columns: minmax(0, .58fr) minmax(360px, .42fr); gap: 42px; align-items: start; }
.booking-intro {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(8,24,39,.07);
  margin-bottom: 20px;
}
.booking-intro p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.booking-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.booking-detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  min-height: 178px;
  box-shadow: 0 12px 34px rgba(8,24,39,.05);
}
.booking-detail-card span { color: var(--orange); font-weight: 1000; display: block; margin-bottom: 14px; }
.booking-detail-card h3 { font-size: 20px; margin-bottom: 8px; }
.booking-detail-card p { color: var(--muted); margin: 0; font-size: 14px; }
.booking-quote-shell { position: sticky; top: 110px; }
.booking-quote-shell .quote-card { border: 1px solid var(--line); border-radius: 8px; }
.booking-pay-note {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-weight: 900;
}
.booking-pay-note a { color: var(--orange); }
.feature-list { padding: 0; margin: 22px 0; list-style: none; display: grid; gap: 10px; }
.feature-list li { color: #253044; font-weight: 800; padding-left: 24px; position: relative; }
.feature-list li::before { content: "+"; position: absolute; left: 0; color: var(--orange); font-weight: 1000; }
.pay-card {
  background: linear-gradient(135deg, #fff 0%, var(--soft-red) 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
  box-shadow: var(--shadow);
}

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.step { text-align: center; position: relative; }
.step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 29px;
  left: calc(50% + 42px);
  width: calc(100% - 62px);
  border-top: 2px dashed rgba(244,0,0,.45);
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -14px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}
.step-num { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--soft-red); color: var(--orange); font-weight: 1000; font-size: 22px; }

.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-fleet-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fleet-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; margin-bottom: 14px; background: var(--soft); }
.home-fleet-grid .fleet-card { padding: 16px; }
.home-fleet-grid .fleet-card h3 { font-size: 16px; }
.fleet-card ul { padding: 0; list-style: none; color: var(--muted); font-size: 13px; margin: 10px 0 0; }
.fleet-card li { margin: 5px 0; }

.testimonial-grid, .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stars-inline { color: var(--orange); letter-spacing: 2px; }
.avatar { display: flex; align-items: center; gap: 12px; margin-top: 22px; font-weight: 900; }
.avatar span { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; }

.cta-band { background: var(--orange); color: #fff; border-radius: 14px; padding: 34px 46px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.cta-band h2 { font-size: 36px; }

.page-hero { background: var(--navy); color: #fff; padding: 92px 0; }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 20px; }
.page-hero-media {
  min-height: 490px;
  padding: 0;
  background-image: linear-gradient(90deg, rgba(10,31,68,.95) 0%, rgba(10,31,68,.8) 48%, rgba(19,120,252,.22) 100%), var(--hero);
  background-size: cover;
  background-position: center;
}
.page-hero-inner { min-height: 490px; display: flex; align-items: center; }
.page-hero-inner > div { max-width: 760px; padding: 72px 0; }
.page-hero-inner h1 {
  color: #fff;
  font-size: clamp(44px, 5vw, 70px);
  max-width: 780px;
  text-wrap: balance;
}
.page-hero-inner p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.8);
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0;
}
.page-hero-inner .hero-actions { margin-top: 28px; }
.page-hero-inner .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid rgba(244,0,0,.82);
  border-radius: 999px;
  background: rgba(19,120,252,.08);
}
.fleet-hero { background-position: center 58%; }
.blog-hero { background-position: center 45%; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 38px; }
.entry-content h2 { margin-top: 34px; font-size: 32px; }
.entry-content p, .entry-content li { color: #485366; font-size: 17px; }
.entry-content a { color: var(--orange); font-weight: 800; }
.sidebar-sticky { position: sticky; top: 110px; }
.wp-block-image img, .entry-content img { border-radius: 8px; }

.service-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(8,24,39,.08);
}
.service-feature-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1px solid var(--line); }
.service-card-top { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 900; margin: 22px 26px 18px; }
.service-badge {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--soft-red);
  color: var(--orange);
  font-weight: 1000;
}
.service-feature-card h3 { font-size: 25px; margin: 0 26px 12px; }
.service-feature-card p { color: #4d5869; margin: 0 26px 18px; }
.service-feature-card ul { padding: 0; margin: auto 26px 0; list-style: none; display: grid; gap: 8px; }
.service-feature-card li { color: #273246; font-size: 14px; font-weight: 800; padding-left: 20px; position: relative; }
.service-feature-card li::before { content: "+"; color: var(--orange); position: absolute; left: 0; }
.service-feature-card .arrow { margin: 20px 26px 26px; }
.service-process {
  display: grid;
  grid-template-columns: .38fr .62fr;
  gap: 42px;
  align-items: start;
}
.service-process > div:first-child p { color: var(--muted); font-size: 18px; }
.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.process-list > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(8,24,39,.06);
}
.process-list strong {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--soft-red);
  color: var(--orange);
  font-size: 17px;
}
.process-list h3 { margin: 10px 0 8px; font-size: 21px; }
.process-list p { color: var(--muted); margin: 0; }
.fleet-intro { padding-bottom: 34px; }
.fleet-intro-grid { display: grid; grid-template-columns: .45fr .55fr; gap: 42px; align-items: center; }
.fleet-intro-grid p { color: var(--muted); font-size: 18px; }
.fleet-note-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fleet-note-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(8,24,39,.05);
}
.fleet-note-grid i { color: var(--orange); font-size: 22px; margin-bottom: 12px; }
.fleet-note-grid strong { display: block; margin-bottom: 6px; }
.fleet-note-grid span { color: var(--muted); font-size: 14px; }
.fleet-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fleet-showcase-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8,24,39,.08);
}
.fleet-image-wrap { background: linear-gradient(135deg, #f7f8fa, #eef2f6); padding: 14px; border-bottom: 1px solid var(--line); }
.fleet-image-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.fleet-copy { padding: 22px; }
.fleet-type { display: inline-flex; color: var(--orange); font-size: 11px; font-weight: 1000; margin-bottom: 8px; }
.fleet-copy h3 { font-size: 22px; }
.fleet-copy dl { margin: 18px 0 0; display: grid; gap: 10px; }
.fleet-copy dl div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: baseline; border-top: 1px solid var(--line); padding-top: 10px; }
.fleet-copy dt { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.fleet-copy dt i { color: var(--orange); margin-right: 6px; }
.fleet-copy dd { margin: 0; color: #263246; font-weight: 800; font-size: 14px; }
.fleet-process { grid-template-columns: .45fr .55fr; }
.legal-hero { background-position: center; }
.legal-section { background: linear-gradient(180deg, #fff 0%, #f6f8fb 100%); }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }
.legal-nav { position: sticky; top: 110px; }
.legal-nav .info-panel { display: grid; gap: 10px; }
.legal-nav a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: #253044;
  font-weight: 900;
}
.legal-nav a i { width: 22px; color: var(--orange); }
.terms-content { display: grid; gap: 18px; }
.terms-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px 34px 30px 88px;
  box-shadow: 0 14px 38px rgba(8,24,39,.06);
}
.terms-number {
  position: absolute;
  left: 28px;
  top: 30px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--soft-red);
  color: var(--orange);
  font-weight: 1000;
}
.terms-card h2 { font-size: 26px; margin-bottom: 14px; }
.terms-card p { color: #465366; margin: 0 0 12px; }
.terms-card p:last-child { margin-bottom: 0; }
.terms-card a { color: var(--orange); font-weight: 900; }
.charge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.charge-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--soft-blue);
}
.charge-grid strong { display: block; margin-bottom: 4px; }
.charge-grid span { color: var(--muted); font-weight: 800; }
.contact-hero { background-position: center 45%; }
.contact-section { padding-bottom: 34px; }
.contact-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.contact-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  min-height: 270px;
  box-shadow: 0 18px 44px rgba(8,24,39,.08);
}
.contact-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--soft-red);
}
.contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--soft-red);
  color: var(--orange);
  font-weight: 1000;
  margin-bottom: 20px;
}
.contact-card h2 { font-size: 25px; margin-bottom: 12px; }
.contact-card p { color: var(--muted); margin: 0 0 18px; position: relative; z-index: 1; }
.contact-main-grid { display: grid; grid-template-columns: minmax(0, .62fr) minmax(320px, .38fr); gap: 34px; align-items: start; }
.contact-main-grid .quote-card { border-radius: 8px; margin-top: 24px; }
.contact-lead { color: var(--muted); font-size: 18px; max-width: 680px; }
.contact-side { position: sticky; top: 110px; }
.contact-support-panel {
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.contact-support-panel h2 { font-size: 32px; }
.contact-support-panel p,
.contact-support-panel li { color: rgba(255,255,255,.78); }
.contact-support-panel .feature-list li { color: rgba(255,255,255,.86); }
.map-section { padding-top: 68px; }
.map-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 460px;
  box-shadow: var(--shadow);
  background: var(--soft);
}
.map-shell iframe {
  width: 100%;
  height: 460px;
  display: block;
  border: 0;
  filter: saturate(.95) contrast(1.02);
}
.contract-hero { background-position: center 60%; }
.contract-layout { display: grid; grid-template-columns: .34fr .66fr; gap: 42px; align-items: start; }
.contract-copy {
  position: sticky;
  top: 110px;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.contract-copy p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 17px; }
.contract-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contract-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  min-height: 220px;
  box-shadow: 0 16px 38px rgba(8,24,39,.07);
}
.contract-card h3 { font-size: 23px; margin: 18px 0 10px; }
.contract-card p { color: var(--muted); margin: 0; }
.cta-split { display: grid; grid-template-columns: .58fr .42fr; gap: 32px; align-items: stretch; }
.cta-split p:not(.eyebrow), .about-story-grid p { color: var(--muted); font-size: 17px; }
.cta-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 16px 38px rgba(8,24,39,.07);
}
.cta-panel h3 { font-size: 28px; }
.cta-panel p { color: var(--muted); }
.about-hero { background-position: center 50%; }
.about-story-grid { display: grid; grid-template-columns: .58fr .42fr; gap: 42px; align-items: start; }
.about-leader-grid {
  display: grid;
  grid-template-columns: minmax(240px, .38fr) minmax(0, .62fr);
  gap: 48px;
  align-items: start;
}
.about-leader-grid-reverse {
  grid-template-columns: minmax(0, .62fr) minmax(240px, .38fr);
}
.about-leader-grid-reverse .about-portrait { order: 2; }
.about-leader-grid-reverse .about-copy { order: 1; }
.about-portrait {
  margin: 0;
  text-align: center;
}
.about-portrait img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 31, 68, .10);
  border: 1px solid var(--line);
}
.about-portrait figcaption {
  margin-top: 16px;
}
.about-portrait strong {
  display: block;
  font-size: 22px;
  color: var(--ink);
}
.about-portrait span {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}
.about-copy p { color: var(--muted); font-size: 17px; margin: 0 0 16px; }
.about-copy h2 { margin-bottom: 18px; }
.about-copy p strong { color: var(--ink); }
.about-proof-card {
  background: linear-gradient(135deg, var(--navy), var(--blue-2));
  color: #fff;
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.about-proof-card h3 { font-size: 30px; margin-bottom: 18px; }
.about-proof-card .feature-list li { color: rgba(255,255,255,.88); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  min-height: 240px;
  box-shadow: 0 16px 38px rgba(8,24,39,.07);
}
.value-card h3 { font-size: 24px; margin: 18px 0 10px; }
.value-card p { color: var(--muted); margin: 0; }
.pay-hero { background-position: center 58%; }
.pay-section { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.pay-layout { display: grid; grid-template-columns: .44fr .56fr; gap: 34px; align-items: stretch; }
.pay-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
  box-shadow: var(--shadow);
}
.pay-panel p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.payment-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.payment-info-grid article {
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 26px;
  min-height: 260px;
  box-shadow: 0 16px 38px rgba(8,24,39,.12);
}
.payment-info-grid span { color: var(--orange); font-weight: 1000; display: block; margin-bottom: 18px; }
.payment-info-grid span i { font-size: 28px; }
.payment-info-grid h3 { font-size: 24px; margin-bottom: 10px; }
.payment-info-grid p { color: rgba(255,255,255,.74); margin: 0; }

.service-detail-hero { background-position: center 54%; }
.service-detail-section { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 38px;
  align-items: start;
}
.service-detail-main {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(8,24,39,.07);
}
.service-detail-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}
.service-detail-main h2 { font-size: clamp(28px, 3vw, 42px); margin: 30px 0 16px; }
.service-detail-main h2:first-of-type { margin-top: 0; }
.service-detail-main p { color: #465366; font-size: 17px; }
.service-seo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 30px 0; }
.service-seo-grid > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #f9fbfd;
}
.service-seo-grid h3,
.article-internal-links h2 { font-size: 24px; margin-bottom: 12px; }
.service-seo-grid h3 i { color: var(--orange); margin-right: 8px; }
.service-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 22px 0 32px; }
.service-steps div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--soft-blue);
}
.service-steps span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 1000;
  margin-bottom: 14px;
}
.service-steps p { margin: 0; font-size: 14px; font-weight: 800; color: #253044; }
.faq-list { display: grid; gap: 12px; }
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}
.faq-list summary { cursor: pointer; font-weight: 1000; color: var(--ink); }
.faq-list p { margin: 12px 0 0; }
.service-detail-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.service-link-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.service-link-list a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: #253044;
  font-weight: 900;
}
.service-link-list i { color: var(--orange); width: 22px; text-align: center; }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.blog-sidebar { position: sticky; top: 110px; }
.post-card { overflow: hidden; padding: 0; }
.post-image-link { display: block; overflow: hidden; background: var(--soft); }
.post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.post-card:hover img { transform: scale(1.04); }
.post-copy { padding: 24px; }
.post-copy h2 { font-size: 25px; margin-bottom: 12px; }
.post-copy .eyebrow { display: flex; gap: 8px; align-items: center; }
.single-featured-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; box-shadow: var(--shadow); }
.article-internal-links {
  margin-top: 34px;
  padding: 28px;
  border-radius: 8px;
  background: var(--soft-blue);
  border: 1px solid #c7dbff;
  display: grid;
  gap: 12px;
}
.article-internal-links a { color: #253044; font-weight: 1000; }
.article-internal-links i { color: var(--orange); margin-right: 8px; }

.whatsapp-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px 0 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .38);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  animation: olimp-wa-pulse 2.4s ease-out infinite;
}
.whatsapp-bubble i {
  font-size: 28px;
  line-height: 1;
}
.whatsapp-bubble:hover {
  background: #1ebe57;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 40px rgba(37, 211, 102, .46);
  animation: none;
}
.whatsapp-bubble-label { white-space: nowrap; }
@keyframes olimp-wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.site-footer { background: linear-gradient(180deg, #07162e 0%, #0a1f44 100%); color: #fff; padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.74); }
.site-footer h3 { font-size: 16px; margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-bottom { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font-size: 13px; }

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--soft-blue);
  color: var(--blue) !important;
  border: 1px solid var(--line);
  font-size: 18px;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.social-icon:hover {
  transform: translateY(-2px);
  background: var(--blue);
  color: #fff !important;
  border-color: var(--blue);
}
.social-icons-footer {
  margin-top: 18px;
}
.social-icons-footer .social-icon {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  color: #fff !important;
}
.social-icons-footer .social-icon:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff !important;
}
.social-icons-contact { margin-top: 6px; }
.about-social-row { margin-top: 8px; }
.about-social-row .text-link i { margin-right: 8px; }

@media (max-width: 1180px) {
  .header-phone-copy { display: none; }
  .header-phone { padding: 0; }
  .nav-link { padding: 0 11px; font-size: 13.5px; }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
    gap: 28px;
  }
  .hero .quote-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(140px, .62fr);
  }
  .quote-hero h2 { font-size: 24px; }
}
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-phone,
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-bar { min-height: 72px; }

  .hero-grid, .industry-grid, .content-grid, .service-process, .fleet-intro-grid, .fleet-process, .legal-layout, .contact-main-grid, .booking-page-grid, .contract-layout, .cta-split, .about-story-grid, .about-leader-grid, .about-leader-grid-reverse, .pay-layout, .why-panel, .service-detail-layout, .blog-layout, .industries-promise, .industries-cta { grid-template-columns: 1fr; }
  .about-leader-grid-reverse .about-portrait,
  .about-leader-grid-reverse .about-copy { order: initial; }
  .about-portrait img { max-width: 260px; }
  .contact-side, .booking-quote-shell, .contract-copy, .service-detail-sidebar, .blog-sidebar { position: static; }
  .legal-nav { position: static; }
  .booking-grid { grid-template-columns: 1fr; }
  .hero { background-position: 65% center; }
  .step::before,
  .step::after { display: none; }
  .quote-card { max-width: 620px; }
  .hero .quote-hero {
    grid-template-columns: 1fr;
  }
  .hero .quote-hero-art {
    display: none;
  }
  .quote-hero-fields,
  .quote-hero-bottom {
    grid-template-columns: 1fr;
  }
  .quote-hero-top,
  .quote-hero-fields,
  .quote-hero-bottom,
  .quote-hero .quote-add-stop,
  .quote-hero .quote-result {
    padding-left: 18px;
    padding-right: 18px;
  }
  .quote-hero h2 { font-size: 24px; }
  .hero-grid { gap: 28px; }
  .cards, .home-service-grid, .home-fleet-grid, .service-feature-grid, .fleet-showcase-grid, .contact-card-grid, .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid, .steps, .testimonial-grid, .post-grid, .why-list, .booking-detail-grid, .contract-card-grid, .payment-info-grid, .service-steps, .service-seo-grid, .industries-promise-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .header-bar { min-height: 70px; }
  .brand-logo { height: 44px; max-width: 200px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-nav-panel { width: min(100vw, 100%); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding: 52px 0; gap: 32px; }
  .hero .quote-card { max-width: none; justify-self: stretch; }
  h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  .ticks, .stats-grid, .cards, .home-service-grid, .home-fleet-grid, .service-feature-grid, .fleet-showcase-grid, .contact-card-grid, .fleet-note-grid, .process-list, .charge-grid, .why-list, .booking-detail-grid, .contract-card-grid, .payment-info-grid, .values-grid, .service-steps, .service-seo-grid, .steps, .fleet-grid, .testimonial-grid, .post-grid, .footer-grid, .industries-grid, .industries-promise-grid { grid-template-columns: 1fr; }
  .page-hero-inner,
  .page-hero-media { min-height: 420px; }
  .page-hero-media {
    background-image: linear-gradient(180deg, rgba(10,31,68,.42) 0%, rgba(10,31,68,.84) 52%, rgba(10,31,68,.98) 100%), var(--hero);
    background-position: center top;
  }
  .fleet-hero,
  .contract-hero,
  .pay-hero { background-position: 58% top; }
  .booking-hero,
  .about-hero,
  .contact-hero,
  .legal-hero { background-position: 62% top; }
  .service-detail-hero { background-position: center top; }
  .blog-hero { background-position: center top; }
  .page-hero-inner > div { padding: 56px 0; }
  .page-hero-inner h1 { font-size: 40px; }
  .page-hero-inner p:not(.eyebrow) { font-size: 17px; }
  .service-detail-main { padding: 22px; }
  .service-detail-image,
  .single-featured-image { aspect-ratio: 4 / 3; }
  .stats-grid { transform: none; margin-bottom: 0; padding: 18px 0; }
  .map-shell, .map-shell iframe { height: 360px; min-height: 360px; }
  .terms-card { padding: 74px 22px 24px; }
  .terms-number { top: 22px; left: 22px; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 56px 0; }
  .section-head, .cta-band, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-bubble {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding: 0 14px 0 14px;
  }
  .whatsapp-bubble-label { display: none; }
  .whatsapp-bubble {
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .whatsapp-bubble i { font-size: 30px; }
}
