/*
Theme Name: DARY-SEB Logistics
Theme URI: https://www.dary-seb-logistics.co.uk/
Author: DARY-SEB Logistics LTD
Description: Premium WordPress theme for DARY-SEB Logistics — same-day courier, fleet, industries, quote form, SEO and blog.
Version: 1.3.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: dary-seb
*/

:root {
  --navy: #0b1f4a;
  --navy-2: #132a5c;
  --blue: #1e3a8a;
  --blue-2: #2563eb;
  --indigo: #4f46e5;
  --purple: #7c3aed;
  --orange: #f97316;
  --orange-2: #ea580c;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f1f5f9;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.12);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --glass-dark: rgba(11, 31, 74, 0.55);
  --shadow: 0 20px 60px rgba(11, 31, 74, 0.12);
  --shadow-lg: 0 30px 80px rgba(11, 31, 74, 0.18);
  --radius: 20px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --wrap: min(1180px, calc(100% - 2.5rem));
  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --grad: linear-gradient(135deg, var(--blue) 0%, var(--indigo) 50%, var(--purple) 100%);
  --grad-cta: linear-gradient(135deg, var(--orange) 0%, var(--orange-2) 100%);
  --grad-hero: linear-gradient(135deg, rgba(11, 31, 74, 0.88) 0%, rgba(79, 70, 229, 0.55) 55%, rgba(249, 115, 22, 0.35) 100%);
  --header-h: 96px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 0.6em; }
p { margin: 0 0 1em; }
.wrap { width: var(--wrap); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: 12px; z-index: 200;
  background: var(--white); color: var(--navy); padding: 0.75rem 1rem; border-radius: 8px;
}
.skip-link:focus { left: 12px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 48px; padding: 0.75rem 1.4rem; border-radius: var(--radius-pill);
  border: 0; cursor: pointer; font-weight: 700; letter-spacing: 0.01em;
  background: var(--grad-cta); color: var(--white);
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(249, 115, 22, 0.35); filter: brightness(1.03); }
.btn:active { transform: translateY(0); }
.btn-ghost {
  background: rgba(255,255,255,0.12); color: var(--white);
  border: 1px solid rgba(255,255,255,0.35); box-shadow: none;
  backdrop-filter: blur(12px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.2); box-shadow: none; }
.btn-outline {
  background: transparent; color: var(--blue); border: 1.5px solid var(--blue);
  box-shadow: none;
}
.btn-outline:hover { background: var(--soft); box-shadow: none; }
.btn-navy {
  background: var(--grad); box-shadow: 0 12px 30px rgba(37, 99, 235, 0.28);
}
.text-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: var(--blue-2); font-weight: 700;
}
.text-link:hover { color: var(--indigo); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
}
.header-top {
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
}
.header-top-inner {
  min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.header-top a { opacity: 0.92; }
.header-top a:hover { opacity: 1; color: #fdba74; }
.header-top-left, .header-top-right { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.header-top i { margin-right: 0.35rem; color: var(--orange); }
.header-top-social i {
  margin-right: 0 !important;
  color: #fff !important;
  line-height: 1;
  display: block;
}
.header-top a.header-login-btn {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4);
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.header-top a.header-login-btn:hover {
  color: #fff !important;
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.5);
}
.header-shell {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled .header-shell {
  background: rgba(255,255,255,0.94);
  box-shadow: 0 10px 40px rgba(11, 31, 74, 0.08);
}
.header-bar {
  min-height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}
.brand-text { display: none; margin-left: 0.75rem; }
.brand-text strong { display: block; font-size: 1.02rem; color: var(--navy); line-height: 1.15; }
.brand-text span { font-size: 0.74rem; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.desktop-nav { display: none; flex: 1; justify-content: center; }
.nav-list { display: flex; align-items: center; gap: 0.15rem; }
.nav-item { position: relative; }
.nav-link, .nav-trigger {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.55rem 0.8rem; border-radius: 10px; border: 0; background: transparent;
  color: var(--ink); font-weight: 600; font-size: 0.92rem; cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.nav-link:hover, .nav-trigger:hover, .nav-item.is-current > .nav-link, .nav-item.is-current > .nav-trigger {
  background: var(--soft); color: var(--blue);
}
.nav-submenu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 16px; padding: 0.5rem;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 50;
}
.nav-item.has-submenu:hover .nav-submenu,
.nav-item.has-submenu:focus-within .nav-submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-submenu a {
  display: block; padding: 0.7rem 0.9rem; border-radius: 10px; font-weight: 600; font-size: 0.9rem;
}
.nav-submenu a:hover, .nav-submenu .is-current a { background: var(--soft); color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 0.65rem; }
.header-phone { display: none; align-items: center; gap: 0.55rem; }
.header-phone-icon {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; color: var(--white); background: var(--grad);
}
.header-phone-copy { display: flex; flex-direction: column; line-height: 1.15; }
.header-phone-copy em { font-style: normal; font-size: 0.72rem; color: var(--muted); font-weight: 600; }
.header-phone-copy strong { font-size: 0.92rem; color: var(--navy); }
.header-cta { display: none; min-height: 44px; padding: 0.65rem 1.15rem; font-size: 0.88rem; }
.menu-toggle {
  width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  background: var(--white); display: grid; place-items: center; gap: 5px; cursor: pointer;
}
.menu-toggle span {
  display: block; width: 18px; height: 2px; background: var(--navy); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.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 */
.mobile-nav[hidden] { display: none; }
.mobile-nav { position: fixed; inset: 0; z-index: 120; }
.mobile-nav-backdrop { position: absolute; inset: 0; background: rgba(11, 31, 74, 0.45); backdrop-filter: blur(4px); }
.mobile-nav-panel {
  position: absolute; top: 0; right: 0; width: min(360px, 92vw); height: 100%;
  background: linear-gradient(180deg, #0b1f4a 0%, #1e3a8a 100%); color: var(--white);
  padding: 1rem 1.1rem 1.5rem; overflow-y: auto;
  box-shadow: -20px 0 60px rgba(0,0,0,0.25);
  animation: slideIn .25s ease;
}
@keyframes slideIn { from { transform: translateX(20px); opacity: 0.6; } to { transform: none; opacity: 1; } }
.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.mobile-nav-logo { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 50%; padding: 4px; }
.mobile-nav-close {
  width: 42px; height: 42px; border: 0; border-radius: 10px; background: rgba(255,255,255,0.12);
  color: #fff; cursor: pointer;
}
.mobile-top-link, .mobile-group-toggle {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  padding: 0.9rem 0.85rem; border-radius: 12px; color: #fff; font-weight: 700;
  background: transparent; border: 0; text-align: left; cursor: pointer;
}
.mobile-top-link:hover, .mobile-group-toggle:hover, .mobile-top-link.is-current { background: rgba(255,255,255,0.1); }
.mobile-group-links { display: none; padding: 0 0 0.5rem 0.75rem; }
.mobile-group.is-open .mobile-group-links { display: block; }
.mobile-group-links a {
  display: block; padding: 0.65rem 0.75rem; border-radius: 10px; color: rgba(255,255,255,0.88); font-weight: 600;
}
.mobile-group-links a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.mobile-nav-foot { margin-top: 1.5rem; display: grid; gap: 0.75rem; }
.mobile-nav-cta { width: 100%; }
.mobile-nav-phone {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem; border-radius: 12px; background: rgba(255,255,255,0.1); font-weight: 700;
}

/* Hero */
.hero, .page-hero {
  position: relative; min-height: clamp(420px, 58vh, 620px);
  display: flex; align-items: center; color: var(--white); overflow: hidden;
  background:
    var(--grad-hero),
    var(--hero, linear-gradient(135deg, #0b1f4a, #4f46e5));
  background-size: cover;
  background-position: center;
}
.hero.hero-clean,
.hero.hero-with-quote { min-height: clamp(420px, 58vh, 620px); }
.hero-content-only { max-width: 780px; }
.hero-copy { max-width: 640px; min-width: 0; }
.hero h1 .h1-line2 { font-weight: 700; }
.page-hero { min-height: clamp(280px, 36vh, 400px); }
.page-hero h1 { max-width: 18ch; font-size: clamp(1.75rem, 3.5vw, 2.75rem); }
.center-head { justify-content: center; text-align: center; }
.center-head .section-lead { margin-left: auto; margin-right: auto; }
.home-quote-wrap { max-width: 820px; }
.home-quote-wrap .quote-panel { margin-top: 0.5rem; }

/* Hero Instant Quote card (right of H1) */
.hero-quote-card {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.hero-quote-card-inner {
  position: relative;
  padding: 1.6rem 1.5rem 1.45rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.hero-quote-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255,255,255,0.12) 0%, transparent 45%, rgba(249,115,22,0.12) 100%);
  pointer-events: none;
}
.hero-quote-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.95);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.hero-quote-title {
  position: relative;
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #fff !important;
  letter-spacing: -0.02em;
}
.hero-quote-text {
  position: relative;
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.hero-quote-ticks {
  position: relative;
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.hero-quote-ticks li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}
.hero-quote-ticks i { color: #4ade80; font-size: 0.9rem; }
.hero-quote-btn {
  position: relative;
  width: 100%;
  min-height: 52px;
  font-size: 1rem;
  gap: 0.55rem;
  box-shadow: 0 14px 32px rgba(249, 115, 22, 0.4);
}
.hero-quote-btn i { font-size: 0.9rem; transition: transform .15s ease; }
.hero-quote-btn:hover i { transform: translateX(3px); }
.hero-quote-phone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  opacity: 0.92;
}
.hero-quote-phone:hover { opacity: 1; color: #fdba74; }
.hero-quote-phone i { color: #fdba74; }
.hero::before, .page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(124, 58, 237, 0.25), transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(249, 115, 22, 0.18), transparent 55%);
  pointer-events: none;
}
.hero-mesh {
  position: absolute; inset: 0; opacity: 0.35; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner, .page-hero-inner {
  position: relative; z-index: 1; width: var(--wrap); margin: 0 auto; padding: 3.5rem 0;
}
.hero-grid {
  display: grid; gap: 2rem; align-items: center;
}
.pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.9rem; border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 1rem;
  color: #fff;
}
.pill i { color: #fdba74; }
.hero h1, .page-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.15rem); font-weight: 800; margin-bottom: 0.85rem;
  max-width: 14ch; line-height: 1.08; letter-spacing: -0.03em;
}
.hero.hero-clean h1,
.hero.hero-with-quote h1 { max-width: 12ch; }
.hero h1 .accent, .page-hero h1 .accent {
  color: #fdba74;
  background: none;
  -webkit-background-clip: unset; background-clip: unset;
}
.hero .lead, .page-hero .lead {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 52ch;
  color: rgba(255,255,255,0.9); margin-bottom: 1.5rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem; }
.hero-ticks { display: grid; gap: 0.45rem; margin: 0 0 1.25rem; }
.hero-ticks li {
  display: flex; align-items: center; gap: 0.55rem; font-weight: 600; color: rgba(255,255,255,0.92);
}
.hero-ticks i { color: #4ade80; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.5rem 0.9rem; border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.85rem; font-weight: 700;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.trust-chip i {
  color: #fdba74;
  font-size: 0.95rem;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.hero .trust-chip i,
.page-hero .trust-chip i {
  color: #fb923c;
}
.breadcrumb {
  margin-bottom: 0.85rem;
}
.breadcrumb-list {
  display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.85rem; color: rgba(255,255,255,0.85);
}
.breadcrumb-item { display: inline-flex; align-items: center; gap: 0.4rem; }
.breadcrumb a { color: rgba(255,255,255,0.88); text-decoration: underline; text-underline-offset: 2px; }
.breadcrumb a:hover { color: #fdba74; }
.breadcrumb span[aria-current] { color: #fff; font-weight: 700; }
.breadcrumb-sep { opacity: 0.6; }

/* Glass card */
.glass {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.glass-light {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Sections */
.section { padding: 4.5rem 0; }
.section.alt { background: linear-gradient(180deg, var(--soft) 0%, #eef2ff 100%); }
.section.dark {
  background: linear-gradient(160deg, #0b1f4a 0%, #1e3a8a 55%, #312e81 100%);
  color: var(--white);
}
.section-head {
  display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between;
  gap: 1rem; margin-bottom: 2rem;
}
.eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 0.4rem;
}
.section.dark .eyebrow { color: #fdba74; }
.section-head h2, .section > .wrap > h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem); color: var(--navy); margin: 0;
}
.section.dark .section-head h2, .section.dark h2 { color: #fff; }
.section-lead { color: var(--muted); max-width: 56ch; margin: 0.5rem 0 0; }
.section.dark .section-lead { color: rgba(255,255,255,0.8); }

/* Stats */
.stats {
  margin-top: -2.5rem; position: relative; z-index: 2; padding: 0 0 1rem;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem;
}
.stat {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 1.1rem 1.15rem; border-radius: 18px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.95); box-shadow: var(--shadow);
}
.stat-icon {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  display: grid; place-items: center;
  color: #fff !important;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.35);
}
.stat-icon i { color: #fff !important; }
.stat strong { display: block; font-size: 1.35rem; color: var(--navy); line-height: 1.1; }
.stat span { font-size: 0.82rem; color: var(--muted); font-weight: 600; }

/* Process */
.process-grid {
  display: grid; gap: 1rem; grid-template-columns: 1fr;
  position: relative;
}
.process-line {
  display: none;
}
.process-card {
  position: relative; padding: 1.4rem 1.25rem 1.35rem;
  border-radius: var(--radius); background: var(--white);
  border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(11,31,74,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.process-num {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; color: #fff;
  background: var(--grad); margin-bottom: 0.85rem;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.3);
}
.process-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 0.35rem; }
.process-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.process-svg {
  width: 100%; max-width: 720px; margin: 0 auto 1.5rem; display: block;
}
.process-svg .route {
  fill: none; stroke: url(#routeGrad); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 8 10; animation: dash 18s linear infinite;
}
@keyframes dash { to { stroke-dashoffset: -200; } }
.process-svg .pulse {
  fill: var(--orange);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 0.5; r: 5; } 50% { opacity: 1; r: 7; } }

/* Cards grids */
.cards { display: grid; gap: 1.15rem; }
.service-card, .fleet-card, .industry-card, .post-card, .feature-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: 0 10px 28px rgba(11,31,74,0.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover, .fleet-card:hover, .industry-card:hover, .post-card:hover, .feature-card:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-lg);
}
.service-card img, .fleet-card img, .industry-card img, .post-card img, .feature-card img,
.card-media img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
}
.service-copy, .fleet-copy, .industry-copy, .post-copy, .feature-copy {
  padding: 1.15rem 1.2rem 1.3rem;
}
.service-copy h3, .fleet-copy h3, .industry-copy h3, .post-copy h3, .feature-copy h3 {
  font-size: 1.08rem; color: var(--navy); margin-bottom: 0.4rem;
}
.service-copy p, .fleet-copy p, .industry-copy p, .post-copy p, .feature-copy p {
  color: var(--muted); font-size: 0.94rem; margin-bottom: 0.85rem;
}
.service-icon-float {
  position: absolute; right: 12px; bottom: 12px;
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; color: #fff; background: var(--grad-cta);
  box-shadow: 0 8px 18px rgba(249,115,22,0.35);
}
.card-media { position: relative; }
.meta-pills { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.75rem; }
.meta-pill {
  font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.65rem; border-radius: var(--radius-pill);
  background: #eef2ff; color: var(--blue);
}
.fleet-specs { display: grid; gap: 0.35rem; margin-bottom: 0.75rem; }
.fleet-specs li {
  display: flex; justify-content: space-between; gap: 0.5rem;
  font-size: 0.88rem; padding: 0.35rem 0; border-bottom: 1px dashed var(--line);
}
.fleet-specs strong { color: var(--navy); }

/* Why / features */
.why-grid {
  display: grid; gap: 1rem;
}
.why-item {
  display: flex; gap: 0.9rem; padding: 1.15rem;
  border-radius: 16px; background: var(--white); border: 1px solid var(--line);
}
.why-icon {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  display: grid; place-items: center; color: #fff; background: var(--grad);
}
.why-item h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.25rem; }
.why-item p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* CTA band — soft navy */
.cta-band {
  padding: 2rem 2.25rem; border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(135deg, #0b1f4a 0%, #1e3a8a 100%);
  color: #fff; position: relative; overflow: hidden;
  box-shadow: 0 16px 40px rgba(11, 31, 74, 0.18);
  border: 1px solid rgba(255,255,255,0.08);
}
.cta-band.cta-band-soft::after {
  content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  background: rgba(249,115,22,0.12); right: -50px; top: -70px;
}
.cta-band-inner { position: relative; z-index: 1; display: grid; gap: 1rem; align-items: center; }
.cta-band h2,
.prose .cta-band h2,
.article-body .cta-band h2 {
  color: #fff !important;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  margin: 0 0 0.35rem !important;
  border: 0 !important;
  padding: 0 !important;
}
.cta-band p,
.prose .cta-band p,
.article-body .cta-band p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 50ch;
  font-size: 0.98rem;
  font-weight: 500;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.btn-outline-light {
  background: rgba(255,255,255,0.12); color: #fff !important; border: 1.5px solid rgba(255,255,255,0.55);
  box-shadow: none; text-decoration: none !important;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.22); box-shadow: none; filter: none; color: #fff !important; }
.cta-band .btn { color: #fff !important; text-decoration: none !important; }
.section-cta-foot { padding-top: 0; }

/* Light CTA variant — better inside blog articles / prose */
.cta-band.cta-band-article {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  color: var(--ink);
  border: 1px solid #c7d2fe;
  box-shadow: 0 12px 32px rgba(11, 31, 74, 0.08);
}
.cta-band.cta-band-article::after {
  background: rgba(249, 115, 22, 0.08);
}
.cta-band.cta-band-article h2,
.prose .cta-band.cta-band-article h2,
.article-body .cta-band.cta-band-article h2 {
  color: var(--navy) !important;
}
.cta-band.cta-band-article p,
.prose .cta-band.cta-band-article p,
.article-body .cta-band.cta-band-article p {
  color: #475569 !important;
}
/* Primary CTA stays white-on-orange */
.cta-band.cta-band-article .btn:not(.btn-outline-light) {
  color: #fff !important;
  background: var(--grad-cta);
}
/* Phone / secondary — dark text on light button (must win over .btn white text) */
.cta-band.cta-band-article a.btn.btn-outline-light {
  background: #fff !important;
  color: #1e3a8a !important;
  border: 1.5px solid #1e3a8a !important;
  box-shadow: none;
}
.cta-band.cta-band-article a.btn.btn-outline-light:hover {
  background: #eef2ff !important;
  color: #0b1f4a !important;
  border-color: #0b1f4a !important;
}

/* Sector chips (compact home industries) */
.sector-chips {
  display: flex; flex-wrap: wrap; gap: 0.65rem;
}
.sector-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.7rem 1rem; border-radius: var(--radius-pill);
  background: #fff; border: 1px solid var(--line); font-weight: 700; font-size: 0.9rem;
  color: var(--navy); box-shadow: 0 4px 14px rgba(11,31,74,0.05);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.sector-chip i { color: var(--orange); font-size: 0.85rem; }
.sector-chip:hover {
  border-color: var(--blue-2); color: var(--blue); transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37,99,235,0.12);
}
.section-sectors { padding-top: 3.5rem; padding-bottom: 3.5rem; }

/* Map */
.map-embed {
  border: 0; width: 100%; min-height: 360px; border-radius: var(--radius);
  box-shadow: var(--shadow); background: var(--soft);
}
.portal-login-grid {
  display: grid; gap: 1.15rem;
}
.portal-login-card {
  padding: 1.5rem; border-radius: var(--radius); background: #fff;
  border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(11,31,74,0.06);
  text-align: center;
}
.portal-login-card .portal-icon {
  width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 0.85rem;
  display: grid; place-items: center; color: #fff; background: var(--grad);
  font-size: 1.35rem;
}
.portal-login-card h3 { margin-bottom: 0.35rem; color: var(--navy); }
.portal-login-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 1rem; }
.header-top-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.header-top-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  font-size: 0.8rem;
  opacity: 1 !important;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.header-top-social a i {
  margin: 0 !important;
  color: #fff !important;
}
.header-top-social a:hover,
.header-top-social a:focus,
.header-top-social a:active {
  background: rgba(249, 115, 22, 0.25);
  color: #f97316 !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}
.header-top-social a:hover i,
.header-top-social a:focus i,
.header-top-social a:active i {
  color: #f97316 !important;
}

/* Quote form */
.quote-panel {
  padding: 1.5rem; border-radius: calc(var(--radius) + 4px);
  background: rgba(255,255,255,0.96); color: var(--ink);
  border: 1px solid rgba(255,255,255,0.8); box-shadow: var(--shadow-lg);
}
.quote-panel h2, .quote-panel h3 { color: var(--navy); margin-bottom: 0.35rem; }
.quote-panel .form-intro { color: var(--muted); font-size: 0.92rem; margin-bottom: 1rem; }
.form-grid { display: grid; gap: 0.85rem; }
.form-row { display: grid; gap: 0.85rem; }
.form-group label {
  display: block; font-size: 0.82rem; font-weight: 700; color: var(--navy); margin-bottom: 0.35rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; min-height: 46px; padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-group textarea { min-height: 100px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--indigo); box-shadow: 0 0 0 4px rgba(79,70,229,0.12);
}
.form-section-title {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--orange); margin: 0.5rem 0 0.15rem; padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}
.form-message {
  padding: 0.9rem 1rem; border-radius: 12px; margin-bottom: 1rem; font-weight: 600;
}
.form-message.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.form-message.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Partners — logo cards (from live site) */
.section-partners {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 4px solid var(--blue);
}
.section-partners h2,
.section-partners .partners-heading {
  color: var(--navy);
  word-spacing: 0.45em;
  letter-spacing: 0.04em;
}
.section-partners .section-lead {
  color: var(--muted);
  word-spacing: 0.15em;
}
.partners-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin: 0 auto;
}
.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(11, 31, 74, 0.06);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(11, 31, 74, 0.12);
  border-color: #c7d2fe;
}
.partner-card img {
  max-height: 64px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (min-width: 900px) {
  .partners-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Content pages */
.content-wrap { display: grid; gap: 2rem; }
.content-main { min-width: 0; }
.prose h2 { font-size: 1.45rem; color: var(--navy); margin-top: 1.5rem; }
.prose h3 { font-size: 1.15rem; color: var(--navy); margin-top: 1.2rem; }
.prose p, .prose li { color: #334155; }
.prose ul { list-style: disc; padding-left: 1.25rem; margin: 0 0 1rem; }
.prose ul li { margin-bottom: 0.4rem; }
.prose a { color: var(--blue-2); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.terms-doc h2 { font-size: 1.2rem; margin-top: 1.75rem; padding-top: 0.5rem; border-top: 1px solid var(--line); }
.terms-doc h2:first-child { border-top: 0; padding-top: 0; }
.terms-doc h3 { font-size: 1.05rem; color: var(--orange-2); }
.contact-grid .social-icons .social-icon { background: #0b1f4a; }
.sidebar-card {
  padding: 1.25rem; border-radius: var(--radius); background: var(--soft);
  border: 1px solid var(--line); position: sticky; top: calc(var(--header-h) + 50px);
}
.sidebar-card h3 { font-size: 1rem; color: var(--navy); }
.sidebar-card ul { display: grid; gap: 0.45rem; margin: 0.75rem 0 1rem; }
.sidebar-card a { font-weight: 600; color: var(--blue); }
.sidebar-card a:hover { color: var(--indigo); }

/* —— Service detail pages —— */
.service-page { padding-top: 2.5rem; }
.service-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.service-main { min-width: 0; }
.service-feature-media {
  position: relative;
  margin: 0 0 1.35rem;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--soft);
}
.service-feature-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.service-feature-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--grad-cta);
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.35);
  font-size: 1.15rem;
}
.service-intro {
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
}
.service-kicker {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 0.4rem;
}
.service-lead-text {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
}
.service-body p { font-size: 1.02rem; line-height: 1.7; }
.service-benefits { margin-top: 2rem; }
.service-benefits-head { margin-bottom: 1rem; }
.service-benefits-head h2 { font-size: 1.45rem; }
.service-benefit-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
.service-benefit-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(11, 31, 74, 0.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(11, 31, 74, 0.08);
}
.service-benefit-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #ecfdf5;
  color: #16a34a;
  font-size: 1rem;
}
.service-benefit-card p {
  margin: 0;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  padding-top: 0.35rem;
}
.service-faq-block { margin-top: 2.25rem; }
.service-faq-block h2 { font-size: 1.45rem; }

.service-aside { min-width: 0; }
.service-aside-sticky {
  display: grid;
  gap: 1rem;
}
.service-cta-card {
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.service-cta-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.service-cta-body {
  padding: 1.2rem 1.25rem 1.35rem;
  display: grid;
  gap: 0.65rem;
}
.service-cta-body h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--navy);
}
.service-cta-body > p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}
.service-cta-body .btn { width: 100%; }
.service-cta-call { margin-top: 0.15rem; }
.service-wa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 700;
  color: #128c7e;
  font-size: 0.92rem;
  padding: 0.35rem 0;
}
.service-wa-link:hover { color: #0f766e; }

.service-related-card {
  padding: 1.15rem 1.15rem 1.25rem;
  border-radius: calc(var(--radius) + 2px);
  background: var(--soft);
  border: 1px solid var(--line);
}
.service-related-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  color: var(--navy);
}
.service-related-list {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
  list-style: none;
  padding: 0;
}
.service-related-list a {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.45rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid transparent;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.service-related-list a:hover {
  border-color: #c7d2fe;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08);
}
.service-related-thumb {
  width: 64px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
}
.service-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-related-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.service-related-meta strong {
  font-size: 0.88rem;
  color: var(--navy);
  line-height: 1.25;
}
.service-related-meta em {
  font-style: normal;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-related-list .fa-chevron-right {
  font-size: 0.7rem;
  color: #94a3b8;
}
.faq-list { display: grid; gap: 0.75rem; margin-top: 1rem; }
.faq-item {
  border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 1rem 1.1rem; font-weight: 700; color: var(--navy);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); background: var(--soft); }
.faq-item p { padding: 0.9rem 1.1rem 1.1rem; margin: 0; color: var(--muted); }

/* Google reviews (homepage) */
.section-reviews {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 55%, #f8fafc 100%);
}
.reviews-head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  align-items: stretch;
}
.reviews-head-copy .section-lead { margin-top: 0.4rem; }
.reviews-score-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(11, 31, 74, 0.08);
}
.reviews-score-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.reviews-google-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #f8fafc;
  border: 1px solid var(--line);
}
.reviews-score-brand strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--navy);
}
.reviews-score-brand em {
  display: block;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 600;
  margin-top: 0.15rem;
}
.reviews-stars {
  display: flex;
  gap: 0.15rem;
  margin-top: 0.3rem;
  color: #fbbc04;
  font-size: 0.95rem;
}
.reviews-all-btn {
  white-space: nowrap;
}
.reviews-all-btn i { font-size: 0.8rem; margin-left: 0.25rem; }
.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem 1.25rem 1.3rem;
  box-shadow: 0 8px 24px rgba(11, 31, 74, 0.05);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11, 31, 74, 0.1);
}
.review-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #1e3a8a, #4f46e5);
  font-size: 1rem;
}
.review-meta strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.2;
}
.review-meta span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}
.review-source-badge {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f8fafc;
  border: 1px solid var(--line);
}
.review-stars {
  color: #fbbc04;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.review-stars .is-empty { color: #e2e8f0; }
.review-text {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}
.reviews-footer-note { margin-top: 1.5rem; margin-bottom: 0; }
@media (min-width: 700px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .reviews-head {
    grid-template-columns: 1.2fr 0.9fr;
    align-items: end;
  }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Blog */
.blog-layout { display: grid; gap: 2rem; }
.post-meta { display: flex; flex-wrap: wrap; gap: 0.75rem; font-size: 0.85rem; color: var(--muted); margin-bottom: 0.75rem; }
.single-hero-img { border-radius: var(--radius); overflow: hidden; margin-bottom: 1.5rem; box-shadow: var(--shadow); }
.single-hero-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-body { max-width: 720px; }
.article-body h2 { margin-top: 1.75rem; }
.article-cta-wrap {
  margin-top: 2.25rem;
  padding-top: 0.5rem;
}
.read-time { display: inline-flex; align-items: center; gap: 0.35rem; font-weight: 700; color: var(--orange); }

/* Contact cards */
.contact-grid { display: grid; gap: 1rem; }
.contact-card {
  padding: 1.25rem; border-radius: var(--radius); border: 1px solid var(--line);
  background: #fff; box-shadow: 0 8px 24px rgba(11,31,74,0.05);
}
.contact-card i {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  color: #fff; background: var(--grad); margin-bottom: 0.75rem;
}
.contact-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.25rem; }
.contact-card p, .contact-card a { color: var(--muted); font-weight: 600; }
.contact-card a:hover { color: var(--blue-2); }

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #071531 0%, #0b1f4a 100%);
  color: rgba(255,255,255,0.88); padding: 3.5rem 0 1.5rem;
}
.footer-grid {
  display: grid; gap: 2rem; margin-bottom: 2rem;
}
.footer-brand .brand-logo {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.footer-brand p { color: rgba(255,255,255,0.72); max-width: 32ch; font-size: 0.94rem; }
.site-footer h3 {
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fdba74; margin-bottom: 0.9rem;
}
.footer-links { display: grid; gap: 0.45rem; }
.footer-links a { color: rgba(255,255,255,0.78); font-weight: 600; }
.footer-links a:hover { color: #fff; }
.footer-contact p { margin: 0 0 0.45rem; font-size: 0.94rem; }
.footer-contact a:hover { color: #fdba74; }
.social-icons { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.social-icon {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  color: #fff; transition: background .15s ease, transform .15s ease;
}
.social-icon:hover { background: var(--orange); transform: translateY(-2px); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: space-between;
  padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem; color: rgba(255,255,255,0.65);
}
.footer-bottom a:hover { color: #fdba74; }

/* FAB — compact */
.fab-stack {
  position: fixed; right: 14px; bottom: 14px; z-index: 90;
  display: flex; flex-direction: column; gap: 0.4rem;
}
.fab {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
  width: 44px; height: 44px; min-height: 44px; padding: 0;
  border-radius: 50%; color: #fff; font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  transition: transform .15s ease;
}
.fab:hover { transform: translateY(-2px); }
.fab-wa { background: #25d366; }
.fab-call { background: #1e3a8a; }
.fab span { display: none; }
.fab i { font-size: 1.05rem; }

/* Reveal animations */
[data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .08s; }
[data-reveal-delay="2"] { transition-delay: .16s; }
[data-reveal-delay="3"] { transition-delay: .24s; }
[data-reveal-delay="4"] { transition-delay: .32s; }

/* Utilities */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.center { text-align: center; }
.two-col { display: grid; gap: 1.5rem; }
.check-list { display: grid; gap: 0.55rem; }
.check-list li {
  display: flex; gap: 0.55rem; align-items: flex-start; font-weight: 600; color: #334155;
}
.check-list i { color: #16a34a; margin-top: 0.2rem; }
.table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid var(--line); }
.fleet-table { width: 100%; border-collapse: collapse; min-width: 560px; background: #fff; }
.fleet-table th, .fleet-table td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
.fleet-table th { background: var(--navy); color: #fff; font-size: 0.85rem; }
.fleet-table tr:hover td { background: #f8fafc; }

/* Responsive */
@media (min-width: 640px) {
  .brand-logo { width: 88px; height: 88px; }
  .brand-text { display: block; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cards.cols-2, .home-service-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row.two { grid-template-columns: 1fr 1fr; }
  /* keep FABs icon-only even on desktop — smaller footprint */
  .fab span { display: none; }
  .portal-login-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .desktop-nav { display: flex; }
  .header-phone { display: flex; }
  .header-cta { display: inline-flex; }
  .menu-toggle { display: none; }
  .header-top { display: block; }
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: center;
  }
  .hero.hero-clean .hero-inner,
  .hero.hero-with-quote .hero-inner { padding: 4rem 0 3.5rem; }
  .hero-quote-card {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .cards.cols-3, .home-service-grid { grid-template-columns: repeat(3, 1fr); }
  .cards.cols-fleet { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band-inner { grid-template-columns: 1.4fr auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1.1fr; }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .content-wrap.has-sidebar { grid-template-columns: 1fr 300px; }
  .blog-layout { grid-template-columns: 1fr 280px; }
  .service-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 2.25rem;
  }
  .service-aside-sticky {
    position: sticky;
    top: calc(var(--header-h) + 48px);
  }
  .service-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-page { padding-top: 3rem; }
  .two-col { grid-template-columns: 1fr 1fr; align-items: center; }
  .form-row.three { grid-template-columns: 1fr 1fr 1fr; }
  .industry-bento { grid-template-columns: repeat(12, 1fr); }
  .industry-bento .industry-card:nth-child(1) { grid-column: span 5; }
  .industry-bento .industry-card:nth-child(2) { grid-column: span 4; }
  .industry-bento .industry-card:nth-child(3) { grid-column: span 3; }
  .industry-bento .industry-card:nth-child(n+4) { grid-column: span 3; }
}
@media (max-width: 899px) {
  .header-top { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}
