@font-face{font-family:'Instrument Serif';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/jizHRFtNs2ka5fXjeivQ4LroWlx-6zATiw.ttf') format('truetype')}
@font-face{font-family:'Instrument Serif';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/jizBRFtNs2ka5fXjeivQ4LroWlx-2zI.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf') format('truetype')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPQ.ttf') format('truetype')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPQ.ttf') format('truetype')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPQ.ttf') format('truetype')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf') format('truetype')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf') format('truetype')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf') format('truetype')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf') format('truetype')}
/* GoFleet — Mobility. Your Way. */

:root {
  --bg: #f5f7fa;
  --bg-elev: #ffffff;
  --bg-soft: #eef2f7;
  --ink: #0a1428;
  --ink-2: #1a2942;
  --muted: #5a6a85;
  --line: #dbe3ee;
  --line-soft: #e8eef6;

  --accent: #2b8eff;
  --accent-2: #5cb0ff;
  --accent-deep: #0a4fa3;
  --accent-glow: rgba(43, 142, 255, 0.18);
  --accent-soft: rgba(43, 142, 255, 0.08);

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(10, 20, 40, 0.04), 0 2px 6px rgba(10, 20, 40, 0.04);
  --shadow: 0 1px 3px rgba(10, 20, 40, 0.05), 0 14px 40px -8px rgba(10, 20, 40, 0.10);
  --shadow-lg: 0 30px 70px -20px rgba(10, 30, 70, 0.18), 0 4px 12px rgba(10, 20, 40, 0.05);

  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

[data-theme="dark"] {
  --bg: #060b18;
  --bg-elev: #0c1426;
  --bg-soft: #0a1224;
  --ink: #f4f7fc;
  --ink-2: #d6deec;
  --muted: #8a99b6;
  --line: #1a2540;
  --line-soft: #131c33;
  --shadow: 0 1px 3px rgba(0,0,0,0.4), 0 14px 40px -8px rgba(0,0,0,0.5);
  --shadow-lg: 0 30px 70px -20px rgba(0,0,0,0.7), 0 4px 12px rgba(0,0,0,0.4);
  --accent-soft: rgba(43, 142, 255, 0.12);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.gf-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #f7fbff;
  color: #061223;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.26);
  transition: transform .16s ease;
}
.gf-skip-link:focus,
.gf-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #1DB954;
  outline-offset: 3px;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ===== NAV ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.nav-grow {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.nav-logo-wrap {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.nav-link {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: color 0.15s;
}
.nav-link:hover { color: var(--ink); }
.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
}

/* Lösungen dropdown (desktop) */
.nav-dropdown {
  position: relative;
}
.nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: -0.005em;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.15s;
}
.nav-dropdown__trigger:hover,
.nav-dropdown.is-open .nav-dropdown__trigger {
  color: var(--ink);
}
.nav-dropdown__chevron {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
  opacity: 0.85;
}
.nav-dropdown.is-open .nav-dropdown__chevron {
  transform: rotate(-135deg) translateY(1px);
}
.nav-dropdown__panel {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 14px);
  min-width: min(320px, calc(100vw - 48px));
  padding: 10px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  box-shadow: var(--shadow-lg), 0 0 40px var(--accent-glow);
  z-index: 60;
}
.nav-dropdown__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
}
.nav-dropdown.is-open .nav-dropdown__panel {
  display: block;
  animation: navDdPanelIn 0.16s cubic-bezier(.16, 1, .3, 1) both;
}
.nav-dropdown__item {
  display: block;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  transition: background 0.15s, color 0.15s;
}
.nav-dropdown__item:hover {
  background: var(--accent-soft);
  color: var(--accent-deep);
}
.nav-dropdown__item--top {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.nav-dropdown__item--top:hover {
  color: var(--ink);
}
.nav-dropdown__sep {
  height: 1px;
  margin: 6px 8px;
  background: var(--line-soft);
}

/* Mobile menu toggle + drawer */
.nav-burger {
  display: none;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: color-mix(in oklab, var(--bg-elev) 88%, transparent);
  cursor: pointer;
  color: var(--ink);
  transition: border-color 0.15s, background 0.15s;
}
.nav-burger:hover {
  border-color: var(--ink-2);
}
.nav-burger-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-burger.is-open .nav-burger-line:first-child {
  transform: translateY(4px) rotate(45deg);
}
.nav-burger.is-open .nav-burger-line:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.nav-mobile-drawer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 72px;
  z-index: 60;
  max-height: min(560px, calc(100vh - 72px));
  overflow-y: auto;
  border-bottom: 1px solid var(--line-soft);
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}
.nav-mobile-drawer.is-open {
  display: block;
  animation: navMobileDrawerIn 0.2s cubic-bezier(.16, 1, .3, 1) both;
}
.nav-mobile-drawer-inner {
  padding: 20px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-mobile-drawer-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 14px;
  margin-bottom: 6px;
}
.nav-mobile-drawer-label:first-child {
  margin-top: 0;
}
.nav-mobile-link {
  display: block;
  padding: 12px 4px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
}
.nav-mobile-link:hover {
  background: var(--accent-soft);
  color: var(--accent-deep);
}
.nav-mobile-link--overview {
  color: var(--muted);
  font-size: 14px;
}
.nav-mobile-link--cta {
  margin-top: 8px;
  font-weight: 600;
}
.nav-mobile-scrim {
  position: fixed;
  inset: 0;
  top: 72px;
  z-index: 55;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(4, 8, 18, 0.52);
  cursor: pointer;
}

@keyframes navDdPanelIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes navMobileDrawerIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown__trigger .nav-dropdown__chevron,
  .nav-burger-line {
    transition: none;
  }
  .nav-dropdown.is-open .nav-dropdown__panel,
  .nav-mobile-drawer.is-open {
    animation: none;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  transition: transform 0.15s ease, background 0.15s, color 0.15s, box-shadow 0.15s;
  font-family: var(--font-sans);
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg-elev);
}
.btn-primary:hover { transform: translateY(-1px); background: var(--accent-deep); }
.btn-accent {
  background: var(--accent);
  color: white;
  box-shadow: 0 8px 24px -8px var(--accent-glow);
}
.btn-accent:hover { transform: translateY(-1px); background: var(--accent-deep); }
.btn-ghost {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 14px 26px; font-size: 15px; }

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg::before {
  content: "";
  position: absolute;
  width: 1100px;
  height: 1100px;
  left: 50%;
  top: -300px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, var(--accent-glow), transparent 70%);
  filter: blur(20px);
  animation: heroGlowReveal 1.15s cubic-bezier(.16, 1, .3, 1) both;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    radial-gradient(circle at 18% 26%, rgba(255,255,255,0.14) 0 1px, transparent 1.4px),
    radial-gradient(circle at 78% 18%, rgba(92,176,255,0.12) 0 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 0 42%, rgba(92,176,255,0.08) 50%, transparent 58%);
  background-size: 34px 34px, 54px 54px, 100% 100%;
  opacity: 0.26;
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 80% 54% at 46% 26%, black 10%, transparent 74%);
  -webkit-mask-image: radial-gradient(ellipse 80% 54% at 46% 26%, black 10%, transparent 74%);
}
.hero-ethereal {
  position: absolute;
  inset: -18% -10% 20%;
  opacity: 0;
  filter: blur(18px) saturate(130%);
  transform: translate3d(0, 18px, 0) scale(0.96);
  animation: heroEtherealReveal 1.35s cubic-bezier(.16, 1, .3, 1) 0.1s both;
}
.hero-ethereal::before {
  content: "";
  position: absolute;
  inset: 14% 8% 0;
  background:
    radial-gradient(ellipse 44% 28% at 38% 28%, color-mix(in oklab, var(--accent) 44%, transparent), transparent 72%),
    radial-gradient(ellipse 38% 24% at 64% 42%, rgba(92, 255, 238, 0.22), transparent 70%),
    conic-gradient(from 210deg at 50% 44%, transparent 0deg, rgba(43, 142, 255, 0.28) 56deg, rgba(87, 238, 255, 0.18) 118deg, transparent 184deg, rgba(43, 142, 255, 0.18) 250deg, transparent 310deg);
  border-radius: 46% 54% 56% 44%;
  mix-blend-mode: screen;
  transform: rotate(-8deg);
  animation: heroAuroraDrift 16s ease-in-out infinite alternate;
}
.hero-ethereal::after {
  content: "";
  position: absolute;
  inset: 22% 16% 8%;
  background:
    linear-gradient(105deg, transparent 8%, rgba(255,255,255,0.16) 30%, transparent 52%),
    radial-gradient(ellipse at 50% 50%, rgba(6, 11, 24, 0.22), transparent 62%);
  border-radius: 999px;
  transform: rotate(-13deg);
  mask-image: radial-gradient(ellipse 72% 48% at 48% 48%, black 22%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 72% 48% at 48% 48%, black 22%, transparent 78%);
  animation: heroLiquidSheen 10s ease-in-out infinite alternate;
}
.hero-ethereal-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(92, 255, 238, 0.26), rgba(43, 142, 255, 0.12) 42%, transparent 72%);
  mix-blend-mode: screen;
}
.hero-ethereal-orb--one {
  --orb-rotate-from: -18deg;
  --orb-rotate-to: -10deg;
  width: 440px;
  height: 220px;
  left: 10%;
  top: 18%;
  transform: rotate(-18deg);
  animation: heroOrbFloat 13s ease-in-out infinite alternate;
}
.hero-ethereal-orb--two {
  --orb-rotate-from: 14deg;
  --orb-rotate-to: 22deg;
  width: 520px;
  height: 260px;
  right: 8%;
  top: 28%;
  background: radial-gradient(circle, rgba(43, 142, 255, 0.24), rgba(92, 176, 255, 0.12) 45%, transparent 74%);
  transform: rotate(14deg);
  animation: heroOrbFloat 15s ease-in-out -2s infinite alternate-reverse;
}
.hero-ethereal-orb--three {
  --orb-rotate-from: 4deg;
  --orb-rotate-to: -6deg;
  width: 320px;
  height: 180px;
  left: 42%;
  top: 8%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), rgba(92, 255, 238, 0.13) 36%, transparent 70%);
  animation: heroOrbPulse 9s ease-in-out infinite alternate;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 30%, transparent 75%);
  opacity: 0.55;
}
.hero-inner {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 24px 0 0;
  color: var(--ink);
  max-width: 14ch;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: heroCopyReveal 0.82s cubic-bezier(.16, 1, .3, 1) 0.18s forwards;
}
.hero h1 .accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
  font-family: "Instrument Serif", "Space Grotesk", serif;
  text-shadow: 0 0 32px var(--accent-glow);
}
.hero-sub {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: min(920px, 100%);
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: heroCopyReveal 0.78s cubic-bezier(.16, 1, .3, 1) 0.34s forwards;
}
.hero-tagline {
  margin-top: 36px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 600;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: heroCopyReveal 0.7s cubic-bezier(.16, 1, .3, 1) 0.5s forwards;
}
.hero-cta {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

@keyframes heroGlowReveal {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(0.78);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

@keyframes heroEtherealReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.96);
  }
  to {
    opacity: 0.88;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroCopyReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroAuroraDrift {
  from { transform: translate3d(-1.5%, -1%, 0) rotate(-8deg) scale(1); }
  to { transform: translate3d(2%, 1.5%, 0) rotate(-2deg) scale(1.04); }
}

@keyframes heroLiquidSheen {
  from { transform: translate3d(-1%, 0, 0) rotate(-13deg) scaleX(0.96); opacity: 0.5; }
  to { transform: translate3d(1.5%, -1%, 0) rotate(-8deg) scaleX(1.05); opacity: 0.82; }
}

@keyframes heroOrbFloat {
  from { transform: translate3d(-2%, 0, 0) rotate(var(--orb-rotate-from)) scale(0.98); }
  to { transform: translate3d(3%, -4%, 0) rotate(var(--orb-rotate-to)) scale(1.05); }
}

@keyframes heroOrbPulse {
  from { opacity: 0.45; transform: translate3d(-2%, 1%, 0) scale(0.92); }
  to { opacity: 0.78; transform: translate3d(2%, -2%, 0) scale(1.08); }
}

/* hero card mock */
.hero-mock {
  margin-top: 60px;
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  padding: 14px;
  overflow: hidden;
}
.hero-mock-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px 14px;
  border-bottom: 1px solid var(--line-soft);
}
.hero-mock-tabs {
  display: flex;
  gap: 4px;
}
.hero-mock-tab {
  font-size: 12px;
  font-family: var(--font-mono);
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--muted);
}
.hero-mock-tab.active {
  background: var(--accent-soft);
  color: var(--accent);
}
.hero-mock-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--line);
}
.hero-mock-dots { display: flex; gap: 5px; }

.dash-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  padding: 14px;
}
.dash-card {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.dash-label {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.dash-value {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 6px;
  color: var(--ink);
}
.dash-delta {
  font-size: 12px;
  color: var(--accent);
  margin-top: 6px;
  font-weight: 600;
}

.dash-spark {
  margin-top: 12px;
  height: 56px;
  width: 100%;
}
.dash-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dash-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 8px 10px;
  background: var(--bg-elev);
  border-radius: 8px;
  border: 1px solid var(--line-soft);
}
.dash-row .name { color: var(--ink-2); font-weight: 500; }
.dash-row .meta { color: var(--muted); font-family: var(--font-mono); font-size: 11px; }

/* ===== SECTIONS ===== */
section { padding: clamp(88px, 6vw + 68px, 128px) 0; position: relative; }
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
  color: var(--ink);
  max-width: 22ch;
  text-wrap: balance;
}
.section-title .accent { color: var(--accent); font-style: italic; font-family: "Instrument Serif", serif; font-weight: 400; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.section-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  max-width: 44ch;
  margin: 0;
}

/* Scroll reveal rhythm */
.reveal {
  --reveal-distance: 24px;
  --reveal-delay: calc(var(--reveal-index, 0) * 70ms);
  --reveal-duration: 720ms;
  --reveal-ease: cubic-bezier(.16, 1, .3, 1);
}
.reveal.reveal-ready {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  transition:
    opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),
    transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),
    filter var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 180ms ease,
    color 160ms ease;
  will-change: opacity, transform;
}
.reveal.reveal-ready.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
  will-change: auto;
}
.reveal-soft {
  --reveal-distance: 14px;
  --reveal-duration: 640ms;
}

/* Stats row */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  overflow: hidden;
}
.stat {
  padding: 30px 28px;
  border-right: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stat:last-child { border-right: none; }
.stat-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--accent);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px var(--accent-glow));
  opacity: 0;
  transform: translateY(8px) scale(0.92);
  animation: statIconIn 0.72s ease-out forwards;
}
.stat:nth-child(2) .stat-icon {
  animation-delay: 0.08s;
}
.stat:nth-child(3) .stat-icon {
  animation-delay: 0.16s;
}
.stat-num {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--ink);
}
.stat-num .unit { color: var(--accent); font-style: italic; font-family: "Instrument Serif", serif; font-weight: 400; }
.stat-label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.4;
  max-width: 24ch;
}

@keyframes statIconIn {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.92);
    color: var(--accent-2);
    filter: drop-shadow(0 0 0 rgba(43, 142, 255, 0));
  }

  58% {
    opacity: 1;
    transform: translateY(0) scale(1.08);
    color: var(--accent-2);
    filter: drop-shadow(0 0 26px var(--accent-glow));
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    color: var(--accent);
    filter: drop-shadow(0 0 18px var(--accent-glow));
  }
}

/* Why GoFleet */
.why-gofleet {
  padding: 76px 0 62px;
  margin-top: -18px;
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 209, 255, 0.14), transparent 26rem),
    linear-gradient(180deg, rgba(6, 11, 24, 0), #08111f 18%, #08111f 82%, rgba(6, 11, 24, 0));
  color: #e5e7eb;
  overflow: hidden;
  isolation: isolate;
}
.why-gofleet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(0, 209, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 209, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(ellipse 78% 58% at 50% 42%, black, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse 78% 58% at 50% 42%, black, transparent 76%);
  opacity: 0.72;
  animation: whyGridDrift 18s linear infinite;
}
.why-gofleet-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(0, 209, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(14, 23, 40, 0.74), rgba(8, 17, 31, 0.9)),
    #08111f;
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    0 0 42px rgba(0, 209, 255, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
  overflow: hidden;
  position: relative;
  transition:
    opacity 680ms cubic-bezier(.16, 1, .3, 1),
    transform 680ms cubic-bezier(.16, 1, .3, 1),
    filter 680ms cubic-bezier(.16, 1, .3, 1);
}
.why-gofleet-shell::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(0, 209, 255, 0.2), transparent 32%, transparent 68%, rgba(0, 209, 255, 0.09));
  opacity: 0.48;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
}
.why-gofleet .section-eyebrow { color: #00d1ff; }
.why-gofleet .section-title {
  color: #e5e7eb;
  max-width: 12ch;
}
.why-gofleet-copy {
  position: relative;
  z-index: 1;
  transition:
    opacity 620ms cubic-bezier(.16, 1, .3, 1),
    transform 620ms cubic-bezier(.16, 1, .3, 1),
    filter 620ms cubic-bezier(.16, 1, .3, 1);
}
.why-gofleet-copy p {
  margin: 22px 0 0;
  max-width: 54ch;
  color: #8a94a6;
  font-size: 16px;
  line-height: 1.68;
}
.why-gofleet-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 24px;
  color: #00d1ff;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 0 22px rgba(0, 209, 255, 0.28);
  transition: color 160ms ease, transform 160ms ease;
}
.why-gofleet-link-arrow {
  display: inline-block;
  transition: transform 180ms cubic-bezier(.16, 1, .3, 1), text-shadow 180ms ease;
}
.why-gofleet-link:hover,
.why-gofleet-link:focus-visible {
  color: #e5e7eb;
  outline: 0;
  transform: translateX(3px);
}
.why-gofleet-link:hover .why-gofleet-link-arrow,
.why-gofleet-link:focus-visible .why-gofleet-link-arrow {
  transform: translateX(4px);
  text-shadow: 0 0 18px rgba(0, 209, 255, 0.64);
}
.why-gofleet-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 209, 255, 0.18);
  border-radius: 999px;
}
.why-gofleet-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.why-gofleet-card {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(0, 209, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    #0e1728;
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(0, 209, 255, 0.045);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 560ms cubic-bezier(.16, 1, .3, 1),
    transform 560ms cubic-bezier(.16, 1, .3, 1),
    filter 560ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--why-card-index, 0) * 70ms);
}
.why-gofleet-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 209, 255, 0.78), transparent);
  opacity: 0.2;
  transform: scaleX(0.42);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1);
}
.why-gofleet-card:hover {
  border-color: rgba(0, 209, 255, 0.36);
  transform: translateY(-4px);
  transition-delay: 0ms;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.26),
    0 0 32px rgba(0, 209, 255, 0.11);
}
.why-gofleet-card:hover::before {
  opacity: 0.82;
  transform: scaleX(1);
}
.why-gofleet-num {
  display: inline-flex;
  margin-bottom: 22px;
  color: #00d1ff;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-shadow: 0 0 18px rgba(0, 209, 255, 0.42);
  transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}
.why-gofleet-card:hover .why-gofleet-num {
  color: #7be9ff;
  text-shadow: 0 0 24px rgba(0, 209, 255, 0.72);
  transform: translateY(-1px);
}
.why-gofleet-card h3 {
  margin: 0 0 10px;
  color: #e5e7eb;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.why-gofleet-card p {
  margin: 0;
  color: #8a94a6;
  font-size: 14.5px;
  line-height: 1.58;
}

.why-gofleet.is-reveal-ready:not(.is-revealed) .why-gofleet-shell {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(10px);
}
.why-gofleet.is-reveal-ready:not(.is-revealed) .why-gofleet-copy {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(8px);
}
.why-gofleet.is-reveal-ready:not(.is-revealed) .why-gofleet-card {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  filter: blur(8px);
}

@keyframes whyGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 58px 58px, 58px 58px; }
}

/* Target Groups */
.target-groups {
  padding: 78px 0 86px;
  margin-top: -12px;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 209, 255, 0.1), transparent 28rem),
    linear-gradient(180deg, #08111f 0%, #060b18 48%, #08111f 100%);
  color: #e5e7eb;
  overflow: hidden;
  isolation: isolate;
}
.target-groups::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(0, 209, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 209, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 52% 36%, black, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 52% 36%, black, transparent 78%);
  opacity: 0.62;
}
.target-groups-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.target-groups .section-eyebrow { color: #00d1ff; }
.target-groups .section-title {
  color: #e5e7eb;
  max-width: 16ch;
}
.target-groups-head p {
  margin: 0;
  max-width: 52ch;
  color: #8a94a6;
  font-size: 16px;
  line-height: 1.68;
}
.target-groups-matrix {
  display: grid;
  gap: 0;
  border: 1px solid rgba(0, 209, 255, 0.14);
  border-radius: 24px;
  background: rgba(14, 23, 40, 0.72);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}
.target-group-row {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.85fr) minmax(210px, 1fr) minmax(230px, 1.1fr) 68px;
  align-items: stretch;
  gap: 0;
  min-height: 126px;
  border-bottom: 1px solid rgba(0, 209, 255, 0.1);
  background: transparent;
  transition: background 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.target-group-row:focus {
  outline: 0;
}
.target-group-row:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(0, 209, 255, 0.22);
  position: relative;
  z-index: 1;
}
.target-group-row:last-child {
  border-bottom: 0;
}
.target-group-row:hover {
  background: rgba(0, 209, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(0, 209, 255, 0.34);
}
.target-group-num,
.target-group-title,
.target-group-copy,
.target-group-link {
  padding: 24px;
}
.target-group-num {
  display: flex;
  align-items: flex-start;
  color: #00d1ff;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  border-right: 1px solid rgba(0, 209, 255, 0.1);
}
.target-group-title,
.target-group-copy {
  border-right: 1px solid rgba(0, 209, 255, 0.1);
}
.target-group-title span,
.target-group-copy span {
  display: block;
  margin-bottom: 12px;
  color: #8a94a6;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}
.target-group-title h3 {
  margin: 0;
  color: #e5e7eb;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.target-group-copy p {
  margin: 0;
  color: #d8dee9;
  font-size: 14.5px;
  line-height: 1.58;
}
.target-group-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #00d1ff;
  font-size: 22px;
  font-weight: 700;
  border-left: 1px solid rgba(0, 209, 255, 0.1);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
  pointer-events: none;
}
.target-group-row:hover .target-group-link {
  color: #e5e7eb;
  transform: translateX(2px);
}
.target-groups.is-reveal-ready .target-groups-head,
.target-groups.is-reveal-ready .target-group-row {
  opacity: 0;
  transform: translateY(18px);
}
.target-groups.is-revealed .target-groups-head,
.target-groups.is-revealed .target-group-row {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms cubic-bezier(.16, 1, .3, 1),
    transform 520ms cubic-bezier(.16, 1, .3, 1);
}
.target-groups.is-revealed .target-group-row {
  transition-delay: calc(var(--target-row-index) * 70ms);
}

/* Services tabs */
.services-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.services-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.services-tab:hover { border-color: var(--ink-2); }
.services-tab.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg-elev);
}
.services-tab .num {
  font-family: var(--font-mono);
  font-size: 11px;
  opacity: 0.6;
}
.services-tab.active .num { opacity: 0.7; }

.services-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--bg-elev);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 480px;
}
.services-info {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  border-right: 1px solid var(--line-soft);
}
.services-info h3 {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 14px 0 16px;
  color: var(--ink);
}
.services-info p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.services-features {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.services-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.services-features .check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.services-visual {
  background: linear-gradient(150deg, var(--bg-soft), var(--bg-elev));
  position: relative;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Process timeline */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-step {
  padding: 30px 28px 30px 0;
  position: relative;
  border-top: 1px solid var(--line);
}
.process-step::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #78e6ff);
  box-shadow: 0 0 18px rgba(0, 209, 255, 0.18);
  opacity: 0.78;
  transition: width 260ms ease, opacity 260ms ease, box-shadow 260ms ease;
}
.process-step:hover::before,
.process-step:focus-within::before {
  width: calc(100% - 28px);
  opacity: 1;
  box-shadow: 0 0 24px rgba(0, 209, 255, 0.28);
}
@media (prefers-reduced-motion: reduce) {
  .process-step::before {
    transition: none;
  }
}
.process-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}
.process-step h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.process-step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* CTA */
.cta-band {
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: var(--bg-elev);
  padding: 72px 60px;
  overflow: hidden;
  margin-bottom: 80px;
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  right: -200px;
  top: -300px;
  background: radial-gradient(closest-side, var(--accent), transparent 70%);
  opacity: 0.45;
  filter: blur(40px);
}
.cta-band-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 18ch;
  margin: 0;
}
.cta-band h2 .accent { color: var(--accent-2); font-style: italic; font-family: "Instrument Serif", serif; font-weight: 400; }

/* Footer */
footer {
  border-top: 1px solid var(--line-soft);
  padding: 60px 0 40px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.foot-col h2,
.foot-col h5 {
  font-size: 12px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin: 0 0 18px;
  font-weight: 600;
}
.foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foot-col a {
  color: var(--ink-2);
  font-size: 14px;
}
.foot-col a:hover { color: var(--accent); }
.foot-bottom {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font-mono);
}

/* ===== FLEET SUBPAGE ===== */
.fleet-page {
  background: var(--bg);
  color: var(--ink);
}
.fleet-hero {
  min-height: calc(100vh - 72px);
  padding: clamp(76px, 8vw, 124px) 0 clamp(58px, 7vw, 96px);
  overflow: hidden;
  isolation: isolate;
}
.fleet-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(43, 142, 255, 0.16), transparent 34%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
}
.fleet-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, transparent 78%);
  opacity: 0.56;
}
.fleet-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}
.fleet-hero h1 {
  max-width: 12ch;
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.96;
  letter-spacing: -0.035em;
}
.fleet-hero h1 span {
  color: var(--accent);
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.fleet-hero p {
  max-width: 56ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}
.fleet-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.fleet-command {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border: 1px solid color-mix(in oklab, var(--accent) 28%, var(--line));
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, color-mix(in oklab, var(--bg-elev) 92%, transparent), color-mix(in oklab, var(--bg-soft) 92%, transparent));
  box-shadow: var(--shadow-lg), 0 0 42px var(--accent-glow);
  padding: 24px;
}
.fleet-command::before {
  content: "";
  position: absolute;
  inset: 78px 32px 90px;
  border: 1px dashed color-mix(in oklab, var(--accent) 38%, transparent);
  border-radius: 999px;
  transform: rotate(-18deg);
}
.fleet-command-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}
.fleet-command-head strong {
  color: var(--accent);
}
.fleet-command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}
.fleet-command-grid > div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in oklab, var(--bg-elev) 88%, transparent);
  box-shadow: var(--shadow-sm);
}
.fleet-command-label {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.fleet-command-grid strong {
  display: block;
  max-width: 13ch;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.fleet-command-line {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr;
  gap: 8px;
}
.fleet-command-line span {
  height: 4px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--accent) 52%, var(--line));
  box-shadow: 0 0 18px var(--accent-glow);
}
.fleet-pillar-grid,
.fleet-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fleet-pillar,
.fleet-process-step {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  box-shadow: var(--shadow-sm);
}
.fleet-pillar span,
.fleet-process-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 700;
}
.fleet-pillar h3,
.fleet-result h3,
.fleet-process-step h3 {
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.fleet-pillar p,
.fleet-result p,
.fleet-process-step p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}
.fleet-results {
  background: var(--bg-soft);
}
.fleet-results-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}
.fleet-results-copy p {
  max-width: 54ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}
.fleet-result-list {
  display: grid;
  gap: 14px;
}
.fleet-result {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
}
.fleet-result > svg {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  color: var(--accent);
  padding: 6px;
  border-radius: 999px;
  background: var(--accent-soft);
}
.fleet-result h3 {
  margin-top: 0;
  font-size: 22px;
}
.fleet-process {
  background: var(--bg);
}
.fleet-process-step {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
.fleet-process-step::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--accent);
  opacity: 0.7;
}
.fleet-foundation {
  background: linear-gradient(180deg, #08111f, #060b18);
  color: #e5e7eb;
}
.fleet-foundation .section-title {
  color: #e5e7eb;
}
.fleet-foundation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}
.fleet-foundation-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.fleet-foundation-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(0, 209, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: #cbd5e1;
  line-height: 1.58;
}
.fleet-foundation-list span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 209, 255, 0.12);
  color: #00d1ff;
}
.fleet-final-cta {
  padding-top: 80px;
}

@media (max-width: 920px) {
  .fleet-hero {
    min-height: auto;
  }
  .fleet-hero-inner,
  .fleet-results-shell,
  .fleet-foundation-grid {
    grid-template-columns: 1fr;
  }
  .fleet-command {
    min-height: 420px;
  }
  .fleet-pillar-grid,
  .fleet-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .fleet-hero {
    padding-top: 56px;
  }
  .fleet-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .fleet-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .fleet-hero-actions .btn,
  .fleet-final-cta .btn {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
  .fleet-command {
    min-height: auto;
    padding: 18px;
  }
  .fleet-command::before {
    display: none;
  }
  .fleet-command-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .fleet-command-grid > div {
    min-height: 110px;
  }
  .fleet-command-line {
    display: none;
  }
  .fleet-pillar,
  .fleet-process-step,
  .fleet-result {
    padding: 20px;
  }
}

/* Logo */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}
.logo--image {
  height: calc(var(--logo-size, 22px) * 1.55);
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.logo--header {
  height: 36px;
}
.logo--footer {
  height: 42px;
}
.logo--image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
.logo .go { display: inline-flex; align-items: center; }
.logo .go-o {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.13em solid var(--ink);
  display: inline-block;
  position: relative;
  margin: 0 0.01em;
}
.logo .go-o::after {
  content: "";
  position: absolute;
  inset: 0.18em;
  border-radius: 50%;
  background: var(--accent);
}
.logo .fleet { color: var(--accent); margin-left: 0.3em; font-weight: 600; }

/* Badge / chip used in services tab content */
.chip {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Marquee taglines */
.marquee {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 30px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  gap: 60px;
  animation: marquee 95s linear infinite;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 56px);
  letter-spacing: -0.03em;
  font-weight: 500;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 60px; }
.marquee-dot {
  width: 12px; height: 12px; border-radius: 50%; background: var(--accent);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Decorative car/tile visuals */
.viz-card {
  width: 100%;
  height: 100%;
  position: relative;
}
.viz-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
}

/* Roundel — center-focused infinite carousel */
#services .roundel-stage,
.roundel-stage {
  position: relative;
  height: 720px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  margin: 60px 0 12px;
  isolation: isolate;
  contain: layout paint;
}
.roundel-stage:active { cursor: grabbing; }
.roundel-stage-inner {
  position: absolute;
  inset: 0;
  left: 50%;
  top: 50%;
  width: 0; height: 0;
}
.roundel-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 460px;
  height: 600px;
  background: transparent;
  border: none;
  border-radius: var(--radius-xl);
  padding: 0;
  display: block;
  box-shadow: none;
  transition: transform 0.55s cubic-bezier(.2,.8,.2,1), opacity 0.45s, filter 0.45s;
  will-change: transform, opacity;
  perspective: 1400px;
}
.roundel-card-flip {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1);
}
.roundel-card.flipped .roundel-card-flip {
  transform: rotateY(180deg);
}
.roundel-card-face {
  position: absolute;
  inset: 0;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 36px 36px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.roundel-card-back {
  transform: rotateY(180deg);
  background: linear-gradient(155deg, #0a1628 0%, #0e2742 60%, #0a1f3a 100%);
  color: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.08);
}
.roundel-card.active .roundel-card-front { border-color: var(--accent); box-shadow: var(--shadow-lg); }
.roundel-card.active .roundel-card-back { box-shadow: var(--shadow-lg); }

.roundel-card-back .chip {
  background: rgba(255,255,255,0.12);
  color: white;
  border-color: rgba(255,255,255,0.2);
}
.roundel-card-back .roundel-card-title { color: white; }
.roundel-card-back .roundel-card-intro { color: rgba(255,255,255,0.7); }
.roundel-flip-back {
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.2s;
}
.roundel-flip-back:hover { background: rgba(255,255,255,0.2); }
.roundel-flip-back-btn {
  background: rgba(255,255,255,0.1);
  color: white;
  border-color: rgba(255,255,255,0.25);
}
.roundel-flip-back-btn:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
}
.roundel-card-back .roundel-back-stats {
  display: flex;
  gap: 18px;
}
.roundel-card-back .rb-stat .rbs-v {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: white;
  letter-spacing: -0.02em;
}
.roundel-card-back .rb-stat .rbs-k {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-top: 2px;
}
.roundel-back-blocks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 8px 0 18px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.roundel-back-block {
  padding-left: 14px;
  border-left: 2px solid var(--accent);
}
.roundel-back-block .bb-k {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.roundel-back-block .bb-v {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.roundel-back-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.rb-stat .rbs-v {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: white;
}
.rb-stat .rbs-k {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}
.roundel-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.roundel-card-num {
  font-size: 48px;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--accent);
  font-style: italic;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  opacity: 0.85;
}
.roundel-card-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--ink);
  text-wrap: balance;
}
.roundel-card-intro {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 20px;
}
.roundel-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.roundel-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.4;
}
.roundel-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  flex-shrink: 0;
  margin-top: auto;
}
.roundel-card-foot-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.roundel-card-metric .metric-k {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.roundel-card-metric .metric-v {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 2px;
}
.roundel-arrow {
  position: absolute;
  top: 50%;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--ink);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: all 0.2s;
  z-index: 20;
  box-shadow: var(--shadow);
}
.roundel-arrow:hover {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}
.roundel-arrow-l { left: 24px; }
.roundel-arrow-r { right: 24px; }

.roundel-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.roundel-dots {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.roundel-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
}
.roundel-dot .dot-num {
  font-family: var(--font-mono);
  font-size: 10px;
  opacity: 0.6;
}
.roundel-dot:hover { color: var(--ink); border-color: var(--ink-2); }
.roundel-dot.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg-elev);
}
.roundel-dot.active .dot-num { opacity: 0.7; }
.roundel-count {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.08em;
}
.roundel-count .cur { color: var(--ink); font-weight: 600; }
.roundel-count .sep { margin: 0 6px; opacity: 0.4; }
.roundel-count .infinite-tag { margin-left: 16px; opacity: 0.5; letter-spacing: 0.16em; font-size: 11px; }

@media (max-width: 720px) {
  .roundel-stage { height: 540px; }
  .roundel-card { width: 320px; margin-left: -160px; height: 480px; padding: 24px; }
  .roundel-card-title { font-size: 22px; }
  .roundel-arrow-l { left: 8px; }
  .roundel-arrow-r { right: 8px; }
}

/* Hub Map */
.hub-map {
  padding-top: 70px;
  background:
    radial-gradient(circle at 18% 8%, var(--accent-glow), transparent 30rem),
    linear-gradient(180deg, transparent, color-mix(in oklab, var(--bg-soft) 42%, transparent));
}
.hub-map-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: stretch;
  gap: clamp(18px, 2vw, 26px);
  padding: clamp(12px, 1.5vw, 18px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, color-mix(in oklab, var(--bg-elev) 92%, transparent), color-mix(in oklab, var(--bg-soft) 86%, transparent)),
    var(--bg-elev);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  isolation: isolate;
}
.hub-map-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, color-mix(in oklab, var(--ink) 6%, transparent) 1px, transparent 1px),
    linear-gradient(color-mix(in oklab, var(--ink) 5%, transparent) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  opacity: 0.24;
}
.hub-map-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: clamp(500px, 44vw, 560px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 53%, color-mix(in oklab, var(--accent) 18%, transparent), transparent 20%),
    linear-gradient(180deg, color-mix(in oklab, var(--bg) 16%, transparent), color-mix(in oklab, var(--bg) 52%, transparent));
}
.hub-map-image-stack,
.hub-map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hub-map-image-stack {
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  background: #030712;
}
.hub-map-image {
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}
.hub-map-image--base {
  z-index: 1;
  transform: scale(1.002);
}
.hub-map-image--state {
  z-index: 2;
  opacity: 0;
  transition: none;
  transform: scale(1.002);
  filter: saturate(0.96);
}
.hub-map-image--state.is-visible {
  opacity: 1;
  transform: scale(1.002);
  filter: saturate(1.04);
}
.hub-map-vignette {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 52%, transparent 0 30%, rgba(6, 11, 24, 0.08) 62%, rgba(6, 11, 24, 0.44) 100%),
    linear-gradient(90deg, rgba(6, 11, 24, 0.28), transparent 22%, transparent 78%, rgba(6, 11, 24, 0.3));
}
.hub-map-hotspots {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.hub-map-hotspot {
  --hotspot-color: #ff7a1a;
  position: absolute;
  left: var(--left);
  top: var(--top);
  width: var(--w);
  height: var(--h);
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  transform: translate(-50%, -50%);
  touch-action: manipulation;
}
.hub-map-hotspot.is-center {
  --hotspot-color: var(--accent-2);
}
.hub-map-hotspot:hover,
.hub-map-hotspot:focus-visible,
.hub-map-hotspot.is-active {
  outline: 0;
}
.hub-map-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  width: max-content;
  max-width: 190px;
  padding: 6px 10px;
  border: 1px solid color-mix(in oklab, var(--ink) 10%, transparent);
  border-radius: 999px;
  background: color-mix(in oklab, var(--bg) 72%, transparent);
  color: color-mix(in oklab, var(--ink) 72%, transparent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.hub-map-hotspot:hover .hub-map-label,
.hub-map-hotspot:focus-visible .hub-map-label,
.hub-map-hotspot.is-active .hub-map-label {
  border-color: color-mix(in oklab, var(--hotspot-color) 52%, transparent);
  background: color-mix(in oklab, var(--bg-elev) 84%, transparent);
  color: color-mix(in oklab, var(--hotspot-color) 38%, var(--ink));
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--hotspot-color) 12%, transparent);
}
.hub-map-hotspots .hub-map-hotspot,
.hub-map-hotspots .hub-map-label {
  animation: none;
}
.hub-map-hotspots .hub-map-label {
  transition: none;
}
.hub-map-info {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.7vw, 36px);
  border: 1px solid color-mix(in oklab, var(--accent) 24%, var(--line));
  border-radius: var(--radius-lg);
  background: color-mix(in oklab, var(--bg-elev) 84%, transparent);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.18),
    0 0 34px var(--accent-glow),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hub-map-info__kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hub-map-info__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}
.hub-map-info h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}
.hub-map-info p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.62;
}
.hub-map-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.hub-map-info li {
  padding: 9px 11px;
  border: 1px solid color-mix(in oklab, var(--accent) 18%, var(--line));
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 700;
}

.hub-map-info__cta {
  margin-top: 18px;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 42%, transparent);
  padding-bottom: 2px;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.hub-map-info__cta:hover {
  color: var(--ink);
  border-bottom-color: color-mix(in oklab, var(--accent) 65%, var(--line));
}

/* Responsive */
@media (max-width: 1180px) {
  .hub-map-shell {
    grid-template-columns: 1fr;
    gap: clamp(14px, 2vw, 18px);
  }
  .hub-map-stage {
    min-height: clamp(420px, 52vw, 520px);
  }
  .hub-map-info {
    min-height: 0;
  }
}
@media (max-width: 920px) {
  .hero-ethereal {
    inset: -10% -34% 28%;
    filter: blur(20px) saturate(125%);
  }
  .hero-ethereal-orb--one {
    width: 360px;
    height: 190px;
    left: 0;
  }
  .hero-ethereal-orb--two {
    width: 420px;
    height: 220px;
    right: -8%;
  }
  .services-panel { grid-template-columns: 1fr; }
  .why-gofleet-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .why-gofleet .section-title { max-width: 16ch; }
  .target-groups-matrix {
    gap: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .target-group-row {
    grid-template-columns: 64px 1fr;
    border: 1px solid rgba(0, 209, 255, 0.14);
    border-radius: 24px;
    background: rgba(14, 23, 40, 0.72);
    overflow: hidden;
  }
  .target-group-row:last-child {
    border-bottom: 1px solid rgba(0, 209, 255, 0.14);
  }
  .target-group-row:hover {
    box-shadow: inset 0 0 0 1px rgba(0, 209, 255, 0.2);
  }
  .target-group-num {
    grid-row: span 3;
  }
  .target-group-title,
  .target-group-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 209, 255, 0.1);
  }
  .target-group-link {
    grid-column: 2;
    justify-content: flex-start;
    border-left: 0;
    border-top: 1px solid rgba(0, 209, 255, 0.1);
    font-size: 18px;
  }
  .hub-map-stage { min-height: 440px; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .process { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-grow { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }
  .dash-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  section { padding: clamp(64px, 10vw + 28px, 84px) 0; }
  .hero { padding: 50px 0 70px; }
  .hero-bg::before {
    width: 720px;
    height: 720px;
    top: -220px;
  }
  .hero-bg::after {
    opacity: 0.2;
  }
  .hero-ethereal {
    inset: -6% -54% 36%;
    opacity: 0.72;
  }
  .why-gofleet {
    padding: 56px 0 48px;
    margin-top: -8px;
  }
  .why-gofleet-shell {
    padding: 24px;
    border-radius: 24px;
  }
  .why-gofleet-cards {
    grid-template-columns: 1fr;
  }
  .why-gofleet-card {
    min-height: 0;
    padding: 22px;
  }
  .target-groups {
    padding: 58px 0 64px;
    margin-top: -6px;
  }
  .target-groups-head {
    margin-bottom: 24px;
  }
  .target-group-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .target-group-num {
    grid-row: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 209, 255, 0.1);
  }
  .target-group-title,
  .target-group-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 209, 255, 0.1);
  }
  .target-group-link {
    grid-column: auto;
    width: 100%;
  }
  .hub-map { padding-top: 52px; }
  .hub-map-shell {
    gap: 12px;
    padding: 10px;
    border-radius: var(--radius-lg);
  }
  .hub-map-stage {
    min-height: 320px;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius);
  }
  .hub-map-hotspot {
    width: min(var(--w), 72px);
    height: min(var(--h), 58px);
  }
  .hub-map-label { display: none; }
  .hub-map-hotspot:focus-visible {
    outline: 2px solid color-mix(in oklab, var(--accent) 72%, transparent);
    outline-offset: 3px;
  }
  .hub-map-info { padding: 22px; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .stat:last-child { border-bottom: none; }
  .process { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
  .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .nav-inner {
    gap: 16px;
  }
  .nav-mobile-drawer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg::before,
  .hero-ethereal,
  .hero-ethereal::before,
  .hero-ethereal::after,
  .hero-ethereal-orb,
  .hero h1,
  .hero-sub,
  .hero-tagline,
  .stat-icon,
  .why-gofleet::before,
  .marquee-track {
    animation: none;
  }
  .hero-ethereal,
  .hero h1,
  .hero-sub,
  .hero-tagline,
  .stat-icon,
  .reveal.reveal-ready,
  .reveal.reveal-ready.is-visible,
  .why-gofleet.is-reveal-ready:not(.is-revealed) .why-gofleet-shell,
  .why-gofleet.is-reveal-ready:not(.is-revealed) .why-gofleet-copy,
  .why-gofleet.is-reveal-ready:not(.is-revealed) .why-gofleet-card,
  .target-groups.is-reveal-ready .target-groups-head,
  .target-groups.is-reveal-ready .target-group-row {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .why-gofleet-shell,
  .why-gofleet-copy,
  .why-gofleet-card,
  .why-gofleet-card::before,
  .why-gofleet-num,
  .why-gofleet-link,
  .why-gofleet-link-arrow,
  .reveal,
  .target-groups.is-revealed .target-groups-head,
  .target-groups.is-revealed .target-group-row,
  .target-group-row,
  .target-group-link {
    transition: none;
  }
  .hub-map-hotspots .hub-map-hotspot,
  .hub-map-hotspots .hub-map-label {
    animation: none;
  }
  .hub-map-hotspots .hub-map-label {
    transition: none;
  }
  .hub-map-image--state { transform: none; }
  .hub-map-image--state.is-visible { transform: none; }
}

/* WordPress customer portal corrections: keep GoFleet CI, adapt GoFleet surfaces. */
:root{--gf-site-bg:#060b18;--gf-card:#0c1426;--gf-soft:#0a1224;--gf-text:#f4f7fc;--gf-muted:#8a99b6;--gf-line:#1a2540;--gf-cyan:#00d1ff;--gf-blue:#2b8eff;--gf-glow:rgba(0,209,255,.18)}
body.gofleet-site{background:var(--bg);color:var(--ink);font-family:var(--font-sans);max-width:100%;overflow-x:hidden}.gf-main{min-height:70vh}.nav-logo-wrap img{display:block;width:62px;height:auto}.nav .btn{min-height:38px}.nav-dropdown__panel{background:var(--bg-elev)}
.gf-page{background:var(--bg);color:var(--ink)}.gf-page--fahrzeuge,.gf-page--fahrzeug-anfrage,.gf-page--kunden-dashboard,.gf-page--portal,.gf-page--gofleet-status{max-width:1240px;margin:0 auto;padding:clamp(64px,8vw,110px) 32px}.gf-page--fahrzeuge:before,.gf-page--fahrzeug-anfrage:before,.gf-page--kunden-dashboard:before,.gf-page--portal:before,.gf-page--gofleet-status:before{display:block;margin:0 0 20px;font-family:var(--font-display);font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:-.035em;font-weight:500;color:var(--ink)}.gf-page--fahrzeuge:before{content:'Leasingfahrzeuge finden.'}.gf-page--fahrzeug-anfrage:before{content:'Leasinganfrage starten.'}.gf-page--kunden-dashboard:before{content:'Ihr Leasingangebot im Blick.'}.gf-page--portal:before{content:'GoFleet Portal.'}.gf-page--gofleet-status:before{content:'Traffic und Status.'}
.gf-section{max-width:1240px;margin:0 auto;padding:clamp(42px,6vw,80px) 0}.gf-section p{color:var(--muted);font-size:17px;line-height:1.6;max-width:58ch}.gf-card,.mmh-card,.vehicle-card,.listing-card,.dashboard-card,.mmh-dash__card,.mmh-dash__deal-card,.mmh-native-lead-form-wrap{border:1px solid var(--line)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(12,20,38,.94),rgba(8,17,31,.9))!important;box-shadow:0 28px 82px rgba(0,0,0,.28),0 0 42px rgba(0,209,255,.08)!important;color:var(--ink)!important}.mmh-card *,.vehicle-card *,.listing-card *,.dashboard-card *,.mmh-dash__card *,.mmh-dash__deal-card *{color:inherit}.mmh-badge,.badge,.gf-badge{background:rgba(0,209,255,.08)!important;color:var(--accent)!important;border:1px solid rgba(0,209,255,.22)!important;border-radius:999px!important;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.wp-block-button__link,.mmh-button,.elementor-button,button[type=submit],input[type=submit],.gf-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:11px 20px!important;border-radius:999px!important;border:1px solid rgba(43,142,255,.34)!important;background:var(--accent)!important;color:#fff!important;font-weight:600!important;font-size:14px!important;box-shadow:0 8px 24px -8px var(--accent-glow)!important}.wp-block-button__link:hover,.mmh-button:hover,.elementor-button:hover,button[type=submit]:hover,input[type=submit]:hover,.gf-button:hover{transform:translateY(-1px);background:var(--accent-deep)!important}input,select,textarea{width:100%;min-height:44px;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--bg-elev)!important;color:var(--ink)!important;padding:10px 12px;font:inherit}label{color:var(--ink-2);font-weight:600}.gf-legal{max-width:980px;margin:0 auto;padding:clamp(70px,8vw,116px) 32px}.gf-legal h1{font-family:var(--font-display);font-size:clamp(42px,6vw,74px);font-weight:500;letter-spacing:-.035em;line-height:.98}.gf-legal p{color:var(--muted);line-height:1.65}.gf-status-table{width:100%;border-collapse:collapse;margin-top:20px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--bg-elev)}.gf-status-table th,.gf-status-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left}.gf-status-table th{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.gf-status-table tr:last-child td{border-bottom:0}
.gofleet-wp-home .hero{min-height:560px;padding-bottom:48px}.gofleet-wp-home .hero h1{max-width:13ch}.gofleet-wp-home .hero-sub{max-width:54ch}.gofleet-wp-home .stats{margin-top:-18px}.gofleet-wp-home .hub-map-image{object-fit:cover}.gofleet-wp-home .roundel-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important}.gofleet-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gofleet-service-grid .roundel-card{width:auto;height:auto;min-height:310px}.gofleet-wp-home .section-title{font-weight:500}.gofleet-wp-home .footer-logo img{width:70px}.gofleet-mini-kicker{font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:600}.gofleet-hub-cta{margin-top:18px;display:inline-flex;color:var(--accent);font-weight:600}.gofleet-hero-spacer{height:76px}
@media (max-width:920px){.gofleet-service-grid{grid-template-columns:1fr}.gf-page--fahrzeuge,.gf-page--fahrzeug-anfrage,.gf-page--kunden-dashboard,.gf-page--portal,.gf-page--gofleet-status{padding-left:24px;padding-right:24px}.nav-logo-wrap img{width:58px}}@media (max-width:600px){.container{padding:0 18px}.gf-page--fahrzeuge,.gf-page--fahrzeug-anfrage,.gf-page--kunden-dashboard,.gf-page--portal,.gf-page--gofleet-status{padding-left:18px;padding-right:18px}.gofleet-wp-home .hero{min-height:500px}.gofleet-hero-spacer{height:54px}.stats{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line-soft)}.stat:last-child{border-bottom:0}}


/* GoFleet leasing portal reset: GoFleet journey, GoFleet design. */
.gf-page--fuer-kunden,
.gf-page--faq {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(64px,8vw,110px) 32px;
}
.gf-page--fuer-kunden:before,
.gf-page--faq:before {
  display: block;
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(42px,6vw,76px);
  line-height: .96;
  font-weight: 500;
  color: var(--ink);
}
.gf-page--fuer-kunden:before { content: 'So funktioniert GoFleet Leasing.'; }
.gf-page--faq:before { content: 'Haeufige Fragen.'; }
.gf-page--fahrzeuge:before { content: 'Leasingfahrzeuge finden.' !important; }
.gf-page--fahrzeug-anfrage:before { content: 'Leasinganfrage starten.' !important; }
.gf-page--kunden-dashboard:before { content: 'Ihr Leasingangebot im Blick.' !important; }
.gf-grid--faq details summary {
  cursor: pointer;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.25;
}
.gf-grid--faq details p { margin-top: 14px; }
.gofleet-leasing-home .hub-map,
.gofleet-leasing-home .target-groups { display: none !important; }

/* GoFleet listing dark surfaces: customer QA 2026-05-30. */
body.gofleet-site .gofleet-listing {
  --gofleet-bg: rgba(10, 18, 34, .72);
  --gofleet-card-bg: #0b1426;
  --gofleet-text: #f5f8ff;
  --gofleet-text-muted: #9caecc;
  --gofleet-text-light: #7d8dac;
  --gofleet-accent: #0b7cff;
  --gofleet-accent-hover: #0893ff;
  --gofleet-primary: #00d1ff;
  --gofleet-primary-bg: rgba(0, 209, 255, .10);
  --gofleet-success: #78e6ff;
  --gofleet-success-bg: rgba(120, 230, 255, .10);
  --gofleet-gray-badge: #a9b9d2;
  --gofleet-gray-badge-bg: rgba(152, 176, 213, .10);
  --gofleet-border: rgba(142, 163, 198, .20);
  --gofleet-shadow: 0 22px 70px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.035) inset;
  --gofleet-shadow-hover: 0 32px 90px rgba(0,0,0,.42), 0 0 36px rgba(0,209,255,.14);
  --gofleet-glow: 0 0 28px rgba(0,209,255,.14);
  color: var(--gofleet-text);
}
body.gofleet-site .gofleet-listing__sort { border-bottom-color: rgba(142, 163, 198, .22); }
body.gofleet-site .gofleet-listing__sort-label,
body.gofleet-site .gofleet-listing__count,
body.gofleet-site .gofleet-listing__meta,
body.gofleet-site .gofleet-listing__empty { color: var(--gofleet-text-muted); }
body.gofleet-site .gofleet-card:not(.gofleet-card--cta) {
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 20% 0%, rgba(0,209,255,.10), transparent 32%), linear-gradient(145deg, rgba(13,25,48,.98), rgba(8,17,33,.96) 58%, rgba(7,14,28,.98));
  border: 1px solid rgba(129, 158, 204, .22);
  box-shadow: var(--gofleet-shadow);
}
body.gofleet-site .gofleet-card:not(.gofleet-card--cta)::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.045), transparent 42%);
}
body.gofleet-site .gofleet-card:not(.gofleet-card--cta):hover { border-color: rgba(0, 209, 255, .42); box-shadow: var(--gofleet-shadow-hover); }
body.gofleet-site .gofleet-card__header,
body.gofleet-site .gofleet-card__badges,
body.gofleet-site .gofleet-card__specs,
body.gofleet-site .gofleet-card__env,
body.gofleet-site .gofleet-card__cta { position: relative; z-index: 1; }
body.gofleet-site .gofleet-card__title,
body.gofleet-site .gofleet-card__price,
body.gofleet-site .gofleet-card__specs-text { color: #f7fbff; }
body.gofleet-site .gofleet-card__price { background: linear-gradient(transparent 58%, rgba(0,209,255,.16) 58%); }
body.gofleet-site .gofleet-card__subtitle,
body.gofleet-site .gofleet-card__price-sub,
body.gofleet-site .gofleet-card__env-line { color: var(--gofleet-text-muted); }
body.gofleet-site .gofleet-sep { color: rgba(156, 174, 204, .72); }
body.gofleet-site .gofleet-card__image {
  margin: 0 16px;
  width: calc(100% - 32px);
  border-radius: 10px;
  background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.60), rgba(221,235,255,.42) 34%, rgba(122,166,220,.16) 78%), linear-gradient(145deg, #dfeaff, #cfdcf0);
  border: 1px solid rgba(166, 194, 232, .35);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}
body.gofleet-site .gofleet-card__image img { padding: 12px; filter: saturate(.98) contrast(1.03) brightness(.98); mix-blend-mode: multiply; }
body.gofleet-site .gofleet-badge { background: rgba(125, 159, 210, .13); color: #b9c9df; border: 1px solid rgba(137, 166, 211, .17); }
body.gofleet-site .gofleet-badge--electric,
body.gofleet-site .gofleet-badge--phev,
body.gofleet-site .gofleet-badge--hybrid { background: rgba(0, 209, 255, .11); color: #8eeeff; border-color: rgba(0, 209, 255, .22); }
body.gofleet-site .gofleet-card__button,
body.gofleet-site .gofleet-modal__submit,
body.gofleet-site .gofleet-card__cta-submit {
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  color: #fff !important;
  border: 1px solid rgba(120, 218, 255, .28) !important;
  box-shadow: 0 12px 34px rgba(0, 132, 255, .22) !important;
}
body.gofleet-site .gofleet-card:hover .gofleet-card__button,
body.gofleet-site .gofleet-modal__submit:hover,
body.gofleet-site .gofleet-card__cta-submit:hover { background: linear-gradient(135deg, #086eff, #00c7ff) !important; box-shadow: 0 16px 42px rgba(0, 161, 255, .28) !important; }
body.gofleet-site .gofleet-customer-toggle,
body.gofleet-site .gofleet-sidebar__toggle,
body.gofleet-site .gofleet-listing__sort-btn,
body.gofleet-site .gofleet-listing__pagination .page-numbers,
body.gofleet-site .gofleet-card__cta-input,
body.gofleet-site .gofleet-modal__card,
body.gofleet-site .gofleet-modal__field input,
body.gofleet-site .gofleet-modal__field select {
  background: linear-gradient(145deg, rgba(13,25,48,.94), rgba(8,17,33,.90)) !important;
  color: var(--gofleet-text) !important;
  border-color: rgba(142, 163, 198, .22) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}
body.gofleet-site .gofleet-customer-toggle__btn,
body.gofleet-site .gofleet-listing__sort-btn,
body.gofleet-site .gofleet-sidebar__toggle,
body.gofleet-site .gofleet-listing__pagination .page-numbers { color: #c3d0e6 !important; }
body.gofleet-site .gofleet-customer-toggle__btn:hover:not(.gofleet-customer-toggle__btn--active),
body.gofleet-site .gofleet-listing__sort-btn:hover,
body.gofleet-site .gofleet-sidebar__toggle:hover,
body.gofleet-site .gofleet-listing__pagination .page-numbers:hover { background: rgba(24, 41, 72, .96) !important; color: #f7fbff !important; border-color: rgba(0, 209, 255, .28) !important; }
body.gofleet-site .gofleet-customer-toggle__btn--active,
body.gofleet-site .gofleet-listing__sort-btn--active,
body.gofleet-site .gofleet-listing__pagination .page-numbers.current { background: linear-gradient(135deg, #0a2b58, #075bdc) !important; color: #fff !important; border-color: rgba(0, 209, 255, .36) !important; box-shadow: 0 14px 36px rgba(0, 132, 255, .28) !important; }
body.gofleet-site .gofleet-customer-toggle__sub,
body.gofleet-site .gofleet-modal__subtitle,
body.gofleet-site .gofleet-modal__trust,
body.gofleet-site .gofleet-modal__consent,
body.gofleet-site .gofleet-card__cta-hint { color: var(--gofleet-text-muted) !important; }
body.gofleet-site .gofleet-modal__title,
body.gofleet-site .gofleet-modal__field label { color: var(--gofleet-text) !important; }
body.gofleet-site .gofleet-modal__close { background: rgba(255,255,255,.10) !important; color: #f4f7fc !important; }
@media (max-width: 640px) { body.gofleet-site .gofleet-card__image { margin: 0 12px; width: calc(100% - 24px); } }

/* GoFleet listing legacy-card guard: Ajax updates can return Core .mmh-card markup. */
body.gofleet-site .gofleet-listing__main,
body.gofleet-site .gofleet-listing__grid,
body.gofleet-site .gofleet-listing__grid .mmh-card,
body.gofleet-site .gofleet-listing__grid .mmh-card__link,
body.gofleet-site .gofleet-listing__grid .mmh-card__header,
body.gofleet-site .gofleet-listing__grid .mmh-card__title-block,
body.gofleet-site .gofleet-listing__grid .mmh-card__price-block,
body.gofleet-site .gofleet-listing__grid .mmh-card__specs,
body.gofleet-site .gofleet-listing__grid .mmh-card__specs-text,
body.gofleet-site .gofleet-listing__grid .mmh-card__env,
body.gofleet-site .gofleet-listing__grid .mmh-card__cta {
  min-width: 0;
}
body.gofleet-site .gofleet-listing__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 208px), 1fr));
}
body.gofleet-site .gofleet-listing__grid .mmh-card {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: radial-gradient(circle at 20% 0%, rgba(0,209,255,.10), transparent 32%), linear-gradient(145deg, rgba(13,25,48,.98), rgba(8,17,33,.96) 58%, rgba(7,14,28,.98)) !important;
  color: var(--gofleet-text) !important;
  border: 1px solid rgba(129, 158, 204, .22) !important;
  box-shadow: var(--gofleet-shadow) !important;
}
body.gofleet-site .gofleet-listing__grid .mmh-card:hover {
  border-color: rgba(0, 209, 255, .42) !important;
  box-shadow: var(--gofleet-shadow-hover) !important;
}
body.gofleet-site .gofleet-listing__grid .mmh-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.045), transparent 42%);
}
body.gofleet-site .gofleet-listing__grid .mmh-card__link,
body.gofleet-site .gofleet-listing__grid .mmh-card__header,
body.gofleet-site .gofleet-listing__grid .mmh-card__badges,
body.gofleet-site .gofleet-listing__grid .mmh-card__specs,
body.gofleet-site .gofleet-listing__grid .mmh-card__env,
body.gofleet-site .gofleet-listing__grid .mmh-card__cta {
  position: relative;
  z-index: 1;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: inherit !important;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__price-block {
  text-align: left;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__title,
body.gofleet-site .gofleet-listing__grid .mmh-card__price,
body.gofleet-site .gofleet-listing__grid .mmh-card__specs-text {
  color: #f7fbff !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__subtitle,
body.gofleet-site .gofleet-listing__grid .mmh-card__price-sub,
body.gofleet-site .gofleet-listing__grid .mmh-card__env-line {
  color: var(--gofleet-text-muted) !important;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__image {
  margin: 0 16px;
  width: calc(100% - 32px);
  border-radius: 10px;
  background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.60), rgba(221,235,255,.42) 34%, rgba(122,166,220,.16) 78%), linear-gradient(145deg, #dfeaff, #cfdcf0) !important;
  border: 1px solid rgba(166, 194, 232, .35) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22) !important;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__image img {
  width: 100%;
  padding: 12px;
  filter: saturate(.98) contrast(1.03) brightness(.98);
  mix-blend-mode: multiply;
}
body.gofleet-site .gofleet-listing__grid .mmh-card__button,
body.gofleet-site .gofleet-listing__grid .mmh-card__cta-submit {
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  color: #fff !important;
  border: 1px solid rgba(120, 218, 255, .28) !important;
  box-shadow: 0 12px 34px rgba(0, 132, 255, .22) !important;
}
body.gofleet-site .gofleet-listing__grid .mmh-card:hover .mmh-card__button,
body.gofleet-site .gofleet-listing__grid .mmh-card__cta-submit:hover {
  background: linear-gradient(135deg, #086eff, #00c7ff) !important;
  box-shadow: 0 16px 42px rgba(0, 161, 255, .28) !important;
}
@media (min-width: 769px) and (max-width: 920px) {
  body.gofleet-site .gofleet-listing__grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  body.gofleet-site .gofleet-listing__grid .mmh-card__image { margin: 0 12px; width: calc(100% - 24px); }
}
/* End GoFleet listing dark surfaces. */

/* GoFleet listing filter dark surfaces: customer QA 2026-05-30. */
body.gofleet-site .gofleet-sidebar {
  background: linear-gradient(145deg, rgba(13,25,48,.98), rgba(8,17,33,.96)) !important;
  color: var(--gofleet-text) !important;
  border: 1px solid rgba(142, 163, 198, .22) !important;
  box-shadow: 0 28px 82px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}
body.gofleet-site .gofleet-sidebar__header,
body.gofleet-site .gofleet-sidebar__section { border-color: rgba(142, 163, 198, .18) !important; }
body.gofleet-site .gofleet-sidebar__title,
body.gofleet-site .gofleet-sidebar__section-head,
body.gofleet-site .gofleet-sidebar__check-label,
body.gofleet-site .gofleet-sidebar__label { color: #f4f7fc !important; }
body.gofleet-site .gofleet-sidebar__section-head {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.gofleet-site .gofleet-sidebar__section-head:hover,
body.gofleet-site .gofleet-sidebar__reset:hover,
body.gofleet-site .gofleet-sidebar__show-more:hover { color: #78e6ff !important; }
body.gofleet-site .gofleet-sidebar__reset,
body.gofleet-site .gofleet-sidebar__chevron,
body.gofleet-site .gofleet-sidebar__show-more { color: #9caecc !important; }
body.gofleet-site .gofleet-sidebar__close {
  background: rgba(255,255,255,.08) !important;
  color: #d9e5f8 !important;
  border: 1px solid rgba(142, 163, 198, .18) !important;
  box-shadow: none !important;
}
body.gofleet-site .gofleet-sidebar__close:hover {
  background: rgba(0, 209, 255, .16) !important;
  color: #fff !important;
}
body.gofleet-site .gofleet-sidebar__check-row { color: #d9e5f8 !important; }
body.gofleet-site .gofleet-sidebar__check-row:hover,
body.gofleet-site .gofleet-sidebar__check-row:focus-visible {
  background: rgba(0, 209, 255, .08) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 209, 255, .12) !important;
}
body.gofleet-site .mmh-sidebar__toggle:focus-visible,
body.gofleet-site .mmh-sidebar__reset:focus-visible,
body.gofleet-site .mmh-sidebar__close:focus-visible,
body.gofleet-site .mmh-sidebar__section-head:focus-visible,
body.gofleet-site .mmh-sidebar__check-row:focus-visible,
body.gofleet-site .mmh-sidebar__show-more:focus-visible,
body.gofleet-site .mmh-sidebar__select:focus-visible {
  outline: 2px solid rgba(0, 209, 255, .55) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 4px rgba(0, 209, 255, .14) !important;
}
body.gofleet-site .gofleet-sidebar__check-box {
  background: rgba(6, 12, 25, .82) !important;
  border-color: rgba(156, 174, 204, .34) !important;
}
body.gofleet-site .gofleet-sidebar__check-row.is-active .gofleet-sidebar__check-box {
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  border-color: rgba(120, 218, 255, .46) !important;
}
body.gofleet-site .gofleet-sidebar__brand-thumb {
  background: rgba(255,255,255,.075) !important;
  border: 1px solid rgba(142, 163, 198, .15) !important;
}
body.gofleet-site .gofleet-sidebar__brand-thumb svg {
  opacity: .82;
  filter: grayscale(1) brightness(1.7) contrast(.9);
}
body.gofleet-site .gofleet-sidebar__select,
body.gofleet-site .gofleet-suchauftrag__input,
body.gofleet-site .gofleet-suchauftrag__select {
  background-color: rgba(6, 12, 25, .82) !important;
  color: #f4f7fc !important;
  border-color: rgba(142, 163, 198, .22) !important;
}
body.gofleet-site .gofleet-suchauftrag__check { color: #9caecc !important; }
body.gofleet-site .gofleet-suchauftrag__submit { background: linear-gradient(135deg, #075bdc, #00a8ff) !important; }
@media (max-width: 768px) {
  body.gofleet-site .gofleet-sidebar--open { background: linear-gradient(145deg, #0d1930, #071121) !important; }
}
/* End GoFleet listing filter dark surfaces. */

/* GoFleet listing image well contrast: customer QA 2026-05-30. */
body.gofleet-site .gofleet-card__image {
  background: radial-gradient(circle at 50% 44%, rgba(226,238,255,.36), rgba(161,184,218,.28) 38%, rgba(54,78,116,.22) 82%), linear-gradient(145deg, #adbed9, #8398b8) !important;
}
body.gofleet-site .gofleet-card__image img {
  filter: saturate(.94) contrast(1.04) brightness(.92) !important;
  opacity: .98;
  mix-blend-mode: multiply;
}
/* End GoFleet listing image well contrast. */

/* GoFleet detail dark surfaces: customer QA 2026-05-30. */
body.gofleet-site .gofleet-page-header {
  background: linear-gradient(180deg, rgba(8,15,29,.98), rgba(7,13,27,.94)) !important;
  border-bottom: 1px solid rgba(142,163,198,.18) !important;
  color: #f5f8ff !important;
  box-shadow: 0 18px 52px rgba(0,0,0,.20) !important;
}
body.gofleet-site .gofleet-page-header--scrolled {
  background: rgba(7,13,27,.90) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 52px rgba(0,0,0,.24) !important;
}
body.gofleet-site .gofleet-page-header__title { color: #f7fbff !important; letter-spacing: 0 !important; }
body.gofleet-site .gofleet-page-header__subline { color: #9caecc !important; }
body.gofleet-site .gofleet-page-header .gofleet-badge,
body.gofleet-site .gofleet-page-header .gofleet-badge--green,
body.gofleet-site .gofleet-page-header .gofleet-badge--blue {
  background: rgba(125,159,210,.13) !important;
  color: #b9c9df !important;
  border: 1px solid rgba(137,166,211,.18) !important;
}
body.gofleet-site .gofleet-detail,
body.gofleet-site .gofleet-related {
  --gofleet-bg: rgba(10,18,34,.72);
  --gofleet-card-bg: #0b1426;
  --gofleet-text: #f5f8ff;
  --gofleet-text-muted: #9caecc;
  --gofleet-text-light: #7d8dac;
  --gofleet-accent: #0b7cff;
  --gofleet-accent-hover: #0893ff;
  --gofleet-primary: #00d1ff;
  --gofleet-primary-bg: rgba(0,209,255,.11);
  --gofleet-success: #78e6ff;
  --gofleet-success-bg: rgba(120,230,255,.10);
  --gofleet-border: rgba(142,163,198,.20);
  --gofleet-shadow: 0 22px 70px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.035);
  --gofleet-shadow-hover: 0 32px 90px rgba(0,0,0,.42), 0 0 36px rgba(0,209,255,.14);
  color: var(--gofleet-text) !important;
}
body.gofleet-site .gofleet-detail__nav {
  background: linear-gradient(to bottom, rgba(6,11,24,.96) 70%, rgba(6,11,24,0)) !important;
  border-bottom-color: rgba(142,163,198,.18) !important;
}
body.gofleet-site .gofleet-section-nav__link {
  background: linear-gradient(145deg, rgba(13,25,48,.94), rgba(8,17,33,.90)) !important;
  border-color: rgba(142,163,198,.22) !important;
  color: #c3d0e6 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035) !important;
}
body.gofleet-site .gofleet-section-nav__link:hover,
body.gofleet-site .gofleet-section-nav__link.is-active {
  background: linear-gradient(135deg, #0a2b58, #075bdc) !important;
  border-color: rgba(0,209,255,.36) !important;
  color: #fff !important;
}
body.gofleet-site .gofleet-gallery__main,
body.gofleet-site .gofleet-mini-card__image {
  background: radial-gradient(circle at 50% 44%, rgba(226,238,255,.22), rgba(161,184,218,.16) 38%, rgba(54,78,116,.18) 82%), linear-gradient(145deg, #152846, #0a1428) !important;
  border: 1px solid rgba(166,194,232,.28) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 22px 70px rgba(0,0,0,.28) !important;
}
body.gofleet-site .gofleet-gallery__main img,
body.gofleet-site .gofleet-mini-card__image img {
  filter: saturate(.94) contrast(1.04) brightness(.92) !important;
  mix-blend-mode: multiply;
}
body.gofleet-site .gofleet-gallery__placeholder,
body.gofleet-site .gofleet-mini-card__placeholder { color: rgba(156,174,204,.68) !important; }
body.gofleet-site .gofleet-gallery__thumb {
  background: linear-gradient(145deg, rgba(13,25,48,.94), rgba(8,17,33,.90)) !important;
  border-color: rgba(142,163,198,.22) !important;
}
body.gofleet-site .gofleet-gallery__thumb--active,
body.gofleet-site .gofleet-gallery__thumb:hover { border-color: rgba(0,209,255,.50) !important; }
body.gofleet-site .gofleet-calc,
body.gofleet-site .gofleet-valueprops,
body.gofleet-site .gofleet-accordion,
body.gofleet-site .gofleet-mini-card,
body.gofleet-site .gofleet-mobile-cta {
  background: radial-gradient(circle at 14% 0%, rgba(0,209,255,.08), transparent 34%), linear-gradient(145deg, rgba(13,25,48,.98), rgba(8,17,33,.96) 58%, rgba(7,14,28,.98)) !important;
  border: 1px solid rgba(129,158,204,.22) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.035) !important;
  color: #f5f8ff !important;
}
body.gofleet-site .gofleet-calc__scrollable,
body.gofleet-site .gofleet-calc__footer {
  background: transparent !important;
  border-color: rgba(142,163,198,.18) !important;
}
body.gofleet-site .gofleet-calc__meta,
body.gofleet-site .gofleet-calc__contract-panel,
body.gofleet-site .gofleet-calc__contract-row,
body.gofleet-site .gofleet-section-title,
body.gofleet-site .gofleet-editorial,
body.gofleet-site .gofleet-legal,
body.gofleet-site .gofleet-related { border-color: rgba(142,163,198,.18) !important; }
body.gofleet-site .gofleet-quickfacts__item,
body.gofleet-site .gofleet-specs__item,
body.gofleet-site .gofleet-calc__btn,
body.gofleet-site .gofleet-calc__color-btn,
body.gofleet-site .gofleet-calc__extra-btn,
body.gofleet-site .gofleet-accordion__count,
body.gofleet-site .gofleet-editorial__accordion-body,
body.gofleet-site .gofleet-editorial__faq-wrap-inner {
  background: linear-gradient(145deg, rgba(13,25,48,.94), rgba(8,17,33,.90)) !important;
  border-color: rgba(142,163,198,.22) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035) !important;
  color: #f5f8ff !important;
}
body.gofleet-site .gofleet-quickfacts__item:hover,
body.gofleet-site .gofleet-specs__item:hover,
body.gofleet-site .gofleet-calc__btn:hover,
body.gofleet-site .gofleet-calc__color-btn:hover,
body.gofleet-site .gofleet-calc__extra-btn:hover,
body.gofleet-site .gofleet-accordion__header:hover {
  background: rgba(24,41,72,.96) !important;
  border-color: rgba(0,209,255,.28) !important;
}
body.gofleet-site .gofleet-section-title,
body.gofleet-site .gofleet-valueprops__heading,
body.gofleet-site .gofleet-valueprops__title,
body.gofleet-site .gofleet-quickfacts__value,
body.gofleet-site .gofleet-specs__value,
body.gofleet-site .gofleet-accordion__header,
body.gofleet-site .gofleet-equipment__list li,
body.gofleet-site .gofleet-editorial__body,
body.gofleet-site .gofleet-editorial__body p,
body.gofleet-site .gofleet-editorial__bullets,
body.gofleet-site .gofleet-editorial__faq-answer,
body.gofleet-site .gofleet-energy__label,
body.gofleet-site .gofleet-calc__meta-value,
body.gofleet-site .gofleet-calc__contract-row span:last-child,
body.gofleet-site .gofleet-calc__section-title,
body.gofleet-site .gofleet-calc__color-name,
body.gofleet-site .gofleet-calc__extra-name,
body.gofleet-site .gofleet-mini-card__title,
body.gofleet-site .gofleet-mobile-cta__rate-value { color: #f7fbff !important; }
body.gofleet-site .gofleet-valueprops__text,
body.gofleet-site .gofleet-quickfacts__label,
body.gofleet-site .gofleet-specs__label,
body.gofleet-site .gofleet-specs__icon,
body.gofleet-site .gofleet-accordion__icon,
body.gofleet-site .gofleet-accordion__count,
body.gofleet-site .gofleet-accordion__chevron,
body.gofleet-site .gofleet-editorial__intro,
body.gofleet-site .gofleet-energy__info,
body.gofleet-site .gofleet-legal__text,
body.gofleet-site .gofleet-calc__meta-label,
body.gofleet-site .gofleet-calc__contract-heading,
body.gofleet-site .gofleet-calc__contract-row,
body.gofleet-site .gofleet-calc__color-price,
body.gofleet-site .gofleet-calc__extra-price,
body.gofleet-site .gofleet-calc__rate-label,
body.gofleet-site .gofleet-calc__rate-netto,
body.gofleet-site .gofleet-calc__rate-sub,
body.gofleet-site .gofleet-mini-card__subtitle,
body.gofleet-site .gofleet-mini-card__price small,
body.gofleet-site .gofleet-mobile-cta__rate-unit { color: #9caecc !important; }
body.gofleet-site #gofleet-rate-sub { color: #9caecc !important; }
body.gofleet-site .gofleet-quickfacts__icon,
body.gofleet-site .gofleet-valueprops__check,
body.gofleet-site .gofleet-equipment__list li::before,
body.gofleet-site .gofleet-energy__arrow,
body.gofleet-site .gofleet-legal__text a,
body.gofleet-site .gofleet-mini-card__price { color: #78e6ff !important; }
body.gofleet-site .gofleet-calc__rate-box {
  background: radial-gradient(circle at 18% 0%, rgba(120,230,255,.22), transparent 38%), linear-gradient(135deg, #0a2b58, #075bdc) !important;
  border: 1px solid rgba(120,218,255,.28) !important;
  box-shadow: 0 16px 42px rgba(0,132,255,.24), inset 0 0 0 1px rgba(255,255,255,.055) !important;
}
body.gofleet-site .gofleet-calc__btn--active,
body.gofleet-site .gofleet-calc__btn--active *,
body.gofleet-site .gofleet-calc__color-btn.gofleet-calc__btn--active,
body.gofleet-site .gofleet-calc__color-btn.gofleet-calc__btn--active *,
body.gofleet-site .gofleet-calc__extra-btn.gofleet-calc__btn--active,
body.gofleet-site .gofleet-calc__extra-btn.gofleet-calc__btn--active * {
  background: linear-gradient(135deg, #0a2b58, #075bdc) !important;
  border-color: rgba(0,209,255,.42) !important;
  color: #fff !important;
}
body.gofleet-site .gofleet-calc__extra-btn--recommended {
  background: linear-gradient(145deg, rgba(41,56,22,.86), rgba(13,25,48,.94)) !important;
  border-color: rgba(255,206,0,.32) !important;
}
body.gofleet-site .gofleet-calc__extra-badge {
  background: rgba(255,206,0,.18) !important;
  color: #ffe48a !important;
  border: 1px solid rgba(255,206,0,.22) !important;
}
body.gofleet-site .gofleet-calc__cta,
body.gofleet-site .gofleet-mobile-cta__btn {
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  color: #fff !important;
  border: 1px solid rgba(120,218,255,.28) !important;
  box-shadow: 0 12px 34px rgba(0,132,255,.22) !important;
}
body.gofleet-site .gofleet-calc__cta:hover,
body.gofleet-site .gofleet-calc__cta:focus,
body.gofleet-site .gofleet-mobile-cta__btn:hover,
body.gofleet-site .gofleet-mobile-cta__btn:focus {
  background: linear-gradient(135deg, #086eff, #00c7ff) !important;
  box-shadow: 0 16px 42px rgba(0,161,255,.28) !important;
}
body.gofleet-site .gofleet-badge--green,
body.gofleet-site .gofleet-badge--blue {
  background: rgba(125,159,210,.13) !important;
  color: #b9c9df !important;
  border: 1px solid rgba(137,166,211,.17) !important;
}
body.gofleet-site .gofleet-related__scroll::-webkit-scrollbar-thumb,
body.gofleet-site .gofleet-calc__scrollable::-webkit-scrollbar-thumb { background: rgba(142,163,198,.32) !important; }
@media (max-width: 767px) {
  body.gofleet-site .gofleet-mobile-cta { border-top-color: rgba(142,163,198,.22) !important; }
}
/* End GoFleet detail dark surfaces. */

/* GoFleet detail readability overrides: customer QA 2026-05-30. */
body.gofleet-site #gofleet-detail .gofleet-section-title,
body.gofleet-site #gofleet-detail .gofleet-equipment .gofleet-section-title,
body.gofleet-site #gofleet-detail .gofleet-energy .gofleet-section-title {
  color: #f7fbff !important;
  opacity: 1 !important;
  border-bottom-color: rgba(190, 207, 234, .54) !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion,
body.gofleet-site #gofleet-detail .gofleet-equipment details.gofleet-accordion {
  background: linear-gradient(145deg, rgba(13,25,48,.96), rgba(8,17,33,.92)) !important;
  border-color: rgba(190,207,234,.48) !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion__header,
body.gofleet-site #gofleet-detail .gofleet-accordion__title,
body.gofleet-site #gofleet-detail .gofleet-equipment .gofleet-accordion__header,
body.gofleet-site #gofleet-detail .gofleet-equipment .gofleet-accordion__title {
  color: #f7fbff !important;
  opacity: 1 !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion__icon,
body.gofleet-site #gofleet-detail .gofleet-accordion__chevron,
body.gofleet-site #gofleet-detail .gofleet-equipment .gofleet-accordion__icon,
body.gofleet-site #gofleet-detail .gofleet-equipment .gofleet-accordion__chevron {
  color: #b9c9df !important;
  opacity: 1 !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion__count,
body.gofleet-site #gofleet-detail .gofleet-equipment .gofleet-accordion__count {
  background: rgba(226,238,255,.92) !important;
  color: #0e2240 !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.20) !important;
  opacity: 1 !important;
}
body.gofleet-site #gofleet-detail .gofleet-energy__label,
body.gofleet-site #gofleet-detail .gofleet-energy__info,
body.gofleet-site #gofleet-detail .gofleet-energy__arrow {
  opacity: 1 !important;
}
body.gofleet-site #gofleet-detail .gofleet-energy__label,
body.gofleet-site #gofleet-detail .gofleet-energy__arrow { color: #f7fbff !important; }
body.gofleet-site #gofleet-detail .gofleet-energy__info { color: #b9c9df !important; }
/* End GoFleet detail readability overrides. */

/* GoFleet detail accordion state overrides: customer QA 2026-05-30. */
body.gofleet-site #gofleet-detail .gofleet-accordion:hover,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within,
body.gofleet-site #gofleet-detail .gofleet-accordion[open] {
  background: radial-gradient(circle at 12% 0%, rgba(0,209,255,.10), transparent 34%), linear-gradient(145deg, rgba(13,25,48,.98), rgba(8,17,33,.95)) !important;
  border-color: rgba(0,209,255,.44) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.04) !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion__header:hover,
body.gofleet-site #gofleet-detail .gofleet-accordion__header:focus-visible,
body.gofleet-site #gofleet-detail .gofleet-accordion:hover .gofleet-accordion__header,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within .gofleet-accordion__header,
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-accordion__header {
  background: linear-gradient(135deg, rgba(10,43,88,.74), rgba(8,17,33,.88)) !important;
  color: #ffffff !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion__header:hover .gofleet-accordion__title,
body.gofleet-site #gofleet-detail .gofleet-accordion__header:hover .gofleet-accordion__icon,
body.gofleet-site #gofleet-detail .gofleet-accordion__header:hover .gofleet-accordion__chevron,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within .gofleet-accordion__title,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within .gofleet-accordion__icon,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within .gofleet-accordion__chevron,
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-accordion__title,
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-accordion__icon,
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-accordion__chevron {
  color: #ffffff !important;
  opacity: 1 !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion__header:hover .gofleet-accordion__count,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within .gofleet-accordion__count,
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-accordion__count {
  background: rgba(226,238,255,.96) !important;
  color: #0e2240 !important;
  border-color: rgba(255,255,255,.48) !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-accordion__body {
  background: rgba(6,12,25,.46) !important;
  border-top: 1px solid rgba(142,163,198,.18) !important;
}
body.gofleet-site #gofleet-detail .gofleet-accordion[open] .gofleet-equipment__list li,
body.gofleet-site #gofleet-detail .gofleet-accordion:hover .gofleet-equipment__list li,
body.gofleet-site #gofleet-detail .gofleet-accordion:focus-within .gofleet-equipment__list li {
  color: #f7fbff !important;
  opacity: 1 !important;
  border-bottom-color: rgba(142,163,198,.18) !important;
}
/* End GoFleet detail accordion state overrides. */

/* GoFleet related card contrast: customer QA 2026-05-30. */
body.gofleet-site #gofleet-section-aehnlich {
  background: linear-gradient(180deg, rgba(6,11,24,0), rgba(6,11,24,.32)) !important;
  border-top-color: rgba(142,163,198,.16) !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-section-title {
  color: #dce8f8 !important;
  border-bottom-color: rgba(190,207,234,.36) !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card {
  background: linear-gradient(145deg, rgba(13,25,48,.98), rgba(8,17,33,.96)) !important;
  border-color: rgba(129,158,204,.30) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card:hover {
  border-color: rgba(0,209,255,.36) !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.36), 0 0 24px rgba(0,209,255,.10) !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__image {
  background: radial-gradient(circle at 50% 44%, rgba(191,212,244,.18), rgba(105,135,181,.14) 40%, rgba(35,57,92,.22) 82%), linear-gradient(145deg, #182b49, #0b162b) !important;
  border-bottom: 1px solid rgba(142,163,198,.18) !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7,14,28,.08), rgba(7,14,28,.30));
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__image img {
  filter: saturate(.86) contrast(1.02) brightness(.76) !important;
  opacity: .94 !important;
  mix-blend-mode: normal !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__info {
  background: linear-gradient(180deg, rgba(9,18,35,.98), rgba(7,14,28,.98)) !important;
}
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__title { color: #dce8f8 !important; }
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__subtitle,
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__price small { color: #8fa4c0 !important; }
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__price { color: #b9eaff !important; }
body.gofleet-site #gofleet-section-aehnlich .gofleet-badge {
  background: rgba(125,159,210,.12) !important;
  color: #90a8c8 !important;
  border-color: rgba(137,166,211,.16) !important;
}
/* End GoFleet related card contrast. */

/* GoFleet listing header spacing: customer QA 2026-05-30. */
body.gofleet-site .gf-page--fahrzeuge .gf-section--tight {
  padding-top: clamp(22px, 3vw, 34px) !important;
}
body.gofleet-site .gf-page--fahrzeuge .gf-section--tight > p {
  margin: 0 0 clamp(22px, 3vw, 34px) !important;
  max-width: 56ch !important;
}
body.gofleet-site .gf-page--fahrzeuge .gofleet-listing {
  padding-top: clamp(24px, 3vw, 38px) !important;
}
@media (max-width: 768px) {
  body.gofleet-site .gf-page--fahrzeuge .gf-section--tight { padding-top: 18px !important; }
  body.gofleet-site .gf-page--fahrzeuge .gf-section--tight > p { margin-bottom: 22px !important; }
  body.gofleet-site .gf-page--fahrzeuge .gofleet-listing { padding-top: 24px !important; }
}
/* End GoFleet listing header spacing. */

/* GoFleet leasing flow page: customer QA 2026-05-30. */
body.gofleet-site .gf-page--fuer-kunden {
  padding-top: 72px !important;
}
body.gofleet-site .gf-page--fuer-kunden:before {
  font-size: 72px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}
body.gofleet-site .gf-page--fuer-kunden .gf-section--tight {
  padding-top: 32px !important;
}
body.gofleet-site .gf-leasing-flow {
  display: grid;
  gap: 36px;
}
body.gofleet-site .gf-flow-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 48px;
  align-items: stretch;
  position: relative;
}
body.gofleet-site .gf-flow-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,209,255,.28);
  background: rgba(0,209,255,.08);
  color: #78e6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body.gofleet-site .gf-flow-intro {
  max-width: 58ch !important;
  margin: 0 !important;
  color: #aebdd6 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}
body.gofleet-site .gf-flow-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
body.gofleet-site .gf-flow-button,
body.gofleet-site .gf-flow-link,
body.gofleet-site .gf-flow-note a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
body.gofleet-site .gf-flow-button,
body.gofleet-site .gf-flow-note a {
  background: linear-gradient(135deg, #075bdc, #00a8ff);
  color: #fff !important;
  border: 1px solid rgba(120,218,255,.32);
  box-shadow: 0 14px 34px rgba(0,132,255,.22);
}
body.gofleet-site .gf-flow-link {
  color: #dce8f8 !important;
  border: 1px solid rgba(142,163,198,.24);
  background: rgba(13,25,48,.60);
}
body.gofleet-site .gf-flow-button:hover,
body.gofleet-site .gf-flow-link:hover,
body.gofleet-site .gf-flow-note a:hover {
  transform: translateY(-1px);
  border-color: rgba(0,209,255,.45);
  box-shadow: 0 18px 44px rgba(0,132,255,.28);
}
body.gofleet-site .gf-flow-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(0,209,255,.20);
  border-radius: 8px;
  background:
    linear-gradient(rgba(0,209,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,209,255,.045) 1px, transparent 1px),
    radial-gradient(circle at 55% 20%, rgba(0,209,255,.15), transparent 32%),
    linear-gradient(145deg, rgba(13,25,48,.98), rgba(7,14,28,.96));
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: 0 28px 82px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.035);
}
body.gofleet-site .gf-flow-path {
  position: absolute;
  inset: 70px 64px 78px;
  border: 1px solid rgba(0,209,255,.26);
  border-radius: 8px;
  clip-path: polygon(0 0, 60% 0, 60% 42%, 100% 42%, 100% 100%, 40% 100%, 40% 58%, 0 58%);
  box-shadow: 0 0 34px rgba(0,209,255,.12);
}
body.gofleet-site .gf-flow-node {
  position: absolute;
  display: grid;
  gap: 6px;
  min-width: 142px;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid rgba(142,163,198,.26);
  background: linear-gradient(145deg, rgba(10,26,52,.96), rgba(7,14,28,.92));
  box-shadow: 0 18px 46px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.04);
}
body.gofleet-site .gf-flow-node span {
  color: #78e6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  letter-spacing: 0;
}
body.gofleet-site .gf-flow-node strong {
  color: #f7fbff;
  font-size: 15px;
  line-height: 1.15;
}
body.gofleet-site .gf-flow-node--one { left: 36px; top: 44px; }
body.gofleet-site .gf-flow-node--two { right: 42px; top: 90px; }
body.gofleet-site .gf-flow-node--three { left: 66px; bottom: 72px; }
body.gofleet-site .gf-flow-node--four { right: 34px; bottom: 40px; }
body.gofleet-site .gf-flow-signal {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #00d1ff;
  box-shadow: 0 0 20px rgba(0,209,255,.65);
}
body.gofleet-site .gf-flow-signal--a { left: 50%; top: 46%; }
body.gofleet-site .gf-flow-signal--b { left: 38%; bottom: 23%; }
body.gofleet-site .gf-flow-preview {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}
body.gofleet-site .gf-flow-preview__chrome,
body.gofleet-site .gf-flow-preview__grid {
  position: relative;
  z-index: 1;
}
body.gofleet-site .gf-flow-preview__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(120,230,255,.18);
  background: rgba(3,10,22,.52);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}
body.gofleet-site .gf-flow-preview__dots {
  display: inline-flex;
  gap: 5px;
  flex: 0 0 auto;
}
body.gofleet-site .gf-flow-preview__dots i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(120,230,255,.58);
  box-shadow: 0 0 12px rgba(0,168,255,.35);
}
body.gofleet-site .gf-flow-preview__chrome strong,
body.gofleet-site .gf-flow-preview__chrome em {
  letter-spacing: 0;
  line-height: 1.1;
}
body.gofleet-site .gf-flow-preview__chrome strong {
  min-width: 0;
  color: #dce8f8;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
body.gofleet-site .gf-flow-preview__chrome em {
  flex: 0 0 auto;
  color: #78e6ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
body.gofleet-site .gf-flow-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}
body.gofleet-site .gf-flow-preview-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 172px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(120,230,255,.28);
  background:
    radial-gradient(circle at 18% 0%, rgba(0,168,255,.24), transparent 42%),
    linear-gradient(145deg, rgba(14,34,66,.98), rgba(8,18,36,.96));
  box-shadow: 0 18px 44px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.035);
  overflow: hidden;
  animation: gofleet-fadeInUp .7s ease both;
}
body.gofleet-site .gf-flow-preview-card:nth-child(2) { animation-delay: .08s; }
body.gofleet-site .gf-flow-preview-card:nth-child(3) { animation-delay: .16s; }
body.gofleet-site .gf-flow-preview-card:nth-child(4) { animation-delay: .24s; }
body.gofleet-site .gf-flow-preview-card::after {
  content: '';
  position: absolute;
  inset: auto 14px 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,168,255,.18), rgba(120,230,255,.88), rgba(0,168,255,.18));
  opacity: .68;
}
body.gofleet-site .gf-preview-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
body.gofleet-site .gf-flow-preview-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  color: #06162c;
  background: #dff6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  font-weight: 800;
  flex: 0 0 auto;
}
body.gofleet-site .gf-flow-preview-card h2 {
  margin: 0;
  color: #f7fbff;
  font-family: var(--font-display, inherit);
  font-size: 15px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
}
body.gofleet-site .gf-flow-preview p:empty,
body.gofleet-site .gf-flow-preview-card p:empty,
body.gofleet-site .gf-mini-product p:empty,
body.gofleet-site .gf-mini-config p:empty,
body.gofleet-site .gf-mini-offer p:empty,
body.gofleet-site .gf-mini-review p:empty,
body.gofleet-site .gf-mini-sa p:empty {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.gofleet-site .gf-flow-preview br {
  display: none !important;
}
body.gofleet-site .gf-mini-product {
  display: grid;
  gap: 7px;
  color: #aebdd6;
  font-size: 10px;
  line-height: 1.2;
}
body.gofleet-site .gf-mini-product__title,
body.gofleet-site .gf-mini-metrics,
body.gofleet-site .gf-mini-action-row,
body.gofleet-site .gf-mini-table-row,
body.gofleet-site .gf-mini-field {
  min-width: 0;
}
body.gofleet-site .gf-mini-product__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
body.gofleet-site .gf-mini-product__title span,
body.gofleet-site .gf-mini-product--offer > strong {
  color: #f7fbff;
  font-size: 12px;
  font-weight: 800;
}
body.gofleet-site .gf-mini-product__title strong {
  flex: 0 0 auto;
  color: #78e6ff;
  font-size: 11px;
  font-weight: 900;
}
body.gofleet-site .gf-mini-option-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
body.gofleet-site .gf-mini-option-row--thirds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.gofleet-site .gf-mini-option-row span,
body.gofleet-site .gf-mini-table-row,
body.gofleet-site .gf-mini-field,
body.gofleet-site .gf-mini-action-row span,
body.gofleet-site .gf-mini-ghost-button {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 7px;
  border-radius: 6px;
  background: rgba(3,10,22,.66);
  border: 1px solid rgba(142,163,198,.20);
}
body.gofleet-site .gf-mini-option-row span {
  justify-content: center;
  color: #c6d8f2;
  font-weight: 700;
}
body.gofleet-site .gf-mini-option-row span.is-selected {
  color: #06162c;
  background: linear-gradient(135deg, #78e6ff, #00a8ff);
  border-color: rgba(120,230,255,.56);
  box-shadow: 0 10px 24px rgba(0,168,255,.20);
}
body.gofleet-site .gf-mini-submit,
body.gofleet-site .gf-mini-action-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #06162c;
  background: linear-gradient(135deg, #78e6ff, #00a8ff);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,168,255,.22);
}
body.gofleet-site .gf-mini-status {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 999px;
  border: 1px solid rgba(120,230,255,.30);
  background: rgba(0,168,255,.10);
  color: #78e6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
body.gofleet-site .gf-mini-metrics,
body.gofleet-site .gf-mini-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
body.gofleet-site .gf-mini-metrics span {
  display: grid;
  gap: 2px;
  min-height: 44px;
  padding: 7px;
  border-radius: 6px;
  background: rgba(3,10,22,.66);
  border: 1px solid rgba(142,163,198,.20);
  color: #8ea3c6;
}
body.gofleet-site .gf-mini-metrics b {
  color: #f7fbff;
  font-size: 12px;
}
body.gofleet-site .gf-mini-action-row span,
body.gofleet-site .gf-mini-ghost-button {
  justify-content: center;
  color: #dce8f8;
  font-weight: 700;
}
body.gofleet-site .gf-mini-action-row b {
  min-height: 24px;
}
body.gofleet-site .gf-mini-table-row {
  justify-content: space-between;
  gap: 10px;
}
body.gofleet-site .gf-mini-table-row span {
  color: #78e6ff;
  font-weight: 700;
}
body.gofleet-site .gf-mini-table-row strong {
  color: #f7fbff;
  font-size: 11px;
}
body.gofleet-site .gf-mini-ghost-button {
  width: fit-content;
  border-color: rgba(120,230,255,.36);
  background: rgba(19,45,82,.78);
}
body.gofleet-site .gf-mini-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(3,10,22,.70);
  border: 1px solid rgba(142,163,198,.18);
}
body.gofleet-site .gf-mini-progress span {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #075bdc, #00d1ff);
  box-shadow: 0 0 16px rgba(0,209,255,.42);
}
body.gofleet-site .gf-mini-field {
  justify-content: space-between;
  gap: 8px;
  color: #c6d8f2;
}
body.gofleet-site .gf-mini-field::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00a8ff;
  box-shadow: 0 0 14px rgba(0,168,255,.58);
  flex: 0 0 auto;
}
body.gofleet-site .gf-mini-field span {
  min-width: 0;
  flex: 1 1 auto;
}
body.gofleet-site .gf-mini-field b {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(120,230,255,.36);
  background: rgba(0,168,255,.12);
  flex: 0 0 auto;
}
body.gofleet-site .gf-flow-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0%, rgba(0,209,255,.13) 45%, rgba(120,230,255,.20) 50%, rgba(0,209,255,.13) 55%, transparent 100%);
  transform: translateX(-120%);
  animation: gofleet-flow-sweep 7s ease-in-out infinite;
}
body.gofleet-site .gf-flow-path,
body.gofleet-site .gf-flow-node,
body.gofleet-site .gf-flow-signal {
  z-index: 1;
}
body.gofleet-site .gf-flow-path {
  animation: gofleet-glowPulse 4.8s ease-in-out infinite;
}
body.gofleet-site .gf-flow-node {
  animation: gofleet-fadeInUp .7s ease both;
}
body.gofleet-site .gf-flow-node--two { animation-delay: .08s; }
body.gofleet-site .gf-flow-node--three { animation-delay: .16s; }
body.gofleet-site .gf-flow-node--four { animation-delay: .24s; }
body.gofleet-site .gf-flow-signal {
  animation: gofleet-glowPulse 2.2s ease-in-out infinite;
}
body.gofleet-site .gf-flow-signal--b { animation-delay: .5s; }
@keyframes gofleet-flow-sweep {
  0%, 36% { opacity: 0; transform: translateX(-120%); }
  46%, 62% { opacity: 1; }
  82%, 100% { opacity: 0; transform: translateX(120%); }
}
body.gofleet-site .gf-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
body.gofleet-site .gf-flow-step {
  position: relative;
  min-height: 238px;
  padding: 22px 20px;
  border-radius: 8px;
  border: 1px solid rgba(142,163,198,.22);
  background: linear-gradient(145deg, rgba(13,25,48,.96), rgba(8,17,33,.92));
  box-shadow: 0 20px 58px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.035);
}
body.gofleet-site .gf-flow-step::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 42%);
}
body.gofleet-site .gf-flow-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  border-radius: 999px;
  color: #0e2240;
  background: #dff6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-weight: 800;
  font-size: 12px;
}
body.gofleet-site .gf-flow-step h2 {
  margin: 0 0 12px;
  color: #f7fbff;
  font-family: var(--font-display, inherit);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}
body.gofleet-site .gf-flow-step p {
  margin: 0 !important;
  color: #9caecc !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}
body.gofleet-site .gf-flow-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(0,209,255,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(223,246,255,.96), rgba(132,231,247,.84));
  color: #0e2240;
}
body.gofleet-site .gf-flow-note span {
  font-family: var(--font-display, inherit);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}
body.gofleet-site .gf-flow-note a {
  flex: 0 0 auto;
}
@media (max-width: 980px) {
  body.gofleet-site .gf-page--fuer-kunden { padding-top: 56px !important; }
  body.gofleet-site .gf-page--fuer-kunden:before { font-size: 58px !important; }
  body.gofleet-site .gf-flow-hero { grid-template-columns: 1fr; gap: 30px; }
  body.gofleet-site .gf-flow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  body.gofleet-site .gf-page--fuer-kunden { padding-top: 42px !important; }
  body.gofleet-site .gf-page--fuer-kunden:before { font-size: 42px !important; }
  body.gofleet-site .gf-page--fuer-kunden .gf-section--tight { padding-top: 24px !important; }
  body.gofleet-site .gf-leasing-flow { gap: 26px; }
  body.gofleet-site .gf-flow-intro { font-size: 17px !important; }
  body.gofleet-site .gf-flow-visual { min-height: 420px; }
  body.gofleet-site .gf-flow-preview { min-height: 0; padding: 14px; }
  body.gofleet-site .gf-flow-preview__grid { grid-template-columns: 1fr; }
  body.gofleet-site .gf-flow-preview-card { min-height: 0; }
  body.gofleet-site .gf-flow-node { left: 18px !important; right: 18px !important; min-width: 0; }
  body.gofleet-site .gf-flow-node--one { top: 24px; }
  body.gofleet-site .gf-flow-node--two { top: 122px; }
  body.gofleet-site .gf-flow-node--three { top: 220px; bottom: auto; }
  body.gofleet-site .gf-flow-node--four { top: 318px; bottom: auto; }
  body.gofleet-site .gf-flow-path { inset: 62px 36px; clip-path: none; }
  body.gofleet-site .gf-flow-steps { grid-template-columns: 1fr; }
  body.gofleet-site .gf-flow-step { min-height: 0; }
  body.gofleet-site .gf-flow-step h2 { font-size: 21px; }
  body.gofleet-site .gf-flow-note { align-items: flex-start; flex-direction: column; }
  body.gofleet-site .gf-flow-note span { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  body.gofleet-site .gf-flow-visual::after,
  body.gofleet-site .gf-flow-path,
  body.gofleet-site .gf-flow-node,
  body.gofleet-site .gf-flow-signal {
    animation: none !important;
    transform: none !important;
  }
}
/* End GoFleet leasing flow page. */

/* GoFleet FAQ page: customer QA 2026-05-30. */
body.gofleet-site .gf-page--faq {
  padding-top: 72px !important;
}
body.gofleet-site .gf-page--faq:before {
  content: 'Häufige Fragen.';
  font-size: 72px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}
body.gofleet-site .gf-page--faq .gf-section--tight {
  padding-top: 32px !important;
}
body.gofleet-site .gf-faq-section {
  display: grid;
  gap: 32px;
}
body.gofleet-site .gf-faq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
body.gofleet-site .gf-faq-hero--simple {
  grid-template-columns: minmax(0, 760px);
}
body.gofleet-site .gf-faq-kicker,
body.gofleet-site .gf-faq-side__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,209,255,.28);
  background: rgba(0,209,255,.08);
  color: #78e6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body.gofleet-site .gf-faq-intro {
  max-width: 58ch !important;
  margin: 18px 0 0 !important;
  color: #aebdd6 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}
body.gofleet-site .gf-faq-pulse {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px 14px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0,209,255,.20);
  background:
    linear-gradient(rgba(0,209,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,209,255,.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(13,25,48,.96), rgba(7,14,28,.94));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 22px 64px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.035);
}
body.gofleet-site .gf-faq-pulse span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #0e2240;
  background: #dff6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  font-weight: 800;
}
body.gofleet-site .gf-faq-pulse strong {
  align-self: center;
  color: #f7fbff;
  font-size: 16px;
  line-height: 1.2;
}
body.gofleet-site .gf-faq-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
body.gofleet-site .gf-faq-side {
  position: sticky;
  top: 94px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0,209,255,.20);
  background: linear-gradient(145deg, rgba(13,25,48,.96), rgba(8,17,33,.92));
  box-shadow: 0 22px 64px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035);
}
body.gofleet-site .gf-faq-side h2 {
  margin: 22px 0 14px;
  color: #f7fbff;
  font-family: var(--font-display, inherit);
  font-size: 28px;
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: 0;
}
body.gofleet-site .gf-faq-side p {
  margin: 0 0 24px !important;
  color: #9caecc !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
body.gofleet-site .gf-faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(120,218,255,.32);
  background: linear-gradient(135deg, #075bdc, #00a8ff);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(0,132,255,.22);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.gofleet-site .gf-faq-button:hover {
  transform: translateY(-1px);
  border-color: rgba(0,209,255,.45);
  box-shadow: 0 18px 44px rgba(0,132,255,.28);
}
body.gofleet-site .gf-faq-list {
  display: grid;
  gap: 10px;
}
body.gofleet-site .gf-faq-item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(142,163,198,.22);
  background: linear-gradient(145deg, rgba(13,25,48,.94), rgba(8,17,33,.90));
  box-shadow: 0 18px 48px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.03);
}
body.gofleet-site .gf-faq-item[open] {
  border-color: rgba(0,209,255,.28);
  background: linear-gradient(145deg, rgba(13,35,66,.98), rgba(8,17,33,.94));
}
body.gofleet-site .gf-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  color: #f7fbff !important;
  font-family: var(--font-display, inherit);
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0;
}
body.gofleet-site .gf-faq-item summary::-webkit-details-marker {
  display: none;
}
body.gofleet-site .gf-faq-item summary::marker {
  content: '';
}
body.gofleet-site .gf-faq-item summary:hover,
body.gofleet-site .gf-faq-item summary:focus-visible {
  background: rgba(0,209,255,.06);
  outline: none;
}
body.gofleet-site .gf-faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #0e2240;
  background: #dff6ff;
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  font-weight: 800;
}
body.gofleet-site .gf-faq-question {
  color: #f7fbff;
  font-weight: 500;
}
body.gofleet-site .gf-faq-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(120,218,255,.24);
  background: rgba(0,209,255,.08);
}
body.gofleet-site .gf-faq-icon::before,
body.gofleet-site .gf-faq-icon::after {
  content: '';
  position: absolute;
  left: 7px;
  right: 7px;
  top: 12px;
  height: 2px;
  border-radius: 999px;
  background: #78e6ff;
}
body.gofleet-site .gf-faq-icon::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}
body.gofleet-site .gf-faq-item[open] .gf-faq-icon::after {
  transform: rotate(0deg);
}
body.gofleet-site .gf-faq-answer {
  padding: 0 18px 20px 72px;
}
body.gofleet-site .gf-faq-answer p {
  margin: 0 !important;
  max-width: 70ch !important;
  color: #aebdd6 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}
@media (max-width: 980px) {
  body.gofleet-site .gf-page--faq { padding-top: 56px !important; }
  body.gofleet-site .gf-page--faq:before { font-size: 58px !important; }
  body.gofleet-site .gf-faq-hero,
  body.gofleet-site .gf-faq-layout { grid-template-columns: 1fr; }
  body.gofleet-site .gf-faq-side { position: relative; top: auto; }
}
@media (max-width: 640px) {
  body.gofleet-site .gf-page--faq { padding-top: 42px !important; }
  body.gofleet-site .gf-page--faq:before { font-size: 42px !important; }
  body.gofleet-site .gf-page--faq .gf-section--tight { padding-top: 24px !important; }
  body.gofleet-site .gf-faq-section { gap: 24px; }
  body.gofleet-site .gf-faq-intro { font-size: 17px !important; }
  body.gofleet-site .gf-faq-pulse { grid-template-columns: 36px 1fr; }
  body.gofleet-site .gf-faq-side { padding: 20px; }
  body.gofleet-site .gf-faq-side h2 { font-size: 23px; }
  body.gofleet-site .gf-faq-item summary {
    grid-template-columns: 36px minmax(0, 1fr) 26px;
    padding: 14px;
    font-size: 17px;
  }
  body.gofleet-site .gf-faq-answer { padding: 0 14px 18px 64px; }
  body.gofleet-site .gf-faq-answer p { font-size: 15px !important; }
}
/* End GoFleet FAQ page. */

/* GoFleet rate ticker animation color: customer QA 2026-05-30. */
body.gofleet-site .gofleet-calc__rate-value.gofleet-calc__rate-value--animating,
body.gofleet-site .gofleet-calc__rate-value.gofleet-calc__rate-value--up,
body.gofleet-site .gofleet-calc__rate-value.gofleet-calc__rate-value--down,
body.gofleet-site .gofleet-modal__rate-value.gofleet-calc__rate-value--animating,
body.gofleet-site .gofleet-modal__rate-value.gofleet-calc__rate-value--up,
body.gofleet-site .gofleet-modal__rate-value.gofleet-calc__rate-value--down {
  color: #78e6ff !important;
  text-shadow: 0 0 18px rgba(0, 209, 255, .36) !important;
}
body.gofleet-site .gofleet-modal__rate-value,
body.gofleet-site .gofleet-modal__rate-currency {
  color: #78e6ff !important;
}
/* End GoFleet rate ticker animation color. */
body.gofleet-site .gofleet-modal__btn-next--cta {
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  border-color: rgba(120, 218, 255, .32) !important;
  box-shadow: 0 14px 34px rgba(0, 132, 255, .22) !important;
}
body.gofleet-site .gofleet-modal__btn-next--cta:hover {
  background: linear-gradient(135deg, #064fc2, #0893ff) !important;
  box-shadow: 0 18px 44px rgba(0, 132, 255, .28) !important;
}

/* GoFleet configuration modal dark CI: customer QA 2026-05-30. */
body.gofleet-site.gofleet-modal-open {
  background: #060b18;
}
body.gofleet-site .gofleet-modal-overlay {
  background: rgba(3, 8, 20, .76) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
  backdrop-filter: blur(12px) saturate(1.08) !important;
}
body.gofleet-site .gofleet-modal {
  --gofleet-card-bg: #0b1426;
  --gofleet-bg: #071121;
  --gofleet-border: rgba(142, 163, 198, .22);
  --gofleet-text: #f7fbff;
  --gofleet-text-muted: #9caecc;
  --gofleet-text-light: #7d8dac;
  --gofleet-accent: #0b7cff;
  --gofleet-accent-hover: #0893ff;
  --gofleet-success: #78e6ff;
  --gofleet-success-bg: rgba(120, 230, 255, .10);
  max-width: 760px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(0, 209, 255, .28) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 209, 255, .10), transparent 34%),
    linear-gradient(145deg, rgba(13, 25, 48, .98), rgba(8, 17, 33, .97) 58%, rgba(7, 14, 28, .99)) !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .58), 0 0 56px rgba(0, 132, 255, .14), inset 0 0 0 1px rgba(255, 255, 255, .035) !important;
  color: #f7fbff !important;
}
body.gofleet-site .gofleet-modal__header {
  padding: 16px 18px 0 !important;
}
body.gofleet-site .gofleet-modal__progress {
  background: rgba(142, 163, 198, .18) !important;
}
body.gofleet-site .gofleet-modal__progress-bar {
  background: linear-gradient(90deg, #075bdc, #00d1ff) !important;
  box-shadow: 0 0 18px rgba(0, 209, 255, .45) !important;
}
body.gofleet-site .gofleet-modal__close {
  border: 1px solid rgba(142, 163, 198, .20) !important;
  background: rgba(13, 25, 48, .72) !important;
  color: #9caecc !important;
}
body.gofleet-site .gofleet-modal__close:hover,
body.gofleet-site .gofleet-modal__close:focus-visible {
  background: rgba(0, 209, 255, .10) !important;
  color: #f7fbff !important;
  outline: 2px solid rgba(0, 209, 255, .32) !important;
  outline-offset: 2px !important;
}
body.gofleet-site .gofleet-modal__vehicle {
  margin: 0 24px !important;
  padding: 16px 0 14px !important;
  border-bottom: 1px solid rgba(142, 163, 198, .18) !important;
}
body.gofleet-site .gofleet-modal__vehicle-img,
body.gofleet-site .gofleet-modal__vehicle-img--placeholder {
  border-radius: 8px !important;
  border: 1px solid rgba(142, 163, 198, .20) !important;
  background: linear-gradient(145deg, rgba(16, 32, 60, .92), rgba(9, 18, 35, .92)) !important;
  color: rgba(156, 174, 204, .78) !important;
}
body.gofleet-site .gofleet-modal__vehicle-title,
body.gofleet-site .gofleet-modal__step-title,
body.gofleet-site .gofleet-modal__option-main,
body.gofleet-site .gofleet-modal__sonderzahlung-label,
body.gofleet-site .gofleet-modal__sonderzahlung-current strong,
body.gofleet-site .gofleet-modal__extra-title,
body.gofleet-site .gofleet-modal__color-name {
  color: #f7fbff !important;
  letter-spacing: 0 !important;
}
body.gofleet-site .gofleet-modal__vehicle-sub,
body.gofleet-site .gofleet-modal__step-count,
body.gofleet-site .gofleet-modal__hint,
body.gofleet-site .gofleet-modal__option-sub,
body.gofleet-site .gofleet-modal__sonderzahlung-effect,
body.gofleet-site .gofleet-modal__sonderzahlung-current span,
body.gofleet-site .gofleet-modal__sonderzahlung-ticks,
body.gofleet-site .gofleet-modal__sonderzahlung-disclaimer,
body.gofleet-site .gofleet-modal__rate-label,
body.gofleet-site .gofleet-modal__extra-sub,
body.gofleet-site .gofleet-modal__color-price {
  color: #9caecc !important;
}
body.gofleet-site .gofleet-modal__step-header {
  padding: 18px 24px 8px !important;
}
body.gofleet-site .gofleet-modal__body {
  padding: 12px 28px 20px !important;
  scrollbar-color: rgba(0, 209, 255, .42) transparent;
}
body.gofleet-site .gofleet-modal__error {
  margin: 8px 24px 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 128, 128, .42) !important;
  border-radius: 8px !important;
  background: rgba(127, 29, 29, .30) !important;
  color: #ffe4e6 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}
body.gofleet-site .gofleet-modal__error:focus-visible {
  outline: 2px solid #ffb4b4 !important;
  outline-offset: 2px !important;
}
body.gofleet-site .gofleet-modal__body::-webkit-scrollbar-thumb {
  background: rgba(0, 209, 255, .42) !important;
}
body.gofleet-site .gofleet-modal__section-title {
  color: #78e6ff !important;
  letter-spacing: 0 !important;
}
body.gofleet-site .gofleet-modal__option-btn,
body.gofleet-site .gofleet-modal__extra-btn,
body.gofleet-site .gofleet-modal__color-btn,
body.gofleet-site .gofleet-modal__readonly-pill,
body.gofleet-site .gofleet-modal__sonderzahlung-control,
body.gofleet-site .gofleet-modal__sonderzahlung-current,
body.gofleet-site .gofleet-modal__sonderzahlung-select {
  border-radius: 8px !important;
  border-color: rgba(142, 163, 198, .24) !important;
  background: linear-gradient(145deg, rgba(13, 25, 48, .92), rgba(8, 17, 33, .90)) !important;
  color: #f7fbff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035) !important;
}
body.gofleet-site .gofleet-modal__option-btn:hover,
body.gofleet-site .gofleet-modal__extra-btn:hover,
body.gofleet-site .gofleet-modal__color-btn:hover,
body.gofleet-site .gofleet-modal__sonderzahlung-select:hover {
  border-color: rgba(0, 209, 255, .36) !important;
  background: rgba(24, 41, 72, .96) !important;
}
body.gofleet-site .gofleet-modal__option-btn:focus-visible,
body.gofleet-site .gofleet-modal__extra-btn:focus-visible,
body.gofleet-site .gofleet-modal__color-btn:focus-visible,
body.gofleet-site .gofleet-modal__sonderzahlung-select:focus-visible {
  border-color: rgba(0, 209, 255, .52) !important;
  outline: 2px solid rgba(0, 209, 255, .30) !important;
  outline-offset: 2px !important;
}
body.gofleet-site .gofleet-modal__option-btn--active,
body.gofleet-site .gofleet-modal__option-btn--active:hover,
body.gofleet-site .gofleet-modal__extra-btn--active,
body.gofleet-site .gofleet-modal__extra-btn--active:hover,
body.gofleet-site .gofleet-modal__color-btn--active,
body.gofleet-site .gofleet-modal__color-btn--active:hover {
  border-color: rgba(0, 209, 255, .46) !important;
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(0, 132, 255, .22), inset 0 0 0 1px rgba(255, 255, 255, .06) !important;
}
body.gofleet-site .gofleet-modal__extra-btn--recommended,
body.gofleet-site .gofleet-modal__extra-btn--recommended.gofleet-modal__extra-btn--active,
body.gofleet-site .gofleet-modal__extra-btn--recommended.gofleet-modal__extra-btn--active:hover {
  border-color: rgba(0, 209, 255, .42) !important;
  background: linear-gradient(145deg, rgba(11, 124, 255, .30), rgba(0, 209, 255, .12)) !important;
  color: #f7fbff !important;
}
body.gofleet-site .gofleet-modal__extra-check {
  border-color: rgba(142, 163, 198, .32) !important;
  background: rgba(6, 12, 25, .78) !important;
}
body.gofleet-site .gofleet-modal__extra-btn--active .gofleet-modal__extra-check {
  border-color: rgba(223, 246, 255, .82) !important;
  background: rgba(223, 246, 255, .18) !important;
}
body.gofleet-site .gofleet-modal__ev-promo {
  border-color: rgba(0, 209, 255, .26) !important;
  background: linear-gradient(145deg, rgba(13, 25, 48, .92), rgba(8, 17, 33, .90)) !important;
  color: #f7fbff !important;
}
body.gofleet-site .gofleet-modal__ev-promo-icon {
  border-radius: 8px !important;
  background: rgba(0, 209, 255, .10) !important;
}
body.gofleet-site .gofleet-modal__ev-promo-copy strong { color: #f7fbff !important; }
body.gofleet-site .gofleet-modal__ev-promo-copy span { color: #9caecc !important; }
body.gofleet-site .gofleet-modal__footer {
  padding: 16px 24px 20px !important;
  border-top: 1px solid rgba(142, 163, 198, .18) !important;
  background: linear-gradient(180deg, rgba(7, 14, 28, .70), rgba(7, 14, 28, .94)) !important;
}
body.gofleet-site .gofleet-modal__rate-value,
body.gofleet-site .gofleet-modal__rate-currency {
  color: #78e6ff !important;
  text-shadow: 0 0 18px rgba(0, 209, 255, .32) !important;
}
body.gofleet-site .gofleet-modal__btn-back {
  border-color: rgba(142, 163, 198, .24) !important;
  background: rgba(13, 25, 48, .60) !important;
  color: #c3d0e6 !important;
  border-radius: 8px !important;
}
body.gofleet-site .gofleet-modal__btn-back:hover,
body.gofleet-site .gofleet-modal__btn-back:focus-visible {
  border-color: rgba(0, 209, 255, .36) !important;
  color: #f7fbff !important;
  outline: 2px solid rgba(0, 209, 255, .38) !important;
  outline-offset: 2px !important;
}
body.gofleet-site .gofleet-modal__btn-next,
body.gofleet-site .gofleet-modal__btn-next--cta {
  border-radius: 8px !important;
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(0, 132, 255, .22) !important;
}
body.gofleet-site .gofleet-modal__btn-next:hover,
body.gofleet-site .gofleet-modal__btn-next--cta:hover,
body.gofleet-site .gofleet-modal__btn-next:focus-visible,
body.gofleet-site .gofleet-modal__btn-next--cta:focus-visible {
  background: linear-gradient(135deg, #064fc2, #0893ff) !important;
  box-shadow: 0 18px 44px rgba(0, 132, 255, .28) !important;
  outline: 2px solid rgba(0, 209, 255, .42) !important;
  outline-offset: 2px !important;
}
@media (max-width: 640px) {
  body.gofleet-site .gofleet-modal {
    max-height: 92dvh !important;
  }
  body.gofleet-site .gofleet-modal__vehicle,
  body.gofleet-site .gofleet-modal__step-header,
  body.gofleet-site .gofleet-modal__footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.gofleet-site .gofleet-modal__body {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* End GoFleet configuration modal dark CI. */
body.gofleet-site .gofleet-modal__step-header {
  gap: 12px !important;
}
body.gofleet-site .gofleet-modal__step-count {
  margin-left: 10px !important;
}

/* GoFleet configuration modal width usage: customer QA 2026-05-30. */
body.gofleet-site .gofleet-modal {
  width: min(940px, calc(100vw - 48px)) !important;
  max-width: min(940px, calc(100vw - 48px)) !important;
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}
body.gofleet-site .gofleet-modal__header,
body.gofleet-site .gofleet-modal__vehicle,
body.gofleet-site .gofleet-modal__step-header,
body.gofleet-site .gofleet-modal__body,
body.gofleet-site .gofleet-modal__footer {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
body.gofleet-site .gofleet-modal__vehicle,
body.gofleet-site .gofleet-modal__step-header,
body.gofleet-site .gofleet-modal__body,
body.gofleet-site .gofleet-modal__footer {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
body.gofleet-site .gofleet-modal__vehicle {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.gofleet-site .gofleet-modal__body {
  display: grid !important;
  gap: 24px !important;
  padding-top: 18px !important;
  padding-bottom: 24px !important;
}
body.gofleet-site .gofleet-modal__section {
  width: 100% !important;
  margin-bottom: 0 !important;
}
body.gofleet-site .gofleet-modal__btn-grid {
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
body.gofleet-site .gofleet-modal__body > .gofleet-modal__section:nth-of-type(2) .gofleet-modal__btn-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body.gofleet-site .gofleet-modal__option-btn {
  min-height: 78px !important;
  padding: 18px 16px !important;
}
@media (max-width: 760px) {
  body.gofleet-site .gofleet-modal {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }
  body.gofleet-site .gofleet-modal__vehicle,
  body.gofleet-site .gofleet-modal__step-header,
  body.gofleet-site .gofleet-modal__body,
  body.gofleet-site .gofleet-modal__footer {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  body.gofleet-site .gofleet-modal__body > .gofleet-modal__section:nth-of-type(2) .gofleet-modal__btn-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 520px) {
  body.gofleet-site .gofleet-modal__btn-grid,
  body.gofleet-site .gofleet-modal__body > .gofleet-modal__section:nth-of-type(2) .gofleet-modal__btn-grid {
    grid-template-columns: 1fr !important;
  }
}
/* End GoFleet configuration modal width usage. */

/* GoFleet lead request CI: customer QA 2026-05-30. */
body.gofleet-site.gofleet-page--lead-anfrage,
body.gofleet-site .gf-page--fahrzeug-anfrage {
  background: #060b18 !important;
  color: #f7fbff !important;
}
body.gofleet-site .gf-page--fahrzeug-anfrage:before {
  letter-spacing: 0 !important;
}
body.gofleet-site .gf-page--fahrzeug-anfrage > .gf-section > p:first-child {
  color: #aebdd6 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  max-width: 62ch !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap {
  margin-top: 24px !important;
  padding: 24px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(142, 163, 198, .20) !important;
  background: linear-gradient(145deg, rgba(13, 25, 48, .90), rgba(8, 17, 33, .86)) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .025) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-label,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-label {
  color: #f7fbff !important;
  font-weight: 650 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-textual,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap select,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap textarea,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-textual,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap select,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap textarea {
  border-radius: 8px !important;
  border-color: rgba(142, 163, 198, .24) !important;
  background: rgba(6, 12, 25, .74) !important;
  color: #f7fbff !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-textual:focus,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap select:focus,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap textarea:focus,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-textual:focus,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap select:focus,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap textarea:focus {
  border-color: rgba(0, 209, 255, .48) !important;
  box-shadow: 0 0 0 3px rgba(0, 209, 255, .12) !important;
  outline: none !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form__consent-text,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form__consent-text {
  color: #aebdd6 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form__consent-text a,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form__consent-text a {
  color: #78e6ff !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap button[type=submit],
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap button[type=submit] {
  border-radius: 8px !important;
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  box-shadow: 0 14px 34px rgba(0, 132, 255, .22) !important;
}
@media (max-width: 720px) {
  body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap,
  body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap {
    padding: 18px !important;
  }
}

/* GoFleet lead request consent controls: customer QA 2026-05-30. */
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-subgroup,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-subgroup {
  display: grid !important;
  gap: 12px !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-option,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-option {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
  color: #aebdd6 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"],
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: grid !important;
  place-content: center !important;
  width: 26px !important;
  height: 26px !important;
  margin: 2px 0 0 !important;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 209, 255, .34) !important;
  background: rgba(6, 12, 25, .78) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 10px 24px rgba(0, 0, 0, .18) !important;
  accent-color: #00a8ff !important;
  cursor: pointer !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked {
  border-color: rgba(120, 230, 255, .82) !important;
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  box-shadow: 0 10px 28px rgba(0, 168, 255, .24) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked:before,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked:before {
  content: "" !important;
  width: 7px !important;
  height: 12px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) translate(-1px, -1px) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:focus-visible,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(0, 209, 255, .55) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 3px rgba(0, 209, 255, .16), inset 0 0 0 1px rgba(255, 255, 255, .04) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap label.gofleet-native-lead-form__consent-text,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap label.gofleet-native-lead-form__consent-text {
	display: block !important;
	width: auto !important;
  margin: 0 !important;
  color: #aebdd6 !important;
	font-size: 0.75rem !important;
  line-height: 1.45 !important;
	min-width: 0 !important;
	overflow-wrap: anywhere;
	word-break: normal;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap label.gofleet-native-lead-form__consent-text a,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap label.gofleet-native-lead-form__consent-text a {
	min-height: 0 !important;
	display: inline !important;
}
/* End GoFleet lead request consent controls. */
/* End GoFleet lead request CI. */

/* GoFleet lead request checkbox sizing guard: customer QA 2026-05-30. */
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"],
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"] {
  min-height: 26px !important;
  max-height: 26px !important;
  padding: 0 !important;
}
/* End GoFleet lead request checkbox sizing guard. */

/* GoFleet lead request form grid refinement: customer QA 2026-05-30. */
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-form-fields-wrapper,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-form-fields-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 18px !important;
  align-items: start !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form [data-gofleet-company-field][hidden],
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form [data-gofleet-company-field][hidden] {
  display: none !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form__required-marker,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form__required-marker {
  margin-left: .16em;
  color: #ffb4b4;
  font-weight: 800;
}
body.gofleet-site.gofleet-page--lead-anfrage .elementor-field-group-company.elementor-error .elementor-field-textual,
body.gofleet-site .gf-page--fahrzeug-anfrage .elementor-field-group-company.elementor-error .elementor-field-textual {
  border-color: rgba(255, 128, 128, .72) !important;
  box-shadow: 0 0 0 3px rgba(255, 128, 128, .10) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form__field-error,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form__field-error {
  margin: 6px 0 0;
  color: #ffe4e6;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-col-50,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-col-50 {
  grid-column: span 1 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-col-100,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-salutation,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-contact_preference,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-message,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-type-submit,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-col-100,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-salutation,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-contact_preference,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-message,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-type-submit {
  grid-column: 1 / -1 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-label,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #d8e5f8 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-select-wrapper select,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap select.elementor-field,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-select-wrapper select,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap select.elementor-field {
  min-height: 46px !important;
  border: 1px solid rgba(142, 163, 198, .24) !important;
  border-radius: 8px !important;
  background: rgba(6, 12, 25, .78) !important;
  color: #f7fbff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap select option,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap select option {
  background: #0c1426 !important;
  color: #f7fbff !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent {
  padding-top: 4px !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy .elementor-field-subgroup,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent .elementor-field-subgroup,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy .elementor-field-subgroup,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent .elementor-field-subgroup {
  display: block !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy .elementor-field-option,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent .elementor-field-option,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-terms_privacy .elementor-field-option,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-field-group-marketing_consent .elementor-field-option {
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"],
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: grid !important;
  place-content: center !important;
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 209, 255, .42) !important;
  background: rgba(6, 12, 25, .84) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 10px 24px rgba(0, 0, 0, .18) !important;
}
@media (max-width: 720px) {
  body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-form-fields-wrapper,
  body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-form-fields-wrapper {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap .elementor-col-50,
  body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap .elementor-col-50 {
    grid-column: 1 / -1 !important;
  }
}
/* End GoFleet lead request form grid refinement. */

/* GoFleet lead request checked consent state: customer QA 2026-05-30. */
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy:checked,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent:checked,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy:checked,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent:checked,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked {
  border-color: rgba(120, 230, 255, .88) !important;
  background: linear-gradient(135deg, #075bdc, #00a8ff) !important;
  box-shadow: 0 10px 28px rgba(0, 168, 255, .24) !important;
}
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy:checked:before,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent:checked:before,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy:checked:before,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent:checked:before,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked:before,
body.gofleet-site .gf-page--fahrzeug-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"]:checked:before {
  content: "" !important;
  width: 7px !important;
  height: 12px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) translate(-1px, -1px) !important;
}
/* End GoFleet lead request checked consent state. */

/* GoFleet listing image natural color pass: customer QA 2026-05-31. */
body.gofleet-site .gofleet-card__image {
  background: linear-gradient(145deg, rgba(226, 235, 247, .92), rgba(178, 194, 216, .86)) !important;
}
body.gofleet-site .gofleet-card__image img {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}
/* End GoFleet listing image natural color pass. */

/* GoFleet service cards fit pass: customer QA 2026-05-31. */
body.gofleet-site .gofleet-service-grid .roundel-card {
  min-height: 360px !important;
}
body.gofleet-site .gofleet-service-grid .roundel-card-face {
  overflow: visible !important;
}
body.gofleet-site .gofleet-service-grid .roundel-card-features {
  flex: 0 0 auto !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
}
@media (max-width: 920px) {
  body.gofleet-site .gofleet-service-grid .roundel-card {
    min-height: 360px !important;
  }
}
@media (max-width: 600px) {
  body.gofleet-site .gofleet-service-grid .roundel-card {
    min-height: 390px !important;
  }
  body.gofleet-site .gofleet-service-grid .roundel-card-face {
    padding: 28px 24px 26px !important;
  }
}
/* End GoFleet service cards fit pass. */

/* GoFleet service cards robust auto-height pass: customer QA 2026-05-31. */
body.gofleet-site .gofleet-service-grid {
  align-items: stretch !important;
}
body.gofleet-site .gofleet-service-grid .roundel-card {
  display: flex !important;
  height: auto !important;
  min-height: 420px !important;
}
body.gofleet-site .gofleet-service-grid .roundel-card-face {
  position: relative !important;
  inset: auto !important;
  min-height: 100% !important;
  height: auto !important;
  width: 100% !important;
  padding-bottom: 38px !important;
  overflow: visible !important;
}
body.gofleet-site .gofleet-service-grid .roundel-card-features {
  flex: 0 0 auto !important;
  min-height: auto !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
}
@media (max-width: 920px) {
  body.gofleet-site .gofleet-service-grid .roundel-card {
    min-height: 430px !important;
  }
}
@media (max-width: 600px) {
  body.gofleet-site .gofleet-service-grid .roundel-card {
    min-height: 440px !important;
  }
}
/* End GoFleet service cards robust auto-height pass. */

/* GoFleet service cards compact fit pass: customer QA 2026-05-31. */
body.gofleet-site .gofleet-service-grid .roundel-card {
  min-height: 340px !important;
}
body.gofleet-site .gofleet-service-grid .roundel-card-face {
  padding-bottom: 30px !important;
}
@media (max-width: 920px) {
  body.gofleet-site .gofleet-service-grid .roundel-card {
    min-height: 350px !important;
  }
}
@media (max-width: 600px) {
  body.gofleet-site .gofleet-service-grid .roundel-card {
    min-height: 370px !important;
  }
}
/* End GoFleet service cards compact fit pass. */

/* GoFleet detail spacing and natural vehicle image QA: 2026-06-03. */
body.gofleet-site .gofleet-gallery__main,
body.gofleet-site .gofleet-mini-card__image {
  background: linear-gradient(145deg, rgba(19, 34, 59, .92), rgba(9, 18, 34, .96)) !important;
}
body.gofleet-site .gofleet-gallery__main::before,
body.gofleet-site .gofleet-gallery__main::after,
body.gofleet-site .gofleet-mini-card__image::before,
body.gofleet-site .gofleet-mini-card__image::after {
  display: none !important;
  content: none !important;
}
body.gofleet-site .gofleet-gallery__main img,
body.gofleet-site .gofleet-mini-card__image img,
body.gofleet-site #gofleet-section-aehnlich .gofleet-mini-card__image img {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}
body.gofleet-site .gofleet-detail {
  padding-top: 22px !important;
}
body.gofleet-site .gofleet-page-header + .gofleet-detail,
body.gofleet-site .gofleet-detail__hero,
body.gofleet-site .gofleet-detail__layout,
body.gofleet-site .gofleet-detail__main {
  margin-top: 0 !important;
}
body.gofleet-site .gofleet-detail__main {
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
}
body.gofleet-site #gofleet-detail [id^="gofleet-section-"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.gofleet-site #gofleet-section-fahrzeug,
body.gofleet-site .gofleet-quickfacts {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.gofleet-site #gofleet-section-fahrzeug .gofleet-section-title,
body.gofleet-site #gofleet-detail .gofleet-section-title {
  margin-bottom: 12px !important;
  padding-bottom: 10px !important;
}
body.gofleet-site .gofleet-quickfacts__grid {
  gap: 12px !important;
}
body.gofleet-site .gofleet-quickfacts__item {
  padding: 12px 10px !important;
  min-height: 78px !important;
}
@media (max-width: 1024px) {
  body.gofleet-site .gofleet-detail { padding-top: 18px !important; }
  body.gofleet-site .gofleet-detail__main { gap: 30px !important; }
}
/* End GoFleet detail spacing and natural vehicle image QA. */

/* GoFleet customer dashboard SA entry compact hero: PRD review 2026-06-12. */
body.gofleet-site .gf-page--kunden-dashboard {
  padding-top: clamp(28px, 4vw, 46px) !important;
}
body.gofleet-site .gf-page--kunden-dashboard:before {
  margin-bottom: clamp(14px, 2vw, 22px) !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}
body.gofleet-site .gf-page--kunden-dashboard .gf-section--tight {
  padding-top: clamp(16px, 2vw, 24px) !important;
  padding-bottom: clamp(32px, 4vw, 52px) !important;
}
@media (max-width: 640px) {
  body.gofleet-site .gf-page--kunden-dashboard {
    padding-top: 24px !important;
  }
  body.gofleet-site .gf-page--kunden-dashboard:before {
    font-size: 38px !important;
  }
}
/* End GoFleet customer dashboard SA entry compact hero. */

/* GoFleet listing filter visual fix: keep grid cards stable after Ajax filters. */
body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-listing__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-content: stretch !important;
}

@media (max-width: 1100px) {
  body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-listing__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* GoFleet listing grid card header: keep vehicle names readable in compact columns. */
body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-card__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
}

body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-card__title {
  white-space: normal !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-card__price-block {
  text-align: left !important;
}

body.gofleet-site .gofleet-listing:not([data-layout="list"]) .gofleet-card__price {
  display: inline-block !important;
}


/* GoFleet detail header: prevent scroll-depth text reflow/jitter. */
body.gofleet-site .gofleet-page-header {
  transition: background .22s ease, box-shadow .22s ease !important;
  contain: layout paint;
}

body.gofleet-site .gofleet-page-header__inner {
  min-width: 0;
}

body.gofleet-site .gofleet-page-header__title {
  max-width: 100%;
  min-height: 1.15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: none !important;
  line-height: 1.15 !important;
}

body.gofleet-site .gofleet-page-header__identity {
  min-height: 24px;
  flex-wrap: nowrap;
  overflow: hidden;
}

body.gofleet-site .gofleet-page-header__subline {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  transition: none !important;
}

body.gofleet-site .gofleet-page-header__badges {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

@media (max-width: 640px) {
  body.gofleet-site .gofleet-page-header__title {
    font-size: clamp(1.2rem, 6vw, 1.5rem) !important;
  }

  body.gofleet-site .gofleet-page-header--scrolled .gofleet-page-header__title {
    font-size: clamp(1.05rem, 5vw, 1.15rem) !important;
  }

  body.gofleet-site .gofleet-page-header__identity {
    flex-wrap: wrap;
    overflow: visible;
  }
}

/* GoFleet WP4 H1 and tap target remediation */
.gf-page-h1--sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .mmh-listing__sort-btn,
  .mmh-sidebar__toggle,
  .mmh-sidebar__reset,
  .mmh-sidebar__close,
  .mmh-sidebar__section-head,
  .mmh-sidebar__check-row,
  .mmh-sidebar__show-more,
  .mmh-sidebar__select,
  .mmh-filter__btn,
  .mmh-filter__select,
  .elementor-field-option,
  .elementor-field-option label,
  footer a,
  .site-footer a,
  .gf-footer a,
  .footer a {
    min-height: 44px;
  }

  .mmh-listing__sort-btn,
  .mmh-sidebar__toggle,
  .mmh-sidebar__reset,
  .mmh-sidebar__close,
  .mmh-sidebar__section-head,
  .mmh-sidebar__show-more,
  footer a,
  .site-footer a,
  .gf-footer a,
  .footer a {
    display: inline-flex;
    align-items: center;
  }

  .mmh-sidebar__check-row,
  .elementor-field-option label {
    display: flex;
    align-items: center;
  }
}

/* GoFleet WP4 tap target follow-up remediation */
body.gofleet-site header a,
body.gofleet-site header button,
body.gofleet-site nav a,
body.gofleet-site nav button,
body.gofleet-site .gofleet-page-header a,
body.gofleet-site .gofleet-page-header button,
body.gofleet-site footer a,
body.gofleet-site .site-footer a,
body.gofleet-site .gf-footer a,
body.gofleet-site .footer a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.gofleet-site button,
body.gofleet-site input[type="submit"],
body.gofleet-site input[type="button"],
body.gofleet-site [role="button"],
body.gofleet-site .elementor-button,
body.gofleet-site .mmh-listing__sort-btn,
body.gofleet-site .mmh-sidebar__toggle,
body.gofleet-site .mmh-sidebar__reset,
body.gofleet-site .mmh-sidebar__close,
body.gofleet-site .mmh-sidebar__section-head,
body.gofleet-site .mmh-sidebar__check-row,
body.gofleet-site .mmh-sidebar__show-more,
body.gofleet-site .mmh-filter__btn,
body.gofleet-site .mmh-filter__select,
body.gofleet-site .gofleet-modal button {
  min-height: 44px;
}

body.gofleet-site input[type="checkbox"],
body.gofleet-site input[type="radio"] {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  body.gofleet-site .mmh-detail a,
  body.gofleet-site .gofleet-vehicle-detail a,
  body.gofleet-site .elementor-widget-text-editor a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
  }
}

/* GoFleet WP4 form/detail tap target remediation */
body.gofleet-site #gofleet-native-terms-privacy,
body.gofleet-site #gofleet-native-marketing-consent,
body.gofleet-site input[name="terms_privacy"],
body.gofleet-site input[name="marketing_consent"] {
  min-width: 32px !important;
  min-height: 32px !important;
  width: 32px !important;
  height: 32px !important;
  box-sizing: border-box;
}

body.gofleet-site form a,
body.gofleet-site .gofleet-legal__text a {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
}

body.gofleet-site button.gofleet-calc__info-tip {
  min-width: 44px !important;
  min-height: 44px !important;
}

/* GoFleet WP4 lead form checkbox override */
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-terms-privacy,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap #gofleet-native-marketing-consent,
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap input[type="checkbox"] {
  min-width: 32px !important;
  min-height: 32px !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  box-sizing: border-box !important;
}

body.gofleet-site.gofleet-page--lead-anfrage .gofleet-native-lead-form-wrap a {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* GoFleet WP4 privacy notice tap target override */
body.gofleet-site.gofleet-page--lead-anfrage .gofleet-privacy-notice a {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* GoFleet footer link alignment: keep tap targets without centering short labels like FAQ. */
body.gofleet-site .foot-col ul {
  gap: 12px;
}

body.gofleet-site .foot-col li {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

body.gofleet-site .foot-col a {
  min-width: 0 !important;
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  line-height: 1.35;
}

body.gofleet-site .foot-bottom a {
  min-width: 0 !important;
  min-height: 24px !important;
  justify-content: flex-start !important;
}

/* Frontend-only portal logout: preserve the existing link appearance on buttons. */
.gf-portal-logout-form {
  display: inline-flex;
  margin: 0;
}

.gf-portal-logout-form .btn-ghost[type=submit] {
  appearance: none;
  min-height: 38px;
  padding: 11px 20px !important;
  font: inherit;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  background: transparent !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  cursor: pointer;
  transform: none !important;
}

.gf-portal-logout-form .btn-ghost[type=submit]:hover,
.gf-portal-logout-form .btn-ghost[type=submit]:focus-visible {
  color: var(--ink) !important;
  background: transparent !important;
  border-color: var(--ink) !important;
  box-shadow: none !important;
  transform: none !important;
}

.gf-portal-logout-form--mobile {
  display: block;
  width: 100%;
}

.gf-portal-logout-form--mobile .nav-mobile-link[type=submit] {
  appearance: none;
  display: flex !important;
  justify-content: flex-start !important;
  width: 100%;
  min-height: 0;
  padding: 12px 4px !important;
  font: inherit;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  text-align: left;
  cursor: pointer;
  transform: none !important;
}

.gf-portal-logout-form--mobile .nav-mobile-link[type=submit]:hover,
.gf-portal-logout-form--mobile .nav-mobile-link[type=submit]:focus-visible {
  color: var(--accent-deep) !important;
  background: var(--accent-soft) !important;
  box-shadow: none !important;
  transform: none !important;
}
