/* =========================================================
   TORU Kfz-Sachverständiger Dinslaken – Landingpage Styles
   Brand: Schwarz/Weiß-Premium · Akzent Rot #cf142b (Geld/Recht)
   Viel Weiß, dunkle Strukturflächen, starke Kontraste.
   ========================================================= */

:root {
  --ink: #0d0f12;          /* dunkle Basis (Header, Hero, dunkle Sektionen) */
  --ink-2: #14181d;        /* etwas helleres Anthrazit */
  --ink-deep: #070809;     /* tiefstes Schwarz (Footer) */
  --petrol: #0d0f12;       /* Alias für dunkle Karten/Quiz */
  --petrol-dark: #070809;  /* Alias Footer */
  --accent: #cf142b;       /* Rot – CTAs & Akzente */
  --accent-d: #a30f22;     /* dunkleres Rot (Hover) */
  --teal: #cf142b;         /* Alias */
  --teal-bright: #ff4d5e;  /* helles Rot (Highlights auf Dunkel) */
  --gold: #c9a449;         /* dezenter Premium-Ton (Sterne/Siegel optional) */
  --text: #4a4f57;
  --muted: #888d96;
  --line: #e7e9ed;
  --bg: #ffffff;
  --bg-alt: #f5f6f8;
  --radius: 14px;
  --radius-lg: 18px;
  --shadow-sm: 0 4px 16px rgba(13, 15, 18, .07);
  --shadow: 0 8px 26px rgba(13, 15, 18, .10);
  --shadow-btn: 0 10px 24px rgba(207, 20, 43, .30);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { color: var(--ink); margin: 0; font-weight: 700; line-height: 1.2; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-wide { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.desktop-only { display: flex; }
.mobile-only { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font: inherit; font-weight: 700; cursor: pointer;
  border: none; border-radius: 11px; padding: 13px 22px;
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.99); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-btn); }
.btn-primary:hover { background: var(--accent-d); }
.btn-dark { background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(13,15,18,.28); }
.btn-dark:hover { background: #000; }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.28); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-outline-dark { background: #fff; border: 2px solid var(--ink); color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-sm { padding: 9px 14px; font-size: 14px; border-radius: 9px; }
.btn-block { width: 100%; justify-content: center; }

.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); }

/* ---------- Header (dunkel, transluzent) ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(13, 15, 18, .82);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .container { max-width: 1280px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; }
.logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.logo-img { height: 42px; width: auto; display: block; }
.header-actions { align-items: center; gap: 16px; }
.main-nav { align-items: center; gap: 26px; }
.main-nav a { font-size: 14px; font-weight: 500; color: #e6e8ec; white-space: nowrap; }
.main-nav a:hover { color: var(--teal-bright); }
.phone-link { font-size: 14px; font-weight: 700; color: #fff; white-space: nowrap; }
.phone-link i { color: var(--teal-bright); }
@media (min-width: 821px) and (max-width: 1150px) {
  .site-header .desktop-only { display: none; }
  .site-header .header-actions.mobile-only { display: flex; }
}
.icon-btn {
  width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff;
}
.icon-btn-phone { background: rgba(255,255,255,.12); }
.icon-btn-wa { background: rgba(255,255,255,.12); }

/* ---------- Hero (dunkel, kein Stock-Foto) ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(102deg, rgba(13,15,18,.96) 0%, rgba(22,9,12,.82) 42%, rgba(13,15,18,.46) 100%),
    radial-gradient(1100px 600px at 86% -10%, rgba(207,20,43,.30) 0%, rgba(207,20,43,0) 58%),
    #0d0f12 url('../images/hero-bg-new.webp') center 32% / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 880px) {
  .hero { background:
    linear-gradient(180deg, rgba(13,15,18,.90) 0%, rgba(22,9,12,.80) 55%, rgba(13,15,18,.55) 100%),
    #0d0f12 url('../images/hero-bg-new.webp') center/cover no-repeat; }
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 75%);
  pointer-events: none;
}
.badge {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  background: rgba(207,20,43,.14); color: var(--teal-bright);
  border: 1px solid rgba(207,20,43,.4);
  font-size: 13px; font-weight: 600; padding: 7px 15px; border-radius: 30px; margin-bottom: 20px;
}
@media (max-width: 480px) { .badge { font-size: 12px; padding: 6px 13px; } }
.hero h1 { font-size: clamp(21.5px, 2.7vw, 33px); color: #fff; letter-spacing: -.5px; margin-bottom: 16px; font-weight: 800; line-height: 1.14; }
.hero h1 .hl { color: var(--teal-bright); font-size: clamp(22px, 6vw, 40px); display: inline-block; margin-top: 2px; }
.hero-usps {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px;
  max-width: 660px; margin: 0 auto 26px;
}
.hero-usps li { display: flex; align-items: center; gap: 11px; font-size: 16.5px; font-weight: 600; color: #fff; }
.hero-usps i { color: var(--teal-bright); font-size: 23px; flex-shrink: 0; }
.hero-sub { font-size: clamp(13.5px, 1.55vw, 15.5px); color: #c8ccd2; max-width: 560px; margin: 0 auto 22px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.hero .hero-grid { position: relative; display: grid; grid-template-columns: 1.14fr 0.86fr; grid-template-areas: "copy starter" "extras starter"; column-gap: 44px; row-gap: 20px; align-items: start; padding: 138px 24px 92px; }
.hero-copy { grid-area: copy; text-align: left; align-self: end; }
.hero-extras { grid-area: extras; align-self: start; }
.hero-starter { grid-area: starter; align-self: center; }
.hero-copy .hero-sub { margin-left: 0; margin-bottom: 0; }
.hero-extras .hero-usps { justify-content: flex-start; margin-left: 0; max-width: none; margin-top: 2px; }
.hero-extras .hero-cta { justify-content: flex-start; }
.hero-starter-card { background: #fff; border-radius: 18px; padding: 24px 22px 20px; box-shadow: 0 26px 60px rgba(0,0,0,.5); }
.hs-step { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--accent-d); margin-bottom: 14px; }
.hs-title { font-size: 19px; color: var(--ink); margin: 8px 0 16px; line-height: 1.25; }
.hs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-quiz-opt { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; background: var(--bg-alt); border: 1px solid var(--line); border-radius: 12px; padding: 16px 8px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.25; transition: transform .12s ease, border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.hero-quiz-opt i { font-size: 26px; color: var(--accent); }
.hero-quiz-opt:hover { transform: translateY(-2px); border-color: var(--accent); background: #fff; box-shadow: var(--shadow-sm); }
.hs-foot { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center; }
.hs-foot i { color: var(--accent); font-size: 15px; }
.hs-rating { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--line); }
.hs-rating .hs-g { width: 21px; height: 21px; flex-shrink: 0; display: block; }
.hs-rating .hs-score { font-size: 15px; font-weight: 800; color: var(--ink); }
.hs-rating .hs-stars { color: var(--gold); font-size: 16px; letter-spacing: 1.5px; line-height: 1; }
.hs-rating .hs-glabel { font-size: 13px; font-weight: 600; color: #5f6368; }
@media (max-width: 880px) {
  .hero .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "extras" "starter"; row-gap: 24px; padding: 108px 22px 52px; text-align: center; }
  .hero-copy { text-align: center; align-self: auto; }
  .hero-extras .hero-usps { justify-content: center; margin-left: auto; margin-right: auto; }
  .hero-extras .hero-cta { justify-content: center; }
  .hero-starter { margin-top: 8px; }
}
@media (max-width: 330px) { .hs-grid { grid-template-columns: 1fr; } }

.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 10px 24px rgba(37,211,102,.30); }
.btn-whatsapp:hover { background: #1ebe5d; }

/* ---------- Sticky Mobile-CTA-Leiste ---------- */
.sticky-cta { display: none; }
@media (max-width: 820px) {
  .site-header { position: absolute; }
  .sticky-cta {
    display: grid; grid-template-columns: 1fr 1.05fr 1.3fr; gap: 7px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
    background: #fff; border-top: 1px solid var(--line);
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -6px 22px rgba(0,0,0,.13);
    transform: translateY(130%); opacity: 0; pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }
  .sticky-cta.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .sticky-cta a, .sticky-cta button {
    display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 6px;
    border: none; border-radius: 11px; padding: 11px 6px; cursor: pointer;
    font: inherit; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap;
  }
  .sticky-cta i { font-size: 16px; flex-shrink: 0; }
  .sticky-cta .sc-call { background: var(--ink); }
  .sticky-cta .sc-wa { background: #25D366; }
  .sticky-cta .sc-termin { background: var(--accent); box-shadow: var(--shadow-btn); }
  body { padding-bottom: 80px; }
}

/* ---------- Trustbar ---------- */
.trustbar { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.trustbar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; flex-wrap: wrap; padding: 16px 24px;
  font-size: 14px; font-weight: 600; color: #3a3a3a;
}
.trustbar i { color: var(--accent); font-size: 18px; }
.stars { color: var(--gold); }

/* ---------- Sections ---------- */
.section { padding: 60px 0; }
main section[id] { scroll-margin-top: 88px; }
.section-tight { padding: 14px 0 44px; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--ink); }
.eyebrow { display: block; text-align: center; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 700; color: var(--accent-d); margin-bottom: 10px; }
.section-title { text-align: center; font-size: clamp(23px, 3.6vw, 30px); margin-bottom: 6px; font-weight: 800; }
.section-sub { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 32px; max-width: 640px; margin-left: auto; margin-right: auto; }

.grid { display: grid; gap: 18px; }
.grid-cards { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .grid-3 { grid-template-columns: 1fr; } }

/* ---------- Leistungs-Karten (Icon-basiert, ohne Stock) ---------- */
.trade-card { overflow: hidden; transition: transform .15s ease, box-shadow .15s ease; }
.trade-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.trade-img {
  position: relative; height: 168px; display: flex; align-items: flex-end; padding: 16px;
  background: #14181d; background-size: cover; background-position: center; overflow: hidden;
}
.trade-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,13,16,.92) 0%, rgba(11,13,16,.42) 46%, rgba(11,13,16,.06) 100%);
}
.trade-ico { display: none; }
.trade-img h3 { color: #fff; font-size: 18px; position: relative; z-index: 1; text-shadow: 0 1px 6px rgba(0,0,0,.55); }
.li-unfall    { background-image: url('../images/leistung-unfall.webp'); }
.li-bewertung { background-image: url('../images/leistung-bewertung.webp'); }
.li-beweis    { background-image: url('../images/leistung-beweis.webp'); }
.li-oldtimer  { background-image: url('../images/leistung-oldtimer.webp'); }
.li-check     { background-image: url('../images/leistung-check.webp'); }
.li-beratung  { background-image: url('../images/leistung-beratung.webp'); }
.trade-body { padding: 18px; }
.trade-body p { margin-bottom: 14px; font-size: 14px; }
.checks li { font-size: 13.5px; color: var(--ink); margin-bottom: 8px; padding-left: 26px; position: relative; }
.checks li::before {
  content: "\ea5e"; font-family: "tabler-icons"; color: var(--accent);
  position: absolute; left: 0; top: 1px; font-size: 16px;
}

/* ---------- "Wer zahlt" / Kosten-USP ---------- */
.cost { background: linear-gradient(165deg, #fdf3f4 0%, #f9ebee 100%); }
.cost-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.cost-left .eyebrow { text-align: left; }
.cost-left h2 { font-size: clamp(24px, 3.4vw, 32px); line-height: 1.18; margin-bottom: 16px; font-weight: 800; }
.cost-left > p { font-size: 14.5px; color: var(--text); line-height: 1.7; margin-bottom: 22px; }
.cost-points { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.cost-point { display: flex; gap: 14px; align-items: flex-start; }
.cost-point-ico { width: 44px; height: 44px; border-radius: 12px; background: #fff; color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.cost-point h4 { font-size: 15.5px; color: var(--ink); margin: 2px 0 3px; }
.cost-point p { font-size: 14px; color: var(--text); line-height: 1.55; }
.cost-card {
  background: var(--ink); color: #fff; border-radius: var(--radius-lg);
  padding: 30px 28px; box-shadow: 0 18px 44px rgba(13,15,18,.28); text-align: center;
}
.cost-card .cc-label { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--teal-bright); font-weight: 700; }
.cost-card .cc-big { font-size: 52px; font-weight: 900; line-height: 1.05; margin: 8px 0 2px; letter-spacing: -1px; color: #fff; }
.cost-card .cc-sub { font-size: 14px; color: #c0c5cd; margin-bottom: 18px; }
.cost-card .cc-divider { height: 1px; background: rgba(255,255,255,.14); margin: 18px 0; }
.cost-card .cc-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; font-size: 14px; margin-bottom: 10px; text-align: left; }
.cost-card .cc-row > span:first-child { color: #c0c5cd; text-align: left; }
.cost-card .cc-row > strong, .cost-card .cc-row > .cc-free { text-align: right; }
.cost-card .cc-row strong { color: #fff; }
.cost-card .cc-row .cc-free { color: var(--teal-bright); font-weight: 700; }
.cost-card .btn { width: 100%; justify-content: center; margin-top: 8px; }
.cost-card .cc-note { font-size: 11.5px; color: #9aa0aa; margin-top: 12px; }
@media (max-width: 860px) { .cost-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- Wertvergleich-Slider (Kernsektion, dunkel) ---------- */
.vcompare { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.vcompare::before {
  content: ''; position: absolute; top: -120px; right: -80px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(207,20,43,.16) 0%, rgba(207,20,43,0) 70%);
  pointer-events: none;
}
.vcompare .eyebrow { color: var(--teal-bright); }
.vcompare .section-title { color: #fff; }
.vcompare .section-sub { color: #aab0b8; }
.vc-wrap { position: relative; }
.vc-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 18px; margin: 0 -4px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.vc-track::-webkit-scrollbar { display: none; }
.vc-card {
  flex: 0 0 340px; max-width: 340px; scroll-snap-align: center;
  background: #fff; color: var(--ink); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.34);
}
.vc-media {
  position: relative; height: 172px; display: flex; align-items: flex-end; padding: 14px;
  background: #14181d; background-size: cover; background-position: center;
}
.vc-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,13,16,.74) 0%, rgba(11,13,16,.14) 52%, rgba(11,13,16,.28) 100%);
}
.vc-media .vc-tag { position: relative; z-index: 1; background: rgba(255,255,255,.94); color: var(--ink); font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.25); }
.vc-body { padding: 18px 18px 20px; }
.vc-case { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.vc-case-sub { font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.vc-row { margin-bottom: 13px; }
.vc-row-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.vc-label { font-size: 12.5px; font-weight: 600; color: #6c727b; display: flex; align-items: center; gap: 6px; }
.vc-eur { font-size: 13.5px; font-weight: 700; color: #6c727b; font-variant-numeric: tabular-nums; }
.vc-bar { height: 9px; border-radius: 6px; background: #eef0f3; overflow: hidden; }
.vc-fill { height: 100%; width: 0; border-radius: 6px; transition: width 1.1s cubic-bezier(.22,1,.36,1); }
.vc-fill-low { background: #c9ced5; }
.vc-fill-mid { background: #9aa1ab; }
.vc-fill-win { background: linear-gradient(90deg, #cf142b, #ff4d5e); }
.vc-row-win .vc-label { color: var(--ink); font-weight: 800; }
.vc-row-win .vc-eur { color: var(--accent-d); font-size: 15px; font-weight: 800; }
.vc-gain {
  margin-top: 16px; background: #e9f7ef; border: 1px solid #c2e6cf; border-radius: 12px;
  padding: 11px 14px; display: flex; align-items: center; gap: 10px;
}
.vc-gain i { color: #15a34a; font-size: 22px; flex-shrink: 0; }
.vc-gain strong { color: #0e8a3e; font-size: 15px; display: block; }
.vc-gain .vc-gain-sub { font-size: 12px; color: #4f7a60; }
.vc-nav { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.vc-arrow {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06); color: #fff; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .15s, border-color .15s;
}
.vc-arrow:hover { background: var(--accent); border-color: var(--accent); }
.vc-disclaimer { text-align: center; font-size: 12px; color: #888f98; margin-top: 18px; max-width: 680px; margin-left: auto; margin-right: auto; }
.vc-cta { text-align: center; margin-top: 26px; }
@media (max-width: 700px) {
  .vc-wrap { display: flex; flex-direction: column; }
  .vc-nav { order: -1; margin: 0 0 16px; }
}
@media (max-width: 480px) { .vc-card { flex-basis: 84%; max-width: 84%; } }

/* ---------- CTA-Band ---------- */
.cta-band {
  background: linear-gradient(120deg, #0d0f12 0%, #14181d 55%, #0c2a1a 100%);
  border-radius: var(--radius-lg); padding: 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  box-shadow: 0 14px 34px rgba(0,0,0,.2); position: relative; overflow: hidden;
}
.cta-band::after { content:''; position:absolute; right:-60px; top:-60px; width:240px; height:240px; background: radial-gradient(circle, rgba(207,20,43,.22), transparent 70%); }
.cta-band > div { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: 22px; margin-bottom: 6px; }
.cta-band p { color: #c7ccd2; font-size: 15px; max-width: 520px; }
.cta-band-actions { display: flex; flex-direction: row; gap: 12px; align-items: center; flex-shrink: 0; }
.cta-band .btn-whatsapp { background: var(--accent); box-shadow: var(--shadow-btn); }
.cta-band .btn-whatsapp:hover { background: var(--accent-d); }

/* ---------- Vergleich ---------- */
.compare-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-bottom: 30px; }
.compare-card { padding: 26px; }
.compare-good { border: 2px solid var(--accent); }
.compare-bad { background: #faf9fa; box-shadow: none; border: 1px solid #ececef; }
.compare-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; min-height: 52px; }
.compare-head h3 { font-size: 18px; }
.compare-logo { height: 44px; width: auto; display: block; }
.compare-rating { display: flex; align-items: center; gap: 8px; margin-left: auto; padding-left: 12px; border-left: 1px solid var(--line); }
.compare-g { width: 24px; height: 24px; flex-shrink: 0; display: block; }
.compare-rating-text { display: flex; flex-direction: column; line-height: 1.15; }
.compare-stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; }
.compare-score { font-size: 11px; font-weight: 600; color: var(--muted); }
.compare-head i { font-size: 24px; color: #a6a0a8; }
.compare-bad .compare-head h3 { color: #7c767e; }
.compare-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; margin-bottom: 13px; color: var(--ink); }
.compare-list i { font-size: 20px; flex-shrink: 0; }
.compare-good .compare-list i { color: var(--accent); }
.compare-bad .compare-list { color: #7c767e; }
.compare-bad .compare-list li { color: #7c767e; }
.compare-bad .compare-list i { color: #b8838d; }
@media (max-width: 480px) {
  .compare-card { padding: 22px 18px; }
  .compare-head { gap: 8px; min-height: 44px; }
  .compare-logo { height: 30px; }
  .compare-rating { padding-left: 10px; gap: 6px; }
  .compare-g { width: 20px; height: 20px; }
  .compare-stars { font-size: 12.5px; }
  .compare-score { font-size: 10.5px; }
}

/* ---------- 3 Schritte ---------- */
.section-steps { background: linear-gradient(160deg, #f6f7f9 0%, #eef1f3 100%); }
.steps-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0 16px; margin: 52px 0 44px; }
.step-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 28px 28px; box-shadow: var(--shadow); text-align: center; position: relative; }
.step-num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,.25); }
.step-icon { font-size: 34px; color: var(--accent); margin: 8px 0 14px; line-height: 1; }
.step-title { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.step-text { font-size: 14.5px; color: #555; line-height: 1.65; margin: 0; }
.step-connector { display: flex; align-items: center; justify-content: center; padding-top: 60px; color: var(--accent); font-size: 28px; opacity: .55; }
.steps-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.steps-cta-sub { font-size: 13.5px; color: #5a5f66; font-weight: 600; display: flex; align-items: center; gap: 8px; margin: 0; }
.steps-cta-sub i { color: var(--accent); font-size: 16px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #15a34a; display: inline-block; flex-shrink: 0; box-shadow: 0 0 0 0 rgba(21,163,74,.55); animation: pulseDot 1.8s ease-out infinite; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(21,163,74,.55); } 70% { box-shadow: 0 0 0 9px rgba(21,163,74,0); } 100% { box-shadow: 0 0 0 0 rgba(21,163,74,0); } }
@media (prefers-reduced-motion: reduce) { .pulse-dot { animation: none; } }
@media (max-width: 820px) {
  .steps-grid { grid-template-columns: 1fr; gap: 36px 0; }
  .step-connector { padding-top: 0; transform: rotate(90deg); font-size: 22px; opacity: .35; }
}

/* ---------- Über mich / Sachverständiger ---------- */
.about { background: var(--bg-alt); }
.about-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 48px; align-items: center; }
.about-photo { display: flex; justify-content: center; }
/* Ansprechpartner-Box */
.expert-card { background: #fff; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; width: 100%; max-width: 400px; }
.expert-photo { width: 100%; max-width: none; aspect-ratio: 4 / 3.3; object-fit: cover; object-position: center 22%; display: block; }
.expert-body { padding: 18px 20px 20px; text-align: left; }
.expert-label { display: inline-flex; align-items: center; gap: 6px; background: #fdecef; color: var(--accent-d); font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 30px; }
.expert-label i { color: var(--accent); font-size: 15px; }
.expert-name { font-size: 21px; font-weight: 800; color: var(--ink); margin-top: 0; line-height: 1.1; }
.expert-role { font-size: 13px; color: var(--muted); margin-top: 3px; }
.expert-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.expert-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 14.5px; padding: 12px 16px; border-radius: 11px; transition: transform .12s ease, background .15s ease; }
.expert-btn:hover { transform: translateY(-1px); }
.expert-btn i { font-size: 18px; }
.expert-btn-phone { background: var(--ink); color: #fff; }
.expert-btn-phone:hover { background: #000; }
.expert-btn-wa { background: var(--accent); color: #fff; }
.expert-btn-wa:hover { background: var(--accent-d); }
.expert-status { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 13.5px; font-weight: 700; color: #15803d; }
.about-content .eyebrow { text-align: left; }
.about-content h2 { font-size: clamp(23px, 3.2vw, 30px); line-height: 1.2; margin-bottom: 6px; font-weight: 800; }
.about-name { font-size: 14px; font-weight: 700; color: var(--accent-d); margin-bottom: 14px; }
.about-content > p { font-size: 14.5px; color: var(--text); line-height: 1.72; margin-bottom: 14px; }
.about-checks { margin: 16px 0 24px; }
.about-checks li { font-size: 15px; margin-bottom: 11px; }
.about-cta { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 820px) {
  .about-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .about-photo { display: flex; justify-content: center; }
  .about-content .eyebrow { text-align: center; }
  .about-checks { display: inline-block; text-align: left; }
  .about-cta { justify-content: center; }
}

/* ---------- Bewertungen ---------- */
#bewertungen { position: relative; overflow: hidden; }
#bewertungen > .container { position: relative; z-index: 1; }
.google-rating-card {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  width: fit-content; max-width: 100%;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 22px 32px; margin: 6px auto 36px;
}
.grc-main { display: flex; align-items: center; gap: 16px; }
.google-g { width: 46px; height: 46px; flex-shrink: 0; display: block; }
.grc-info { text-align: left; }
.grc-headline { display: flex; align-items: center; gap: 12px; }
.grc-score { font-size: 38px; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -1px; }
.grc-stars { color: var(--gold); font-size: 21px; letter-spacing: 2px; line-height: 1; }
.grc-count { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.grc-count strong { color: var(--ink); font-weight: 600; }
.grc-link { font-size: 13px; font-weight: 500; color: #5f6368; text-decoration: underline; text-underline-offset: 2px; }
.grc-link:hover { color: var(--ink); }
@media (max-width: 480px) { .google-rating-card { padding: 20px 18px; } .grc-score { font-size: 32px; } .grc-stars { font-size: 18px; } }
.marquee-wrap { overflow: hidden; padding: 6px 0; }
.marquee { display: flex; gap: 16px; width: max-content; padding: 0 16px; animation: scroll 38s linear infinite; }
.marquee:hover { animation-play-state: paused; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.reviews-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding: 9px 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow-sm); }
.reviews-rating .rr-g { width: 22px; height: 22px; flex: none; }
.reviews-rating .rr-score { font-weight: 800; font-size: 18px; color: var(--ink); line-height: 1; }
.reviews-rating .rr-stars { color: #f9ab00; letter-spacing: 1px; font-size: 15px; }
.reviews-rating .rr-label { color: var(--muted); font-size: 13.5px; font-weight: 600; }
@media (max-width: 480px) { .reviews-rating { flex-wrap: wrap; justify-content: center; gap: 6px 10px; } .reviews-rating .rr-label { flex-basis: 100%; text-align: center; } }
.review-card { width: 300px; flex-shrink: 0; padding: 18px; position: relative; }
.review-g { position: absolute; top: 16px; right: 16px; width: 20px; height: 20px; opacity: .95; }
.review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; padding-right: 26px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.avatar-green { background: var(--accent); }
.avatar-deep { background: #41464e; }
.review-head strong { display: block; font-size: 13.5px; color: var(--ink); }
.review-head .stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.review-card p { font-size: 13.5px; color: var(--text); margin-bottom: 12px; }
.review-verified { display: flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 500; color: #5f6368; border-top: 1px solid var(--line); padding-top: 10px; }
.review-verified i { color: var(--accent); font-size: 15px; }

/* ---------- Quiz (2 Themes: hell im Hero, dunkel im Kontakt) ---------- */
.quiz { max-width: 460px; margin: 0 auto; background: var(--ink); border-radius: var(--radius-lg); padding: 24px; min-height: 300px; box-shadow: var(--shadow); }
.quiz-logo-wrap { display: flex; justify-content: center; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.quiz-logo { height: 40px; width: auto; }
.quiz-hero .js-inner { min-height: 322px; }

.quiz-progress-head { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; font-weight: 600; }
.quiz-progress-head .js-step { letter-spacing: 1px; }
.quiz-bar { height: 5px; border-radius: 4px; margin-bottom: 22px; }
.js-bar { height: 5px; width: 20%; border-radius: 4px; transition: width .3s ease; background: var(--accent); }
.q-title { font-size: 18px; font-weight: 700; text-align: center; margin-bottom: 16px; line-height: 1.3; }
.q-note { text-align: center; font-size: 13px; margin: -8px 0 16px; }
.q-grid { display: grid; gap: 10px; }
.q-grid-2 { grid-template-columns: 1fr 1fr; }
.q-opt { cursor: pointer; border-radius: 11px; padding: 15px 10px; text-align: center; font-size: 14px; transition: background .15s ease, border-color .15s ease, transform .12s ease, box-shadow .15s ease; }
.q-opt i { font-size: 24px; display: block; margin-bottom: 6px; }
.q-field { width: 100%; height: 44px; border-radius: 9px; padding: 0 14px; font: inherit; font-size: 14px; }
.q-back { cursor: pointer; text-align: center; margin-top: 14px; font-size: 13px; }

/* Dunkel (Kontakt-Quiz) */
.quiz-dark .js-step { color: #aab0b8; }
.quiz-dark .js-pct { color: var(--teal-bright); }
.quiz-dark .quiz-bar { background: rgba(255,255,255,.12); }
.quiz-dark .js-bar { background: var(--teal-bright); }
.quiz-dark .q-title { color: #fff; }
.quiz-dark .q-note { color: #c5c9cf; }
.quiz-dark .q-opt { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #fff; }
.quiz-dark .q-opt:hover { background: rgba(207,20,43,.18); border-color: var(--accent); }
.quiz-dark .q-opt i { color: var(--teal-bright); }
.quiz-dark .q-field { border: none; }
.quiz-dark .q-back { color: #aab0b8; }

/* Hell (Hero-Quiz) */
.quiz-light .js-step { color: var(--muted); }
.quiz-light .js-pct { color: var(--accent-d); }
.quiz-light .quiz-bar { background: var(--line); }
.quiz-light .js-bar { background: var(--accent); }
.quiz-light .q-title { color: var(--ink); }
.quiz-light .q-note { color: var(--muted); }
.quiz-light .q-opt { background: var(--bg-alt); border: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.quiz-light .q-opt:hover { background: #fff; border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.quiz-light .q-opt i { color: var(--accent); }
.quiz-light .q-field { border: 1px solid #e2e2e2; background: var(--bg-alt); color: var(--ink); }
.quiz-light .q-field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(207,20,43,.16); }
.quiz-light .q-back { color: var(--muted); }

.quiz-done { text-align: center; padding: 28px 6px; }
.quiz-done i { font-size: 48px; }
.quiz-done strong { display: block; font-size: 18px; margin: 10px 0 6px; }
.quiz-done p { font-size: 14px; }
.quiz-dark .quiz-done { color: #fff; } .quiz-dark .quiz-done i { color: var(--teal-bright); } .quiz-dark .quiz-done p { color: #c5c9cf; }
.quiz-light .quiz-done { color: var(--ink); } .quiz-light .quiz-done i { color: var(--accent); } .quiz-light .quiz-done p { color: var(--text); }
.quiz-done-urgent { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.08); }
.quiz-dark .quiz-done-urgent { border-top-color: rgba(255,255,255,.1); }
.quiz-done-urgent-label { display: block; font-size: 12.5px; color: var(--muted); margin-bottom: 14px; }
.quiz-dark .quiz-done-urgent-label { color: #aab0b8; }
.quiz-done-urgent-btns { display: flex; justify-content: center; gap: 16px; }
.quiz-urgent-btn { width: 52px; height: 52px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; transition: background .2s, transform .15s; }
.quiz-dark .quiz-urgent-btn { background: rgba(255,255,255,.1); }
.quiz-urgent-btn:hover { transform: scale(1.08); }
.quiz-urgent-wa { background: #25D366 !important; }
.quiz-urgent-wa:hover { background: #1ebe5d !important; }

/* ---------- Einzugsgebiet ---------- */
.region-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.region-left .eyebrow { text-align: left; }
.region-left h2 { font-size: clamp(23px, 3.2vw, 30px); line-height: 1.2; margin-bottom: 14px; font-weight: 800; }
.region-left > p { font-size: 14.5px; color: var(--text); line-height: 1.7; margin-bottom: 18px; }
.region-left .checks { margin-bottom: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.region-left .checks li { font-size: 14.5px; margin-bottom: 5px; }
.region-map-img { width: 100%; height: auto; display: block; }
@media (max-width: 820px) { .region-grid { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 420px) { .region-left .checks li { font-size: 13px; } }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.contact-left h3 { font-size: 19px; margin-bottom: 8px; }
.contact-left > p { font-size: 14px; color: var(--text); margin-bottom: 18px; }
.contact-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.contact-option {
  display: flex; align-items: center; gap: 14px; padding: 14px 16px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm);
  transition: transform .12s ease, box-shadow .12s ease;
}
.contact-option:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.co-icon { width: 52px; height: 52px; border-radius: 13px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #fdecef; color: var(--accent); font-size: 24px; }
.co-icon lord-icon { width: 40px; height: 40px; }
.co-text { display: flex; flex-direction: column; line-height: 1.3; }
.co-label { font-size: 12px; color: var(--muted); }
.co-value { font-size: 15px; font-weight: 700; color: var(--ink); }
.contact-map iframe { width: 100%; height: 240px; border: 0; border-radius: 12px; display: block; box-shadow: var(--shadow-sm); }
.contact-right .quiz { max-width: none; margin: 0; }
@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-right { order: -1; }
  .contact-map iframe { height: 220px; }
}

/* ---------- FAQ ---------- */
#faq { position: relative; overflow: hidden; }
#faq > .container { position: relative; z-index: 1; }
#faq::after {
  content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 50%;
  background-image: radial-gradient(rgba(207,20,43,.13) 1.5px, transparent 1.5px);
  background-size: 20px 20px; pointer-events: none;
  mask-image: radial-gradient(ellipse at right center, black 25%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at right center, black 25%, transparent 72%);
}
.faq { max-width: 640px; margin: 0 auto; }
.faq details { border-bottom: 1px solid #e6e6e6; padding: 16px 0; }
.faq summary { cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq-plus { color: var(--accent); transition: transform .2s ease; flex-shrink: 0; }
.faq details[open] .faq-plus { transform: rotate(45deg); }
.faq details p { margin-top: 10px; font-size: 14px; color: var(--text); }

/* ---------- Finale CTA ---------- */
.section-final-cta { position: relative; background: linear-gradient(160deg, rgba(13,15,18,.90) 0%, rgba(13,15,18,.84) 55%, rgba(22,9,12,.90) 100%), #0d0f12 url('../images/final-cta-bg-new.webp') center/cover; padding: 100px 0; overflow: hidden; }
.section-final-cta::before { content:''; position:absolute; top:-120px; left:-80px; width:420px; height:420px; background: radial-gradient(circle, rgba(207,20,43,.18), transparent 70%); }
.section-final-cta::after { content:''; position:absolute; bottom:-140px; right:-60px; width:380px; height:380px; background: radial-gradient(circle, rgba(207,20,43,.12), transparent 70%); }

/* =========================================================
   Dekorative Hintergrund-Akzente (soft, halbtransparent, on-brand)
   Motive: weiche Radial-„Glows" (Blobs), Punkt-Raster, dünne Kreise/Ringe.
   Immer sehr niedrige Deckkraft (~.04–.14), Section overflow:hidden,
   Content per > .container z-index:1 über die Deko heben.
   ========================================================= */
.deco { position: relative; overflow: hidden; }
.deco > .container { position: relative; z-index: 1; }
.deco-el { position: absolute; pointer-events: none; z-index: 0; }
.deco-glow { border-radius: 50%; background: radial-gradient(circle, rgba(207,20,43,.10), transparent 66%); }
.deco-glow-soft { border-radius: 50%; background: radial-gradient(circle, rgba(207,20,43,.08), transparent 66%); }
.deco-dots { background-image: radial-gradient(rgba(207,20,43,.18) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.deco-ring { border-radius: 50%; border: 1.5px solid rgba(207,20,43,.14); }

/* Leistungen: Glow oben-rechts + Punkt-Cluster unten-links */
#leistungen { position: relative; overflow: hidden; }
#leistungen > .container { position: relative; z-index: 1; }
#leistungen::before { content:''; position:absolute; top:-160px; right:-140px; width:480px; height:480px; border-radius:50%; background: radial-gradient(circle, rgba(207,20,43,.10), transparent 66%); pointer-events:none; }
#leistungen::after { content:''; position:absolute; left:-40px; bottom:-40px; width:300px; height:230px; background-image: radial-gradient(rgba(207,20,43,.18) 1.6px, transparent 1.6px); background-size: 22px 22px; -webkit-mask-image: radial-gradient(ellipse at bottom left, black 18%, transparent 72%); mask-image: radial-gradient(ellipse at bottom left, black 18%, transparent 72%); pointer-events:none; }

/* Vergleich: Punkt-Raster links + dünner Ring rechts */
#vorteile { position: relative; overflow: hidden; }
#vorteile > .container { position: relative; z-index: 1; }
#vorteile::before { content:''; position:absolute; top:0; left:0; bottom:0; width:40%; background-image: radial-gradient(rgba(207,20,43,.16) 1.6px, transparent 1.6px); background-size: 20px 20px; -webkit-mask-image: radial-gradient(ellipse at left center, black 20%, transparent 68%); mask-image: radial-gradient(ellipse at left center, black 20%, transparent 68%); pointer-events:none; }
#vorteile::after { content:''; position:absolute; top:-90px; right:-90px; width:300px; height:300px; border-radius:50%; border:1.5px solid rgba(207,20,43,.14); pointer-events:none; }

/* Bewertungen (heller Grund): weicher Glow oben-rechts */
#bewertungen::after { content:''; position:absolute; top:-150px; right:-120px; width:460px; height:460px; border-radius:50%; background: radial-gradient(circle, rgba(207,20,43,.09), transparent 66%); pointer-events:none; z-index:0; }

/* Einzugsgebiet: großer weicher Glow unten-rechts + dünner Ring oben-links */
#einzugsgebiet { position: relative; overflow: hidden; }
#einzugsgebiet > .container { position: relative; z-index: 1; }
#einzugsgebiet::before { content:''; position:absolute; bottom:-190px; right:-130px; width:520px; height:520px; border-radius:50%; background: radial-gradient(circle, rgba(207,20,43,.09), transparent 66%); pointer-events:none; }
#einzugsgebiet::after { content:''; position:absolute; top:40px; left:-100px; width:260px; height:260px; border-radius:50%; border:1.5px solid rgba(207,20,43,.14); pointer-events:none; }

/* Kontakt (heller Grund): Punkt-Raster oben-rechts */
#angebot { position: relative; overflow: hidden; }
#angebot > .container { position: relative; z-index: 1; }
#angebot::after { content:''; position:absolute; top:-10px; right:-10px; width:320px; height:250px; background-image: radial-gradient(rgba(207,20,43,.16) 1.6px, transparent 1.6px); background-size: 20px 20px; -webkit-mask-image: radial-gradient(ellipse at top right, black 16%, transparent 72%); mask-image: radial-gradient(ellipse at top right, black 16%, transparent 72%); pointer-events:none; }

/* Über mich (heller Grund): weicher Glow oben-links */
.about { position: relative; overflow: hidden; }
.about > .container { position: relative; z-index: 1; }
.about::before { content:''; position:absolute; top:-150px; left:-130px; width:460px; height:460px; border-radius:50%; background: radial-gradient(circle, rgba(207,20,43,.08), transparent 66%); pointer-events:none; }

@media (max-width: 600px) {
  #vorteile::before { display: none; }
  #vorteile::after, #einzugsgebiet::after { width: 170px; height: 170px; }
  #leistungen::after, #angebot::after { width: 210px; height: 175px; }
}
.final-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.eyebrow-light { color: rgba(255,255,255,.78); }
.final-cta-title { font-size: clamp(28px, 4.5vw, 46px); font-weight: 800; color: #fff; line-height: 1.15; margin: 14px 0 20px; }
.final-cta-sub { font-size: 17px; color: rgba(255,255,255,.85); line-height: 1.7; margin-bottom: 38px; }
.final-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.btn-outline-light { background: transparent; border: 2px solid rgba(255,255,255,.55); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.final-cta-trust { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.final-cta-trust span { color: rgba(255,255,255,.85); font-size: 13.5px; display: flex; align-items: center; gap: 6px; }
.final-cta-trust i { color: var(--teal-bright); font-size: 16px; }
@media (max-width: 820px) {
  .section-final-cta { padding: 70px 0; }
  .final-cta-actions { flex-direction: column; align-items: center; }
  .final-cta-trust { gap: 18px; flex-direction: column; align-items: center; }
  .final-cta-trust span { font-size: 16px; color: #fff; }
  .final-cta-trust i { font-size: 20px; color: #fff; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-deep); color: #aeb3bb; }
.footer-logo-wrap { margin-bottom: 50px; }
@media (max-width: 820px) { .footer-logo-wrap { margin-bottom: 20px; } }
.footer-logo { height: 56px; width: auto; display: block; }
.footer-cols { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.1fr; gap: 32px; padding: 44px 0 40px; }
.footer-col h3 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1.3px; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col p { color: #aeb3bb; font-size: 14px; line-height: 1.5; }
.footer-col a:hover { color: var(--teal-bright); }
.footer-contact-line { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-contact-line i { color: var(--teal-bright); font-size: 18px; flex-shrink: 0; }
.footer-address { margin-top: 4px; }
.footer-hours div { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 8px; font-size: 14px; }
.footer-hours span:first-child { color: #ccd0d6; }
.footer-bottom-wrap { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; color: #8a8f97; font-size: 12.5px; padding: 16px 0; }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 820px) { .footer-cols { grid-template-columns: 1fr 1fr; gap: 28px 24px; } }
@media (max-width: 520px) {
  .footer-cols { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 6px; }
}

/* ---------- Cookie Banner ---------- */
.cookie-wall { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 16px; }
.cookie-wall[hidden] { display: none !important; }
.cookie-backdrop { position: absolute; inset: 0; background: rgba(8,9,11,.74); backdrop-filter: blur(4px); }
.cookie-card { position: relative; z-index: 1; background: #fff; border-radius: 20px; padding: 36px 36px 32px; max-width: 520px; width: 100%; box-shadow: 0 24px 64px rgba(0,0,0,.4); text-align: center; animation: cookiePop .3s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes cookiePop { from { opacity:0; transform:scale(.92) translateY(16px); } to { opacity:1; transform:none; } }
.cookie-logo { margin-bottom: 20px; display: flex; justify-content: center; }
.cookie-logo img { height: 42px; width: auto; }
.cookie-title { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.cookie-text { font-size: 13.5px; color: #555; line-height: 1.65; margin-bottom: 16px; }
.cookie-links { font-size: 12px; color: #8a8a8a; margin-bottom: 24px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.cookie-links a { color: var(--accent-d); text-decoration: underline; }
.cookie-links a:hover { color: var(--ink); }
.cookie-actions { display: flex; flex-direction: column; gap: 8px; }
.cookie-btn-accept { width: 100%; justify-content: center; font-size: 15px; padding: 13px 20px; }
.cookie-actions-row { display: flex; gap: 8px; }
.btn-cookie-reject { background: transparent; border: 2px solid #dcdcdc; color: #555; border-radius: var(--radius); font-size: 14px; font-weight: 700; cursor: pointer; transition: border-color .2s, color .2s; flex: 1; padding: 11px 10px; }
.btn-cookie-reject:hover { border-color: var(--ink); color: var(--ink); }
.btn-cookie-settings { background: transparent; border: 2px solid #dcdcdc; color: #555; border-radius: var(--radius); font-size: 14px; font-weight: 700; cursor: pointer; transition: border-color .2s, color .2s; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 11px 10px; flex: 1; }
.btn-cookie-settings:hover { border-color: var(--accent); color: var(--accent-d); }
.cookie-settings-panel { text-align: left; margin-top: 20px; border-top: 1px solid #eee; padding-top: 20px; }
.cookie-settings-panel[hidden] { display: none !important; }
.cookie-category { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f3f3f3; }
.cookie-category:last-of-type { border-bottom: none; margin-bottom: 16px; }
.cookie-cat-label { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.cookie-cat-text { font-size: 12px; color: #8a8a8a; line-height: 1.5; }
.cookie-always-on { font-size: 12px; font-weight: 700; color: var(--accent-d); white-space: nowrap; padding-top: 2px; }
.cookie-toggle-wrap { display: flex; align-items: center; padding-top: 2px; flex-shrink: 0; }
.cookie-toggle-input { position: absolute; opacity: 0; width: 0; height: 0; }
.cookie-toggle-track { display: inline-block; width: 40px; height: 22px; background: #dcdcdc; border-radius: 11px; position: relative; cursor: pointer; transition: background .2s; }
.cookie-toggle-input:checked + .cookie-toggle-track { background: var(--accent); }
.cookie-toggle-track::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: #fff; border-radius: 50%; transition: transform .2s; }
.cookie-toggle-input:checked + .cookie-toggle-track::after { transform: translateX(18px); }
@media (max-width: 480px) { .cookie-card { padding: 28px 20px 24px; } }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8,9,11,.62); backdrop-filter: blur(2px); }
.modal-card { position: relative; z-index: 1; width: 100%; max-width: 440px; padding: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.4); animation: pop .2s ease; max-height: 92vh; overflow-y: auto; }
@keyframes pop { from { transform: translateY(12px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; cursor: pointer; font-size: 22px; color: var(--muted); }
.modal-card h2 { font-size: 21px; padding-right: 24px; }
.modal-sub { font-size: 14px; color: var(--text); margin: 6px 0 18px; }
.lead-form { display: flex; flex-direction: column; gap: 11px; }
.lead-form input, .lead-form textarea {
  font: inherit; font-size: 14px; padding: 12px 14px; border-radius: 9px;
  border: 1px solid #e2e2e2; background: var(--bg-alt); color: var(--ink); width: 100%;
}
.lead-form input:focus, .lead-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(207,20,43,.18); }
.form-note { font-size: 11.5px; color: var(--muted); text-align: center; margin-top: 2px; }
.form-success { text-align: center; padding: 16px 6px; }
.form-success i { font-size: 46px; color: var(--accent); }
.form-success strong { display: block; font-size: 18px; color: var(--ink); margin: 8px 0 4px; }
.form-success p { font-size: 14px; color: var(--text); }

.form-consent { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; line-height: 1.45; color: var(--text); text-align: left; margin: 2px 0; }
.form-consent input { width: 17px; height: 17px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--accent); cursor: pointer; }
.form-consent a { color: var(--accent-d); text-decoration: underline; }
.quiz .form-consent { color: #c5c9cf; }
.quiz .form-consent a { color: var(--teal-bright); }
.quiz .form-consent input { accent-color: var(--teal-bright); }

.modal-quick { gap: 8px; margin-top: 14px; }
.modal-quick a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 11px 10px; border-radius: 10px; font-size: 12px; font-weight: 700; color: #fff; }
.modal-quick a i { font-size: 15px; }
.mq-phone { background: var(--ink); }
.mq-wa { background: #25D366; }
.mq-mail { background: var(--accent); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 820px) {
  .desktop-only { display: none; }
  .mobile-only { display: flex; }
  .header-inner { gap: 6px; }
  .logo-img { height: 30px; }
  .header-actions.mobile-only { gap: 6px; }
  .header-actions.mobile-only .icon-btn { width: 38px; height: 38px; font-size: 18px; }
  .header-actions.mobile-only .btn-sm { padding: 8px 12px; font-size: 13px; }
  .section { padding: 46px 0; }
  .cta-band { text-align: center; justify-content: center; }
  .cta-band p { margin: 0 auto; }
  .cta-band-actions { flex-direction: column; width: 100%; }
  .cta-band-actions .btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .hero-usps { flex-direction: column; align-items: center; gap: 13px; }
  .hero-usps li { font-size: 15px; justify-content: center; white-space: nowrap; }
  .hero-usps i { font-size: 20px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .container-wide { padding: 0 14px; }
  .trustbar-inner { display: grid; grid-template-columns: auto auto; justify-content: center; justify-items: center; gap: 18px 22px; font-size: 13px; padding: 24px 18px; }
  .trustbar-inner span { display: inline-flex; align-items: center; gap: 8px; }
  .trustbar-inner i { font-size: 19px; }
  .section-title { font-size: 1.85rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; }
  .vc-fill { transition: none; }
  .btn:hover { transform: none; }
}

/* =========================================================
   Rechtsseiten (Impressum / Datenschutz / Cookie)
   ========================================================= */
.legal-header { position: static; background: var(--ink); }
.legal-header .header-inner { height: 64px; }
.legal-back { font-size: 14px; font-weight: 600; color: var(--teal-bright); display: inline-flex; align-items: center; gap: 6px; }
.legal { max-width: 800px; margin: 0 auto; padding: 48px 24px 72px; }
.legal h1 { font-size: clamp(26px, 4vw, 34px); margin-bottom: 8px; }
.legal .legal-intro { color: var(--muted); font-size: 15px; margin-bottom: 36px; }
.legal h2 { font-size: 20px; margin: 36px 0 12px; }
.legal h3 { font-size: 16px; margin: 24px 0 8px; }
.legal p, .legal li { font-size: 15px; color: #4a4a4a; line-height: 1.75; }
.legal p { margin-bottom: 14px; }
.legal ul { padding-left: 22px; list-style: disc; margin-bottom: 14px; }
.legal ul li { margin-bottom: 6px; }
.legal a { color: var(--accent-d); text-decoration: underline; }
.legal address { font-style: normal; line-height: 1.7; font-size: 15px; color: #4a4a4a; }
.legal .note {
  background: var(--bg-alt); border-left: 3px solid var(--accent);
  padding: 14px 18px; border-radius: 0 8px 8px 0; margin: 20px 0; font-size: 14px; color: var(--text);
}
