/* ============================================================
   Autozentrum Kozak · V2-Layer (Überarbeitung)
   Ergänzt style.css. Tokens: Spacing, Schatten, 3 Typo-Stufen.
   ============================================================ */
:root {
  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px; --sp-6: 32px; --sp-7: 48px; --sp-8: 64px; --sp-9: 96px; --sp-10: 128px;
  --shadow-1: 0 1px 2px rgba(0,0,0,0.35);
  --shadow-2: 0 10px 30px rgba(0,0,0,0.35);
  --shadow-3: 0 24px 60px rgba(0,0,0,0.45);
  --line-strong: rgba(244,244,245,0.14);
}

/* Reveal: Default sichtbar; Motion nur als Verstärkung (Content nie gegatet) */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
  .js .reveal.in { opacity: 1; transform: none; }
}
h2.reveal::after { display: none; }   /* alter Glow-Unterstrich aus (V2 nutzt sec-head) */

/* Skip-Link */
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--accent); color: #17110A; padding: 10px 14px; border-radius: var(--radius); font-weight: 600; }
.skip:focus { left: 8px; }

/* Typo-Stufen: Display (h1/h2), Body, Small */
.sec-head { max-width: 760px; margin-bottom: var(--sp-7); }
.sec-head.center, .center { text-align: center; }
.sec-head.center { margin-inline: auto; }
.sec-head h2 { margin-bottom: var(--sp-3); }
.sec-head .lead, .page-hero .lead { color: var(--text-muted); font-size: 1.08rem; line-height: 1.6; max-width: 62ch; }
.sec-head.center .lead { margin-inline: auto; }
.sec-head .btn { margin-top: var(--sp-5); }
.sec-foot { margin-top: var(--sp-7); }
.sec-foot p { color: var(--text-muted); max-width: 60ch; margin: 0 auto var(--sp-5); }
.note { color: var(--text-dim); font-size: 0.86rem; }
.dim { color: var(--text-dim); font-size: 0.86rem; }
.split-wide { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--sp-8); align-items: start; }
@media (max-width: 960px) { .split-wide { grid-template-columns: 1fr; gap: var(--sp-6); } }

/* Buttons: einheitliche Hover-States, Icon-Pflicht */
.btn .ic { width: 1.1em; height: 1.1em; }
.btn-lg { padding: 0.95em 1.7em; font-size: 1rem; }
@media (hover: hover) { .btn:hover { transform: translateY(-1px); } }
@media (max-width: 560px) { .hero-ctas .btn, .cta-band .btn, .sec-head .btn, .sec-foot .btn, .center > .btn { width: 100%; } }

/* ---------- Nav V2 ---------- */
.nav-drop-icons a { display: flex; align-items: center; gap: 12px; }
.nav-drop-icons a .ic { width: 18px; height: 18px; color: var(--accent); flex: none; }
.nav-cta-mobile { display: none; }
.nav-burger .burger-close { display: none; }
.nav-burger[aria-expanded="true"] .burger-open { display: none; }
.nav-burger[aria-expanded="true"] .burger-close { display: inline-flex; }
@media (max-width: 860px) {
  .nav-links { top: var(--nav-h); bottom: 0; height: calc(100dvh - var(--nav-h)); overflow-y: auto; padding: 16px 24px 32px; opacity: 0; transform: translateY(-8px); transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0s 0.25s; display: flex; visibility: hidden; pointer-events: none; }
  .nav-links.open { opacity: 1; transform: none; visibility: visible; pointer-events: auto; transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0s; }
  .nav-links a { font-size: 1.05rem; padding: 14px 0; }
  .nav-cta-mobile { display: inline-flex; margin-top: 16px; width: 100%; border-bottom: 0 !important; padding: 0.9em 1.4em !important; justify-content: center; }
  .nav-drop-icons a { padding: 10px 0; }
  body.nav-open { overflow: hidden; }
}

/* ---------- Hero V2 ---------- */
.hero-v2 { min-height: auto; padding-bottom: 0; align-items: stretch; flex-direction: column; }
.hero-v2 .hero-inner { padding-top: calc(var(--nav-h) + 72px); padding-bottom: 40px; min-height: calc(100dvh - 120px); }
.hero-v2 h1 { background: none; color: var(--text); font-size: clamp(2rem, 4.2vw, 3.2rem); }
.hero-v2 h1::first-line { color: var(--text); }
.hero-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 56px; }
.hero-tile {
  position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 14px; align-items: center;
  background: rgba(20,21,24,0.78); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 18px 20px;
  text-decoration: none; color: var(--text); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.22s var(--ease), background 0.22s var(--ease), transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.hero-tile > .ic:first-child { grid-row: 1 / 3; width: 30px; height: 30px; color: var(--accent); }
.hero-tile strong { font-size: 1rem; }
.hero-tile span { grid-column: 2; color: var(--text-muted); font-size: 0.86rem; line-height: 1.4; }
.hero-tile .ic-arrow { grid-row: 1 / 3; grid-column: 3; width: 18px; height: 18px; color: var(--text-dim); transition: transform 0.22s var(--ease), color 0.22s var(--ease); }
@media (hover: hover) {
  .hero-tile:hover { border-color: rgba(249,154,64,0.55); background: rgba(28,28,30,0.92); transform: translateY(-2px); box-shadow: 0 0 26px rgba(249,154,64,0.18); }
  .hero-tile:hover .ic-arrow { transform: translateX(4px); color: var(--accent); }
}
@media (max-width: 960px) { .hero-tiles { grid-template-columns: 1fr; } .hero-v2 .hero-inner { min-height: auto; padding-top: calc(var(--nav-h) + 40px); } }

/* ---------- Unfall-Strahl ---------- */
.ray { list-style: none; position: relative; max-width: 820px; margin: 0 auto; padding: 8px 0; }
.ray-line { position: absolute; left: 27px; top: 0; height: 100%; width: 2px; overflow: visible; }
.ray-line line { stroke: rgba(249,154,64,0.25); stroke-width: 2; }
.ray-line line.progress { stroke: var(--accent); filter: drop-shadow(0 0 6px rgba(249,154,64,0.7)); stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.ray-step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; padding: 0 0 36px; }
.ray-step:last-child { padding-bottom: 0; }
.ray-dot {
  width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg); border: 2px solid rgba(249,154,64,0.35); color: var(--accent); position: relative; z-index: 1;
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}
.ray-dot .ic { width: 24px; height: 24px; }
.ray-step.lit .ray-dot { border-color: var(--accent); box-shadow: 0 0 22px rgba(249,154,64,0.45); background: rgba(249,154,64,0.10); }
.ray-step h3 { font-size: 1.05rem; margin: 14px 0 6px; }
.ray-step p { color: var(--text-muted); font-size: 0.95rem; }
@media (min-width: 900px) {
  .ray { max-width: 1000px; }
  .ray-line { left: 50%; transform: translateX(-50%); }
  .ray-step { grid-template-columns: 1fr 56px 1fr; gap: 28px; padding-bottom: 32px; }
  .ray-step > div { grid-column: 3; }
  .ray-step .ray-dot { grid-column: 2; }
  .ray-step:nth-child(even) > div { grid-column: 1; grid-row: 1; text-align: right; }
  .ray-step:nth-child(even) .ray-dot { grid-column: 2; grid-row: 1; }
}
@media (prefers-reduced-motion: no-preference) { .ray-line line.progress { transition: stroke-dashoffset 1.6s var(--ease); } .ray.in .ray-line line.progress { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .ray-line line.progress { stroke-dashoffset: 0; } .ray-step .ray-dot { border-color: var(--accent); } }

/* ---------- Leistungs-Karten ---------- */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc-card {
  display: grid; grid-template-rows: auto 1fr; text-decoration: none; color: inherit;
  background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.svc-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.svc-media { overflow: hidden; }
.svc-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 10px; }
.svc-icon { width: 44px; height: 44px; border-radius: var(--radius); background: rgba(249,154,64,0.12); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-top: -46px; position: relative; border: 1px solid rgba(249,154,64,0.3); backdrop-filter: blur(6px); }
.svc-icon .ic { width: 22px; height: 22px; }
.svc-body h3 { font-size: 1.2rem; }
.svc-body p { color: var(--text-muted); font-size: 0.95rem; }
.svc-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.svc-tags li { font-size: 0.78rem; color: var(--text-muted); background: rgba(244,244,245,0.05); border: 1px solid var(--line); border-radius: 99px; padding: 4px 10px; }
.svc-link { color: var(--accent); font-weight: 600; font-size: 0.92rem; display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 6px; text-decoration: none; }
.svc-link .ic { width: 16px; height: 16px; transition: transform 0.2s var(--ease); }
@media (hover: hover) {
  .svc-card:hover { border-color: rgba(249,154,64,0.5); transform: translateY(-3px); box-shadow: var(--shadow-3); }
  .svc-card:hover .svc-media img { transform: scale(1.04); }
  .svc-card:hover .svc-link .ic, .post-card:hover .svc-link .ic, .xref:hover .ic { transform: translateX(4px); }
}
@media (max-width: 860px) { .svc-grid { grid-template-columns: 1fr; } }

/* ---------- Versprechen-Liste ---------- */
.promise-list { list-style: none; display: grid; gap: 18px; }
.promise-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); }
.promise-list li > .ic { width: 44px; height: 44px; padding: 10px; border-radius: var(--radius); background: rgba(249,154,64,0.12); color: var(--accent); }
.promise-list h3 { font-size: 1rem; margin-bottom: 4px; }
.promise-list p { color: var(--text-muted); font-size: 0.93rem; }
.promise-compact li { grid-template-columns: 22px 1fr; gap: 12px; padding: 12px 14px; }
.promise-compact li > .ic { width: 22px; height: 22px; padding: 0; background: none; }
.promise-compact span { color: var(--text-muted); font-size: 0.93rem; }
.promise-compact strong { color: var(--text); }

/* ---------- Fahrzeug-Karten ---------- */
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vehicle-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.vehicle-card img { width: 100%; object-fit: cover; }
.vehicle-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.vehicle-body h3 { font-size: 1.15rem; }
.vehicle-body p { color: var(--text-muted); font-size: 0.93rem; flex: 1; }
@media (max-width: 960px) { .vehicle-grid { grid-template-columns: 1fr; } }

/* ---------- Ablauf V2 (Leistungsseiten) ---------- */
.steps-v2 { grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.steps-v2 li { display: grid; grid-template-columns: auto 1fr; gap: 14px; border-top: 0; padding: 20px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); }
.steps-v2 .step-nr { font-size: 1.4rem; margin: 0; line-height: 1; }
.steps-v2 h3 { font-size: 1rem; margin-bottom: 4px; }
.steps-v2 p { color: var(--text-muted); font-size: 0.9rem; }
@media (max-width: 960px) { .steps-v2 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps-v2 { grid-template-columns: 1fr; } }

/* ---------- Feature-Liste (Leistungen) ---------- */
.feature-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.feature-list li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.feature-list li > .ic { width: 22px; height: 22px; color: var(--accent); margin-top: 2px; }
.feature-list h3 { font-size: 1rem; margin-bottom: 3px; }
.feature-list p { color: var(--text-muted); font-size: 0.9rem; }
@media (max-width: 760px) { .feature-list { grid-template-columns: 1fr; } }

/* ---------- Warum-Karten ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.why-card > .ic { width: 28px; height: 28px; color: var(--accent); margin-bottom: 14px; }
.why-card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.why-card p { color: var(--text-muted); font-size: 0.92rem; }
@media (max-width: 1024px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }

/* ---------- Querverweise ---------- */
.xref-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.xref { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; text-decoration: none; color: inherit; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; transition: border-color 0.22s var(--ease); }
.xref > .ic { width: 22px; height: 22px; color: var(--accent); margin-top: 2px; transition: transform 0.2s var(--ease); }
.xref strong { display: block; margin-bottom: 4px; }
.xref span { color: var(--text-muted); font-size: 0.9rem; }
@media (hover: hover) { .xref:hover { border-color: rgba(249,154,64,0.5); } }
@media (max-width: 760px) { .xref-grid { grid-template-columns: 1fr; } }

/* ---------- CTA-Band ---------- */
.cta-band { padding: 72px 0; background: linear-gradient(120deg, rgba(249,154,64,0.14), rgba(232,66,10,0.06) 60%, transparent), var(--surface); border-block: 1px solid var(--line); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.4rem, 2.6vw, 2rem); margin-bottom: 8px; }
.cta-band p { color: var(--text-muted); max-width: 60ch; }
@media (max-width: 760px) { .cta-band { padding: 56px 0; } .cta-band-inner { flex-direction: column; align-items: stretch; } }

/* ---------- Ratgeber ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.post-card img { width: 100%; object-fit: cover; }
.post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-body h3 { font-size: 1.05rem; line-height: 1.35; }
.post-body p { color: var(--text-muted); font-size: 0.9rem; flex: 1; }
.post-meta, .article-meta { color: var(--text-dim); font-size: 0.82rem; display: inline-flex; align-items: center; gap: 6px; }
.post-meta .ic, .article-meta .ic { width: 15px; height: 15px; }
@media (hover: hover) { .post-card:hover { border-color: rgba(249,154,64,0.5); transform: translateY(-3px); box-shadow: var(--shadow-2); } }
@media (max-width: 960px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .post-grid { grid-template-columns: 1fr; } }
.article-wrap { max-width: 760px; }
.article-meta { margin-bottom: 24px; }
.article-body h2 { font-size: 1.35rem; margin: 40px 0 12px; }
.article-body h3 { font-size: 1.08rem; margin: 28px 0 8px; color: var(--accent); }
.article-body p, .article-body li { color: var(--text-muted); font-size: 1.02rem; line-height: 1.7; }
.article-body p { margin-bottom: 1.1em; max-width: 68ch; }
.article-body ul, .article-body ol { padding-left: 1.3em; display: grid; gap: 8px; margin-bottom: 1.2em; }
.article-body strong { color: var(--text); }
.article-body a { color: var(--accent); }
.infobox { background: rgba(249,154,64,0.08); border: 1px solid rgba(249,154,64,0.3); border-radius: var(--radius); padding: 18px 20px; margin: 24px 0; color: var(--text); font-size: 0.98rem; }
.infobox strong { color: var(--accent); }

/* ---------- Kontakt V2 ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.contact-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; text-decoration: none; color: inherit; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 18px; transition: border-color 0.22s var(--ease), transform 0.22s var(--ease); }
.contact-card > .ic { width: 30px; height: 30px; color: var(--accent); }
.contact-card h3 { font-size: 1.02rem; }
.contact-card p { color: var(--text-muted); font-size: 0.92rem; }
.contact-card .hours { list-style: none; font-size: 0.9rem; color: var(--text-muted); display: grid; gap: 4px; }
.contact-card .hours li { display: flex; justify-content: space-between; gap: 12px; }
@media (hover: hover) { a.contact-card:hover { border-color: rgba(249,154,64,0.5); transform: translateY(-2px); } }
@media (max-width: 960px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .contact-cards { grid-template-columns: 1fr; } }
.funnel-wrap { max-width: 900px; margin: 0 auto; }
.funnel-wrap .note { margin-top: 24px; }

/* ---------- Danke ---------- */
.danke { padding-top: calc(var(--nav-h) + 80px); min-height: 70dvh; display: flex; align-items: center; }
.danke-inner { max-width: 720px; }
.danke-card { text-align: center; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 48px 32px; }
.ic-big { width: 56px; height: 56px; color: var(--accent); }
.danke h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 16px 0 12px; }
.danke .lead { color: var(--text-muted); margin: 0 auto 14px; }
.danke .hero-ctas { justify-content: center; margin-top: 24px; }

/* ---------- Rechtstexte ---------- */
.legal-wrap { max-width: 800px; }
.legal-body h2 { font-size: 1.2rem; margin: 2em 0 0.5em; }
.legal-body p, .legal-body li { color: var(--text-muted); margin-bottom: 0.8em; }
.legal-body .todo { color: var(--accent); font-size: 0.9rem; }
.legal-body a { color: var(--accent); }
.inglory-note { margin-top: 56px; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; background: #0A0807; color: #F4EFE6; border: 1px solid rgba(244,239,230,0.12); border-radius: var(--radius); padding: 24px 26px; }
.inglory-note .ig-mark { width: 56px; height: 56px; color: #F4EFE6; }
.inglory-note-k { font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: #C8E96B; margin-bottom: 6px; }
.inglory-note p { color: #F4EFE6; margin: 0; font-size: 0.95rem; line-height: 1.6; }
.inglory-note a { color: #C8E96B; }

/* ---------- Footer V2 ---------- */
.footer-grid { grid-template-columns: 2fr 1.3fr 1fr 1.2fr; }
.footer-region { color: var(--text-dim); font-size: 0.88rem; margin-top: 10px; }
.footer-hours { list-style: none; margin-top: 16px; display: grid; gap: 4px; }
.footer-hours li { display: flex; gap: 12px; color: var(--text-dim); font-size: 0.9rem; }
.footer-hours li span:first-child { color: var(--text-muted); min-width: 68px; }
.footer-bottom-inner { justify-content: center; flex-direction: column; gap: 14px; text-align: center; }
.copyright { color: var(--text-dim); font-size: 0.85rem; }
.credit-badge { display: inline-flex; align-items: center; gap: 8px; background: #0A0807; color: #F4EFE6; border: 1px solid rgba(244,239,230,0.14); border-radius: 8px; padding: 7px 12px 7px 9px; text-decoration: none; font-size: 0.8rem; letter-spacing: 0.02em; transition: border-color 0.2s var(--ease); }
.credit-badge .ig-mark { width: 18px; height: 18px; color: #F4EFE6; }
.credit-badge span { color: rgba(244,239,230,0.7); }
.credit-badge__sep { color: #C8E96B !important; }
.credit-badge strong { color: #F4EFE6; font-weight: 600; }
@media (hover: hover) { .credit-badge:hover { border-color: #C8E96B; } }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Bilder: touch-scroll nie blockieren, cover mit Focal Point ---------- */
img { touch-action: pan-y; }
.page-hero { background-position: var(--ph-pos, 50% 50%); }

/* Alte Newsletter-/Blog-Modal-Reste aus V1 sind in V2 nicht mehr im Markup */

/* Hero V2 Feinschliff: breitere Copy-Spalte (H1 auf 2 Zeilen), Vignette/Flare der V1 aus */
.hero-v2 .hero-inner { grid-template-columns: minmax(0, 12fr) minmax(0, 9fr); }
.hero-v2 h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); max-width: 22ch; text-wrap: balance; }
.hero-v2 h1 .nowrap { white-space: nowrap; }
.hero-v2 .hero-sub { max-width: 52ch; }
.hero-v2 .hero-bg::after, .hero-v2 .hero-bg::before { display: none; }
.hero-v2 .hero-art img { animation: none; filter: drop-shadow(0 24px 60px rgba(0,0,0,0.6)); }
@media (max-width: 960px) { .hero-v2 h1 { max-width: none; } }

/* ---------- Touch-Targets ≥ 44px (WCAG 2.5.8) ---------- */
.testi-dots button { position: relative; }
.testi-dots button::after { content: ""; position: absolute; inset: -18px; }
.testi-dots { gap: 14px; }
@media (max-width: 860px) {
  .footer-col a, .footer-contact a, .contact-list a, .svc-link { padding-top: 6px; padding-bottom: 6px; min-height: 44px; display: inline-flex; align-items: center; }
  .footer-col a { display: flex; }
  .crumbs a { padding: 8px 4px; margin: -8px -4px; }
}

/* ---------- Hero V2 mobil: einspaltig, Logo klein oben, alles full width ---------- */
@media (max-width: 960px) {
  .hero-v2 .hero-inner { grid-template-columns: 1fr; gap: 20px; padding-left: 20px; padding-right: 20px; }
  .hero-v2 .hero-art { order: -1; max-width: 300px; margin: 0 auto; }
  .hero-v2 .hero-copy { text-align: left; }
  .hero-v2 h1 { font-size: clamp(1.75rem, 7.5vw, 2.4rem); max-width: none; }
  .hero-v2 .hero-sub { max-width: none; font-size: 1rem; }
  .hero-v2 .hero-ctas { flex-direction: column; }
  .hero-v2 .hero-ctas .btn { width: 100%; }
  .hero-tiles { padding-left: 20px; padding-right: 20px; }
}

/* Mobile-Menü: opak, hochwertig */
@media (max-width: 860px) {
  .nav-links { background: #0A0B0D; }
  .nav-links.open { box-shadow: inset 0 1px 0 var(--line); }
  .nav-cta-mobile { opacity: 1 !important; color: #17110A !important; }
  .nav-drop-icons a .ic { color: var(--accent); }
}

/* ---------- Touch-Targets ≥ 44px (Gate) ---------- */
.testi-btn, .footer-social a { width: 44px; height: 44px; }
.credit-badge { min-height: 44px; }
.crumbs a { display: inline-block; padding: 12px 4px; margin: -12px -4px; }
/* Lange Einzelwörter (Datenschutzerklärung, Motorkontrollleuchte) auf 320px sauber trennen */
.page-hero h1, .article-body h2, .article-body h3 { hyphens: auto; -webkit-hyphens: auto; overflow-wrap: anywhere; }
@media (max-width: 360px) { .page-hero h1 { font-size: clamp(1.5rem, 8vw, 2rem); } }

/* ---------- Google-Maps 2-Klick (DSGVO) ---------- */
.map-consent { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; padding: 28px; overflow: hidden;
  background: var(--surface-2) radial-gradient(circle at 50% 50%, rgba(249,154,64,0.10), transparent 55%);
  background-image: linear-gradient(rgba(244,244,245,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(244,244,245,0.04) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgba(249,154,64,0.10), transparent 55%);
  background-size: 32px 32px, 32px 32px, auto; }
.map-consent-inner { text-align: center; max-width: 46ch; }
.map-consent-inner p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 18px; }
.map-consent-inner p strong { color: var(--text); font-size: 1.05rem; }
.map-consent-inner a:not(.btn) { color: var(--accent); }
.map-consent-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.map-consent iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-consent.is-loaded .map-consent-inner { display: none; }
@media (max-width: 560px) { .map-consent { min-height: 340px; padding: 20px; } .map-consent-actions .btn { width: 100%; } }

/* Placeholder-Kontrast ≥ 4.5:1 */
::placeholder { color: rgba(244,244,245,0.6); opacity: 1; }

/* Footer-Spaltentitel (h2, gleiche Optik wie zuvor h4) */
.footer-col .footer-h { font-family: 'Michroma', sans-serif; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; font-weight: 400; }

.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; }
