/* =========================================================
   Walter Coenen · Startseite v3.2
   Groß, voluminös, bewegt. Kein Serif, kaum Rahmen.
   Nur Raleway · Navy/Blau/Mist.
   ========================================================= */

:root {
  --ink: #14202d;
  --navy: #0c1622;
  --navy-2: #14233a;
  --navy-3: #1d3050;
  --blue: #1f73c0;
  --blue-bright: #2a8bdc;
  --blue-deep: #185a9a;
  --paper: #ffffff;
  --mist: #eef1f5;
  --mist-2: #e4e9ef;
  --mist-3: #f6f8fa;
  --soft: #5d6975;
  --line-d: rgba(255,255,255,.12);

  --r: 30px;
  --r-m: 22px;
  --r-s: 16px;
  --shadow: 0 40px 90px -36px rgba(12,22,34,.5);
  --shadow-m: 0 26px 60px -28px rgba(12,22,34,.42);
  --shadow-s: 0 16px 40px -20px rgba(12,22,34,.32);
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --maxw: 1560px;
}

* { box-sizing: border-box; }
b, strong { font-weight: 700; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
body {
  font-family: 'Raleway', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--blue-bright); color: #fff; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 4vw, 72px); }

/* ---------------- TYPE ---------------- */
.eyebrow {
  display: inline-block; font-size: 13.5px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--blue-bright); margin: 0 0 24px;
}
.eyebrow.center { display: block; text-align: center; }

.h2 {
  font-family: 'Raleway', sans-serif; font-weight: 700;
  font-size: clamp(38px, 5.6vw, 84px); line-height: 1.0; letter-spacing: -.03em;
  margin: 0; color: var(--ink); text-wrap: balance;
}
.h2 .lite { font-weight: 300; }
.h2 .accent { color: var(--blue); }

.lede { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; color: var(--soft); margin: 0; font-weight: 500; }

/* ---------------- BUTTONS ---------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  background: var(--blue); color: #fff; border: none; border-radius: 999px;
  padding: 21px 38px; font: inherit; font-weight: 700; font-size: 16px; cursor: pointer;
  white-space: nowrap; overflow: hidden; isolation: isolate;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
  box-shadow: 0 20px 40px -18px rgba(31,115,192,.9);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--blue-deep); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease-out); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -18px rgba(31,115,192,.95); }
.btn:hover::before { transform: scaleX(1); }
.btn:active { transform: translateY(0); }
.btn svg { width: 19px; height: 19px; transition: transform .4s var(--ease-out); }
.btn:hover svg { transform: translateX(5px); }
.btn.big { padding: 24px 44px; font-size: 17px; }
.btn.ghost { background: var(--mist); color: var(--ink); box-shadow: none; }
.btn.ghost::before { background: var(--ink); }
.btn.ghost:hover { color: #fff; }
.btn.light { background: #fff; color: var(--navy); box-shadow: 0 20px 44px -20px rgba(0,0,0,.6); }
.btn.light::before { background: #eaf0f6; }
.btn.light:hover { color: var(--navy); }
.btn.glass { background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(10px); box-shadow: none; }
.btn.glass::before { background: rgba(255,255,255,.28); }

.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 700; font-size: 15px; }
.arrow-link svg { width: 17px; height: 17px; transition: transform .3s var(--ease-out); }
.arrow-link:hover svg { transform: translateX(6px); }

/* ---------------- SECTION RHYTHM ---------------- */
.section { padding: clamp(84px, 11vw, 176px) 0; }
.section.mist { background: radial-gradient(70% 55% at 14% 6%, rgba(255,255,255,.82) 0%, rgba(255,255,255,0) 40%), radial-gradient(120% 80% at 78% 8%, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 38%), linear-gradient(180deg, #c8d2e0 0%, #dde4ed 30%, #ffffff 82%); }
.section.mist.to-white { background: linear-gradient(180deg, #c8d2e0 0%, #e4eaf1 28%, #ffffff 65%); }
.section.mist.from-white { background: linear-gradient(180deg, #ffffff 0%, #dde4ed 55%, #c8d2e0 100%); }
.section.navy { background: var(--navy); color: #fff; }
.section.navy .h2 { color: #fff; }
.section.navy .h2 .accent { color: #6fb6ff; }
.section.navy .eyebrow { color: #6fb6ff; }
.section.navy .btn.ghost { background: rgba(255,255,255,.1); color: #fff; }
.section.navy .btn.ghost::before { background: #fff; }
.section.navy .btn.ghost:hover { color: var(--navy); }
.section.navy .caro-nav button { background: rgba(255,255,255,.1); color: #fff; }
.section.navy .caro-nav button:hover { background: #fff; color: var(--navy); }
.section.navy .caro-nav button:disabled:hover { background: rgba(255,255,255,.1); color: #fff; }
/* Liquid-glass vehicle cards on dark */
.section.navy .veh-card { position: relative; background: rgba(255,255,255,.08); border: none; box-shadow: 0 24px 60px -34px rgba(0,0,0,.7), inset 0 1.5px 0 rgba(255,255,255,.4), inset 0 0 0 1px rgba(255,255,255,.05); }
.section.navy .veh-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; border-radius: var(--r); backdrop-filter: blur(24px) saturate(150%); -webkit-backdrop-filter: blur(24px) saturate(150%); }
.section.navy .veh-img, .section.navy .veh-body { position: relative; z-index: 1; }
.section.navy .veh-card::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.32) 0%, rgba(255,255,255,.06) 22%, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 78%, rgba(255,255,255,.12) 100%); mix-blend-mode: screen; }
.section.navy .veh-card:hover { transform: none; box-shadow: 0 40px 80px -36px rgba(0,0,0,.8), inset 0 1.5px 0 rgba(255,255,255,.55), inset 0 0 0 1px rgba(255,255,255,.08); }
.section.navy .veh-img { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.section.navy .veh-model { color: #fff; }
.section.navy .veh-brand { color: #6fb6ff; }
.section.navy .veh-spec { color: #dbe4ee; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.section.navy .veh-foot { border-top-color: rgba(255,255,255,.14); }
.section.navy .vp-cell.vp-fin { border-left-color: rgba(255,255,255,.14); }
.section.navy .vp-lab, .section.navy .vp-sub { color: #9fb2c4; }
.section.navy .vp-val { color: #fff; }
.section.navy .vp-cell.vp-fin .vp-val { color: #6fb6ff; }
.section.navy .vp-val i { color: #9fb2c4; }
.section.navy .veh-go { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.16); }
.section.navy .veh-go:hover { background: var(--blue); border-color: transparent; }
.sec-head { max-width: 900px; margin: 0 0 clamp(52px, 6vw, 92px); }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .lede { margin-top: 26px; max-width: 640px; }
.sec-head.center .lede { margin-left: auto; margin-right: auto; }

/* =========================================================
   TOP UTILITY BAR + HEADER
   ========================================================= */
.topbar { position: relative; z-index: 101; background: var(--navy); color: #b9c6d4; transition: opacity .4s; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 46px; font-size: 13.5px; font-weight: 600; }
.topbar .tb-left { letter-spacing: .2px; }
.topbar .tb-right { display: flex; align-items: center; gap: 28px; }
.topbar .tb-right a { display: inline-flex; align-items: center; gap: 8px; transition: color .2s; }
.topbar .tb-right a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; opacity: .8; }
.topbar .dotsep { width: 5px; height: 5px; border-radius: 50%; background: var(--blue-bright); }

.header { position: sticky; top: 0; z-index: 100; transition: background .45s var(--ease), backdrop-filter .45s, box-shadow .45s; }
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 104px; transition: height .45s var(--ease); }
.header.scrolled { background: rgba(12,22,34,.92); backdrop-filter: blur(16px); box-shadow: 0 20px 50px -30px rgba(0,0,0,.8); }
.header.scrolled .wrap { height: 92px; }
.logo { font-size: 33px; font-weight: 300; letter-spacing: .2px; color: #fff; }
.logo b { font-weight: 700; }
.mainnav { display: flex; gap: 40px; }
.mainnav a { position: relative; color: #e8eef4; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 0; }
.mainnav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: var(--blue-bright); border-radius: 3px; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out); }
.mainnav a:hover::after { transform: scaleX(1); }
.mainnav svg { width: 11px; height: 11px; opacity: .55; }
.header-tools { display: flex; align-items: center; gap: 16px; }
.icon-btn { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); transition: background .25s, transform .25s; }
.icon-btn:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.icon-btn svg { width: 21px; height: 21px; }
.header .btn { padding: 15px 30px; font-size: 15px; box-shadow: none; }
.burger { display: none; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.1); border: none; cursor: pointer; place-items: center; color: #fff; }
.burger svg { width: 24px; height: 24px; }

/* ---------------- MOBILE NAV DRAWER ---------------- */
.mnav-backdrop { position: fixed; inset: 0; z-index: 199; background: rgba(8,15,26,.55); backdrop-filter: blur(3px); opacity: 0; transition: opacity .4s var(--ease-out); }
.mnav-backdrop.show { opacity: 1; }
.mnav {
  position: fixed; top: 0; right: 0; z-index: 200; height: 100dvh; width: min(420px, 86vw);
  background: var(--navy); color: #fff; display: flex; flex-direction: column;
  padding: 26px clamp(26px, 6vw, 40px) calc(34px + env(safe-area-inset-bottom));
  transform: translateX(100%); transition: transform .5s var(--ease-out);
  box-shadow: -30px 0 80px -40px rgba(0,0,0,.8); overflow-y: auto; overscroll-behavior: contain;
}
.mnav.open { transform: none; }
.mnav-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.mnav-head .logo { font-size: 27px; }
.mnav-close { width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; background: rgba(255,255,255,.1); border: none; color: #fff; display: grid; place-items: center; cursor: pointer; transition: background .25s; }
.mnav-close:hover { background: rgba(255,255,255,.22); }
.mnav-close svg { width: 22px; height: 22px; }
.mnav-links { display: flex; flex-direction: column; padding: 14px 0; border-top: 1px solid var(--line-d); margin-top: 6px; }
.mnav-links a { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: clamp(18px, 4.8vw, 22px); letter-spacing: -.02em; color: #fff; padding: 13px 0; border-bottom: 1px solid var(--line-d); transition: color .2s, padding-left .25s var(--ease-out); }
.mnav-links a:hover, .mnav-links a:active { color: #6fb6ff; padding-left: 8px; }
.mnav-foot { margin-top: auto; padding-top: 28px; }
.mnav-foot .btn { width: 100%; justify-content: center; }
.mnav-contact { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.mnav-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.mnav-act { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; padding: 17px 8px; background: rgba(255,255,255,.06); border: none; border-radius: 18px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .2px; text-align: center; white-space: nowrap; transition: background .25s var(--ease-out), transform .25s var(--ease-out); }
.mnav-act:hover, .mnav-act:active { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.mnav-act .ma-ic { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; box-shadow: 0 10px 22px -10px rgba(31,115,192,.8); }
.mnav-act .ma-ic svg { width: 21px; height: 21px; }
.mnav-contact a { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; color: #c2cfdc; transition: color .2s; }
.mnav-contact a:hover { color: #fff; }
.mnav-contact svg { width: 19px; height: 19px; color: #6fb6ff; }
body.mnav-lock { overflow: hidden; }

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; overflow: hidden; color: #fff; margin-top: -104px; padding-top: 104px; }
.hero-bgs { position: absolute; inset: 0; z-index: 0; }
.hslide-bg { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s var(--ease); }
.hslide-bg.is-active { opacity: 1; }
.hslide-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.hslide-bg.is-active img { animation: kenburns 8s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1.0); } }
.hero-bgs::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,22,34,.62) 0%, rgba(12,22,34,.1) 26%, rgba(12,22,34,.2) 56%, rgba(12,22,34,.9) 100%),
    linear-gradient(90deg, rgba(12,22,34,.72) 0%, rgba(12,22,34,0) 58%);
}

.hero-inner { position: relative; z-index: 3; width: 100%; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; padding-top: 40px; }
.hero-slide-content { display: none; }
.hero-slide-content.is-active { display: block; }
.hero-eyebrow { color: #bfe0ff; opacity: 0; transform: translateY(20px); }
.is-active .hero-eyebrow { animation: rise .7s var(--ease-out) .15s forwards; }
.hero h1, .hero .hero-h { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: clamp(52px, 8.4vw, 138px); line-height: .92; letter-spacing: -.045em; margin: 0; max-width: 17ch; }
.hero h1 .lite, .hero .hero-h .lite { font-weight: 300; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero .line { display: block; overflow: hidden; padding-bottom: .16em; margin-bottom: -.16em; }
.hero .line > span { display: inline-block; transform: translateY(112%); transition: transform 1s var(--ease-out); }
.is-active .line:nth-child(1) > span { transition-delay: .2s; }
.is-active .line:nth-child(2) > span { transition-delay: .32s; }
.is-active .line > span { transform: translateY(0); }
.hero-sub { font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: #dde8f2; max-width: 50ch; margin: 30px 0 0; font-weight: 500; opacity: 0; transform: translateY(20px); }
.is-active .hero-sub { animation: rise .8s var(--ease-out) .5s forwards; }
.hero-cta { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; opacity: 0; transform: translateY(20px); }
.is-active .hero-cta { animation: rise .8s var(--ease-out) .62s forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

.hero-chip {
  position: absolute; right: clamp(20px,4vw,72px); top: 50%; transform: translateY(-50%);
  z-index: 3; background: rgba(12,22,34,.42); backdrop-filter: blur(16px);
  border-radius: var(--r-m); padding: 26px 30px; min-width: 240px; color: #fff;
  box-shadow: var(--shadow-m); animation: floaty 6s var(--ease) infinite;
}
.hero-chip .hc-pill { display: inline-block; background: var(--blue); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .6px; padding: 7px 13px; border-radius: 999px; margin-bottom: 16px; }
.hero-chip .hc-name { font-size: 20px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 14px; line-height: 1.2; }
.hero-chip .hc-price { font-size: 13px; color: #c2d2e2; font-weight: 600; }
.hero-chip .hc-price b { display: block; font-size: 32px; font-weight: 700; color: #fff; letter-spacing: -.02em; margin-top: 2px; }
@keyframes floaty { 0%,100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 14px)); } }

/* slider controls */
.hero-controls { position: relative; z-index: 4; padding-bottom: clamp(116px, 13vh, 184px); }
.hero-controls .wrap { display: flex; align-items: center; gap: 28px; }
.hero-dots { display: flex; gap: 12px; }
.hero-dots button { width: 44px; height: 5px; border-radius: 5px; border: none; background: rgba(255,255,255,.32); cursor: pointer; padding: 0; overflow: hidden; position: relative; }
.hero-dots button .fillbar { position: absolute; inset: 0; background: #fff; transform: scaleX(0); transform-origin: left; }
.hero-dots button.on .fillbar { animation: dotfill 6s linear forwards; }
@keyframes dotfill { to { transform: scaleX(1); } }
.hero-count { font-size: 15px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,.85); }
.hero-count b { color: #fff; }
.hero-arrows { margin-left: auto; display: flex; gap: 12px; }
.hero-arrows button { width: 60px; height: 60px; border-radius: 50%; border: none; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .25s, transform .25s; }
.hero-arrows button:hover { background: #fff; color: var(--navy); transform: translateY(-2px); }
.hero-arrows svg { width: 24px; height: 24px; }

/* =========================================================
   SEARCH BAR
   ========================================================= */
.searchwrap { position: relative; z-index: 20; margin-top: clamp(-90px, -7vw, -64px); }
.searchbar { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 20px 20px 20px 32px; }
.searchbar-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 6px 4px 20px; flex-wrap: wrap; }
.seg { display: inline-flex; gap: 6px; background: var(--mist); padding: 6px; border-radius: 999px; }
.seg button { border: none; background: transparent; color: var(--soft); font: inherit; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 999px; cursor: pointer; transition: color .25s, background .25s, box-shadow .25s; }
.seg button.on { background: var(--navy); color: #fff; box-shadow: var(--shadow-s); }
.searchbar-top .hint { font-size: 15px; font-weight: 700; color: var(--soft); }
.searchbar-top .hint b { color: var(--blue); font-size: 18px; font-weight: 700; }
.searchfields { display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr auto; gap: 14px; }
.field label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--soft); margin: 0 0 9px 18px; }
.field select {
  width: 100%; appearance: none; background: var(--mist)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235d6975' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat right 20px center;
  border: none; color: var(--ink); border-radius: 16px;
  height: 56px; padding: 0 20px; font: inherit; font-weight: 700; font-size: 16px; cursor: pointer;
  transition: background .2s, box-shadow .2s; box-shadow: inset 0 0 0 2px transparent;
}
.field select:hover { background-color: var(--mist-2); }
.field select:focus { outline: none; background-color: #fff; box-shadow: inset 0 0 0 2px var(--blue-bright); }
.field.price { display: flex; flex-direction: column; }
.field.price label { display: flex; justify-content: space-between; align-items: baseline; margin: 0 0 8px; padding: 0 6px 0 18px; }
.price-box { background: var(--mist); border-radius: 16px; padding: 0 22px; height: 56px; display: flex; align-items: center; }
.price-val { font-size: 13.5px; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; text-transform: none; letter-spacing: -.01em; }
.hrange { position: relative; height: 18px; width: 100%; margin: 0 4px; }
.hrange-track { position: absolute; top: 7px; left: -6px; right: -6px; height: 4px; background: #cdd6df; border-radius: 4px; }
.hrange-fill { position: absolute; top: 7px; left: -6px; height: 4px; background: var(--blue); border-radius: 4px; }
.hrange-h { position: absolute; top: 50%; width: 20px; height: 20px; background: var(--blue); border: 3px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); cursor: grab; box-shadow: 0 4px 12px rgba(12,22,34,.3); touch-action: none; }
.hrange-h:active { cursor: grabbing; }
.search-go { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; background: var(--blue); color: #fff; border: none; border-radius: 16px; cursor: pointer; padding: 0 38px; font: inherit; min-width: 210px; transition: background .3s var(--ease-out), transform .3s var(--ease-out); box-shadow: 0 18px 36px -16px rgba(31,115,192,.9); }
.search-go:hover { background: var(--navy); transform: translateY(-2px); }
.search-go .sg-main { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 18px; }
.search-go .sg-main svg { width: 20px; height: 20px; }
.search-go .sg-sub { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.75); letter-spacing: .3px; }

/* =========================================================
   PARTNER LOGOS (static)
   ========================================================= */
.partners { padding: clamp(48px,6vw,80px) 0; background: var(--paper); }
.partners-inner { display: flex; align-items: center; justify-content: center; gap: clamp(40px,7vw,110px); flex-wrap: wrap; }
.partners .pl { font-weight: 700; font-size: clamp(13px,1vw,14px); letter-spacing: 2px; text-transform: uppercase; color: var(--soft); }
.partners img { height: clamp(34px,3.4vw,52px); width: auto; object-fit: contain; opacity: .62; filter: grayscale(1); transition: opacity .3s, filter .3s, transform .3s; }
.partners img:hover { opacity: 1; filter: none; transform: scale(1.05); }
.partners img[alt="Kia"] { height: clamp(27px,2.7vw,41px); }
@media (max-width: 680px) {
  .partners-inner { display: grid; grid-template-columns: repeat(3, 1fr); justify-items: center; align-items: center; gap: clamp(22px,6vw,40px) clamp(14px,4vw,26px); }
  .partners img { height: clamp(28px,6vw,40px); max-width: 100%; }
  .partners img[alt="Kia"] { height: clamp(22px,4.8vw,32px); }
}

/* =========================================================
   STATS
   ========================================================= */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 4vw, 64px); }
.stat .n { font-weight: 700; font-size: clamp(64px, 8vw, 122px); line-height: .86; letter-spacing: -.04em; color: var(--ink); }
.stat .n .suf { font-size: .34em; font-weight: 700; color: var(--blue); margin-left: 6px; }
.stat .bar { width: 64px; height: 5px; border-radius: 5px; background: var(--blue-bright); margin: 26px 0 20px; }
.stat .l { font-size: 16px; line-height: 1.5; color: var(--soft); font-weight: 600; max-width: 240px; }

/* =========================================================
   BRAND / SPEC SHOWCASE (big)
   ========================================================= */
.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.brandcard { position: relative; border-radius: var(--r); overflow: hidden; min-height: 640px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate; box-shadow: var(--shadow-s); }
.brandcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease-out); }
.brandcard::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8,15,26,.92) 2%, rgba(8,15,26,.15) 48%, rgba(8,15,26,.45) 100%); }
.brandcard:hover img { transform: scale(1.07); }
.brandcard .bc-top { position: absolute; top: 28px; left: 28px; right: 28px; display: flex; justify-content: space-between; align-items: center; }
.brandcard .bc-pill { background: rgba(255,255,255,.16); backdrop-filter: blur(8px); font-size: 12.5px; font-weight: 700; padding: 10px 18px; border-radius: 999px; letter-spacing: .4px; }
.brandcard .bc-arrow { width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--navy); display: grid; place-items: center; transform: translate(8px,-8px) scale(.8); opacity: 0; transition: all .45s var(--ease-out); }
.brandcard:hover .bc-arrow { transform: none; opacity: 1; }
.brandcard .bc-arrow svg { width: 20px; height: 20px; }
.brandcard .bc-body { position: relative; padding: 40px 40px 44px; }
.brandcard .bc-name { font-weight: 700; font-size: clamp(34px,3vw,46px); letter-spacing: -.03em; margin: 0 0 10px; }
.brandcard .bc-logo { height: clamp(30px, 2.8vw, 40px); width: auto; max-width: 60%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.45)); margin: 0 0 16px; display: block; }
.brandcard .bc-desc { font-size: 16.5px; line-height: 1.6; color: #d8e3ef; max-width: 40ch; overflow: hidden; max-height: 0; opacity: 0; transition: max-height .55s var(--ease-out), opacity .45s var(--ease-out), margin .55s var(--ease-out); }
.brandcard:hover .bc-desc { max-height: 150px; opacity: 1; margin-top: 6px; }

/* =========================================================
   VEHICLE CAROUSEL (large)
   ========================================================= */
.caro-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: clamp(44px, 5vw, 72px); }
.caro-actions { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }
.caro-nav { display: flex; gap: 12px; }
.caro-nav button { width: 64px; height: 64px; border-radius: 50%; border: none; background: var(--mist); color: var(--ink); cursor: pointer; display: grid; place-items: center; transition: all .3s var(--ease-out); }
.caro-nav button:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.caro-nav button:disabled { opacity: .35; cursor: default; transform: none; }
.caro-nav button:disabled:hover { background: var(--mist); color: var(--ink); }
.caro-nav svg { width: 24px; height: 24px; }
.track { display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 16px 8px 54px; margin: -16px -8px -38px; margin-right: calc(-1 * (max(0px, (100vw - var(--maxw)) / 2) + clamp(20px, 4vw, 72px))); padding-right: clamp(20px, 4vw, 72px); scrollbar-width: none; cursor: grab; }
.track.dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.track::-webkit-scrollbar { display: none; }

.veh-card { flex: 0 0 460px; scroll-snap-align: start; background: #fff; border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 20px -14px rgba(12,22,34,.18); transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }
.veh-card:hover { transform: translateY(-8px); box-shadow: 0 34px 60px -34px rgba(12,22,34,.4); }
.veh-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(180deg, #f3f5f7, #e6e9ec); }
.veh-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.veh-card:hover .veh-img img { transform: scale(1.08); }
.veh-pill { position: absolute; top: 18px; left: 18px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .4px; padding: 9px 16px; border-radius: 999px; }
.veh-pill.ev { background: #1f9e6a; }
.veh-body { padding: 32px 34px 34px; display: flex; flex-direction: column; flex: 1; }
.veh-brand { font-size: 12.5px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; color: var(--blue-bright); margin: 0 0 8px; }
.veh-model { font-weight: 700; font-size: 23px; letter-spacing: -.02em; color: var(--ink); margin: 0 0 22px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 60px; }
.veh-specs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.veh-spec { font-size: 13.5px; font-weight: 700; color: #3f4b59; background: var(--mist); border-radius: 10px; padding: 9px 14px; }
.veh-consum { margin: -16px 0 22px; font-size: 11px; line-height: 1.45; font-weight: 500; color: var(--soft); }
.section.navy .veh-consum { color: #9fb2c4; }
.veh-foot { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--mist-2); display: flex; align-items: center; gap: 16px; }
.veh-pricegrid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-width: 0; }
.vp-cell { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.vp-cell.vp-fin { padding-left: 16px; border-left: 1px solid var(--mist-2); }
.vp-lab { font-size: 10.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--soft); white-space: nowrap; }
.vp-val { font-weight: 700; font-size: 23px; letter-spacing: -.03em; color: var(--ink); line-height: 1; white-space: nowrap; }
.vp-cell.vp-fin .vp-val { color: var(--blue); }
.vp-val i { font-style: normal; font-size: 12.5px; font-weight: 700; color: var(--soft); margin-left: 3px; }
.vp-sub { font-size: 11px; font-weight: 600; color: var(--soft); line-height: 1.3; }
.veh-go { width: 60px; height: 60px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; transition: background .3s, transform .3s var(--ease-out); flex-shrink: 0; }
.veh-go:hover { background: var(--blue); transform: translateX(4px); }
.veh-go svg { width: 22px; height: 22px; }

/* =========================================================
   STATEMENT (parallax)
   ========================================================= */
.statement { position: relative; min-height: 86vh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.statement-bg { position: absolute; inset: -14% 0; z-index: 0; }
.statement-bg img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.statement::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,15,26,.94) 0%, rgba(8,15,26,.55) 54%, rgba(8,15,26,.15) 100%); }
.statement .wrap { position: relative; z-index: 2; }
.statement .eyebrow { color: #bfe0ff; }
.statement h2 { font-weight: 700; font-size: clamp(40px, 6vw, 96px); letter-spacing: -.04em; line-height: .98; max-width: 16ch; margin: 0 0 40px; color: #fff; }
.statement h2 .lite { font-weight: 300; }
.statement h2 .accent { color: var(--blue-bright); }
.seal { position: absolute; right: 7%; top: 50%; transform: translateY(-50%); z-index: 3; width: 206px; height: 206px; border-radius: 50%; display: grid; place-items: center; text-align: center; border: 1.5px solid rgba(255,255,255,.4); }
.seal::after { content: ""; position: absolute; inset: 13px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); }
.seal .big { font-weight: 700; font-size: 76px; line-height: .9; color: #fff; letter-spacing: -.04em; }
.seal .sm { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #cbd6e2; margin-top: 8px; }

/* =========================================================
   WARUM (Vorteile)
   ========================================================= */
.why-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(40px, 5vw, 88px); align-items: center; }
.why-media { position: relative; aspect-ratio: 1/1; }
.wm-main { position: absolute; top: 0; left: 0; width: 80%; height: 82%; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.wm-sub { position: absolute; right: 0; bottom: 0; width: 47%; height: 47%; border-radius: var(--r-m); overflow: hidden; box-shadow: var(--shadow); border: 7px solid #fff; }
.wm-main img, .wm-sub img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--oz,1)); transition: transform 1.1s var(--ease-out); }
.why-media:hover .wm-main img { transform: scale(calc(var(--oz,1) * 1.06)); }
.wm-sub img { transition-delay: .05s; }
.why-media:hover .wm-sub img { transform: scale(1.06); }
.why-badge { position: absolute; left: 20px; top: 20px; background: var(--navy); color: #fff; border-radius: var(--r-m); padding: 22px 30px; display: flex; align-items: center; gap: 18px; box-shadow: var(--shadow-m); z-index: 3; }
.why-badge .wb-n { font-size: 60px; font-weight: 700; letter-spacing: -.05em; line-height: .82; }
.why-badge .wb-t { font-size: 14.5px; font-weight: 700; color: #c2d2e2; line-height: 1.25; }
.why-content .h2 { margin-bottom: 30px; }
.why-facts { display: flex; margin: 34px 0; border-top: 1px solid var(--mist-2); border-bottom: 1px solid var(--mist-2); }
.wf { flex: 1; padding: 22px 8px 22px 0; display: flex; flex-direction: column; gap: 5px; }
.wf + .wf { padding-left: 28px; border-left: 1px solid var(--mist-2); }
.wf-n { font-weight: 700; font-size: clamp(30px, 2.6vw, 36px); letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.wf-l { font-size: 13px; font-weight: 700; letter-spacing: .4px; color: var(--soft); }
.why-list { display: flex; flex-direction: column; gap: 30px; margin-bottom: 44px; }
.why-item { display: flex; gap: 22px; align-items: flex-start; }
.wi-n { width: 50px; height: 50px; border-radius: 50%; background: var(--mist); color: var(--blue); display: grid; place-items: center; font-size: 17px; font-weight: 700; flex-shrink: 0; }
.why-item h4 { font-size: 22px; font-weight: 700; letter-spacing: -.02em; margin: 7px 0 8px; color: var(--ink); }
.why-item p { font-size: 16.5px; line-height: 1.6; color: var(--soft); margin: 0; font-weight: 500; }
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .why-media { aspect-ratio: 16/12; max-width: 560px; }
}

/* ABOUT dark panel (Unternehmen) */
.about-dark { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); background: var(--navy); color: #fff; padding: clamp(48px, 5vw, 92px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 72px) clamp(40px, 5vw, 90px); }
.about-dark::before { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  radial-gradient(80% 120% at 100% 0%, rgba(64,140,230,.22) 0%, rgba(64,140,230,0) 55%),
  radial-gradient(70% 90% at 0% 100%, rgba(64,140,230,.12) 0%, rgba(64,140,230,0) 60%); }
.about-dark > * { position: relative; z-index: 1; }
.about-dark-head { grid-column: 1 / -1; }
.about-dark .eyebrow.light { color: #6fb6ff; }
.about-dark-h { font-weight: 700; font-size: clamp(38px, 4.4vw, 64px); letter-spacing: -.035em; line-height: 1.02; margin: 16px 0 0; color: #fff; max-width: 18ch; }
.about-dark-h .accent { color: #6fb6ff; }
.about-dark-body { display: flex; flex-direction: column; gap: 30px; }
.about-dark-lede { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.75; color: rgba(255,255,255,.82); margin: 0; font-weight: 500; }
.about-dark-quote { margin: 0; padding: 6px 0 6px 24px; border-left: 3px solid #6fb6ff; font-size: clamp(21px, 2vw, 28px); font-weight: 700; color: #fff; line-height: 1.3; }
.about-dark-quote cite { display: block; margin-top: 14px; font-size: 12px; font-weight: 700; font-style: normal; color: #9fc2e6; letter-spacing: 1.4px; text-transform: uppercase; }
.about-dark-foot { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; border-left: 1px solid rgba(255,255,255,.12); padding-left: clamp(32px, 4vw, 72px); }
.about-dark-stats { display: flex; flex-direction: column; gap: 28px; }
.about-dark-stats .as { display: flex; align-items: baseline; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.about-dark-stats .as:last-child { border-bottom: none; padding-bottom: 0; }
.about-dark-stats .as-n { font-weight: 700; font-size: clamp(40px, 3.6vw, 56px); letter-spacing: -.04em; line-height: .9; color: #fff; min-width: 1.6em; }
.about-dark-stats .as-l { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.66); letter-spacing: .2px; line-height: 1.3; }
.about-dark-foot .btn { align-self: flex-start; }
@media (max-width: 1024px) {
  .about-dark { grid-template-columns: 1fr; }
  .about-dark-foot { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 36px; }
}

/* =========================================================
   SERVICE TABS
   ========================================================= */
.utabs { display: flex; gap: 14px; margin-bottom: clamp(48px, 5vw, 72px); flex-wrap: wrap; }
.utab { background: var(--paper); border: none; font: inherit; font-weight: 700; font-size: 16px; color: var(--soft); cursor: pointer; padding: 16px 30px; border-radius: 999px; transition: color .25s, background .25s, box-shadow .25s; }
.utab:hover { color: var(--ink); }
.utab.on { color: #fff; background: var(--navy); box-shadow: var(--shadow-s); }
.section.mist .utab { background: #fff; }
.svc-panel { display: grid; grid-template-columns: 1fr 1.18fr; gap: clamp(40px, 5vw, 88px); align-items: center; }
.svc-text h3 { font-weight: 700; font-size: clamp(32px, 3.6vw, 56px); letter-spacing: -.03em; line-height: 1.05; color: var(--ink); margin: 18px 0 24px; }
.svc-text p { font-size: 18px; line-height: 1.65; color: var(--soft); margin: 0 0 30px; font-weight: 500; }
.svc-list { list-style: none; padding: 0; margin: 0 0 38px; display: flex; flex-direction: column; gap: 18px; }
.svc-list li { display: flex; gap: 15px; align-items: flex-start; font-size: 17px; font-weight: 600; color: var(--ink); }
.svc-list .ck { width: 30px; height: 30px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.svc-list .ck svg { width: 17px; height: 17px; color: #fff; }
.svc-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.svc-media { border-radius: var(--r); overflow: hidden; aspect-ratio: 16/12; box-shadow: var(--shadow); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
.svc-media:hover img { transform: scale(1.06); }
.svc-fade { animation: svcfade .6s var(--ease-out); }
@keyframes svcfade { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* =========================================================
   OFFERS
   ========================================================= */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.offer-card { display: grid; grid-template-columns: 300px 1fr; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-s); transition: box-shadow .45s var(--ease-out), transform .45s var(--ease-out); }
.offer-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.offer-media { position: relative; background: #c9ced4; overflow: hidden; min-height: 240px; }
.offer-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.offer-card:hover .offer-media img { transform: scale(1.08); }
.offer-tag { position: absolute; top: 16px; left: 16px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .4px; padding: 9px 15px; border-radius: 999px; }
.offer-body { padding: 34px 36px; display: flex; flex-direction: column; }
.offer-model { font-weight: 700; font-size: 25px; letter-spacing: -.02em; color: var(--ink); margin: 0 0 12px; line-height: 1.2; }
.offer-note { font-size: 13.5px; line-height: 1.6; color: var(--soft); margin: 0 0 26px; font-weight: 500; }
.offer-foot { margin-top: auto; display: flex; align-items: center; gap: 14px; }
.offer-price { font-weight: 700; font-size: 30px; letter-spacing: -.03em; color: var(--ink); }
.offer-price small { font-size: 13px; font-weight: 600; color: var(--soft); }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.tm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tm-card { background: var(--mist-3); border-radius: var(--r); padding: 48px 44px; display: flex; flex-direction: column; transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }
.section.mist .tm-card { background: #fff; }
.tm-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); }
.tm-stars { color: #f5b740; letter-spacing: 4px; font-size: 18px; margin-bottom: 24px; }
.tm-quote { font-size: 19px; line-height: 1.6; color: var(--ink); margin: 0 0 32px; flex: 1; font-weight: 500; }
.tm-who { display: flex; align-items: center; gap: 15px; }
.tm-av { width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.tm-name { font-weight: 700; font-size: 16px; }
.tm-src { font-size: 13px; color: var(--soft); margin-top: 2px; }

/* =========================================================
   STANDORT
   ========================================================= */
.standort { display: grid; grid-template-columns: 1fr 1.2fr; gap: 28px; }
.standort-info { background: var(--navy); color: #fff; border-radius: var(--r); padding: clamp(40px, 4.5vw, 64px); }
.standort-info h3 { font-weight: 700; font-size: clamp(32px, 3.4vw, 48px); letter-spacing: -.03em; margin: 0 0 10px; }
.standort-info .addr { font-size: 17px; line-height: 1.7; color: #c2cfdc; margin: 0 0 34px; font-weight: 500; }
.s-row { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line-d); font-size: 16px; }
.s-row:first-of-type { border-top: none; }
.s-row .sk { color: #8ba3bf; font-weight: 700; font-size: 12.5px; letter-spacing: .5px; text-transform: uppercase; padding-top: 3px; }
.s-row .sv { font-weight: 700; }
.standort-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.standort-map { border-radius: var(--r); overflow: hidden; position: relative; min-height: 540px; background: #c9ced4; box-shadow: var(--shadow-s); }
.standort-map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rating { position: absolute; right: 22px; bottom: 22px; background: var(--navy); color: #fff; border-radius: var(--r-s); padding: 16px 22px; display: flex; align-items: center; gap: 13px; box-shadow: var(--shadow); }
.rating .g { width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; font-weight: 700; font-family: serif; font-size: 20px; }
.rating .rt { font-size: 12.5px; color: #9fb0c2; font-weight: 600; }
.rating .rv { font-size: 16px; font-weight: 700; }
.rating .stars { color: #f5b740; font-size: 14px; }

/* =========================================================
   FOOTER
   ========================================================= */
footer { background: var(--navy); color: #9fb0c2; padding: clamp(64px,7vw,100px) 0 36px; }
.foot-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line-d); flex-wrap: wrap; }
.foot-cta h3 { font-weight: 700; font-size: clamp(34px, 4.4vw, 68px); letter-spacing: -.04em; color: #fff; margin: 0; max-width: 16ch; line-height: 1.0; }
.foot-cta h3 .lite { font-weight: 300; }
.foot-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr) 1.4fr; gap: 44px; }
.foot-logo { font-size: 30px; font-weight: 300; color: #fff; margin-bottom: 18px; }
.foot-logo b { font-weight: 700; }
footer p { font-size: 15px; line-height: 1.7; margin: 0 0 12px; }
.foot-col h4 { color: var(--blue-bright); font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin: 0 0 18px; }
.foot-col a { display: block; font-size: 15px; padding: 6px 0; color: #9fb0c2; transition: color .2s, transform .2s; }
.foot-col a:hover { color: #fff; transform: translateX(4px); }
.foot-news { background: var(--navy-2); border-radius: var(--r-m); padding: 30px 32px; }
.foot-news h4 { color: #fff; font-size: 20px; letter-spacing: -.01em; margin: 0 0 6px; font-weight: 700; }
.foot-news p { font-size: 14px; margin: 0 0 16px; }
.foot-social { display: flex; gap: 12px; margin-top: 18px; }
.foot-social a { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .25s, transform .25s; }
.foot-social a:hover { background: var(--blue); transform: translateY(-2px); }
.foot-social svg { width: 18px; height: 18px; }
.copyright { margin-top: 56px; padding-top: 30px; border-top: 1px solid var(--line-d); font-size: 13.5px; color: #7e90a3; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.copyright a { margin-left: 20px; }
.copyright a:hover { color: #fff; }

/* =========================================================
   REVEAL
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(44px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
  .reveal.in { opacity: 1; transform: none; }
  [data-stagger] > * { opacity: 0; transform: translateY(50px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
  [data-stagger].in > * { opacity: 1; transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .mainnav, .header .btn { display: none; }
  .burger { display: grid; }
  .veh-card { flex-basis: 400px; }
  .searchfields { grid-template-columns: 1fr 1fr; }
  .search-go { grid-column: 1 / -1; flex-direction: row; padding: 18px; min-width: 0; }
}
@media (max-width: 1024px) {
  .searchfields { grid-template-columns: 1fr 1fr; }
  .search-go { grid-column: 1 / -1; flex-direction: row; padding: 18px; min-width: 0; }
  .brands-grid { grid-template-columns: 1fr; }
  .brandcard { min-height: 460px; }
  .brandcard .bc-desc { max-height: 150px; opacity: 1; margin-top: 6px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 48px 32px; }
  .svc-panel, .offer-grid, .standort { grid-template-columns: 1fr; }
  .tm-grid { grid-template-columns: 1fr; }
  .seal { display: none; }
  .hero-chip { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .topbar .tb-left, .topbar .tb-hours { display: none; }
  .topbar .tb-right .dotsep { display: none; }
  .topbar .wrap { justify-content: center; }
}
@media (max-width: 680px) {
  .searchfields { grid-template-columns: 1fr; }
  .seg { width: 100%; }
  .seg button { flex: 1; padding: 12px 6px; font-size: 13px; }
  .stats-grid { grid-template-columns: 1fr; }
  .offer-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px clamp(20px, 4vw, 72px) 16px; margin: -4px calc(-1 * clamp(20px, 4vw, 72px)) 0; }
  .offer-grid::-webkit-scrollbar { display: none; }
  .offer-card { grid-template-columns: 1fr; flex: 0 0 87%; scroll-snap-align: center; }
  .offer-media { aspect-ratio: 16/10; min-height: 210px; }
  .caro-head { flex-direction: column; align-items: flex-start; }
  .veh-card { flex-basis: 300px; }
  .hero-controls { padding-bottom: 150px; }
  .hero-arrows button { width: 50px; height: 50px; }
  .foot-cta { flex-direction: column; align-items: flex-start; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .copyright { flex-direction: column; }
  .copyright a { margin-left: 0; margin-right: 20px; }
  .loc-contact { flex-direction: column; }
  .lh-top { flex-wrap: wrap; gap: 8px 12px; }
  .lh-label { font-size: 22px; }
  .lh-status { white-space: normal; }
  .loc-actions { flex-direction: column; }
  .loc-actions .btn { width: 100%; }
  .standort-actions .btn, .svc-actions .btn, .why-actions .btn { width: 100%; justify-content: center; }
  .header .wrap { height: 80px; }
  .header.scrolled .wrap { height: 72px; }
  .logo { font-size: 27px; }
  .burger { width: 48px; height: 48px; }
  .icon-btn { width: 46px; height: 46px; }
  .header-tools { gap: 10px; }
  .veh-card { flex-basis: 84vw; }
}
@media (max-width: 400px) {
  .searchbar { padding: 16px 14px; }
  .veh-card { flex-basis: 88vw; }
}

/* =========================================================
   NEWS
   ========================================================= */
.news-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 26px; align-items: stretch; }
.news-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: 0 6px 20px -14px rgba(12,22,34,.18); transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -34px rgba(12,22,34,.4); }
.news-side { display: flex; flex-direction: column; gap: 26px; }
.news-side .news-card { flex: 1; }
.news-card:not(.feat) { position: relative; flex-direction: column; justify-content: flex-end; color: #fff; min-height: 268px; }
.news-card:not(.feat)::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(8,15,26,.92) 2%, rgba(8,15,26,.12) 58%, rgba(8,15,26,.34) 100%); }
.nc-media { position: relative; overflow: hidden; }
.news-card.feat { position: relative; min-height: 562px; }
.news-card.feat::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, rgba(8,15,26,.5) 0%, rgba(8,15,26,0) 46%); }
.news-card.feat .nc-media { position: absolute; inset: 0; width: 100%; height: 100%; flex: none; min-height: 0; }
.news-card.feat .nc-pill { z-index: 3; }
.news-card.feat .nc-body { position: absolute; left: 32px; right: 32px; bottom: 32px; z-index: 2; max-width: 480px; background: #fff; border-radius: var(--r-m); padding: 34px 38px; box-shadow: 0 30px 60px -30px rgba(8,15,26,.6); }
.news-card:not(.feat) .nc-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.nc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.news-card:hover .nc-media img { transform: scale(1.06); }
.nc-pill { position: absolute; top: 16px; left: 16px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; padding: 8px 14px; border-radius: 999px; }
.nc-body { padding: 34px 36px; display: flex; flex-direction: column; }
.news-card:not(.feat) .nc-body { position: relative; z-index: 2; padding: 28px 30px; }
.news-card:not(.feat) .nc-date { color: rgba(255,255,255,.82); }
.news-card:not(.feat) .nc-body h3 { color: #fff; font-size: 22px; margin: 0; }
.nc-date { font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--soft); margin: 0 0 13px; }
.nc-body h3 { font-weight: 700; letter-spacing: -.02em; margin: 0 0 13px; color: var(--ink); line-height: 1.18; }
.news-card.feat .nc-body h3 { font-size: clamp(26px, 2.4vw, 34px); }
.news-card:not(.feat) .nc-body h3 { font-size: 21px; }
.nc-text { font-size: 15.5px; line-height: 1.6; color: var(--soft); margin: 0 0 20px; font-weight: 500; }
.news-card:not(.feat) .nc-text, .news-card:not(.feat) .arrow-link { display: none; }
.nc-body .arrow-link { margin-top: auto; }
@media (max-width: 1024px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-card.feat .nc-media { flex: none; aspect-ratio: 16/10; }
  .news-side .news-card { min-height: 240px; }
}
@media (max-width: 680px) {
  .news-card:not(.feat) { min-height: 240px; }
  .nc-body { padding: 26px 26px 30px; }
}

/* =========================================================
   SERVICE CARDS
   ========================================================= */
.svc-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.svc-c { display: flex; flex-direction: column; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: 0 6px 20px -14px rgba(12,22,34,.18); transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }
.svc-c:hover { transform: translateY(-8px); box-shadow: 0 34px 60px -34px rgba(12,22,34,.4); }
.sc-media { position: relative; overflow: hidden; aspect-ratio: 5/4; }
.sc-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--oz,1)); transition: transform .8s var(--ease-out); }
.svc-c:hover .sc-media img { transform: scale(calc(var(--oz,1) * 1.08)); }
.sc-tag { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.94); color: var(--navy); font-size: 12px; font-weight: 700; padding: 9px 15px; border-radius: 999px; backdrop-filter: blur(4px); }
.sc-body { padding: 30px 30px 32px; display: flex; flex-direction: column; flex: 1; }
.sc-body h3 { font-weight: 700; font-size: 22px; letter-spacing: -.02em; margin: 0 0 11px; color: var(--ink); }
.sc-body p { font-size: 15px; line-height: 1.6; color: var(--soft); margin: 0 0 22px; font-weight: 500; flex: 1; }
.sc-body .arrow-link { margin-top: auto; }
@media (max-width: 1024px) { .svc-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .svc-cards { grid-template-columns: 1fr; } }

/* =========================================================
   TESTIMONIALS (redesign)
   ========================================================= */
.tm-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 44px; flex-wrap: wrap; }
.tm-head-text { max-width: 680px; }
.tm-head-text .h2 { margin: 0; font-size: clamp(30px, 3.2vw, 46px); }
.tm-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; flex-shrink: 0; }
.tm-intro { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65; color: var(--soft); font-weight: 500; margin: 22px 0 24px; max-width: 52ch; }
.tm-rate { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.tm-rate-num { font-weight: 700; font-size: 30px; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.tm-rate-stars { color: #f5b740; font-size: 19px; letter-spacing: 2px; }
.tm-rate-sub { font-size: 14.5px; color: var(--soft); font-weight: 600; }
.tm-nav { display: flex; gap: 12px; flex-shrink: 0; }
.tm-arrow { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--mist-2); background: #fff; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background .25s, color .25s, transform .25s, border-color .25s; flex-shrink: 0; }
.tm-arrow:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-2px); }
.tm-arrow svg { width: 20px; height: 20px; }
.tm-viewport { overflow: hidden; padding: 22px 0 48px; margin: -22px 0 -48px; }
.tm-track { display: flex; gap: 24px; transition: transform .55s var(--ease-out); }
.tm-track > .tm-card { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; }
.tm-card { position: relative; background: #fff; border-radius: var(--r); padding: 40px 40px 34px; display: flex; flex-direction: column; box-shadow: 0 20px 30px -22px rgba(12,22,34,.34); transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.tm-card:hover { transform: translateY(-5px); box-shadow: 0 28px 42px -28px rgba(12,22,34,.44); }
.tm-mark { position: absolute; top: 22px; right: 30px; font-family: Georgia, serif; font-size: 78px; line-height: 1; font-weight: 700; color: var(--blue); opacity: .12; pointer-events: none; }
.tm-stars { color: #f5b740; letter-spacing: 3px; font-size: 16px; margin-bottom: 18px; }
.tm-quote { font-size: 16.5px; line-height: 1.62; color: var(--ink); margin: 0 0 26px; font-weight: 500; font-style: italic; flex: 1; position: relative; }
.tm-who { display: flex; align-items: center; gap: 14px; }
.tm-av { width: 44px; height: 44px; border-radius: 50%; background: var(--mist-3); border: 1px solid var(--mist-2); display: grid; place-items: center; flex-shrink: 0; }
.tm-av svg { width: 22px; height: 22px; display: block; opacity: .92; }
.tm-name { font-weight: 700; font-size: 15.5px; }
.tm-src { font-size: 13px; color: var(--soft); margin-top: 2px; }
.tm-dots { display: flex; gap: 9px; justify-content: center; margin-top: 32px; }
.tm-foot { margin-top: 34px; display: flex; justify-content: flex-start; }
.tm-dot { width: 9px; height: 9px; border-radius: 999px; background: var(--mist-2); border: none; padding: 0; cursor: pointer; transition: width .3s var(--ease-out), background .3s; }
.tm-dot.on { width: 30px; background: var(--blue); }
@media (max-width: 1024px) {
  .tm-track > .tm-card { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 680px) {
  .tm-track > .tm-card { flex: 0 0 100%; }
}

/* =========================================================
   STANDORT (redesign)
   ========================================================= */
.loc { display: flex; flex-direction: column; gap: clamp(22px, 2.4vw, 34px); }
.loc-media { position: relative; border-radius: var(--r); overflow: hidden; height: clamp(360px, 40vw, 500px); box-shadow: var(--shadow-s); }
.loc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.loc-rating { position: absolute; left: 28px; bottom: 28px; background: #fff; border-radius: var(--r-m); padding: 18px 26px; display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow-m); }
.loc-media .loc-map { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.loc-rating .g { width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px -10px rgba(12,22,34,.4); display: grid; place-items: center; }
.loc-rating .g svg { width: 27px; height: 27px; display: block; }
.loc-rating .rv { font-weight: 700; font-size: 20px; color: var(--ink); }
.loc-rating .rv .stars { color: #f5b740; font-size: 13px; margin-left: 5px; letter-spacing: 1px; }
.loc-rating .rt { font-size: 13px; color: var(--soft); font-weight: 600; margin-top: 2px; }

.loc-info { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(22px, 2.4vw, 34px); align-items: stretch; }
.loc-panel { min-width: 0; background: #fff; border: none; border-radius: var(--r); padding: clamp(36px, 3.4vw, 56px); display: flex; flex-direction: column; box-shadow: var(--shadow-m); }
.loc-panel-contact { background: transparent; box-shadow: none; padding: clamp(4px, 1vw, 14px) 0 0; justify-content: flex-start; }
.loc-panel-contact h3 { font-weight: 700; font-size: clamp(28px, 2.6vw, 38px); letter-spacing: -.025em; margin: 0 0 14px; color: var(--ink); }
.loc-addr { display: flex; align-items: center; gap: 11px; font-size: 17px; color: var(--soft); margin: 0 0 24px; font-weight: 600; }
.loc-addr svg { width: 20px; height: 20px; color: var(--blue); flex-shrink: 0; }
.loc-hours { display: flex; flex-direction: column; height: 100%; }
.lh-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.lh-label { font-size: clamp(22px, 2vw, 28px); font-weight: 700; letter-spacing: -.02em; text-transform: none; color: var(--ink); }
.lh-status { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; padding: 7px 14px; border-radius: 999px; white-space: nowrap; }
.lh-status .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.lh-status.is-open { background: rgba(40,184,123,.12); color: #1f8a5b; }
.lh-status.is-open .dot { background: #28b87b; box-shadow: 0 0 0 4px rgba(40,184,123,.16); }
.lh-status.is-closed { background: var(--mist); color: var(--soft); }
.lh-status.is-closed .dot { background: #9aa6b2; }
.hours-switch { display: flex; gap: 6px; background: var(--mist); border-radius: 14px; padding: 5px; margin-bottom: 8px; }
.hsw { flex: 1; border: none; background: transparent; font: inherit; font-weight: 700; font-size: 15px; color: var(--soft); padding: 14px 10px; border-radius: 11px; cursor: pointer; transition: background .25s var(--ease-out), color .2s, box-shadow .25s; }
.hsw:hover { color: var(--ink); }
.hsw.on { background: var(--navy); color: #fff; box-shadow: var(--shadow-s); }
.hours-table { display: flex; flex-direction: column; margin-top: auto; }
.hrow { display: flex; justify-content: space-between; gap: 16px; padding: 16px 2px; font-size: 16.5px; border-top: 1px solid var(--mist-2); }
.hrow:first-child { border-top: none; }
.hrow .hk { color: var(--soft); font-weight: 700; white-space: nowrap; }
.hrow .hv { color: var(--ink); font-weight: 700; white-space: nowrap; }
.hrow .hv.muted { color: #9aa6b2; font-weight: 600; }
.loc-contact { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.lc-btn { display: flex; align-items: center; gap: 16px; padding: 18px 22px; background: #fff; border: none; border-radius: var(--r-m); font-size: 16px; font-weight: 700; color: var(--ink); box-shadow: var(--shadow-s); transition: box-shadow .25s var(--ease-out), transform .2s var(--ease-out); min-width: 0; }
.lc-btn:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-m); }
.lc-btn:hover .lc-ic { background: var(--blue); color: #fff; }
.lc-item { display: flex; align-items: center; gap: 16px; font-size: 17px; font-weight: 700; color: var(--ink); transition: color .2s; }
.lc-item:hover { color: var(--blue); }
.lc-item:hover .lc-ic { background: var(--blue); color: #fff; }
.lc-ic { width: 48px; height: 48px; border-radius: 50%; background: var(--mist); display: grid; place-items: center; color: var(--blue); flex-shrink: 0; transition: background .2s, color .2s; }
.lc-ic svg { width: 21px; height: 21px; }
.lc-tx { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.lc-tx { overflow: hidden; }
.lc-tx > :not(.lc-cap) { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lc-cap { font-size: 11.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--soft); }
.loc-actions { display: flex; gap: 14px; margin-top: 4px; flex-wrap: wrap; }
.loc-actions .btn { flex: 1; justify-content: center; box-shadow: none; }
.loc-actions .btn.big { padding: 22px 28px; font-size: 17px; }
.loc-panel-contact .loc-actions .btn.ghost { background: var(--mist); border: 1px solid var(--mist-2); }
@media (max-width: 1024px) {
  .loc-info { grid-template-columns: minmax(0, 1fr); }
  .loc-media { height: 380px; }
}

/* =========================================================
   WARUM — Text, Zitat, Gute Gründe
   ========================================================= */
.why-text { font-size: 16.5px; line-height: 1.7; color: var(--soft); margin: 18px 0 0; font-weight: 500; }
.why-quote { margin: 0 0 34px; padding: 4px 0 4px 26px; border-left: 3px solid var(--blue); font-size: clamp(21px, 1.9vw, 26px); font-weight: 700; color: var(--ink); line-height: 1.32; letter-spacing: -.01em; }
.why-quote cite { display: block; margin-top: 14px; font-size: 12.5px; font-weight: 700; font-style: normal; color: var(--blue); letter-spacing: 1.5px; text-transform: uppercase; }
.why-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
.reasons { margin-top: clamp(56px, 6vw, 100px); }
.reasons-head { margin-bottom: 40px; }
.reasons-title { font-weight: 700; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.03em; line-height: 1.05; margin: 14px 0 0; color: var(--ink); }
.reasons-title .lite { font-weight: 300; }
.reasons-title .accent { color: var(--blue); }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.reason { display: flex; gap: 16px; align-items: flex-start; background: var(--mist); border-radius: var(--r-m); padding: 30px 30px; }
.reason .r-ic { width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.reason .r-ic svg { width: 22px; height: 22px; }
.reason p { margin: 0; font-size: 16px; line-height: 1.5; font-weight: 600; color: var(--ink); }
@media (max-width: 1024px) { .reasons-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .reasons-grid { grid-template-columns: 1fr; } .why-actions { gap: 18px; } }

/* =========================================================
   TEAM
   ========================================================= */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.tc-photo { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4/5; background: var(--mist); box-shadow: var(--shadow-s); }
.tc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
.team-card:hover .tc-photo img { transform: scale(1.05); }
.tc-info { padding: 22px 6px 0; }
.tc-name { font-weight: 700; font-size: 22px; letter-spacing: -.02em; color: var(--ink); }
.tc-role { font-size: 14px; font-weight: 700; color: var(--blue-bright); margin-top: 5px; letter-spacing: .3px; }
@media (max-width: 1024px) { .team-grid { grid-template-columns: 1fr 1fr; } }

/* =========================================================
   MOTION LAYER — progress, tilt-glare, aurora, sheen
   ========================================================= */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  transform-origin: left; transform: scaleX(0); z-index: 200; pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--blue-bright) 70%, #6fb6ff);
  box-shadow: 0 0 16px rgba(42,139,220,.7);
}

/* richer reveals: cinematic blur-in + directional / zoom variants */
@media (prefers-reduced-motion: no-preference) {
  .reveal { filter: blur(10px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out), filter 1s var(--ease-out); }
  .reveal.in { filter: blur(0); }
  .reveal[data-rv="left"]  { transform: translateX(-56px); }
  .reveal[data-rv="right"] { transform: translateX(56px); }
  .reveal[data-rv="zoom"]  { transform: scale(.93); }
  .reveal[data-rv].in { transform: none; }
  [data-stagger] > * { filter: blur(8px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), filter .9s var(--ease-out); }
  [data-stagger].in > * { filter: blur(0); }
}

/* button sheen sweep */
.btn::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; z-index: 1;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.30), transparent);
  transform: skewX(-18deg); pointer-events: none; transition: left .75s var(--ease-out);
}
.btn:hover::after { left: 150%; }
.btn.light::after { background: linear-gradient(100deg, transparent, rgba(31,115,192,.18), transparent); }

/* pointer-tilt cards + glare */
.veh-card, .offer-card { transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }

/* animated aurora behind dark section */
.section.navy { position: relative; overflow: hidden; }
.section.navy > .wrap { position: relative; z-index: 1; }
@media (prefers-reduced-motion: no-preference) {
  .section.navy::before {
    content: ""; position: absolute; inset: -25% -12%; z-index: 0; pointer-events: none; filter: blur(24px);
    background:
      radial-gradient(38% 48% at 18% 28%, rgba(42,139,220,.34), transparent 72%),
      radial-gradient(44% 54% at 82% 64%, rgba(45,110,210,.22), transparent 72%),
      radial-gradient(30% 40% at 60% 12%, rgba(111,182,255,.16), transparent 70%);
    animation: auroraDrift 18s ease-in-out infinite alternate;
  }
}
@keyframes auroraDrift {
  0%   { transform: translate3d(-4%, -3%, 0) scale(1); }
  100% { transform: translate3d(5%, 4%, 0) scale(1.14); }
}
