/* =========================================================
   Autohaus Weigler – Familienbetrieb in 3. Generation
   Modernes Flat Design, keine Farbverläufe
   ========================================================= */

:root {
  /* moderne, zurückhaltende Palette */
  --bg:         #FAFAF7;   /* off-white */
  --bg-alt:     #F2F1EC;   /* soft beige */
  --surface:    #FFFFFF;
  --ink:        #111111;   /* near-black */
  --ink-2:      #1C1C1C;
  --text:       #2A2A2A;
  --muted:      #6B6B6B;
  --line:       #E5E3DC;
  --accent:     #D72638;   /* klares, sattes Rot */
  --accent-ink: #B71C2B;
  --hi:         #F3F2ED;

  --radius-sm: 8px;
  --radius:    12px;
  --radius-lg: 20px;
  --maxw: 1240px;

  --display: "Space Grotesk", "Inter", -apple-system, sans-serif;
  --sans:    "Manrope", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; }
h3 { font-size: 1.35rem; font-weight: 600; }
p  { margin: 0 0 1em; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink);
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  gap: 16px;
}
.topbar a { color: rgba(255,255,255,.72); }
.topbar a:hover { color: #fff; }
.topbar .sep { opacity: .35; margin: 0 12px; }

/* ---------- Navigation ---------- */
.nav {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  gap: 24px;
}
.brand-group {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.brand {
  display: flex;
  align-items: center;
  height: 100%;
}
.brand img {
  height: 48px;
  width: auto;
  transition: opacity .2s;
}
.brand:hover img { opacity: .75; }
.brand-offroad {
  display: flex;
  align-items: center;
}
.brand-offroad .offroad-img {
  height: 42px;
  width: auto;
  transition: opacity .2s;
}
.brand-offroad:hover .offroad-img { opacity: .75; }
.nav ul {
  list-style: none;
  display: flex;
  gap: 34px;
  margin: 0;
  padding: 0;
}
.nav ul a {
  color: var(--ink);
  font-weight: 500;
  font-size: .94rem;
  padding: 6px 0;
  position: relative;
  transition: color .2s;
}
.nav ul a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav ul a:hover::after,
.nav ul a.active::after { transform: scaleX(1); }
.nav ul a.active,
.nav ul a:hover { color: var(--ink); }
.nav .nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav .cta {
  background: var(--ink);
  color: var(--bg);
  padding: 12px 22px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 600;
  transition: background .2s;
}
.nav .cta:hover { background: var(--accent); color: #fff; }
.nav .brand-marks {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.nav .brand-marks img {
  display: block;
  width: auto;
}
.nav .brand-marks .toyota-img { height: 38px; }
@media (max-width: 1020px) {
  .nav .brand-marks { padding-left: 0; border-left: none; gap: 14px; }
  .nav .brand-marks .toyota-img { height: 30px; }
}

/* Division card logo */
.div-card .card-logo {
  position: absolute;
  top: 34px;
  right: 34px;
  height: 72px;
  width: auto;
  max-width: none;
  object-fit: contain;
  opacity: .95;
}
.div-card.toyota-card .card-logo {
  filter: brightness(0);
  opacity: .85;
}
.div-card.dark .card-logo {
  filter: invert(1);
  opacity: 1;
  height: 96px;
}
@media (max-width: 1020px) {
  .div-card .card-logo { height: 56px; top: 28px; right: 28px; }
  .div-card.dark .card-logo { height: 76px; }
}

/* Footer dual marks */
.footer .dual-marks {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}
.footer .dual-marks img { width: auto; display: block; }
.footer .dual-marks .toyota-img { height: 30px; filter: brightness(0) invert(1); opacity: .7; }
.footer .dual-marks .offroad-img { height: 44px; opacity: .85; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  font-family: var(--sans);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-primary:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-accent:hover { background: var(--accent-ink); border-color: var(--accent-ink); color: #fff; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.4);
}
.btn-ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ---------- Hero ---------- */
.hero {
  background: var(--bg);
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  align-items: end;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--muted);
  margin-bottom: 28px;
}
.hero-tag::before {
  content: "";
  width: 32px;
  height: 1.5px;
  background: var(--accent);
}
.hero h1 {
  margin-bottom: 28px;
  max-width: 740px;
}
.hero h1 .accent { color: var(--accent); }
.hero p.lead {
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 42px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-side {
  background: var(--ink);
  color: var(--bg);
  padding: 44px 38px;
  border-radius: var(--radius-lg);
}
.hero-side .big {
  font-family: var(--display);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 8px;
}
.hero-side .label {
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(250,250,247,.6);
  margin-bottom: 34px;
}
.hero-side ul { list-style: none; padding: 0; margin: 0; }
.hero-side li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .92rem;
  color: rgba(250,250,247,.85);
}
.hero-side li strong {
  font-family: var(--display);
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}

/* ---------- Section base ---------- */
section { padding: 120px 0; }
section.tight { padding: 80px 0; }
.bg-alt { background: var(--bg-alt); }
.bg-ink { background: var(--ink); color: rgba(250,250,247,.85); }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: #fff; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  margin-bottom: 70px;
  align-items: end;
}
.section-head .eyebrow {
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-head .eyebrow::before {
  content: "";
  width: 28px; height: 1.5px;
  background: var(--accent);
}
.section-head p.lead {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0;
  max-width: 560px;
}
.section-head.center {
  display: block;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-head.center .eyebrow { justify-content: center; }

/* ---------- Family split ---------- */
.family-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.photo-block {
  aspect-ratio: 4 / 3;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.photo-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent);
  color: #fff;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .03em;
}
.quote {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.35;
  color: var(--ink);
  margin: 28px 0;
  padding: 0;
  letter-spacing: -0.01em;
}
.quote cite {
  display: block;
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 500;
  font-style: normal;
  color: var(--muted);
  margin-top: 16px;
  letter-spacing: .04em;
}

/* ---------- Divisions ---------- */
.div-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.div-card {
  position: relative;
  min-height: 440px;
  border-radius: var(--radius-lg);
  padding: 44px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .25s, background .25s;
  overflow: hidden;
}
.div-card:hover {
  transform: translateY(-4px);
  background: var(--hi);
}
.div-card.dark {
  background: var(--ink);
  color: rgba(250,250,247,.82);
  border-color: var(--ink);
}
.div-card.dark:hover { background: #000; }
.div-card.dark h3 { color: #fff; }
.div-card .label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.div-card.dark .label { color: rgba(250,250,247,.55); }
.div-card h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 14px;
}
.div-card p { max-width: 380px; margin-bottom: 0; }
.div-card .arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-weight: 600;
  font-size: .92rem;
  color: var(--accent);
}
.div-card.dark .arrow { color: var(--accent); }
.div-card .arrow::after {
  content: "→";
  transition: transform .25s;
}
.div-card:hover .arrow::after { transform: translateX(6px); }

/* Card background images */
.div-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
  transition: opacity .4s;
  pointer-events: none;
  z-index: 0;
}
.div-card:hover .div-card-bg { opacity: .28; }
.div-card.dark .div-card-bg { opacity: .25; }
.div-card.dark:hover .div-card-bg { opacity: .38; }
.div-card > div,
.div-card > .arrow,
.div-card > .card-logo { position: relative; z-index: 1; }

/* ---------- Vehicle filters & cards ---------- */
.veh-filters {
  margin-bottom: 24px;
}
.veh-filters button {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 11px 20px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 500;
  font-family: var(--sans);
  color: var(--ink);
  cursor: pointer;
  transition: all .2s;
}
.veh-filters button:hover {
  border-color: var(--ink);
}
.veh-filters button.active {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.veh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.veh-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .2s, border-color .2s;
  display: flex;
  flex-direction: column;
}
.veh-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
}
.veh-img {
  aspect-ratio: 16 / 10;
  position: relative;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.veh-img::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: .85rem;
  z-index: 0;
}
.veh-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  transition: transform .6s ease;
}
.veh-card:hover .veh-img img { transform: scale(1.04); }
.veh-img .veh-badge { z-index: 2; }
.veh-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--surface);
  color: var(--ink);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 2;
  border: 1px solid var(--line);
}
.veh-badge.new   { background: var(--accent); color: #fff; border-color: var(--accent); }
.veh-badge.off   { background: var(--ink); color: #fff; border-color: var(--ink); }
.veh-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.veh-body h3 { font-size: 1.25rem; margin-bottom: 4px; font-weight: 600; }
.veh-body .sub {
  font-size: .88rem;
  color: var(--muted);
  margin-bottom: 18px;
}
.veh-body ul.specs {
  list-style: none;
  padding: 0; margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: .78rem;
}
.veh-body ul.specs li {
  background: var(--bg-alt);
  padding: 6px 12px;
  border-radius: 6px;
  color: var(--text);
  font-weight: 500;
}
.veh-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.price {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.price small { display:block; font-size: .7rem; color: var(--muted); font-weight: 400; margin-top: 4px; font-family: var(--sans); letter-spacing: .03em;}
.veh-foot a {
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.veh-foot a:hover { color: var(--accent); }

/* ---------- Services ---------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.svc {
  background: var(--surface);
  padding: 44px 38px;
  transition: background .2s;
}
.svc:hover { background: var(--hi); }
.svc .num {
  font-family: var(--display);
  font-size: .85rem;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 24px;
}
.svc h3 { margin-bottom: 10px; font-weight: 600; font-size: 1.25rem; }
.svc p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ---------- Toyota Welt ---------- */
.tw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.tw-card {
  background: var(--surface);
  padding: 38px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color .2s, box-shadow .2s;
  text-decoration: none;
  color: var(--text);
}
.tw-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  color: var(--text);
}
.tw-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--accent);
  transition: background .2s, color .2s;
}
.tw-card:hover .tw-icon {
  background: var(--accent);
  color: #fff;
}
.tw-label {
  font-family: var(--display);
  font-size: .78rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tw-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--ink);
}
.tw-card p {
  color: var(--muted);
  font-size: .92rem;
  margin: 0 0 auto;
  padding-bottom: 24px;
}
.tw-card .arrow {
  font-family: var(--display);
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.tw-card:hover .arrow { color: var(--accent); }
.tw-card .arrow::after {
  content: "→";
  transition: transform .2s;
}
.tw-card:hover .arrow::after { transform: translateX(6px); }

/* Toyota Welt Detail Page */
.tw-hero {
  padding: 100px 0 60px;
}
.tw-hero .eyebrow { margin-bottom: 20px; }
.tw-hero h1 { margin-bottom: 20px; }
.tw-hero .lead { max-width: 680px; }

.tw-detail {
  padding: 80px 0;
  scroll-margin-top: 100px;
}
.tw-detail:nth-child(even) { background: var(--bg-alt); }
.tw-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.tw-detail-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.tw-detail-inner .tw-label { margin-bottom: 14px; }
.tw-detail-inner p { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.tw-features {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.tw-features li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: .95rem;
}
.tw-features li:last-child { border-bottom: none; }
.tw-check {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  line-height: 1.5;
}
.tw-detail-visual {
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: .9rem;
  border: 1px solid var(--line);
}
.tw-detail:nth-child(even) .tw-detail-visual { background: var(--surface); }

/* Toyota Welt detail visuals with real images */
.tw-detail-visual--img {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.tw-visual-logo {
  max-width: 70%;
  max-height: 60%;
  object-fit: contain;
}
.tw-visual-logo--relax {
  max-width: 80%;
  max-height: 70%;
}
.tw-visual-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.tw-detail-visual--gr {
  position: relative;
  padding: 0;
}
.tw-visual-badge-gr {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .9;
}

/* Toyota Welt card icon logos (index) */
.tw-icon--logo {
  background: #fff;
  border: 1px solid var(--line);
  width: 64px;
  height: 64px;
  padding: 8px;
}
.tw-card:hover .tw-icon--logo {
  background: #fff;
  border-color: var(--accent);
}
.tw-icon-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tw-icon-img--relax {
  max-width: 110%;
  max-height: 110%;
}

.tw-highlight {
  margin-top: 32px;
  padding: 28px 30px;
  background: var(--bg-alt);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.tw-highlight h4 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: var(--ink);
}
.tw-highlight p {
  margin: 0;
  font-size: .93rem;
  color: var(--text);
  line-height: 1.65;
}

/* ---------- Offer Eyecatcher (Angebote) ---------- */
.offer-eyecatcher-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0 28px;
}
.offer-eyecatcher {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: var(--radius-lg);
  text-align: center;
  overflow: hidden;
}
.offer-eyecatcher--electric {
  background: var(--accent);
  color: #fff;
}
.offer-eyecatcher--hybrid {
  background: var(--ink);
  color: #fff;
}
.offer-eyecatcher__badge {
  display: inline-block;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.offer-eyecatcher--electric .offer-eyecatcher__badge {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.offer-eyecatcher--hybrid .offer-eyecatcher__badge {
  background: rgba(255,255,255,.12);
  color: #fff;
}
.offer-eyecatcher__rate {
  font-family: var(--display);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}
.offer-eyecatcher__percent {
  font-size: 2rem;
  font-weight: 600;
  vertical-align: super;
  margin-left: 2px;
}
.offer-eyecatcher__label {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  margin-top: 4px;
  opacity: .9;
}
.offer-eyecatcher__sub {
  font-size: .82rem;
  opacity: .7;
  margin-top: 8px;
  line-height: 1.4;
}

/* Right side: visual stack */
.offer-visual-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.offer-visual-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 28px;
  border-radius: var(--radius-lg);
  color: #fff;
  transition: transform .2s;
}
.offer-visual-card:hover {
  transform: translateY(-2px);
}
.offer-visual-card--electric {
  background: var(--accent);
}
.offer-visual-card--hybrid {
  background: var(--ink);
}
.offer-visual-card__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-visual-card__type {
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
  margin-bottom: 4px;
}
.offer-visual-card__rate {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}
.offer-visual-card__rate span {
  font-size: 1.1rem;
  vertical-align: super;
}
.offer-visual-cta {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
}
.offer-visual-cta span {
  font-family: var(--display);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi {
  background: var(--surface);
  padding: 38px 34px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}
.testi .stars {
  color: var(--accent);
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-size: .95rem;
}
.testi p {
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--ink);
  font-weight: 500;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}
.testi .who {
  display: flex; align-items: center; gap: 14px;
  font-size: .88rem;
  color: var(--muted);
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.testi .who .av {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--ink);
  display: grid; place-items: center;
  font-weight: 600;
  font-family: var(--display);
  border: 1px solid var(--line);
}
.testi .who strong { color: var(--ink); display: block; font-weight: 600; }

/* ---------- Generations timeline ---------- */
.gen {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.gen:last-child { border-bottom: none; }
.gen.reverse { direction: rtl; }
.gen.reverse > * { direction: ltr; }
.gen .year {
  display: block;
  font-family: var(--display);
  font-size: 4.5rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.035em;
}
.gen .gen-label {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--ink);
  color: #fff;
  padding: 130px 0;
  text-align: center;
}
.cta-band h2 { color: #fff; max-width: 720px; margin: 0 auto 20px; }
.cta-band p { color: rgba(250,250,247,.7); max-width: 560px; margin: 0 auto 40px; font-size: 1.15rem; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
}
.contact-info {
  background: var(--surface);
  padding: 48px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}
.contact-info h3 { margin-top:0; margin-bottom: 30px; font-size: 1.6rem; }
.contact-info dl { margin: 0; }
.contact-info dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 24px;
}
.contact-info dt:first-of-type { margin-top: 0; }
.contact-info dd {
  font-size: 1.02rem;
  margin: 6px 0 0;
  color: var(--ink);
  line-height: 1.5;
}
.contact-info dd a { color: var(--ink); border-bottom: 1px solid var(--line); }
.contact-info dd a:hover { color: var(--accent); border-color: var(--accent); }

.contact-form {
  background: var(--surface);
  padding: 48px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}
.contact-form h3 { margin: 0 0 30px; font-size: 1.6rem; }
.contact-form label {
  display: block;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 8px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: .98rem;
  margin-bottom: 22px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color .2s, background .2s;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--ink);
  background: #fff;
}

/* ---------- Page header ---------- */
.page-head {
  background: var(--ink);
  color: #fff;
  padding: 64px 0 52px;
  position: relative;
}
.page-head .crumbs {
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .08em;
  margin-bottom: 16px;
  font-weight: 500;
}
.page-head .crumbs a { color: rgba(255,255,255,.55); border-bottom: 1px solid transparent; }
.page-head .crumbs a:hover { color: #fff; border-color: #fff; }
.page-head h1 { color: #fff; margin-bottom: 10px; max-width: 900px; }
.page-head h1 .accent { color: var(--accent); }
.page-head p {
  color: rgba(250,250,247,.7);
  max-width: 640px;
  font-size: 1.05rem;
  margin: 0;
}

/* ---------- Appointment options ---------- */
.appt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}
.appt-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 34px 34px;
  display: flex;
  flex-direction: column;
  transition: transform .2s, border-color .2s, background .2s;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.appt-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  color: inherit;
}
.appt-card.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: rgba(250,250,247,.85);
}
.appt-card.dark:hover {
  background: #000;
  border-color: #000;
  color: rgba(250,250,247,.9);
}
.appt-card.dark h3 { color: #fff; }
.appt-card .num {
  font-family: var(--display);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--accent);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.appt-card .num::before {
  content: "";
  width: 24px; height: 1.5px;
  background: var(--accent);
}
.appt-card h3 {
  font-size: 1.55rem;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}
.appt-card p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0 0 28px;
  flex: 1;
}
.appt-card.dark p { color: rgba(250,250,247,.62); }
.appt-card .arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--ink);
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.appt-card.dark .arrow {
  color: #fff;
  border-top-color: rgba(255,255,255,.12);
}
.appt-card .arrow::after {
  content: "→";
  transition: transform .25s;
}
.appt-card:hover .arrow::after { transform: translateX(6px); }
.appt-card .ext {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: var(--accent);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: 600;
}

/* ---------- Tabs ---------- */
.tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 30px;
  background: var(--bg-alt);
  padding: 6px;
  border-radius: 999px;
  width: fit-content;
}
.tab {
  background: transparent;
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all .2s;
}
.tab.active {
  background: var(--ink);
  color: var(--bg);
}
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ---------- Map ---------- */
.map-wrap {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.map-head h3 { margin: 0 0 4px; font-size: 1.2rem; }
.map-head p { margin: 0; color: var(--muted); font-size: .92rem; }
.map {
  height: 420px;
  background: var(--bg-alt);
  overflow: hidden;
}
.map iframe { display: block; width: 100%; height: 100%; border: 0; }
@media (max-width: 640px) {
  .map { height: 320px; }
  .map-head { padding: 20px; }
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: rgba(250,250,247,.6);
  padding: 90px 0 36px;
  font-size: .92rem;
}
.footer .f-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 70px;
}
.footer img.f-logo { height: 48px; width: auto; margin-bottom: 22px; display: block; }
.footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.footer a { color: rgba(250,250,247,.6); display: block; padding: 6px 0; }
.footer a:hover { color: #fff; }
.footer .legal {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .8rem;
  color: rgba(250,250,247,.4);
}
.footer .legal a { display: inline-block; padding: 0; margin-left: 20px; color: rgba(250,250,247,.4); }
.footer .legal a:hover { color: #fff; }

/* ---------- Hamburger button (hidden on desktop) ---------- */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.nav-toggle span {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav.is-open .nav-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.is-open .nav-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

body.nav-lock { overflow: hidden; }

/* tw-grid: 2 cols on mid screens */
@media (max-width: 1100px) {
  .tw-grid { grid-template-columns: repeat(2, 1fr); }
  .tw-detail-inner { grid-template-columns: 1fr; gap: 36px; }
  .offer-eyecatcher__rate { font-size: 3rem; }
  .offer-eyecatcher__percent { font-size: 1.5rem; }
}
@media (max-width: 600px) {
  .offer-eyecatcher-row { grid-template-columns: 1fr; }
  .offer-eyecatcher__rate { font-size: 3.5rem; }
}

/* ---------- Responsive: Tablet & below ---------- */
@media (max-width: 1020px) {
  /* Topbar: hide secondary info, keep phone/mail minimal */
  .topbar { font-size: .72rem; }
  .topbar .container {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .topbar .sep { margin: 0 6px; }

  /* Nav: show hamburger, hide menu off-canvas */
  .nav .container { height: 68px; gap: 12px; }
  .brand-group { order: 0; margin-right: auto; gap: 12px; }
  .brand img { height: 36px; }
  .brand-offroad .offroad-img { height: 34px; }

  /* CTA "Termin vereinbaren" sits between logo and hamburger */
  .nav .nav-right { display: flex; order: 1; gap: 10px; padding-left: 0; border-left: none; }
  .nav .brand-marks { display: none; }
  .nav .cta { padding: 10px 16px; font-size: .82rem; }

  .nav-toggle { display: block; order: 2; }

  .nav ul {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    flex-direction: column;
    gap: 0;
    padding: 24px 28px 40px;
    border-top: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
    z-index: 49;
    order: 3;
  }
  .nav.is-open ul { transform: translateX(0); }
  .nav ul li { width: 100%; }
  .nav ul a {
    display: block;
    padding: 18px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--line);
  }
  .nav ul a::after { display: none; }

  /* Hero + grids to single column */
  .hero { padding: 50px 0 70px; }
  .hero .container,
  .family-split,
  .div-grid,
  .veh-grid,
  .svc-grid,
  .tw-grid,
  .testi-grid,
  .contact-grid,
  .section-head,
  .appt-grid,
  .footer .f-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero .container { gap: 48px; }
  .hero-side { padding: 32px 26px; }
  .hero-side .big { font-size: 3.4rem; }

  .appt-grid { margin-bottom: 40px; }
  .tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .tab { flex: 1 0 auto; white-space: nowrap; }

  .svc-grid { grid-template-columns: 1fr; gap: 1px; }

  .gen { grid-template-columns: 1fr; gap: 24px; padding: 50px 0; }
  .gen.reverse { direction: ltr; }
  .gen .year { font-size: 3.4rem; }

  section { padding: 60px 0; }
  section.tight { padding: 50px 0; }
  .cta-band { padding: 70px 0; }
  .page-head { padding: 52px 0 44px; }

  .contact-info, .contact-form { padding: 32px 24px; }

  .footer { padding: 60px 0 28px; }
  .footer .f-grid { gap: 36px; margin-bottom: 40px; }
  .footer .legal { flex-direction: column; align-items: flex-start; }
  .footer .legal a { margin-left: 0; margin-right: 18px; }
}

/* ---------- Responsive: Phone ---------- */
@media (max-width: 640px) {
  html { font-size: 15px; }
  .container { padding: 0 20px; }

  h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); }
  h2 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  h3 { font-size: 1.2rem; }

  /* Topbar: very compact */
  .topbar .container { font-size: .7rem; }
  .topbar .container > div:first-child { display: none; }

  .nav .container { height: 62px; gap: 8px; }
  .brand-group { gap: 8px; }
  .brand img { height: 32px; }
  .brand-offroad .offroad-img { height: 28px; }
  .nav .cta { padding: 9px 14px; font-size: .76rem; }

  .page-head { padding: 36px 0 32px; }
  .page-head p { font-size: .95rem; }
  .page-head .crumbs { margin-bottom: 12px; }

  .hero { padding: 36px 0 56px; }
  .hero .container { gap: 36px; }
  .hero p.lead { font-size: 1rem; margin-bottom: 28px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-side { padding: 28px 22px; border-radius: var(--radius); }
  .hero-side .big { font-size: 2.8rem; }
  .hero-side .label { margin-bottom: 22px; }

  section { padding: 48px 0; }
  section.tight { padding: 40px 0; }

  .div-card { min-height: auto; padding: 32px 26px; }
  .div-card h3 { font-size: 1.8rem; }
  .div-card .card-logo { height: 46px !important; top: 24px; right: 24px; }
  .div-card.dark .card-logo { height: 60px !important; }

  .appt-card { padding: 30px 24px 28px; }
  .appt-card h3 { font-size: 1.35rem; }

  .veh-filters { gap: 8px; }
  .veh-filters button { padding: 9px 16px; font-size: .82rem; }

  .svc { padding: 32px 26px; }

  .testi { padding: 28px 24px; }
  .testi p { font-size: 1.05rem; }

  .contact-info, .contact-form { padding: 28px 22px; }
  .contact-form input,
  .contact-form textarea,
  .contact-form select { font-size: 16px; /* prevents iOS zoom */ }

  .btn { padding: 14px 22px; font-size: .9rem; }

  .cta-band { padding: 56px 0; }
  .cta-band p { font-size: 1rem; }

  .footer { padding: 48px 0 24px; }
  .footer .f-grid { gap: 30px; }
  .footer img.f-logo { height: 36px; }

  /* Legal pages */
  .legal-page { padding: 36px 0 70px; }
  .legal-page h2 { font-size: 1.2rem; margin-top: 32px; }

  /* Map */
  .map-head { padding: 18px 20px; gap: 14px; }
  .map-head .btn { width: 100%; justify-content: center; }
}

/* ---------- Cookie Banner (DSGVO) ---------- */
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  padding: 28px 32px;
  max-width: 980px;
  margin: 0 auto;
  animation: cookieIn .35s ease;
}
.cookie-banner.is-hiding { opacity: 0; transform: translateY(12px); transition: all .25s ease; }
@keyframes cookieIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cookie-inner { display: flex; flex-direction: column; gap: 22px; }
.cookie-head strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 8px;
}
.cookie-head p {
  font-size: .92rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.cookie-head a { color: var(--ink); text-decoration: underline; }
.cookie-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cookie-cat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  cursor: pointer;
  background: var(--bg);
  transition: border-color .2s, background .2s;
}
.cookie-cat:hover { border-color: var(--ink); }
.cookie-cat.is-locked { opacity: .75; cursor: not-allowed; }
.cookie-cat input { margin-top: 4px; accent-color: var(--accent); }
.cookie-cat span { font-size: .82rem; line-height: 1.5; }
.cookie-cat small { color: var(--muted); font-size: .75rem; }
.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-actions .btn { padding: 12px 22px; font-size: .88rem; }
.btn.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn.btn-outline:hover { background: var(--ink); color: #fff; }
@media (max-width: 760px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 22px 20px; }
  .cookie-cats { grid-template-columns: 1fr; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions .btn { width: 100%; text-align: center; }
}

/* ---------- Legal pages ---------- */
.legal-page { padding: 60px 0 100px; }
.legal-page .container { max-width: 820px; }
.legal-page h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 44px;
  margin-bottom: 14px;
  color: var(--ink);
}
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page p {
  font-size: .98rem;
  line-height: 1.75;
  color: #2b2b2b;
  margin-bottom: 14px;
}
.legal-page p strong { color: var(--ink); }
.legal-page a { color: var(--accent); text-decoration: underline; }
.legal-page .legal-meta {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: .82rem;
  color: var(--muted);
}

/* ---------- Fahrzeug-Suche ---------- */
.veh-search {
  position: relative;
  margin-bottom: 28px;
}
.veh-search__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.veh-search__icon {
  position: absolute;
  left: 18px;
  color: var(--muted);
  pointer-events: none;
}
.veh-search__input {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  padding: 16px 48px 16px 50px;
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
.veh-search__input::placeholder {
  color: var(--muted);
  font-size: .92rem;
}
.veh-search__input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(215,38,56,.1);
}
.veh-search__clear {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--muted);
  cursor: pointer;
  display: none;
  line-height: 1;
  padding: 4px 8px;
}
.veh-search__clear:hover { color: var(--ink); }

.veh-search__results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 40;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  margin-top: 6px;
  max-height: 480px;
  overflow-y: auto;
}
.veh-search__hit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  text-decoration: none;
  color: var(--text);
  border-bottom: 1px solid var(--line);
  transition: background .15s;
}
.veh-search__hit:last-child { border-bottom: none; }
.veh-search__hit:hover {
  background: var(--bg-alt);
  text-decoration: none;
}
.veh-search__thumb {
  width: 80px;
  height: 56px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  background: var(--bg-alt);
}
.veh-search__thumb--empty {
  background: var(--line);
}
.veh-search__hit-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.veh-search__hit-title {
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.veh-search__hit-sub {
  font-size: .82rem;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.veh-search__hit-meta {
  font-size: .78rem;
  color: var(--muted);
}
.veh-search__hit-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.veh-search__hit-row:last-child { border-bottom: none; }
.veh-search__hit-row .veh-search__hit {
  flex: 1;
  border-bottom: none;
}
.veh-search__hit-inquire {
  flex-shrink: 0;
  padding: 8px 14px;
  margin-right: 12px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.veh-search__hit-inquire:hover {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}

.veh-search__empty,
.veh-search__more {
  padding: 16px 18px;
  font-size: .88rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 640px) {
  .veh-search__input { padding: 14px 40px 14px 44px; font-size: .92rem; }
  .veh-search__input::placeholder { font-size: .82rem; }
  .veh-search__icon { left: 14px; }
  .veh-search__thumb { width: 64px; height: 44px; }
  .veh-search__hit { padding: 10px 14px; gap: 12px; }
}

/* ---------- Kategorie-Schnellfilter ---------- */
.cat-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cat-card {
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  text-decoration: none;
  color: var(--text);
  transition: border-color .2s, box-shadow .2s, transform .15s;
}
.cat-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transform: translateY(-2px);
  text-decoration: none;
}
.cat-card__count {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 6px;
}
.cat-card:hover .cat-card__count { color: var(--accent); }
.cat-card__label {
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.cat-card__sub {
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.4;
}
/* Farbige Top-Border pro Kategorie */
.cat-card--new     { border-top: 3px solid var(--accent); }
.cat-card--used    { border-top: 3px solid #2D7D46; }
.cat-card--offroad { border-top: 3px solid #C67B1C; }
.cat-card--hybrid   { border-top: 3px solid #0E8A6E; }
.cat-card--electric { border-top: 3px solid #5B2DC7; }
.cat-card--diesel   { border-top: 3px solid #4A6FA5; }
.cat-card--petrol   { border-top: 3px solid #B85C2F; }
.cat-card--all     { border-top: 3px solid var(--ink); }

@media (max-width: 1100px) {
  .cat-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .cat-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .cat-cards { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cat-card { padding: 16px 14px; }
  .cat-card__count { font-size: 1.6rem; }
}

/* =========================================================
   Fahrzeug-Filter
   ========================================================= */
.filter-bar {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  width: 100%;
  box-sizing: border-box;
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 160px;
}
.filter-group label {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}
.filter-group select {
  font-family: var(--sans);
  font-size: .9rem;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg);
  color: var(--text);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.filter-group select:focus {
  outline: none;
  border-color: var(--accent);
}
.btn-sm {
  padding: 10px 24px;
  font-size: .85rem;
  align-self: flex-end;
}
.filter-reset {
  font-size: .82rem;
  color: var(--muted);
  text-decoration: underline;
  align-self: flex-end;
  padding-bottom: 10px;
}
.filter-info {
  font-size: .85rem;
  color: var(--muted);
  margin-top: 14px;
}

/* ---------- SEO Content + FAQ ---------- */
.seo-content {
  max-width: 820px;
}
.seo-content h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.seo-content h3 {
  font-size: 1.2rem;
  margin-top: 36px;
  margin-bottom: 16px;
}
.seo-content p {
  font-size: .95rem;
  line-height: 1.75;
  color: var(--text);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.faq-item summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .15s;
}
.faq-item summary:hover { background: var(--bg-alt); }
.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform .2s;
}
.faq-item[open] summary::after {
  content: '−';
  color: var(--accent);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p {
  padding: 0 20px 16px;
  font-size: .9rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}

/* Fahrzeugkarte als Link */
.veh-card-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
}
.veh-card-link:hover { color: inherit; }
.veh-detail-arrow {
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
  transition: color .2s;
}
.veh-card:hover .veh-detail-arrow { color: var(--accent); }

/* Fahrzeuganfrage-Link auf Karten */
.veh-card-inquiry {
  display: block;
  text-align: center;
  padding: 10px 20px;
  margin: 0 16px 16px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.veh-card-inquiry:hover {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}

/* Foto-Zähler auf Karten */
.veh-img-count {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
}
.page-link:hover {
  background: var(--bg-alt);
  border-color: var(--muted);
  text-decoration: none;
}
.page-current {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  pointer-events: none;
}
.page-prev, .page-next {
  font-weight: 600;
  padding: 0 18px;
}
.page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 42px;
  color: var(--muted);
  font-size: .9rem;
  user-select: none;
}
@media (max-width: 600px) {
  .page-link { min-width: 36px; height: 36px; font-size: .8rem; padding: 0 10px; }
  .page-prev, .page-next { padding: 0 12px; }
}

/* =========================================================
   Fahrzeug-Detailseite
   ========================================================= */
.page-head-sm { padding-bottom: 20px; }
.page-head-sm h1 { display: none; }

/* Galerie */
.detail-gallery {
  margin-bottom: 40px;
}
.gallery-main {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #1a1a1a;
}
.gallery-main .veh-badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  color: var(--ink);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s;
  line-height: 1;
}
.gallery-nav:hover { background: #fff; }
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
.gallery-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
}

/* Thumbnails */
.gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
.gallery-thumb {
  flex: 0 0 100px;
  height: 68px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: none;
  padding: 0;
  transition: border-color .2s;
}
.gallery-thumb.active { border-color: var(--accent); }
.gallery-thumb:hover { border-color: var(--ink); }
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Detail Layout */
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}
.detail-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 6px;
}
.detail-subtitle {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 30px;
}

/* Specs Grid */
.detail-specs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 40px;
}
.detail-specs-sm { margin-bottom: 20px; }
.spec-item {
  background: var(--surface);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.spec-label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}
.spec-value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
}

/* Beschreibung & Ausstattung */
.detail-section {
  margin-bottom: 40px;
}
.detail-section h2 {
  font-size: 1.4rem;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.detail-summary {
  background: var(--bg-alt);
  padding: 28px 28px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}
.detail-summary p {
  font-size: .92rem;
  line-height: 1.7;
  color: var(--text);
}
.detail-summary h2 {
  margin-top: 0;
}
.detail-desc {
  color: var(--text);
  line-height: 1.7;
  white-space: pre-line;
}
.detail-desc--formatted {
  white-space: normal;
}
.detail-desc--formatted p {
  margin: 0 0 14px;
  line-height: 1.7;
}
.detail-desc--formatted p:last-child { margin-bottom: 0; }

/* Strukturierte Beschreibung (Kategorien) */
.desc-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.desc-cat {
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  padding: 20px 22px;
}
.desc-cat__title {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent);
}
.desc-cat__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.desc-cat__list li {
  font-size: .85rem;
  color: var(--text);
  line-height: 1.45;
  padding-left: 16px;
  position: relative;
}
.desc-cat__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
@media (max-width: 640px) {
  .desc-categories { grid-template-columns: 1fr; gap: 14px; }
  .desc-cat { padding: 16px 18px; }
}
.detail-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}
.detail-features li {
  padding: 10px 16px;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  font-size: .88rem;
  font-weight: 500;
}
.detail-features li::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: 700;
}

/* ---------- EnVKV Pflichtangaben ---------- */
.envkv-pflicht {
  margin-bottom: 28px;
}
.envkv-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.envkv-item {
  display: flex;
  flex-direction: column;
  padding: 14px 16px;
  background: var(--surface);
}
.envkv-label {
  font-size: .72rem;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 4px;
}
.envkv-value {
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink);
}
.envkv-class {
  font-size: 1.3rem;
  font-family: 'Space Grotesk', sans-serif;
}
.envkv-hinweis {
  font-size: .74rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 20px;
  padding: 16px;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--line);
}
.envkv-hinweis a { color: var(--accent); }
@media (max-width: 640px) {
  .envkv-row { grid-template-columns: 1fr 1fr; }
}

/* EnVKV-Kurzinfo auf Fahrzeugkarten */
.veh-envkv {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 8px;
}
.veh-envkv span {
  font-size: .7rem;
  color: var(--muted);
  font-weight: 500;
}
.veh-envkv span:not(:last-child)::after {
  content: "·";
  margin-left: 6px;
  color: var(--line);
}

/* Preisbox legal */
.price-legal {
  display: block;
  font-size: .78rem;
  color: var(--muted);
  margin-top: 4px;
}
.price-condition {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--accent);
  margin-top: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(215,38,56,.25);
  border-radius: 999px;
}

/* ---------- Energielabel (Kühlschrank-Diagramm) ---------- */
.energy-label {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.energy-label__header {
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 16px;
}
.energy-label__scale {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* Zeile: farbiger Balken (variable Breite) + rechtsbündiger schwarzer Pfeil */
.energy-bar-row {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.energy-bar {
  position: relative;
  height: 28px;
  border-radius: 3px 0 0 3px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: opacity .2s;
  flex-shrink: 0;
}
.energy-bar:not(.energy-bar--active) { opacity: .75; }
.energy-bar--active { opacity: 1; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.energy-bar__letter {
  font-size: .78rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Schwarzer Pfeil mit Klassen-Buchstaben — rechtsbündig am Zeilenende (gem. Pkw-EnVKV) */
.energy-bar__class {
  margin-left: auto;
  background: #000;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  height: 26px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 16px;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
  flex-shrink: 0;
}
/* CO₂-Wert-Pfeil: direkt rechts neben dem aktiven Balken */
.energy-bar__arrow {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  font-size: .72rem;
  font-weight: 700;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.energy-label__footer {
  margin-top: 14px;
  font-size: .82rem;
  color: var(--muted);
  text-align: center;
}

/* Verbrauchswerte neben dem Label */
.energy-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
}
.energy-detail-item {
  padding: 20px;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  text-align: center;
}
.energy-detail__value {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 2px;
}
.energy-detail__value--sm { font-size: 1.1rem; }
.energy-detail__unit {
  display: block;
  font-size: .78rem;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 6px;
}
.energy-detail__label {
  display: block;
  font-size: .76rem;
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 640px) {
  .energy-label-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .energy-bar__class { font-size: .85rem; min-width: 32px; height: 22px; padding: 0 8px 0 14px; }
  .energy-bar__arrow { font-size: .65rem; padding: 2px 8px; }
}

/* Sidebar */
.detail-sidebar {
  position: sticky;
  top: 120px;
}
.detail-price-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.detail-price {
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.detail-price-box small {
  font-size: .8rem;
  color: var(--muted);
}
.detail-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.btn-full { width: 100%; text-align: center; }
.detail-dealer {
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  padding: 28px;
  font-size: .88rem;
  line-height: 1.6;
}
.detail-dealer p { margin: 0 0 4px; }

/* ─── Responsive Detail ──────────────────────── */
@media (max-width: 900px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-sidebar {
    position: static;
  }
  .gallery-thumb { flex: 0 0 80px; height: 56px; }
  .filter-bar { padding: 18px 20px; }
  .filter-group { flex: 1 1 100%; }
}

/* =========================================================
   Corolla Aktion — Landingpage & Promo-Block
   ========================================================= */

/* ─── Promo Hero ──────────────────────────────── */
.promo-hero {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--ink) 0%, #1a1a2e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.promo-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .08;
  pointer-events: none;
}
.promo-hero__content { position: relative; z-index: 1; max-width: 780px; }
.promo-hero__tag {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 4px;
  margin-bottom: 28px;
}
.promo-hero h1 { color: #fff; font-size: clamp(2.6rem, 5.5vw, 4.6rem); margin-bottom: .4em; }
.promo-hero .lead { color: rgba(255,255,255,.75); font-size: 1.15rem; max-width: 620px; margin-bottom: 40px; }

.promo-hero__stats {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.promo-stat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 20px 28px;
  min-width: 140px;
  text-align: center;
}
.promo-stat--highlight {
  background: var(--accent);
  border-color: var(--accent);
}
.promo-stat__number {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.promo-stat__label {
  font-size: .82rem;
  color: rgba(255,255,255,.7);
  margin-top: 4px;
  font-weight: 500;
}
.promo-stat--highlight .promo-stat__label { color: rgba(255,255,255,.9); }

/* ─── Promo Benefits ─────────────────────────── */
.promo-benefits { padding: 80px 0; }
.promo-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.promo-benefit {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
}
.promo-benefit__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.promo-benefit h3 { font-size: 1.15rem; margin-bottom: .4em; }
.promo-benefit p { font-size: .92rem; color: var(--muted); margin: 0; }

/* ─── Promo Count Inline ─────────────────────── */
.promo-count-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  min-width: 1.6em;
  padding: 0 .3em;
  border-radius: 6px;
  font-size: .85em;
  vertical-align: baseline;
}

/* ─── Promo Badge auf Fahrzeugkarte ──────────── */
.veh-badge-promo {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--accent);
  color: #fff;
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  z-index: 2;
  letter-spacing: .02em;
}

/* ─── Promo-Karte: Subtiler Highlight-Rahmen ── */
.veh-card--promo {
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* ─── Startseite: Promo-Kacheln (3er-Reihe) ──── */
.promo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}
.promo-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  text-decoration: none;
  color: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,.18);
  color: #fff;
}

/* ── Hintergrundbild + Overlay je Kachel ── */
.promo-card--corolla {
  background: url('199Hybrid.webp') center/cover no-repeat;
}
.promo-card--elektro {
  background: url('00Elektro.webp') center/cover no-repeat;
}
.promo-card--nfz {
  background: url('00Nutzfahrzeuge.webp') center/cover no-repeat;
}

/* ── Icon-Bereich ── */
.promo-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}
.promo-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Tag ── */
.promo-card__tag {
  display: inline-block;
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
  width: fit-content;
  backdrop-filter: blur(4px);
}

/* ── Zähler ── */
.promo-card__count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  font-family: var(--display);
}
.promo-card__count strong {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.promo-card__count span {
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  font-weight: 500;
}

/* ── Titel & Text ── */
.promo-card__title {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
}
.promo-card__subtitle {
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  line-height: 1.45;
  margin-bottom: 20px;
}

/* ── CTA-Pfeil ── */
.promo-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 600;
  color: #fff;
  margin-top: auto;
  opacity: .85;
  transition: opacity .2s, gap .2s;
}
.promo-card:hover .promo-card__cta {
  opacity: 1;
  gap: 12px;
}
.promo-card__cta svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ── Dunkles Overlay für Textlesbarkeit ── */
.promo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
  z-index: 0;
}
.promo-card > * {
  position: relative;
  z-index: 1;
}

/* ─── Responsive: Promo-Kacheln ─────────────── */
@media (max-width: 1020px) {
  .promo-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .promo-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .promo-hero { padding: 60px 0 50px; }
  .promo-hero__stats { gap: 12px; }
  .promo-stat { padding: 14px 18px; min-width: 0; flex: 1; }
  .promo-stat__number { font-size: 1.5rem; }
  .promo-benefits__grid { grid-template-columns: 1fr; }
  .promo-cards { grid-template-columns: 1fr; }
  .promo-card { min-height: 260px; padding: 28px 24px; }
  .promo-card__count strong { font-size: 2.4rem; }
  .promo-card__title { font-size: 1.15rem; }
}
