/* =========================================================
   Handwerksteam 24/7 – Landingpage Styles
   Rezept: „Deep Water" (Notdienst-Premium)
   Brand (aus Logo gesampelt):
   Navy #0a2464 / #001854 · Royal #0d47b0 · Blitz-Gelb #fcb400
   Fonts: Archivo (Display) + Inter (Body) – Bunny Fonts
   ========================================================= */

:root {
  --dark: #0a2464;          /* Logo-Navy (Hero-Overlay, Quiz, dunkle Sektionen) */
  --dark-deep: #061334;     /* tiefes Navy (Footer) */
  --navy-ink: #001854;      /* dunkelster Logo-Ton */
  --accent: #0d47b0;        /* Royal-Blau (Links, Icons, Sekundär) */
  --accent-bright: #4d8dfa; /* helles Blau (USPs auf dunkel, Progress) */
  --cta: #fcb400;           /* Blitz-Gelb – Haupt-CTA (Anruf) */
  --cta-hover: #ffc72e;
  --cta-ink: #0a1c44;       /* Text auf gelbem CTA */
  --ink: #0e1a33;
  --text: #465161;
  --muted: #6e7a8c;
  --line: #e2e8f2;
  --bg: #ffffff;
  --bg-alt: #f3f6fb;
  --radius: 14px;
  --radius-lg: 18px;
  --font-display: 'Archivo', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --shadow-sm: 0 4px 16px rgba(6, 19, 52, .07);
  --shadow: 0 8px 26px rgba(6, 19, 52, .10);
  --shadow-btn: 0 10px 26px rgba(252, 180, 0, .35);
  --shadow-btn-blue: 0 10px 24px rgba(13, 71, 176, .30);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  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; font-family: var(--font-display); }
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; }
.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-blue); }
.btn-primary:hover { background: #0a3a92; }
.btn-cta { background: var(--cta); color: var(--cta-ink); box-shadow: var(--shadow-btn); }
.btn-cta:hover { background: var(--cta-hover); }
.btn-cta i { font-size: 19px; }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.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 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(8px);
  box-shadow: 0 2px 14px rgba(6,19,52,.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 14px; max-width: 1220px; }
.logo { display: flex; align-items: center; }
.logo-img { height: 44px; width: auto; display: block; }
.header-actions { align-items: center; gap: 16px; }
.main-nav { align-items: center; gap: 24px; }
.main-nav a { font-size: 15px; font-weight: 500; color: var(--ink); }
.main-nav a:hover { color: var(--accent); }

/* 24/7-Telefon im Header mit Live-Puls */
.header-phone { display: flex; align-items: center; gap: 10px; }
.hp-pulse {
  width: 10px; height: 10px; border-radius: 50%; background: #22c55e; flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(34,197,94,.5);
  animation: hpPulse 1.8s ease-out infinite;
}
@keyframes hpPulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); } 70% { box-shadow: 0 0 0 9px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.hp-text { display: flex; flex-direction: column; line-height: 1.25; }
.hp-label { font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); }
.hp-number { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: .2px; }
.header-phone:hover .hp-number { color: var(--accent); }
.icon-btn {
  width: 40px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  font-size: 27px; color: var(--accent); background: none;
}
.icon-btn-wa { color: #1fab55; }

/* ---------- Hero (Variante B: Info links, Formular rechts) ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 560px at 84% -12%, rgba(77,141,250,.22), transparent 62%),
    linear-gradient(115deg, rgba(4,14,38,.95) 0%, rgba(6,22,58,.88) 52%, rgba(8,34,88,.72) 100%),
    url('../images/ht-hero.webp') center/cover no-repeat;
  background-color: #071b4a;
  color: #fff;
}
.hero-split {
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 48px; align-items: center;
  padding-top: 56px; padding-bottom: 56px;
}
.hero-content { position: relative; text-align: left; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(252,180,0,.12); color: #ffd35e;
  border: 1px solid rgba(252,180,0,.45);
  font-size: 13px; font-weight: 700; padding: 7px 15px; border-radius: 30px; margin-bottom: 18px;
}
.badge-plain {
  background: transparent; border: 0; padding: 0; gap: 8px;
  color: rgba(255,255,255,.95); margin-bottom: 14px;
}
.live-dot {
  width: 9px; height: 9px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.55);
  animation: hpPulse 1.8s ease-out infinite;
}
.hero-kicker {
  font-family: var(--font-body);
  font-size: 13.5px; font-weight: 700; color: var(--accent-bright);
  text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 12px;
}
.hero-title { font-size: clamp(29px, 3.8vw, 46px); color: #fff; font-weight: 800; letter-spacing: -.6px; line-height: 1.1; margin-bottom: 16px; }
.hero-title .h1-hl { color: var(--cta); }
.hero-sub { font-size: clamp(15px, 2.2vw, 17px); color: #ccdcf0; max-width: 540px; margin: 0 0 22px; }
.hero-usps {
  display: flex; flex-direction: column; align-items: flex-start; gap: 11px;
  margin: 0 0 22px;
}
.hero-usps li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 15px; font-weight: 500; color: #fff;
}
.hero-usps li strong { color: var(--cta); font-weight: 700; }
.hero-usps i { color: var(--cta); font-size: 19px; flex-shrink: 0; margin-top: 1px; }
.hero-cta { display: flex; gap: 12px; justify-content: flex-start; flex-wrap: wrap; }
.hero-cta .btn-cta { font-family: var(--font-display); font-size: 17px; font-weight: 800; letter-spacing: .2px; }
.hero-trust { margin: -2px 0 20px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.88); }
.hero-trust .stars { letter-spacing: 1px; font-size: 15px; margin-right: 6px; }
.hero-trust .ht-txt { white-space: nowrap; }

.hero-form { width: 100%; }
.hero-form .quiz { max-width: 470px; margin-left: auto; width: 100%; box-shadow: 0 24px 60px rgba(2,10,28,.5); }
.quiz-head { text-align: center; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.quiz-head strong { display: block; font-family: var(--font-display); font-size: 17.5px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.quiz-head span { font-size: 12.5px; color: #b9c9de; }

/* Hero-Formular: helle Karte — Kontakt-Quiz bleibt dunkel */
.hero-form .quiz { background: #fff; border: none; }
.hero-form .quiz-head { border-bottom: 1px solid var(--line); }
.hero-form .quiz-head strong { color: var(--dark); }
.hero-form .quiz-head span { color: var(--muted); }
.hero-form .q-step-label { color: var(--muted); }
.hero-form .q-pct { color: var(--accent); }
.hero-form .quiz-bar { background: #e4ebf5; }
.hero-form .q-bar { background: var(--accent); }
.hero-form .q-title { color: var(--ink); }
.hero-form .q-opt { background: var(--bg-alt); border: 1px solid var(--line); color: var(--ink); }
.hero-form .q-opt:hover { background: #eaf1fa; border-color: var(--accent); }
.hero-form .q-opt i { color: var(--accent); }
.hero-form .q-opt .q-opt-urgent-tag { background: rgba(252,180,0,.16); color: #9a6b00; }
.hero-form .q-field { background: var(--bg-alt); border: 1px solid #dfe5ee; color: var(--ink); }
.hero-form .q-field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(13,71,176,.15); }
.hero-form .q-back { color: var(--muted); }
.hero-form .quiz .form-consent { color: var(--text); }
.hero-form .quiz .form-consent a { color: var(--accent); }
.hero-form .quiz .form-consent input { accent-color: var(--accent); }
.hero-form .q-hint, .hero-form .q-note { color: var(--muted); }
.hero-form .quiz-done { color: var(--ink); }
.hero-form .quiz-done i { color: var(--accent); }
.hero-form .quiz-done strong { color: var(--ink); }
.hero-form .quiz-done p { color: var(--text); }
.hero-form .quiz-done-urgent { border-top: 1px solid var(--line); }
.hero-form .quiz-done-urgent-label { color: var(--muted); }
.hero-form .quiz-urgent-btn { background: var(--dark); }
.hero-form .quiz-urgent-btn:hover { background: #123c8f; }
.hero-form .quiz-urgent-wa { background: #25D366; }
.hero-form .quiz-urgent-wa:hover { background: #1ebe5d; }

/* Notfall-Streifen unterm Hero-Formular */
.quiz-emergency {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin-top: 14px; padding: 11px 12px;
  background: rgba(252,180,0,.1); border: 1px dashed rgba(252,180,0,.55);
  border-radius: 10px; font-size: 12.5px; color: #8a6200; text-align: center;
  transition: background .15s ease;
}
.quiz-emergency:hover { background: rgba(252,180,0,.18); }
.quiz-emergency i { font-size: 17px; color: #d99a00; flex-shrink: 0; }
.quiz-emergency strong { color: #6e4e00; white-space: nowrap; }

@media (max-width: 980px) {
  .hero-split { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; padding-bottom: 44px; }
  .hero-content { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-usps { margin-left: auto; margin-right: auto; width: fit-content; max-width: 100%; }
  .hero-usps li { text-align: left; }
  .hero-cta { justify-content: center; }
  .hero-trust { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
  .hero-form .quiz { margin: 0 auto; max-width: 480px; }
}

/* ---------- Trustbar ---------- */
.trustbar { background: var(--dark); border-bottom: 1px solid rgba(255,255,255,.08); }
.trustbar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 34px; flex-wrap: wrap; padding: 15px 24px;
  font-size: 14px; font-weight: 600; color: #dbe6f5;
}
.trustbar i { color: var(--cta); font-size: 18px; }
.stars { color: #E8B14C; }
.trustbar .stars { color: var(--cta); }

/* ---------- Sections ---------- */
.section { padding: 60px 0; }
main section[id] { scroll-margin-top: 88px; }
.section-alt { background: var(--bg-alt); }
.eyebrow { display: block; text-align: center; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 700; color: var(--accent); margin-bottom: 10px; }
.eyebrow-left { text-align: left; }
.eyebrow-gold { color: var(--cta); }
.eyebrow-light { color: rgba(255,255,255,.78); }
.section-title { text-align: center; font-size: clamp(23px, 3.5vw, 31px); font-weight: 800; letter-spacing: -.3px; margin-bottom: 6px; }
.section-sub { text-align: center; color: var(--muted); font-size: 15px; margin-bottom: 34px; max-width: 640px; margin-left: auto; margin-right: auto; }
#kontakt .section-title { font-size: clamp(28px, 4vw, 40px); }

/* Dezente Hintergrund-Deko (Wasser-Glows) in hellen Sektionen */
#faq { position: relative; overflow: hidden; }
#faq > .container { position: relative; z-index: 1; }
#faq::after {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 55%;
  background-image: radial-gradient(rgba(13,71,176,.16) 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%);
}
#vorteile { position: relative; overflow: hidden; }
#vorteile > .container { position: relative; z-index: 1; }
#vorteile::before {
  content: '';
  position: absolute; top: -120px; left: -140px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(77,141,250,.10), transparent 65%);
  pointer-events: none;
}

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

/* ---------- Leistungs-Karten ---------- */
.trade-card { overflow: hidden; }
.trade-img {
  height: 200px; display: flex; align-items: flex-end;
  background-size: cover; background-position: center; background-color: var(--dark);
  position: relative; overflow: hidden; padding: 16px;
}
.trade-img::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(to top, rgba(4,14,38,.92) 0%, rgba(4,14,38,.42) 45%, rgba(4,14,38,.04) 100%); pointer-events:none;
}
.trade-img h3 { color: #fff; font-size: 19px; position: relative; z-index: 1; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.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;
}

/* ---------- Ablauf: Flow-Steps mit pulsierender Linie ---------- */
.flow-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 46px 0 44px; }
.flowline { position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 3px; border-radius: 3px; overflow: visible;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright) 45%, var(--cta)); background-size: 220% 100%; animation: htFlow 3.2s linear infinite; opacity: .55; z-index: 0; }
.flowline::after { content: ''; position: absolute; top: 50%; left: 0; width: 11px; height: 11px; margin-top: -5.5px; border-radius: 50%; background: var(--cta); box-shadow: 0 0 0 4px rgba(252,180,0,.2), 0 0 16px rgba(252,180,0,.75); animation: htTravel 3.6s cubic-bezier(.5,0,.5,1) infinite; }
@keyframes htFlow { to { background-position: -220% 0; } }
@keyframes htTravel { 0% { left: 0; } 100% { left: 100%; } }
.pstep { position: relative; z-index: 1; text-align: center; padding: 0 6px; }
.pstep__badge { position: relative; width: 82px; height: 82px; margin: 0 auto 18px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; }
.pstep__badge::before { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--accent); opacity: 0; animation: htPing 2.6s ease-out infinite; }
.pstep:nth-child(3) .pstep__badge::before { animation-delay: .6s; }
.pstep:nth-child(4) .pstep__badge::before { animation-delay: 1.2s; }
.pstep:nth-child(5) .pstep__badge::before { animation-delay: 1.8s; }
@keyframes htPing { 0% { transform: scale(1); opacity: .55; } 70%, 100% { transform: scale(1.18); opacity: 0; } }
.pstep__badge lord-icon { width: 46px; height: 46px; }
.pstep__num { position: absolute; top: -4px; right: -2px; width: 28px; height: 28px; border-radius: 50%; background: var(--cta); color: var(--cta-ink); font-family: var(--font-display); font-size: 15px; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(252,180,0,.4); }
.pstep h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 7px; line-height: 1.25; }
.pstep p { font-size: 13.5px; color: var(--text); line-height: 1.55; }
.pstep__meta { display: inline-block; margin-top: 10px; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; color: var(--accent); background: var(--bg-alt); border: 1px solid #d8e2f2; padding: 4px 11px; border-radius: 30px; }
.steps-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.steps-cta-sub { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; margin: 0; }
.steps-cta-sub i { color: var(--accent); font-size: 16px; }
@media (prefers-reduced-motion: reduce) { .flowline, .flowline::after, .pstep__badge::before { animation: none; } }
@media (max-width: 860px) {
  .flow-steps { grid-template-columns: 1fr; gap: 30px; max-width: 440px; margin-left: auto; margin-right: auto; }
  .flowline { top: 0; bottom: 0; left: 40px; right: auto; width: 3px; height: auto; background: linear-gradient(180deg, var(--accent), var(--accent-bright) 45%, var(--cta)); background-size: 100% 220%; animation: htFlowV 3.2s linear infinite; }
  .flowline::after { left: 50%; top: 0; margin-left: -5.5px; margin-top: 0; animation: htTravelV 3.6s cubic-bezier(.5,0,.5,1) infinite; }
  @keyframes htFlowV { to { background-position: 0 -220%; } }
  @keyframes htTravelV { 0% { top: 0; } 100% { top: 100%; } }
  .pstep { display: grid; grid-template-columns: 82px 1fr; column-gap: 20px; row-gap: 0; text-align: left; align-items: start; }
  .pstep__badge { margin: 0; grid-column: 1; grid-row: 1 / span 3; align-self: start; }
  .pstep > :not(.pstep__badge) { grid-column: 2; }
  .pstep h3 { margin-top: 8px; }
  .pstep p { margin-top: 4px; }
  .pstep__meta { margin-top: 10px; justify-self: start; }
}

/* ---------- Versicherungs-Sektion (dunkel) ---------- */
.section-insurance {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, #071b4a 0%, var(--dark) 55%, #0d2f7c 100%);
  color: #fff;
}
.section-insurance::before {
  content: ''; position: absolute; top: -140px; right: -120px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(77,141,250,.18), transparent 62%);
  pointer-events: none;
}
.section-insurance::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background-image: radial-gradient(rgba(255,255,255,.05) 1.5px, transparent 1.5px);
  background-size: 22px 22px; pointer-events: none;
  mask-image: linear-gradient(to top, black 20%, transparent 90%);
  -webkit-mask-image: linear-gradient(to top, black 20%, transparent 90%);
}
.insurance-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.insurance-text h2 { color: #fff; font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; letter-spacing: -.3px; margin-bottom: 14px; }
.ins-hl { color: var(--cta); }
.insurance-text > p { color: #ccdcf0; font-size: 15.5px; margin-bottom: 24px; max-width: 560px; }
.insurance-checks { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.insurance-checks li { display: flex; gap: 14px; align-items: flex-start; }
.insurance-checks i {
  width: 44px; height: 44px; border-radius: 11px; flex-shrink: 0;
  background: rgba(252,180,0,.13); border: 1px solid rgba(252,180,0,.4); color: var(--cta);
  display: flex; align-items: center; justify-content: center; font-size: 21px;
}
.insurance-checks strong { display: block; color: #fff; font-size: 15px; margin-bottom: 2px; }
.insurance-checks span { font-size: 13.5px; color: #b9c9de; line-height: 1.5; }
.insurance-note { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: #9db1cf; max-width: 520px; margin-bottom: 22px; }
.insurance-note i { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.insurance-cta .btn-cta { font-family: var(--font-display); font-weight: 800; }
.insurance-visual { position: relative; }
.insurance-visual img { border-radius: var(--radius-lg); box-shadow: 0 26px 60px rgba(2,10,28,.5); aspect-ratio: 4/4.6; object-fit: cover; width: 100%; }
.insurance-badge {
  position: absolute; left: -18px; bottom: 26px;
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.97); border-radius: 14px; padding: 13px 18px;
  box-shadow: 0 14px 34px rgba(2,10,28,.4);
}
.insurance-badge i { font-size: 26px; color: var(--accent); }
.insurance-badge strong { display: block; font-size: 14px; color: var(--ink); }
.insurance-badge span { font-size: 12px; color: var(--muted); }
@media (max-width: 900px) {
  .insurance-inner { grid-template-columns: 1fr; gap: 34px; }
  .insurance-visual { max-width: 460px; margin: 0 auto; }
  .insurance-visual img { aspect-ratio: 4/3; }
  .insurance-badge { left: 12px; bottom: 14px; }
}

/* ---------- 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: #f7f8fa; box-shadow: none; border: 1px solid #e2e7ee; }
.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-head i { font-size: 24px; color: #9aa4b2; }
.compare-bad .compare-head h3 { color: #6b7686; }
.compare-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; margin-bottom: 13px; color: var(--ink); }
.compare-list li strong { font-weight: 700; }
.compare-list i { font-size: 20px; flex-shrink: 0; }
.compare-good .compare-list i { color: var(--accent); }
.compare-bad .compare-list li { color: #6b7686; }
.compare-bad .compare-list i { color: #c2705b; }

/* ---------- Einsätze: gegenläufiges Marquee ---------- */
.ref-marquee {
  margin-top: 8px; display: grid; gap: 18px; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.ref-track { display: flex; width: max-content; }
.ref-set { display: flex; gap: 18px; padding-right: 18px; }
.rt-a { animation: refA 56s linear infinite; }
.rt-b { animation: refB 56s linear infinite; }
.ref-marquee:hover .ref-track { animation-play-state: paused; }
.ref-item { position: relative; flex: none; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.ref-item img { width: min(430px, 74vw); aspect-ratio: 16/10; object-fit: cover; display: block; }
@keyframes refA { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes refB { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .rt-a, .rt-b { animation: none; } }
@media (max-width: 600px) {
  .ref-marquee { gap: 12px; }
  .ref-set { gap: 12px; padding-right: 12px; }
  .ref-item img { width: 250px; }
}

/* ---------- Bewertungen (Bento) ---------- */
.reviews { background: var(--bg-alt); }
.rev-bento { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; margin-top: 8px; }
.rev-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 26px 20px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.rev-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.rev-g { position: absolute; top: 22px; right: 22px; width: 22px; height: 22px; }
.rev-stars { color: #FBBC05; font-size: 15px; letter-spacing: 2.5px; margin-bottom: 12px; }
.rev-quote { font-size: 14.5px; line-height: 1.65; color: var(--text); margin-bottom: 18px; }
.rev-person { display: flex; align-items: center; gap: 12px; margin-top: auto; margin-bottom: 14px; }
.rev-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}
.rev-avatar-b { background: linear-gradient(135deg, var(--dark), var(--accent)); }
.rev-avatar-c { background: linear-gradient(135deg, #0d2f7c, var(--accent-bright)); }
.rev-who { display: flex; flex-direction: column; line-height: 1.3; }
.rev-who strong { font-size: 14.5px; color: var(--ink); }
.rev-who span { font-size: 12.5px; color: var(--muted); }
.rev-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: 12px; }
.rev-verified i { color: #34A853; font-size: 15px; }

.rev-featured { grid-row: span 2; background: linear-gradient(150deg, #071b4a 0%, #0d2f7c 100%); border: none; justify-content: center; padding: 34px 30px 24px; overflow: hidden; }
.rev-featured::before {
  content: '\201C'; position: absolute; top: -26px; left: 18px;
  font-size: 150px; font-weight: 800; line-height: 1; font-family: var(--font-display);
  color: rgba(252,180,0,.2); pointer-events: none;
}
.rev-featured .rev-stars { font-size: 17px; position: relative; }
.rev-featured .rev-quote { font-size: clamp(16px, 1.5vw, 19px); font-weight: 500; line-height: 1.6; color: #fff; position: relative; }
.rev-featured .rev-person { margin-top: 26px; }
.rev-featured .rev-verified { margin-top: auto; }
.rev-featured .rev-avatar { background: linear-gradient(135deg, var(--cta), #ffd35e); color: var(--dark); }
.rev-featured .rev-who strong { color: #fff; }
.rev-featured .rev-who span { color: #b9c9de; }
.rev-featured .rev-verified { color: #b9c9de; border-top-color: rgba(255,255,255,.14); }
.rev-featured .rev-verified i { color: #6fd08c; }

.rev-summary { align-items: center; text-align: center; justify-content: center; padding: 28px 22px; }
.rev-summary-g { width: 42px; height: 42px; margin-bottom: 12px; }
.rev-score { font-family: var(--font-display); font-size: 46px; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -1.5px; }
.rev-score-stars { color: #FBBC05; font-size: 19px; letter-spacing: 3px; margin: 8px 0 6px; }
.rev-score-note { font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.rev-score-note strong { color: var(--ink); font-weight: 600; }
.rev-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--accent);
  border: 1.5px solid var(--accent); border-radius: 30px; padding: 9px 16px;
  transition: background .15s ease, color .15s ease;
}
.rev-link:hover { background: var(--accent); color: #fff; }

@media (max-width: 980px) {
  .rev-bento { grid-template-columns: 1fr 1fr; }
  .rev-featured { grid-row: auto; grid-column: span 2; }
}
@media (max-width: 600px) {
  .rev-bento { grid-template-columns: 1fr; }
  .rev-featured { grid-column: auto; }
}

/* ---------- Einzugsgebiet: Premium-Karte (NEUER STANDARD) ---------- */
.section-area { background: #fff; position: relative; overflow: hidden; }
.area-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.area-content h2 { font-size: clamp(24px, 3.2vw, 33px); font-weight: 800; letter-spacing: -.3px; margin-bottom: 14px; }
.area-hl { color: var(--accent); }
.area-lead { font-size: 15.5px; color: var(--text); margin-bottom: 26px; max-width: 520px; }

.area-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.area-stat {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 14px; text-align: center;
}
.as-num { display: block; font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; color: var(--dark); letter-spacing: -.5px; line-height: 1.1; margin-bottom: 6px; }
.as-label { font-size: 11.5px; line-height: 1.4; color: var(--muted); font-weight: 600; }

.area-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 18px; }
.area-pill { background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 8px 15px; font-size: 13.5px; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); display: inline-flex; align-items: center; gap: 7px; transition: border-color .15s ease, color .15s ease, transform .12s ease; }
.area-pill:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.area-pill i { color: var(--cta); font-size: 15px; }
.area-pill:first-child { background: var(--dark); color: #fff; border-color: var(--dark); }
.area-pill:first-child:hover { color: #fff; }
.area-note { color: var(--muted); font-size: 14px; margin: 0; }
.area-note strong { color: var(--ink); }

/* ---------- Premium-Karte (echte Geodaten) ---------- */
.area-map-wrap { position: relative; }
.ruhr-map-card {
  position: relative; border-radius: 22px; overflow: hidden; padding: 6px;
  background:
    radial-gradient(620px 440px at 32% 22%, rgba(26,86,176,.42), transparent 62%),
    radial-gradient(520px 460px at 82% 82%, rgba(77,141,250,.20), transparent 64%),
    linear-gradient(158deg, #071b48 0%, #071b4a 46%, #0a2464 100%);
  box-shadow: 0 30px 70px rgba(4,14,38,.38), inset 0 1px 0 rgba(255,255,255,.08);
}
.ruhr-map-inner { position: relative; width: 100%; line-height: 0; }
svg.ruhr-map { display: block; width: 100%; height: auto; overflow: visible; }

.rm-context path { fill: rgba(148,186,255,.045); stroke: rgba(150,190,255,.12); stroke-width: 1; vector-effect: non-scaling-stroke; }
.rm-area path { fill: rgba(37,92,180,.42); stroke: rgba(130,178,255,.42); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.rm-essen { fill: rgba(252,180,0,.15); stroke: rgba(252,180,0,.62); stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.rm-links line { stroke: rgba(252,200,90,.34); stroke-width: 1.1; stroke-dasharray: 3 5; vector-effect: non-scaling-stroke; animation: rmDash 24s linear infinite; }
@keyframes rmDash { to { stroke-dashoffset: -80; } }
.rm-ring { fill: none; stroke: rgba(150,190,255,.30); stroke-width: 1.4; stroke-dasharray: 4 7; vector-effect: non-scaling-stroke; }
.rm-ring2 { stroke: rgba(150,190,255,.16); }

/* HQ + Staedte (Overlay: Dot exakt auf dem Geo-Punkt, Label radial) */
.rm-hq, .rm-city { position: absolute; transform: translate(-50%, -50%); line-height: 0; z-index: 3; }
.rm-hq { z-index: 4; }
.rm-hq-pulse { position: absolute; top: 50%; left: 50%; width: 54px; height: 54px; margin: -27px 0 0 -27px; border-radius: 50%; background: rgba(252,180,0,.28); animation: hqPulse 2.6s ease-out infinite; }
.rm-hq-pulse2 { animation-delay: 1.3s; }
@keyframes hqPulse { 0% { transform: scale(.42); opacity: .9; } 100% { transform: scale(1.7); opacity: 0; } }
.rm-hq-dot { position: relative; display: block; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(145deg, var(--cta), #e79f00); border: 3px solid rgba(255,255,255,.92); box-shadow: 0 10px 26px rgba(0,0,0,.45), 0 0 22px rgba(252,180,0,.5); }
.rm-hq-dot i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--cta-ink); font-size: 22px; line-height: 1; }
.rm-hq-label { position: absolute; top: calc(100% + 9px); left: 50%; transform: translateX(-50%); text-align: center; font-family: var(--font-display); font-size: 15px; font-weight: 800; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.65); white-space: nowrap; line-height: 1.15; }
.rm-hq-label em { display: block; font-style: normal; font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: rgba(255,211,94,.95); margin-top: 3px; }
.rm-dot { position: relative; display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-bright); border: 2px solid rgba(255,255,255,.9); box-shadow: 0 0 12px rgba(77,141,250,.75); }
.rm-dot::after { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 1.5px solid rgba(77,141,250,.55); animation: cityPing 3.4s ease-out infinite; animation-delay: var(--d,0s); opacity: 0; }
@keyframes cityPing { 0% { transform: scale(.5); opacity: .85; } 55%, 100% { transform: scale(1.9); opacity: 0; } }
.rm-lab { position: absolute; font-size: 11.5px; font-weight: 600; color: rgba(233,241,253,.94); background: rgba(6,19,52,.62); border: 1px solid rgba(150,190,255,.24); padding: 3px 9px; border-radius: 20px; white-space: nowrap; backdrop-filter: blur(3px); text-shadow: 0 1px 6px rgba(0,0,0,.5); line-height: 1.2; }
/* Label-Richtung radial nach aussen */
.rm-city.rm-s .rm-lab { top: calc(100% + 6px); left: 50%; transform: translateX(-50%); }
.rm-city.rm-n .rm-lab { bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); }
.rm-city.rm-e .rm-lab { left: calc(100% + 8px); top: 50%; transform: translateY(-50%); }
.rm-city.rm-w .rm-lab { right: calc(100% + 8px); top: 50%; transform: translateY(-50%); }

.ruhr-legend { position: absolute; left: 16px; bottom: 16px; z-index: 5; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; background: rgba(6,19,52,.62); border: 1px solid rgba(150,190,255,.22); border-radius: 12px; padding: 8px 14px; backdrop-filter: blur(6px); }
.rl-item { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: #cfdef5; }
.rl-dot { width: 9px; height: 9px; border-radius: 50%; }
.rl-hq { background: var(--cta); box-shadow: 0 0 8px rgba(252,180,0,.7); }
.rl-city { background: var(--accent-bright); box-shadow: 0 0 8px rgba(77,141,250,.6); }
.rl-radius { color: #9db1cf; border-left: 1px solid rgba(150,190,255,.25); padding-left: 14px; display: inline-flex; align-items: center; gap: 6px; }
.rl-radius i { font-size: 13px; }

@media (max-width: 980px) {
  .area-split { grid-template-columns: 1fr; gap: 34px; }
  .rm-hq-label { font-size: 13.5px; }
  .rm-hq-dot { width: 40px; height: 40px; font-size: 19px; }
  .rm-lab { font-size: 10.5px; padding: 2px 7px; }
}
@media (max-width: 480px) {
  .area-stats { gap: 9px; }
  .area-stat { padding: 12px 8px; }
  .rm-lab { font-size: 9.5px; padding: 2px 6px; }
  .ruhr-legend { left: 10px; bottom: 10px; padding: 7px 11px; gap: 10px; }
  .rm-hq-dot { width: 34px; height: 34px; font-size: 16px; }
}

/* ---------- Quiz ---------- */
.quiz { max-width: 460px; margin: 0 auto; background: var(--dark); 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: 52px; width: auto; opacity: .98; }
.quiz-progress-head { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; font-weight: 600; }
.quiz-progress-head[hidden], .quiz-bar[hidden] { display: none; }
.q-step-label { color: #a9b8cd; letter-spacing: 1px; }
.q-pct { color: var(--cta); }
.quiz-bar { height: 5px; background: rgba(255,255,255,.12); border-radius: 4px; margin-bottom: 22px; }
.q-bar { height: 5px; width: 20%; background: var(--cta); border-radius: 4px; transition: width .3s ease; }
.q-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #fff; text-align: center; margin-bottom: 18px; }
.q-grid { display: grid; gap: 10px; }
.q-grid-2 { grid-template-columns: 1fr 1fr; }
.q-opt {
  cursor: pointer; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px; padding: 15px 10px; text-align: center; color: #fff; font-size: 14px;
  transition: background .15s ease, border-color .15s ease;
  position: relative;
}
.q-opt:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); }
.q-opt i { font-size: 24px; color: var(--cta); display: block; margin-bottom: 6px; }
.q-opt-urgent-tag {
  display: inline-block; margin-top: 6px; font-size: 10px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  background: rgba(252,180,0,.2); color: var(--cta);
  padding: 2px 8px; border-radius: 20px;
}
.q-field { width: 100%; height: 44px; border-radius: 9px; border: none; padding: 0 14px; font: inherit; font-size: 14px; }
.q-back { cursor: pointer; text-align: center; margin-top: 14px; font-size: 13px; color: #a9b8cd; }
.q-hint { text-align: center; color: #c3d1e4; font-size: 13px; margin: -8px 0 16px; }
.q-note { text-align: center; color: #a9b8cd; font-size: 11px; }
.quiz-done { text-align: center; padding: 28px 6px; color: #fff; }
.quiz-done i { font-size: 48px; color: var(--cta); }
.quiz-done strong { display: block; font-size: 18px; margin: 10px 0 6px; }
.quiz-done p { color: #c3d1e4; font-size: 14px; }
.quiz-done-urgent { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.quiz-done-urgent-label { display: block; font-size: 12.5px; color: #a9b8cd; margin-bottom: 14px; }
.quiz-done-urgent-btns { display: flex; justify-content: center; gap: 16px; }
.quiz-urgent-btn { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; transition: background .2s, transform .15s; }
.quiz-urgent-btn:hover { background: rgba(255,255,255,.2); transform: scale(1.08); }
.quiz-urgent-wa { background: #25D366; }
.quiz-urgent-wa:hover { background: #1ebe5d; }

/* ---------- Kontakt (2 Spalten) ---------- */
.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: 13px 16px;
  background: #fff; border: 0.5px 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: 46px; height: 46px; border-radius: 11px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 21px; }
.co-icon-phone { background: var(--dark); }
.co-icon-mail { background: var(--accent); }
.co-icon-wa { background: #25D366; }
.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: 600; color: var(--ink); }
.contact-right .quiz { max-width: none; margin: 0; }
.contact-address-card { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.contact-address-card .ca-ic { width: 46px; height: 46px; border-radius: 11px; background: var(--dark); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 21px; flex-shrink: 0; }
.contact-address-card .ca-lbl { font-size: 12px; color: var(--muted); }
.contact-address-card .ca-val { font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.45; }
.contact-hours-line { margin-top: 12px; font-size: 13.5px; color: var(--text); display: flex; align-items: center; gap: 8px; }
.contact-hours-line i { color: var(--accent); }
@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-right { order: -1; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 580px; margin: 0 auto; }
.faq details { border-bottom: 1px solid #e4e9f0; padding: 16px 0; }
.faq summary { cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; 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(135deg, rgba(4,14,38,.92) 0%, rgba(6,22,58,.84) 55%, rgba(8,34,88,.78) 100%), url('../images/ht-cta.webp') center/cover no-repeat; background-color: var(--dark); padding: 100px 0; overflow: hidden; }
.final-cta-overlay { position: absolute; inset: 0; background: radial-gradient(900px 460px at 78% 0%, rgba(252,180,0,.14), transparent 62%); }
.final-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.final-cta-title { font-size: clamp(30px, 4.8vw, 52px); font-weight: 800; color: #fff; line-height: 1.12; letter-spacing: -.6px; 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; }
.final-cta-actions .btn-cta { font-family: var(--font-display); font-size: 18px; font-weight: 800; }
.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,.8); font-size: 13.5px; display: flex; align-items: center; gap: 6px; }
.final-cta-trust i { color: var(--cta); font-size: 16px; }
@media (max-width: 820px) {
  .section-final-cta { padding: 70px 0; }
  .final-cta-actions { flex-direction: column; align-items: center; }
  .final-cta-actions .btn { width: 100%; max-width: 360px; justify-content: center; }
  .final-cta-trust { gap: 14px; flex-direction: column; align-items: center; }
  .final-cta-trust span { font-size: 15px; color: #fff; }
  .final-cta-trust i { font-size: 19px; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--dark-deep); color: #aebacc; }
.footer-logo-wrap { margin-bottom: 40px; }
.footer-logo { height: 52px; width: auto; display: block; opacity: .97; }
.footer-cols { display: grid; grid-template-columns: 1.3fr 1fr 1.4fr 1.3fr; gap: 32px; padding: 44px 0 40px; }
.footer-col h3 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1.3px; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col p { color: #aebacc; font-size: 14px; line-height: 1.5; }
.footer-col a:hover { color: var(--cta); }
.footer-contact-line { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-contact-line i { color: var(--cta); 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: #d3dce8; }
.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: #8896ab; font-size: 12.5px; padding: 16px 0; }
.footer-bottom a:hover { color: #fff; }
.footer-logo-mobile { display: none; }
@media (max-width: 820px) {
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .footer-logo-mobile { display: flex; justify-content: flex-start; margin: 0 0 26px; }
  .footer-logo-mobile .footer-logo { height: 46px; }
  .footer-col-logo-hours .footer-logo-wrap { display: none; }
}
@media (max-width: 520px) {
  .footer-cols { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 6px; padding-bottom: 88px; }
}

/* ---------- Sticky Mobile Call-Bar ---------- */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(6,19,52,.92); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.12);
}
.sticky-call {
  flex: 1.4; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--cta); color: var(--cta-ink);
  font-family: var(--font-display); font-size: 16px; font-weight: 800;
  padding: 13px 10px; border-radius: 11px; box-shadow: 0 6px 18px rgba(252,180,0,.35);
}
.sticky-call i { font-size: 19px; }
.sticky-form {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.25);
  font: inherit; font-size: 14.5px; font-weight: 700;
  padding: 13px 10px; border-radius: 11px; cursor: pointer;
}

/* ---------- 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(6,12,26,.72); 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,.35); 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: 46px; width: auto; }
.cookie-title { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.cookie-text { font-size: 13.5px; color: #4d5866; line-height: 1.65; margin-bottom: 16px; }
.cookie-links { font-size: 12px; color: #8896ab; margin-bottom: 24px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.cookie-links a { color: var(--accent); 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: #4d5866; border-radius: var(--radius); font-size: 14px; font-weight: 600; 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: #4d5866; border-radius: var(--radius); font-size: 14px; font-weight: 600; 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); }
.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 #f1f4f8; }
.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: #8896ab; line-height: 1.5; }
.cookie-always-on { font-size: 12px; font-weight: 600; color: var(--accent); 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(6,12,26,.6); 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,.35); 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 #dfe5ee; 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(13,71,176,.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); }

/* Datenschutz-Consent (in allen Formularen) */
.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); text-decoration: underline; }
.quiz .form-consent { color: #c3d1e4; }
.quiz .form-consent a { color: var(--cta); }
.quiz .form-consent input { accent-color: var(--cta); }

/* Direktkontakt-Buttons im Formular-Popup (nur mobil) */
.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: 600; color: #fff; }
.modal-quick a i { font-size: 15px; }
.mq-phone { background: var(--dark); }
.mq-wa { background: #25D366; }
.mq-mail { background: var(--accent); }

/* =========================================================
   Rechtsseiten (Impressum / Datenschutz)
   ========================================================= */
.legal-header { border-bottom: 1px solid var(--line); }
.legal-header .header-inner { height: 64px; }
.legal-back { font-size: 14px; font-weight: 600; color: var(--accent); 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: #38414e; 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); text-decoration: underline; }
.legal address { font-style: normal; line-height: 1.7; font-size: 15px; color: #38414e; }
.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);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 820px) {
  .desktop-only { display: none; }
  .mobile-only { display: flex; }
  .header-actions.mobile-only { gap: 8px; }
  .section { padding: 46px 0; }
  .sticky-bar { display: flex; }
}

@media (max-width: 600px) {
  .hero-usps { gap: 11px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .center .btn { white-space: normal; max-width: 100%; }
  /* Rating: Sterne oben, Text darunter – zentriert */
  .hero-trust { flex-direction: column; gap: 4px; }
  /* Versicherungs-Headline in 2 Zeilen (Farbe trennt) */
  .ins-hl { display: block; }
  /* Trustbar: 3 Punkte untereinander, zentriert */
  .trustbar-inner { flex-direction: column; align-items: center; gap: 12px; }
  /* Icon in Ablauf-CTA nur mobil ausblenden */
  .steps-cta-sub i { display: none; }
  /* Hero-Badge etwas groesser */
  .hero .badge-plain { font-size: 14px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-split { padding-top: 36px; padding-bottom: 38px; }
  .hero .badge { font-size: 11px; padding: 6px 13px; gap: 5px; margin-bottom: 14px; }
  .hero .badge-plain { padding: 0; font-size: 14px; }
  .trustbar-inner { display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 13.5px; padding: 18px; }
  .trustbar-inner span { display: inline-flex; align-items: center; gap: 8px; }
  .trustbar-inner i { font-size: 18px; }
  .q-grid-2 { grid-template-columns: 1fr 1fr; gap: 8px; }
  .q-opt { padding: 12px 8px; font-size: 12.5px; }
  .quiz { padding: 20px 16px; }
  .logo-img { height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
  .rm-hq-pulse, .rm-dot::after, .rm-links line, .hp-pulse, .live-dot { animation: none; }
}

/* Google-Trust unten im Hero-Formular */
.quiz-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(10,25,60,.10); font-size: 13px; }
.quiz-trust .qt-g { width: 18px; height: 18px; flex-shrink: 0; }
.quiz-trust .qt-stars { color: #E8B14C; letter-spacing: 1px; font-size: 14px; }
.quiz-trust .qt-score { color: #0d2f66; font-weight: 800; }
.quiz-trust .qt-txt { color: #5b6b82; font-weight: 600; }

/* Fehlermeldung im Notfall-Quiz (Formular-Anbindung) */
.q-error { margin: 12px 0 0; text-align: center; font-size: 13px; font-weight: 600; color: #d64545; }
.q-error a { color: inherit; text-decoration: underline; }
