/* ==========================================================================
   WERTERMITTLUNG-QUIZ MODULE (siwq-section)
   Multistep-Quiz · alle Styles unter .siwq-section gescoped
   Markenfarben: #3964ac (primär) / #2a4d8c (deep) / Inter-Font
   ========================================================================== */

.siwq-section {
  --siwq-primary:       #3964ac;
  --siwq-primary-dark:  #2a4d8c;
  --siwq-primary-soft:  rgba(57, 100, 172, .06);
  --siwq-text-dark:     #0e1b33;
  --siwq-text-body:     #3a4863;
  --siwq-text-muted:    #6b7280;
  --siwq-bg-light:      #f4f7fc;
  --siwq-bg-alt:        #eef1f5;
  --siwq-white:         #ffffff;
  --siwq-line:          rgba(14, 27, 51, .10);
  --siwq-line-strong:   rgba(14, 27, 51, .18);
  --siwq-shadow-card:   0 2px 4px rgba(57, 100, 172, .10), 0 18px 48px rgba(14, 27, 51, .14);

  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background: var(--siwq-white);
  color: var(--siwq-text-body);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
  overflow: hidden;
}

/* ---------- Dynamische Hintergrund-Dekoration (gleicher Stil wie leistungen-uebersicht) ---------- */
.siwq-section .siwq-bg-shapes-desktop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
.siwq-section .siwq-container {
  position: relative;
  z-index: 1;
}

/* Blobs – alle Positionen in FESTEN PIXEL-Werten von oben verankert,
   damit sie nicht mit der dynamischen Höhe des Quiz-Formulars springen */
.siwq-section .siwq-blob-desktop {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(60px);
  will-change: transform;
}
.siwq-section .siwq-blob-1-desktop {
  width: 500px; height: 500px;
  top: 80px; left: 3%;
  background: radial-gradient(circle, rgba(57, 100, 172, .42) 0%, rgba(57, 100, 172, 0) 65%);
  animation: silBlob1Move 26s cubic-bezier(.4, 0, .2, 1) infinite;
}
.siwq-section .siwq-blob-2-desktop {
  width: 620px; height: 620px;
  top: 400px; right: 3%;                /* nach oben gezogen – kein Bottom-Clipping mehr */
  background: radial-gradient(circle, rgba(42, 77, 140, .36) 0%, rgba(42, 77, 140, 0) 65%);
  animation: silBlob2Move 32s cubic-bezier(.4, 0, .2, 1) infinite;
}
.siwq-section .siwq-blob-3-desktop {
  width: 400px; height: 400px;
  top: 400px; left: 55%;                /* deutlich höher – garantiert kein Clipping mehr, auch bei kürzesten Quiz-Steps */
  background: radial-gradient(circle, rgba(57, 100, 172, .22) 0%, rgba(57, 100, 172, 0) 65%);
  animation: silBlob3Move 22s cubic-bezier(.4, 0, .2, 1) infinite;
}

/* Dot-Patterns */
.siwq-section .siwq-bg-dots-desktop {
  position: absolute;
  background-image: radial-gradient(circle, rgba(57, 100, 172, .32) 1.4px, transparent 1.6px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 50%, transparent 75%);
          mask-image: radial-gradient(ellipse at center, #000 50%, transparent 75%);
}
.siwq-section .siwq-bg-dots-1-desktop {
  top: 70px; right: 3%;
  width: 200px; height: 180px;
  animation: silDotsFloat 14s ease-in-out infinite;
}
.siwq-section .siwq-bg-dots-2-desktop {
  top: 1020px; left: 4%;                 /* nochmal 20px nach oben */
  width: 160px; height: 140px;
  opacity: .75;
  animation: silDotsFloat 18s ease-in-out infinite reverse;
}

/* Konzentrische Ring-Dekoration rechts mittig */
.siwq-section .siwq-bg-ring-desktop {
  position: absolute;
  top: 500px; right: 2.5%;
  width: 210px; height: 210px;
  border: 2px solid rgba(57, 100, 172, .35);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 100, 172, .06) 0%, transparent 70%);
  animation: silRingBreath 6s ease-in-out infinite;
  will-change: transform;
}
.siwq-section .siwq-bg-ring-desktop::before,
.siwq-section .siwq-bg-ring-desktop::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}
.siwq-section .siwq-bg-ring-desktop::before {
  inset: -35px;
  border: 1.5px dashed rgba(57, 100, 172, .30);
  animation: silRingRotateCW 40s linear infinite;
}
.siwq-section .siwq-bg-ring-desktop::after {
  inset: -85px;
  border: 1.5px solid rgba(57, 100, 172, .14);
  border-top-color: rgba(57, 100, 172, .48);
  border-right-color: rgba(57, 100, 172, .32);
  animation: silRingRotateCCW 55s linear infinite;
}
.siwq-section *, .siwq-section *::before, .siwq-section *::after { box-sizing: border-box; }
.siwq-section h1, .siwq-section h2, .siwq-section h3, .siwq-section h4 {
  font-family: inherit; color: var(--siwq-text-dark);
  font-weight: 600; letter-spacing: -0.015em; margin: 0; text-wrap: balance;
}
.siwq-section p { margin: 0; }
.siwq-section a { color: var(--siwq-primary); text-decoration: none; }
.siwq-section a:hover { color: var(--siwq-primary-dark); }

.siwq-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ---- Eyebrow ---- */
.siwq-section .eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 20px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--siwq-primary);
}
.siwq-section .eyebrow::before {
  content: ""; display: inline-block; width: 38px; height: 2px; background: var(--siwq-primary);
}

/* ---- Buttons ---- */
.siwq-section .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; padding: 0 30px; border: 0; border-radius: 999px;
  background: linear-gradient(135deg, #3964ac 0%, #325893 50%, #2a4d8c 100%);
  color: var(--siwq-white);
  font-family: inherit; font-size: 16px; font-weight: 600;
  letter-spacing: 0.02em; cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
  text-decoration: none;
  box-shadow: 0 6px 18px -2px rgba(42, 77, 140, .35);
}
.siwq-section .btn:hover {
  background: linear-gradient(135deg, #4271b8 0%, #3964ac 50%, #2a4d8c 100%);
  color: var(--siwq-white);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -2px rgba(42, 77, 140, .45);
}
.siwq-section .btn:active { transform: translateY(0); }
/* Disabled-State – ausgegraut, wenn Pflichtfelder noch fehlen */
.siwq-section .btn[disabled],
.siwq-section .btn:disabled {
  background: #c5cdd9;
  color: #ffffff;
  cursor: not-allowed;
  box-shadow: 0 2px 6px rgba(14, 27, 51, .08);
  transform: none;
  pointer-events: none;
}

/* Pflichtfeld-Markierung (roter Stern an Labels) */
.siwq-section .quiz__required-mark {
  color: #d04545;
  font-weight: 700;
  margin-left: 4px;
  letter-spacing: 0;
}
.siwq-section .quiz__submit-btn {
  min-height: 78px; padding: 12px 44px; font-size: 21px;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
}
.siwq-section .quiz__submit-label { font-size: 21px; font-weight: 700; line-height: 1.2; }
.siwq-section .quiz__submit-sub { font-size: 14px; font-weight: 500; line-height: 1.2; opacity: .85; letter-spacing: .2px; }

/* ---- Wertermittlung Head ---- */
.siwq-section .wert__head { text-align: center; max-width: 760px; margin: 0 auto 21px; }
.siwq-section .wert__head .eyebrow { justify-content: center; }
.siwq-section .wert__head h2 {
  font-size: 56px; font-weight: 600; line-height: 1.05;
  letter-spacing: -0.025em; margin: 22px 0 22px; color: var(--siwq-text-dark);
}
.siwq-section .wert__lead {
  font-size: 21px; font-weight: 500; line-height: 1.5; color: #000; margin: 0 auto;
}
.siwq-section .wert__lead + .wert__lead { margin-top: 20px; }
.siwq-section .wert__features {
  display: flex; justify-content: center; align-items: center; gap: 32px;
  flex-wrap: nowrap;
  margin: 28px auto 48px; max-width: 1300px;
}
.siwq-section .wert__feature {
  display: flex; gap: 10px; align-items: center;
  font-size: 26.2px; font-weight: 600; color: var(--siwq-text-dark); white-space: nowrap;
}
.siwq-section .wert__feature svg { flex-shrink: 0; }

/* ---- Quiz Card – spannt sich über die volle 1400px Sektionsbreite ---- */
.siwq-section .quiz {
  zoom: 0.8;                   /* gesamtes Wertermittlungs-Quiz proportional -20% – passt auch auf kleinere Laptop-Bildschirme */
  background: var(--siwq-white); border: 1px solid var(--siwq-line);
  border-radius: 24px;
  box-shadow: var(--siwq-shadow-card);
  /* Bricht aus der Container-Padding (48px) aus → volle 1400px */
  width: calc(100% + 51px);
  margin-left: -25.5px;
  margin-right: -25.5px;
  /* overflow:visible erlaubt Dropdowns, über die Kartenkante hinauszuragen.
     Border-Radien sind an die Kinder (progress oben, nav unten) übertragen. */
}
.siwq-section .quiz__progress {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.siwq-section .quiz__nav {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.siwq-section .quiz__progress {
  padding: 22px 36px 18px; border-bottom: 1px solid var(--siwq-line); background: var(--siwq-white);
}
.siwq-section .quiz__progress-top {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px;
}
.siwq-section .quiz__progress-label {
  font-size: 15px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--siwq-primary);
}
.siwq-section .quiz__progress-count { font-size: 15px; font-weight: 600; color: var(--siwq-text-body); }
.siwq-section .quiz__progress-count b { color: var(--siwq-text-dark); font-weight: 700; }
.siwq-section .quiz__bar { height: 4px; background: var(--siwq-bg-alt); position: relative; border-radius: 999px; overflow: hidden; }
.siwq-section .quiz__bar-fill {
  height: 100%;
  background: linear-gradient(135deg, #3964ac 0%, #2a4d8c 100%);
  border-radius: 999px;
  transition: width 360ms cubic-bezier(.2,.8,.2,1);
}
.siwq-section .quiz__body { padding: 32px 36px 56px; min-height: 420px; overflow: visible; }
.siwq-section .quiz__slide { will-change: transform, opacity; }

@keyframes siwq-quiz-exit-left   { to   { transform: translateX(-52px); opacity: 0; } }
@keyframes siwq-quiz-exit-right  { to   { transform: translateX( 52px); opacity: 0; } }
@keyframes siwq-quiz-enter-right { from { transform: translateX( 52px); opacity: 0; } }
@keyframes siwq-quiz-enter-left  { from { transform: translateX(-52px); opacity: 0; } }
.siwq-section .quiz__slide--exit-left   { animation: siwq-quiz-exit-left   160ms ease forwards; }
.siwq-section .quiz__slide--exit-right  { animation: siwq-quiz-exit-right  160ms ease forwards; }
.siwq-section .quiz__slide--enter-right { animation: siwq-quiz-enter-right 260ms ease forwards; }
.siwq-section .quiz__slide--enter-left  { animation: siwq-quiz-enter-left  260ms ease forwards; }

.siwq-section .quiz__title {
  font-size: 40px; font-weight: 600; color: var(--siwq-text-dark);
  margin-bottom: 36px; letter-spacing: -0.012em; text-align: center;
}
/* Kontakt-Schritt: Titel linksbündig auf der gleichen Linie wie das "Anrede"-Feld
   Die rechte Form-Spalte beginnt bei 280px + 56px Gap = 336px vom linken Card-Rand */
.siwq-section .quiz__title--contact-desktop {
  text-align: left;
  padding-left: 336px;
}
/* Flexbox statt Grid: zentriert orphan-Reihen automatisch (z.B. die 5 Haus-Tiles in 3 Spalten) */
.siwq-section .quiz__options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.siwq-section .quiz__options.cols-2 .quiz__tile { flex: 0 1 calc(50% - 7px);     max-width: calc(50% - 7px); }
.siwq-section .quiz__options.cols-3 .quiz__tile { flex: 0 1 calc(33.333% - 10px); max-width: calc(33.333% - 10px); }
.siwq-section .quiz__options.cols-4 .quiz__tile { flex: 0 1 calc(25% - 11px);    max-width: calc(25% - 11px); }

.siwq-section .quiz__tile {
  border: 2px solid var(--siwq-line-strong); background: var(--siwq-white);
  border-radius: 16px;
  padding: 24px 18px 20px; cursor: pointer;
  transition: all 200ms ease; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  min-height: 220px; justify-content: center; font-family: inherit;
}
.siwq-section .quiz__tile:hover {
  border-color: var(--siwq-primary); transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(57, 100, 172, .15);
}
.siwq-section .quiz__tile.is-selected {
  border-color: var(--siwq-primary);
  background: var(--siwq-white);
}
.siwq-section .quiz__tile-icon {
  color: var(--siwq-primary);
  display: flex; align-items: center; justify-content: center;
  width: 100%;
  height: 130px;
}
.siwq-section .quiz__tile-icon img,
.siwq-section .quiz__tile-icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.siwq-section .quiz__tile b { font-size: 19px; font-weight: 600; color: var(--siwq-text-dark); }
.siwq-section .quiz__tile span { font-size: 13px; color: var(--siwq-text-body); line-height: 1.4; }

/* ---- Form Grid (Schritt: Form) ---- */
.siwq-section .quiz__form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px 48px;
  width: 100%; margin-top: 16px;
}
.siwq-section .quiz__field { display: flex; flex-direction: column; gap: 4px; }
.siwq-section .quiz__field label {
  font-size: 16.1px; font-weight: 700; letter-spacing: 0;
  color: var(--siwq-text-dark);
}
.siwq-section .quiz__field input {
  border: none; border-bottom: 1.5px solid var(--siwq-line-strong);
  padding: 12px 0; font-size: 17px; color: var(--siwq-text-dark);
  font-family: inherit; background: transparent; transition: border-color 180ms ease;
}
.siwq-section .quiz__field input:focus { outline: none; border-color: var(--siwq-primary); }
.siwq-section .quiz__field--slider { grid-column: 1 / -1; max-width: 66.666%; }

/* Baujahr-Feld mit "Nicht bekannt"-Toggle daneben */
.siwq-section .quiz__baujahr-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.siwq-section .quiz__baujahr-row input {
  flex: 1 1 auto;
  min-width: 0;
}
.siwq-section .quiz__baujahr-row input:disabled {
  background: #f4f7fc;
  color: var(--siwq-text-muted);
  cursor: not-allowed;
}
.siwq-section .quiz__baujahr-unknown {
  appearance: none;
  border: 1.5px solid var(--siwq-line-strong);
  background: var(--siwq-white);
  padding: 0 18px;
  height: auto;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--siwq-text-dark);
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
  flex-shrink: 0;
}
.siwq-section .quiz__baujahr-unknown:hover {
  border-color: var(--siwq-primary);
}
.siwq-section .quiz__baujahr-unknown.is-selected {
  background: var(--siwq-primary);
  color: var(--siwq-white);
  border-color: var(--siwq-primary);
}
.siwq-section .quiz__field--stepper {
  flex-direction: row; align-items: center; justify-content: space-between;
  border-bottom: 1.5px solid var(--siwq-line-strong); padding-bottom: 6px;
}
.siwq-section .quiz__field--stepper label { white-space: nowrap; margin-right: 16px; }

/* ---- Stepper ---- */
.siwq-section .quiz__stepper {
  display: inline-flex; align-items: stretch;
  border: 1.4px solid var(--siwq-line-strong); border-radius: 10px; overflow: hidden;
}
.siwq-section .quiz__stepper-btn {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, #3964ac 0%, #2a4d8c 100%);
  border: none;
  color: var(--siwq-white); font-size: 22px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-family: inherit; flex-shrink: 0; padding: 0; transition: filter 150ms ease;
}
.siwq-section .quiz__stepper-btn:hover { filter: brightness(1.1); }
.siwq-section .quiz__stepper-val {
  min-width: 50px; text-align: center; font-size: 17px; font-weight: 600;
  color: var(--siwq-text-dark); display: flex; align-items: center; justify-content: center;
  border-left: 1.4px solid var(--siwq-line); border-right: 1.4px solid var(--siwq-line); padding: 0;
  background: var(--siwq-white);
}

/* ---- Slider ---- */
.siwq-section .quiz__slider { display: flex; flex-direction: column; gap: 10px; }
.siwq-section .quiz__range {
  width: 100%; -webkit-appearance: none; appearance: none;
  height: 22px; background: transparent; border: none !important;
  outline: none !important; cursor: pointer; padding: 0; margin: 0;
}
.siwq-section .quiz__range::-webkit-slider-runnable-track {
  height: 5px; border-radius: 3px; background: var(--siwq-line);
}
.siwq-section .quiz__range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; margin-top: -8.5px; border-radius: 50%;
  background: var(--siwq-primary); cursor: pointer;
  border: 2px solid #fff; box-shadow: 0 2px 6px rgba(57, 100, 172, .35);
}
.siwq-section .quiz__range::-moz-range-track { height: 5px; border-radius: 3px; background: var(--siwq-line); }
.siwq-section .quiz__range::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--siwq-primary); cursor: pointer;
  border: 2px solid #fff; box-shadow: 0 2px 6px rgba(57, 100, 172, .35);
}
.siwq-section .quiz__range-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; color: var(--siwq-text-muted);
}
.siwq-section .quiz__range-val { font-size: 19px; font-weight: 700; color: var(--siwq-primary); }

/* ---- Facts (Schritt) ---- */
.siwq-section .quiz__facts { display: grid; grid-template-columns: 1fr; gap: 28px; width: 100%; margin: 24px 0 0; }
.siwq-section .quiz__fact-label {
  display: block; font-size: 16.1px; font-weight: 700;
  letter-spacing: 0; color: var(--siwq-text-dark); margin-bottom: 6px;
}
.siwq-section .quiz__fact-sub { font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 14px; color: var(--siwq-text-body); }

/* ---- Custom Select ---- */
.siwq-section .quiz__csel { position: relative; width: 100%; }
.siwq-section .quiz__csel__trigger {
  width: 100%; padding: 14px 16px; font-size: 15px; font-family: inherit;
  border: 1.4px solid var(--siwq-line-strong); border-radius: 10px;
  background: var(--siwq-white); color: var(--siwq-text-dark); cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  user-select: none; transition: border-color 180ms ease; box-sizing: border-box;
}
.siwq-section .quiz__csel.is-open .quiz__csel__trigger { border-color: var(--siwq-primary); border-radius: 10px 10px 0 0; }
.siwq-section .quiz__csel__opts {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--siwq-white); border: 1.4px solid var(--siwq-primary); border-top: none;
  border-radius: 0 0 10px 10px; z-index: 200;
  box-shadow: 0 8px 24px rgba(14, 27, 51, .12); overflow: hidden;
}
.siwq-section .quiz__csel.is-open .quiz__csel__opts { display: block; }
.siwq-section .quiz__csel__opt {
  padding: 12px 16px; font-size: 15px; font-family: inherit;
  color: var(--siwq-text-dark); cursor: pointer;
  border-bottom: 1px solid var(--siwq-line); transition: background 120ms ease;
}
.siwq-section .quiz__csel__opt:last-child { border-bottom: none; }
.siwq-section .quiz__csel__opt:hover { background: var(--siwq-bg-light); }
.siwq-section .quiz__csel__opt.is-selected { color: var(--siwq-primary); font-weight: 600; }
.siwq-section .quiz__csel__placeholder { color: var(--siwq-text-muted); }

/* ---- Address-Schritt: 50% Form + 50% Karte ---- */
.siwq-section .quiz__addr-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 16px; align-items: start;
}
.siwq-section .quiz__addr-privacy {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--siwq-text-body);
  margin: 5px 0 37px;           /* 5px oben · +15px Abstand nach unten zu den Feldern */
  text-align: left;
}
.siwq-section .quiz__addr-privacy b { color: var(--siwq-text-dark); font-weight: 700; }
/* Grid: 4 Sub-Spalten → Reihe 1: STRAßE (span 3) + HAUSNR. (span 1) · Reihe 2: PLZ (span 1) + ORT (span 3) */
.siwq-section .quiz__addr-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.siwq-section .quiz__addr-grid > .quiz__addr-field:nth-child(1) { grid-column: span 3; } /* Straße */
.siwq-section .quiz__addr-grid > .quiz__addr-field:nth-child(2) { grid-column: span 1; } /* Hausnr */
.siwq-section .quiz__addr-grid > .quiz__addr-field:nth-child(3) { grid-column: span 1; } /* PLZ */
.siwq-section .quiz__addr-grid > .quiz__addr-field:nth-child(4) { grid-column: span 3; } /* Ort */
.siwq-section .quiz__addr-field { display: flex; flex-direction: column; gap: 2px; }
.siwq-section .quiz__addr-field label {
  font-size: 15px; font-weight: 700; letter-spacing: 0;
  color: var(--siwq-text-dark);
}
.siwq-section .quiz__addr-field input {
  padding: 12px 14px; font-size: 15px; font-family: inherit;
  border: 1.4px solid var(--siwq-line-strong); border-radius: 10px;
  background: var(--siwq-white); color: var(--siwq-text-dark); transition: border-color 180ms ease;
}
.siwq-section .quiz__addr-field input:focus { outline: none; border-color: var(--siwq-primary); }
.siwq-section .quiz__map-wrap {
  position: relative;
}
.siwq-section .quiz__map {
  height: 340px; border-radius: 14px; overflow: hidden;
  border: 1.4px solid var(--siwq-line-strong);
  background: var(--siwq-bg-alt);
}

/* Premium Loading-Overlay über der Karte */
.siwq-section .quiz__map-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
          backdrop-filter: blur(10px) saturate(160%);
  border-radius: 14px;
  border: 1.4px solid rgba(57, 100, 172, .2);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s cubic-bezier(.4, 0, .2, 1), visibility .35s;
}
.siwq-section .quiz__map-loading.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.siwq-section .quiz__map-loading-spinner {
  width: 52px; height: 52px;
  border: 3px solid rgba(57, 100, 172, .14);
  border-top-color: var(--siwq-primary);
  border-right-color: var(--siwq-primary-dark);
  border-radius: 50%;
  animation: siwqMapSpin 1s linear infinite;
  box-shadow: 0 6px 20px rgba(57, 100, 172, .18);
}
.siwq-section .quiz__map-loading-text {
  font-size: 16px; font-weight: 600;
  color: var(--siwq-text-dark);
  letter-spacing: -.2px;
  display: inline-flex; align-items: center; gap: 2px;
}
.siwq-section .quiz__map-loading-text::after {
  content: '';
  width: 18px;
  display: inline-block;
  text-align: left;
  animation: siwqDotsTick 1.4s steps(4, end) infinite;
}
@keyframes siwqMapSpin { to { transform: rotate(360deg); } }
@keyframes siwqDotsTick {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

/* ---- Contact-Schritt (final) ---- */
.siwq-section .quiz__final { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
.siwq-section .quiz__person { text-align: center; }
.siwq-section .quiz__person-img {
  width: 220px; height: 220px; border-radius: 50%;
  margin: 0 auto 18px; overflow: hidden;
  /* Gradient-Border (gleicher 3-Stop wie Telefon-Button) via padding-box / border-box-Trick */
  border: 4px solid transparent;
  background:
    linear-gradient(var(--siwq-bg-alt), var(--siwq-bg-alt)) padding-box,
    linear-gradient(135deg, #3964ac 0%, #325893 50%, #2a4d8c 100%) border-box;
  box-shadow: 0 8px 28px rgba(57, 100, 172, .25);
}
.siwq-section .quiz__person-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  object-position: center 20%;   /* Foto höher positioniert, damit das Gesicht voll sichtbar ist */
}
.siwq-section .quiz__person-name { font-size: 28px; font-weight: 700; color: var(--siwq-text-dark); }
.siwq-section .quiz__person-role { font-size: 17px; color: var(--siwq-text-body); margin-top: 4px; }
.siwq-section .quiz__person-phone {
  margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--siwq-line);
  font-size: 17px; font-weight: 600; color: var(--siwq-text-body);
}
.siwq-section .quiz__person-phone-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}
.siwq-section .quiz__person-phone-link:hover { opacity: .8; transform: translateY(-1px); }
.siwq-section .quiz__person-phone b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 17px;
  color: var(--siwq-primary);
  margin-top: 6px;
}
.siwq-section .quiz__phone-icon {
  width: 18px; height: 18px; flex-shrink: 0;
  color: var(--siwq-primary);
}

.siwq-section .quiz__inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 720px; margin: 0 auto; }
.siwq-section .quiz__inputs .quiz__field { display: flex; flex-direction: column; }
.siwq-section .quiz__inputs label {
  font-size: 15px; font-weight: 700; letter-spacing: 0;
  color: var(--siwq-text-dark); margin-bottom: 6px;
}
/* Kontakt-Step Inputs: boxed Look 1:1 wie Kontaktseite / Beratungs-Formular */
.siwq-section .quiz__inputs input {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0e1b33;
  background: #f6f8fc;
  border: 1.5px solid transparent;
  border-radius: 14px;
  padding: 16px 18px;
  outline: none;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.siwq-section .quiz__inputs input::placeholder {
  color: rgba(58, 72, 99, .55);
  font-weight: 500;
}
.siwq-section .quiz__inputs input:hover {
  background: #ffffff;
  border-color: rgba(57, 100, 172, .25);
}
.siwq-section .quiz__inputs input:focus {
  background: #ffffff;
  border-color: #3964ac;
  box-shadow: 0 0 0 4px rgba(57, 100, 172, .12);
}

.siwq-section .quiz__salutation { display: flex; gap: 10px; max-width: 33.333%; }
.siwq-section .quiz__sal {
  flex: 1; border: 1.5px solid var(--siwq-line-strong); background: var(--siwq-white);
  padding: 12px; font-weight: 600; font-size: 15px; cursor: pointer;
  text-align: center; color: var(--siwq-text-dark);
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  border-radius: 14px;
  background-clip: padding-box;             /* verhindert Gradient-Bleed in den (1.5px) Border-Bereich → saubere Rundung */
  -webkit-background-clip: padding-box;
}
.siwq-section .quiz__sal:hover { border-color: var(--siwq-primary); }
.siwq-section .quiz__sal.is-selected {
  background: linear-gradient(135deg, #5a91d8 0%, #2a4d8c 50%, #15295c 100%) !important;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  color: var(--siwq-white) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(42, 77, 140, .45);
}
.siwq-section .quiz__consent {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14.5px; line-height: 1.5; color: var(--siwq-text-body); margin: 18px 0 4px;
}
.siwq-section .quiz__consent input { accent-color: var(--siwq-primary); margin-top: 3px; flex-shrink: 0; }
.siwq-section .quiz__consent a { color: var(--siwq-primary); text-decoration: underline; }

/* ---- Quiz Navigation: "Weiter" immer rechts, "Zurück" links ---- */
.siwq-section .quiz__nav {
  display: flex; justify-content: flex-end; align-items: center;
  padding: 22px 36px 28px; border-top: 1px solid var(--siwq-line); background: var(--siwq-bg-light);
}
.siwq-section .quiz__back {
  margin-right: auto;     /* schiebt den Weiter-Button immer nach rechts */
  background: transparent; border: 0; cursor: pointer;
  font-family: inherit; font-size: 16.5px; font-weight: 600;
  color: var(--siwq-text-dark); display: inline-flex; align-items: center; gap: 9px; padding: 11px 5px;
  transition: color .2s;
}
.siwq-section .quiz__back:hover { color: var(--siwq-primary); }
.siwq-section .quiz__back[disabled] { opacity: 0.3; cursor: not-allowed; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .siwq-section { padding: 70px 0 60px; }
  .siwq-container { padding: 0 30px; }
  .siwq-section .quiz {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .siwq-section .wert__head h2 { font-size: 42px; }
  .siwq-section .wert__lead { font-size: 18px; }
  .siwq-section .wert__feature { font-size: 22.1px; }
  .siwq-section .quiz__title { font-size: 31px; }
  .siwq-section .quiz__body { padding: 24px 28px 40px; }
  .siwq-section .quiz__progress { padding: 20px 28px 16px; }
  .siwq-section .quiz__nav { padding: 18px 28px 22px; }
  .siwq-section .quiz__final { grid-template-columns: 1fr; gap: 32px; }
  .siwq-section .quiz__person-img { width: 160px; height: 160px; }
  .siwq-section .quiz__addr-wrap { grid-template-columns: 1fr; }
  .siwq-section .quiz__addr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .siwq-section .quiz__options,
  .siwq-section .quiz__options.cols-3,
  .siwq-section .quiz__options.cols-4 { grid-template-columns: 1fr 1fr; }
  .siwq-section .quiz__form-grid { grid-template-columns: 1fr; }
  .siwq-section .quiz__inputs { grid-template-columns: 1fr; }
  .siwq-section .wert__features { gap: 18px; }
}

/* ============================================================
   STEP 0 – Intro-Auswahl (Persönliche Beratung vs. Wertermittlung)
   ============================================================ */
.siwq-section .quiz__intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}
.siwq-section .quiz__intro-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid rgba(57, 100, 172, .15);
  border-radius: 24px;
  padding: 56px 44px 32px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .3s ease, border-color .3s ease;
  box-shadow: 0 12px 32px -16px rgba(14, 27, 51, .14);
}
.siwq-section .quiz__intro-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 100, 172, .45);
  box-shadow: 0 24px 60px -16px rgba(57, 100, 172, .25);
}
.siwq-section .quiz__intro-card.is-selected {
  border-color: #3964ac;
  box-shadow: 0 24px 60px -16px rgba(57, 100, 172, .35);
}
.siwq-section .quiz__intro-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #ffffff;
  background: #0e1b33;
  border-radius: 24px 0 16px 0;
}
.siwq-section .quiz__intro-badge--featured {
  background: linear-gradient(135deg, #4a7dc1 0%, #325893 50%, #2a4d8c 100%);
  box-shadow: 0 4px 14px rgba(57, 100, 172, .28);
}
.siwq-section .quiz__intro-icon {
  width: 154px;                  /* +40% von 110px */
  height: 154px;
  margin: 0 auto 0;              /* Abstand zum Titel auf 0 reduziert */
  color: #0e1b33;
}
.siwq-section .quiz__intro-icon svg,
.siwq-section .quiz__intro-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.siwq-section .quiz__intro-title {
  font-size: 40px;                /* identisch zu .quiz__title ("Welche Immobilie…") */
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--siwq-text-dark);
  margin-top: -16px;              /* zieht Titel näher an das Icon (−35% Gap) */
  margin-bottom: 20px;
  line-height: 1.2;
}
.siwq-section .quiz__intro-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;            /* horizontal zentriert als Block in der Karte */
  width: fit-content;             /* Liste so breit wie Inhalt → wird durch margin:auto zentriert */
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.siwq-section .quiz__intro-list li {
  position: relative;
  padding-left: 32px;
  font-size: 17px;
  font-weight: 600;
  color: #0e1b33;
  line-height: 1.4;
}
.siwq-section .quiz__intro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none' stroke='%233964ac' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='2 9 9 16 22 2'/></svg>") no-repeat center / contain;
}
.siwq-section .quiz__intro-list--dark li::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none' stroke='%230e1b33' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='2 9 9 16 22 2'/></svg>");
}
.siwq-section .quiz__intro-cta {
  margin-top: auto;
  padding: 16px 24px;
  border-top: 1px solid rgba(57, 100, 172, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #3964ac;
  letter-spacing: .01em;
}
.siwq-section .quiz__intro-cta--dark { color: #0e1b33; }
.siwq-section .quiz__intro-cta svg { width: 20px; height: 20px; }

/* ============================================================
   BERATUNG – Telefonische Beratung Screen
   ============================================================ */
.siwq-section .quiz__beratung-head {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 36px;
}
.siwq-section .quiz__beratung-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(57, 100, 172, .14);
  color: #3964ac;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siwq-section .quiz__beratung-icon svg { width: 28px; height: 28px; }
.siwq-section .quiz__beratung-headtext h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0e1b33;
  margin: 0;
  line-height: 1.1;          /* enge Line-Height + negativer Pull am p für deutlich kleineren Gap */
  letter-spacing: -.4px;
}
.siwq-section .quiz__beratung-headtext p {
  font-size: 16px;
  font-weight: 500;
  color: #3a4863;
  margin: 3px 0 0;           /* +3px mehr Abstand zur Überschrift */
  line-height: 1.3;
}
.siwq-section .quiz__beratung-sublabel {
  font-size: 13px;
  font-weight: 700;
  color: #0e1b33;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.siwq-section .quiz__beratung-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 8px;
  width: 51%;                    /* nochmal −15%: 60 × 0.85 = 51 */
  align-self: flex-start;        /* überschreibt flex-stretch des .quiz__field-Parents */
}
/* Kompakte Zeitfenster-Kacheln (~50% kleiner als Standard-Quiz-Tiles) */
.siwq-section .quiz__beratung-slot {
  min-height: 0;
  padding: 14px 10px 12px;
  gap: 8px;
  border-radius: 12px;
}
.siwq-section .quiz__beratung-slot .quiz__tile-icon {
  height: 56px;
  overflow: visible;            /* das Icon darf optisch herausragen */
}
/* Uhr-Icons visuell skaliert – ohne Layout zu verändern (Kacheln bleiben gleich groß) */
.siwq-section .quiz__beratung-slot .quiz__tile-icon img {
  transform: scale(1.73);       /* −5% gegenüber 1.82 */
  transform-origin: center center;
}
.siwq-section .quiz__beratung-slot .quiz__tile-label {
  font-size: 14px;
  font-weight: 600;
}
/* Form-Layout im Beratungs-Step: Reihen-Grid wie im Kontaktformular der Last-Step */
.siwq-section .quiz__row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 29px;              /* +17px mehr (vorher 12 → 29) */
  margin-bottom: 4px;
}
.siwq-section .quiz__row { margin-bottom: 4px; }
/* "Worüber möchten Sie sprechen?" – 6px weniger Luft als die anderen Reihen + halbe Breite wie Vorname */
.siwq-section .quiz__field:has(select[name="beratung_thema"]) {
  margin-top: 23px;
  width: calc(50% - 11px);    /* identisch zur Spaltenbreite im .quiz__row--2 (1fr 1fr, gap 22px) */
}
.siwq-section .quiz__beratung-submit {
  width: fit-content;               /* nur so breit wie der Inhalt */
  display: flex;
  flex-direction: row;              /* Icon LINKS neben Text – überschreibt column-Default vom .quiz__submit-btn */
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 18px auto 0;              /* zentriert via margin auto */
  padding: 14px 38px;
  min-height: 74px;
  border: none;
  border-radius: 999px;             /* Pill-Form wie Kontaktseite-CTA */
  background: linear-gradient(135deg, #4a7dc1 0%, #325893 50%, #2a4d8c 100%);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(57, 100, 172, .35);
  transition: transform .2s ease, box-shadow .25s ease, opacity .25s ease;
}
.siwq-section .quiz__beratung-submit svg { width: 25px; height: 25px; flex-shrink: 0; }
.siwq-section .quiz__beratung-submit-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
.siwq-section .quiz__beratung-submit-label {
  font-size: 20.2px;
  font-weight: 600;
}
.siwq-section .quiz__beratung-submit-sub {
  font-size: 15px;
  font-weight: 500;
  opacity: .85;
  letter-spacing: .2px;
  margin-top: 2px;
}
.siwq-section .quiz__beratung-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(57, 100, 172, .45);
}
.siwq-section .quiz__beratung-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.siwq-section .quiz__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3a4863;
  padding: 8px 0;
  width: fit-content;        /* Kästchen + Text-Block wird zusammen zentriert */
  max-width: 100%;
  margin: 23px auto 0;       /* +4px mehr (19 → 23) */
}
.siwq-section .quiz__consent input {
  margin-top: 3px;
  accent-color: #3964ac;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.siwq-section .quiz__consent a {
  color: #3964ac;
  text-decoration: underline;
}

/* ============================================================
   BERATUNG-FORM – Eingabefelder im Stil der Kontaktseite (boxed)
   ============================================================ */
/* Labels der Beratung-Felder: uppercase brand-blue (wie Kontaktseite) */
.siwq-section .quiz__field:has(input[name^="beratung_"]) > label,
.siwq-section .quiz__field:has(input[name="beratung_zeitraum"]) > label.quiz__beratung-sublabel,
.siwq-section .quiz__field:has(.quiz__csel input[name^="beratung_"]) > label,
.siwq-section .quiz__beratung-sublabel {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0e1b33 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 9px !important;
}

/* Inputs + Select der Beratung-Felder: boxed wie Kontaktseite */
.siwq-section .quiz__field input[name^="beratung_"],
.siwq-section .quiz__field select[name^="beratung_"] {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0e1b33;
  background: #f6f8fc;
  border: 1.5px solid transparent;
  border-bottom: 1.5px solid transparent;   /* überschreibt den underline-Style */
  border-radius: 14px;
  padding: 16px 18px;
  outline: none;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
  width: 100%;
}
.siwq-section .quiz__field input[name^="beratung_"]::placeholder {
  color: rgba(58, 72, 99, .55);
  font-weight: 500;
}
.siwq-section .quiz__field input[name^="beratung_"]:hover,
.siwq-section .quiz__field select[name^="beratung_"]:hover {
  background: #ffffff;
  border-color: rgba(57, 100, 172, .25);
}
.siwq-section .quiz__field input[name^="beratung_"]:focus,
.siwq-section .quiz__field select[name^="beratung_"]:focus {
  background: #ffffff;
  border-color: #3964ac;
  box-shadow: 0 0 0 4px rgba(57, 100, 172, .12);
}

/* Custom Select-Pfeil – identisch zur Kontaktseite */
.siwq-section .quiz__field select[name^="beratung_"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233964ac' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
  cursor: pointer;
}

/* ============================================================
   Vollbreites Bild direkt unter dem Wertermittlungs-Formular (nur Startseite).
   Die Formular-Kachel (.siwq-section) ragt darüber → höherer z-index.
   ============================================================ */
.siwq-section { z-index: 2; }
.siwb-desktop {
  /* KEIN eigener z-index → kein cappendes Stacking; die Layer-Reihenfolge wird
     über die z-index der Kinder im Wurzelkontext geregelt:
       Bild (auto) < Formular-Sektion (2) < Punkte (3)  */
  position: relative;
  margin-top: -220px;               /* Bild ragt unter die Kachel; um 240px tiefer als zuvor */
  width: 100%;
  background: #ffffff;
  line-height: 0;
}
.siwb-desktop img { width: 100%; height: auto; display: block; }
/* Weißer Fade oben auf dem Bild → das Haus-Bild faded smooth in den weißen
   Hintergrund der Wertermittlungs-Sektion darüber aus (Premium-Look).
   Oberste ~43% bleiben deckend weiß (decken die -220px Overlap ab und schließen
   nahtlos an die weiße Sektion an), darunter Verlauf ins Foto. */
.siwb-desktop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 560px;
  z-index: 1;                       /* über dem Bild, unter den Punkten */
  pointer-events: none;
  background: linear-gradient(to bottom,
                #ffffff 0%,
                #ffffff 43%,
                rgba(255, 255, 255, 0) 100%);
}
/* Blaue Punkte ÜBER dem Bild und ÜBER dem weißen Fade (links oben auf dem Bild) */
.siwb-desktop::after {
  content: "";
  position: absolute;
  top: 185px;                       /* 50px höher – auf dem hellen Fade-Bereich */
  left: 4%;
  width: 190px;
  height: 155px;
  z-index: 3;                       /* über Bild, weißem Fade (1) UND der Formular-Sektion (2) → nicht abgeschnitten */
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(57, 100, 172, .32) 1.4px, transparent 1.6px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 50%, transparent 75%);
          mask-image: radial-gradient(ellipse at center, #000 50%, transparent 75%);
}
/* Auf der Startseite die alten Sektions-Punkte unten links ausblenden
   (sie schweben sonst über dem Weiß statt über dem Bild) – nur wenn das
   Bild direkt folgt (also nur auf der Startseite). */
.siwq-section:has(+ .siwb-desktop) .siwq-bg-dots-2-desktop { display: none; }

/* NUR Startseite (Haus-Bild direkt vor der "Unsere Leistungen"-Sektion):
   Bild auf 95% Breite, zentriert, mit abgerundeten unteren Ecken.
   Auf der Wertermittlungs-Unterseite (Bild vor dem Footer) bleibt es vollbreit. */
.siwb-desktop:has(+ .sil-desktop) img {
  width: 95.2%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 24px 24px;
}
