/* HELLES LEAD-GEN LANDING – Auto Ambientebeleuchtung v2026 */
:root {
  --bg: #ffffff;
  --bg-page: #f8fafc;
  --bg-soft: #eff6ff;
  --text: #0f172a;
  --text-muted: #334155;
  --accent: #1d4ed8;
  --accent-bright: #2563eb;
  --accent-soft: #dbeafe;
  --cta: #ea580c;
  --cta-hover: #c2410c;
  --cta-soft: #fff7ed;
  --success: #15803d;
  --error: #b91c1c;
  --border: #cbd5e1;
  --radius: 14px;
  --radius-lg: 20px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --container: min(100% - 1.25rem, 680px);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  background: #ffffff !important;
}

body {
  margin: 0 !important;
  font-family: var(--font) !important;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text) !important;
  background: var(--bg-page) !important;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px;
}

body.page-thanks { padding-bottom: 1rem; background: #ffffff !important; }

a { color: var(--accent-bright); }
a:hover { color: var(--accent); }

.container { width: var(--container); margin-inline: auto; }
.text-center { text-align: center; }
.lead { font-size: 1.1rem; font-weight: 600; color: var(--text-muted); margin: 0 0 1rem; }

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff !important;
  border-bottom: 2px solid var(--accent-soft);
  box-shadow: 0 2px 16px rgba(29, 78, 216, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 0.75rem;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text) !important;
}
.logo-image {
  display: block;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius);
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}
.btn:active { opacity: 0.92; }
.btn--primary {
  background: linear-gradient(180deg, #f97316 0%, var(--cta) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(234, 88, 12, 0.45);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #fb923c 0%, var(--cta-hover) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 28px rgba(234, 88, 12, 0.55);
}
.btn--ghost {
  background: #fff !important;
  color: var(--text) !important;
  border: 2px solid var(--border);
}
.btn--sm { padding: 0.55rem 1rem; font-size: 0.875rem; }
.btn--xl {
  width: 100%;
  padding: 1.15rem 1.5rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

/* ===== FUNNEL HERO ===== */
.funnel-hero {
  padding: 1.25rem 0 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 55%, #f8fafc 100%) !important;
  border-bottom: 1px solid var(--border);
}
.funnel-hero__location {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.3rem 0.75rem;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
}
.funnel-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 7vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--text) !important;
}
.funnel-hero__title em {
  font-style: normal;
  color: var(--accent);
}
.funnel-hero__lead {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-muted) !important;
}
.funnel-hero__keywords {
  list-style: none;
  padding: 0;
  margin: 0 0 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.funnel-hero__keywords li {
  background: #ffffff;
  border: 2px solid var(--accent-soft);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.funnel-hero__keywords strong { color: var(--accent); }

.funnel-hero__price {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem;
  margin-bottom: 1.15rem;
  padding: 1rem 1.15rem;
  background: var(--cta-soft) !important;
  border: 3px solid #fdba74;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(234, 88, 12, 0.12);
}
.funnel-hero__price-label {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cta);
}
.funnel-hero__price-value {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--cta) !important;
  line-height: 1;
}
.funnel-hero__price-note {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text) !important;
}
.funnel-hero__trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--success);
}
.funnel-hero__jump { margin-bottom: 0.25rem; }

/* ===== FUNNEL RATING (zwischen Hero & Formular) ===== */
.funnel-rating-bar {
  padding: 0.65rem 0 0.85rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
  border-bottom: 1px solid var(--border);
}
.funnel-rating-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  text-align: center;
}
.funnel-rating-bar__stars-wrap {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.1rem;
}
.funnel-rating-bar__score {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
}
.funnel-rating-bar__value {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}
.funnel-rating-bar__of {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}
.funnel-rating-bar__dot {
  color: #94a3b8;
  font-weight: 700;
}
.funnel-rating-bar__count {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted);
}
.funnel-rating-bar__link {
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.funnel-rating-bar__snippet {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.45;
}
@media (min-width: 520px) {
  .funnel-rating-bar__stars-wrap {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

/* ===== FORM ===== */
.section--form {
  padding: 0.5rem 0 2rem;
  background: #ffffff !important;
}
.funnel-form .form-intro {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: var(--bg-soft);
  border-radius: var(--radius);
  border: 1px solid var(--accent-soft);
}
.funnel-form .form-intro h2 {
  margin: 0 0 0.25rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text) !important;
}
.form-intro__highlight {
  margin: 0;
  font-weight: 800;
  color: var(--success) !important;
  font-size: 1rem;
}
.form-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
}
.ms-form {
  background: #ffffff !important;
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  border: 2px solid var(--accent-soft);
  box-shadow: 0 8px 40px rgba(29, 78, 216, 0.1);
}
.ms-progress__bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 0.65rem;
}
.ms-steps-labels {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
}
.ms-steps-labels li.active { color: var(--accent); }
.ms-step legend {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--text) !important;
}
.ms-step[hidden] { display: none !important; }
.choice-grid { display: grid; gap: 0.55rem; }
.choice-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.65rem;
  padding: 0.9rem;
  background: #f8fafc !important;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
}
.choice-card:has(input:checked) {
  border-color: var(--accent-bright);
  background: var(--accent-soft) !important;
  box-shadow: 0 0 0 1px var(--accent-bright);
}
.choice-card input { grid-row: 1 / 3; width: 1.2rem; height: 1.2rem; accent-color: var(--accent); }
.choice-card__title { grid-column: 2; font-weight: 800; font-size: 0.95rem; color: var(--text); }
.choice-card__desc { grid-column: 2; font-size: 0.8rem; color: var(--text-muted); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 800; margin-bottom: 0.35rem; font-size: 0.9rem; color: var(--text); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.85rem;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: #fff !important;
  color: var(--text) !important;
  font-family: inherit;
  font-size: 1rem;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent-bright);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.field-error { color: var(--error); font-weight: 700; font-size: 0.85rem; }
.ms-nav { display: flex; gap: 0.65rem; margin-top: 1.25rem; }
.ms-nav .btn--primary { flex: 1; }
.summary-box {
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  margin-bottom: 1rem;
}
.checkbox-consent { display: flex; gap: 0.65rem; font-size: 0.88rem; color: var(--text-muted); }
.form-global-error {
  color: var(--error);
  background: #fef2f2;
  border: 2px solid #fecaca;
  padding: 0.85rem;
  border-radius: var(--radius);
  font-weight: 700;
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ===== SECTIONS ===== */
.section { padding: 1.75rem 0; background: #ffffff !important; }
.section--alt { background: var(--bg-page) !important; }
.section--compact { padding: 1.25rem 0; }
.section-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  color: var(--text) !important;
}
.trust-grid { display: grid; gap: 0.75rem; }
.trust-item {
  background: #ffffff !important;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  text-align: center;
}
.trust-item strong {
  display: block;
  font-size: 1rem;
  color: var(--accent);
  margin-bottom: 0.35rem;
}
.trust-item p { margin: 0; font-size: 0.9rem; color: var(--text-muted); }

.city-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center; }
.city-chip {
  padding: 0.5rem 1rem;
  background: #fff !important;
  border: 2px solid var(--border);
  border-radius: 999px;
  text-decoration: none !important;
  color: var(--text) !important;
  font-weight: 700;
  font-size: 0.875rem;
}
.city-chip:hover {
  border-color: var(--accent);
  background: var(--accent-soft) !important;
  color: var(--accent) !important;
}

.faq details {
  background: #fff !important;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
}
.faq summary {
  padding: 1rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  color: var(--text);
}
.faq .faq-a { padding: 0 1rem 1rem; color: var(--text-muted); font-size: 0.92rem; }

/* ===== THANK YOU ===== */
.thank-you { padding: 2rem 0 3rem; background: #fff !important; }
.thank-you__card {
  text-align: center;
  background: #fff !important;
  border: 2px solid #86efac;
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  box-shadow: 0 8px 32px rgba(21, 128, 61, 0.12);
}
.thank-you__icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto 1rem;
  background: #dcfce7;
  color: var(--success);
  font-size: 2rem;
  font-weight: 800;
  border-radius: 50%;
}
.thank-you h1 { margin: 0 0 0.75rem; font-size: 1.75rem; font-weight: 800; color: var(--text) !important; }
.thank-you p { color: var(--text-muted); font-size: 1.05rem; }
.thank-you__nr { margin: 0 0 1rem; font-size: 1.05rem; }
.thank-you__warn {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  background: #fff7ed;
  border: 2px solid #fdba74;
  border-radius: var(--radius);
  font-size: 0.92rem;
  color: var(--text-muted);
}
.thank-you__steps {
  text-align: left;
  max-width: 28rem;
  margin: 0 auto 1.25rem;
  padding: 0 0.25rem;
}
.thank-you__steps-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}
.thank-you__steps ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}
.thank-you__steps li + li { margin-top: 0.35rem; }
.thank-you__address {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.thank-you__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  max-width: 22rem;
  margin: 0 auto;
}
.btn--maps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #1a73e8;
  color: #fff !important;
  border: 2px solid #1a73e8;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(26, 115, 232, 0.25);
}
.btn--maps:hover,
.btn--maps:focus {
  background: #1557b0;
  border-color: #1557b0;
  color: #fff !important;
}

.page-extra { background: var(--bg-alt, #f8fafc); }
.page-extra__grid {
  display: grid;
  gap: 1.25rem;
  margin: 1rem 0 1.25rem;
}
@media (min-width: 720px) {
  .page-extra__grid { grid-template-columns: 1fr 1fr; }
}
.page-extra__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.25rem;
}
.page-extra__card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  font-weight: 800;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #ffffff !important;
  border-top: 1px solid var(--border);
  padding: 1.25rem 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.footer-compact { text-align: center; }
.footer-brand { font-weight: 800; color: var(--text) !important; margin: 0 0 0.5rem; }
.footer-links-inline { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 0.75rem; margin-bottom: 0.5rem; }
.footer-links-inline a { color: var(--text-muted) !important; text-decoration: none; font-weight: 600; }
.footer-legal a { color: var(--text-muted) !important; }

/* ===== STICKY CTA ===== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #f97316, var(--cta)) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 -6px 24px rgba(234, 88, 12, 0.4);
}
.sticky-cta.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.sticky-cta__price {
  background: rgba(255,255,255,0.25);
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.8rem;
}
body.page-thanks .sticky-cta { display: none !important; }

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

.legal-page {
  padding: 1.5rem 1rem 2.5rem;
  max-width: var(--container);
  margin-inline: auto;
  background: #fff;
}
.legal-page h1, .legal-page h2 { color: var(--text) !important; }

@media (min-width: 640px) {
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .btn--xl { width: auto; min-width: 300px; }
  body { padding-bottom: 0; }
  .sticky-cta { display: none; }
}

@media (min-width: 900px) {
  .funnel-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
  .funnel-hero__jump { grid-column: 1; }
}

.seo-content h3 { font-size: 1.05rem; font-weight: 800; margin: 1.25rem 0 0.5rem; }
.seo-intro { font-size: 1.05rem; color: var(--text-muted); }
.seo-list, .seo-steps { padding-left: 1.25rem; color: var(--text-muted); }
.seo-muted { font-size: 0.92rem; color: var(--text-muted); }
.seo-figure { margin: 0 0 1.25rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.seo-figure img { width: 100%; height: auto; }
.seo-slider {
  position: relative;
  max-width: 640px;
  margin: 0 auto 1rem;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  overflow: hidden;
}
.seo-slider__viewport { overflow: hidden; }
.seo-slider__track {
  display: flex;
  transform: translateX(0);
  transition: transform 360ms ease;
}
.seo-slider__slide {
  flex: 0 0 100%;
  margin: 0;
}
.seo-slider__img {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 220px;
  object-fit: cover;
  background: #e2e8f0;
}
.seo-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.5);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.seo-slider__btn--prev { left: 0.45rem; }
.seo-slider__btn--next { right: 0.45rem; }
.seo-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
}
.seo-slider__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}
.seo-slider__dot.is-on { background: #fff; }
.price-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-top: 1rem; }
.price-table__row { display: grid; grid-template-columns: 1fr auto; padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); font-size: 0.92rem; }
.price-table__head { background: var(--bg-soft); font-weight: 800; }
.internal-links__grid { display: grid; gap: 0.65rem; margin-bottom: 1.25rem; }
.internal-links__card { display: block; padding: 1rem; background: #fff; border: 2px solid var(--border); border-radius: var(--radius); text-decoration: none !important; color: var(--text) !important; }
.internal-links__card strong { display: block; color: var(--accent); margin-bottom: 0.25rem; }
.internal-links__card span { font-size: 0.82rem; color: var(--text-muted); }
.internal-links__subtitle { font-size: 0.95rem; font-weight: 800; text-align: center; margin: 1rem 0 0.65rem; }
.internal-links__list { list-style: none; padding: 0; margin: 0; text-align: center; }
@media (min-width: 640px) { .internal-links__grid { grid-template-columns: 1fr 1fr; } }

/* ===== Konfigurator (5 Schritte) ===== */
.configurator__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6366f1;
}
.configurator__form {
  border: 2px solid #e0e7ff;
  box-shadow: 0 12px 48px rgba(99, 102, 241, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.06);
}
.configurator__progress {
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  border-radius: var(--radius);
  border: 1px solid #e0e7ff;
}
.configurator__progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}
#step-name { color: #6366f1; }
.field-grid {
  display: grid;
  gap: 0.85rem;
}
.field--full { grid-column: 1 / -1; }
.optional { font-weight: 500; color: var(--text-muted); font-size: 0.85em; }
@media (min-width: 560px) {
  .field-grid { grid-template-columns: 1fr 1fr; }
}

.choice-grid--glow .choice-card--glow {
  position: relative;
  overflow: hidden;
  min-height: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.choice-card__glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.35), transparent 65%);
  opacity: 0;
  pointer-events: none;
}
.choice-card--glow:has(input:checked) {
  border-color: #6366f1;
  background: linear-gradient(145deg, #eef2ff, #fff);
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.25), 0 8px 24px rgba(99, 102, 241, 0.15);
}
.choice-card--glow:has(input:checked) .choice-card__glow { opacity: 1; }

.choice-grid--radio .choice-card--radio {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.25rem;
}
.choice-grid--radio input[type="radio"] {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: #6366f1;
  flex-shrink: 0;
}
.choice-grid--radio .choice-card__title { grid-column: auto; }

.upload-grid { display: grid; gap: 1rem; }
.upload-field input[type="file"] {
  width: 100%;
  padding: 0.65rem;
  font-size: 0.9rem;
  border: 2px dashed #cbd5e1;
  border-radius: var(--radius);
  background: #f8fafc;
}
.upload-field input[type="file"]:focus {
  border-color: #6366f1;
  outline: none;
}
.upload-preview {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
}
.upload-preview--ok { color: #16a34a; }
.upload-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px dashed var(--border);
}
.upload-panel__note {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent);
}
.fotos-choice { margin-bottom: 0.5rem; }

/* Cookie-Hinweis – leicht, fixed, kein Layout-Shift */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: #fff;
  border-top: 2px solid var(--border);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
  padding: 0.75rem 0;
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner__inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}
.cookie-banner__text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.cookie-banner__text a { font-weight: 700; }
.cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.cookie-banner__actions .btn { flex: 1; }
html.cookie-banner-open .sticky-cta { bottom: 5.5rem; }
html.cookie-banner-open.funnel-page { padding-bottom: 9rem; }
/* Brotkrumen & KI-Antwortblöcke */
.breadcrumbs { padding: 0.75rem 0 0; font-size: 0.85rem; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 0.25rem; }
.breadcrumbs a { color: var(--primary); font-weight: 600; }
.breadcrumbs__sep { margin: 0 0.35rem; color: var(--text-muted); }
.ai-answer {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
  border-left: 4px solid #6366f1;
  border-radius: var(--radius);
}
.ai-answer__q { font-size: 1.1rem; margin: 0 0 0.5rem; }
.ai-answer__a p { margin: 0; font-size: 1.05rem; line-height: 1.55; }
.hub-nav__subtitle { font-size: 1rem; margin: 1rem 0 0.5rem; color: var(--text-muted); }
.hub-nav__projects { margin: 0; padding-left: 1.1rem; }
.hub-nav__meta { margin-top: 1rem; font-size: 0.9rem; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.compare-table th, .compare-table td { border: 1px solid var(--border); padding: 0.65rem; text-align: left; }
.compare-table th { background: #f1f5f9; }
.project-facts { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1rem; max-width: 28rem; }
.project-facts dt { font-weight: 700; color: var(--text-muted); }
.price-list { line-height: 1.7; }

/* Intent-Landingpages (Suchbegriff ≠ Ambientebeleuchtung) */
.intent-bridge {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 2px solid var(--accent-soft);
  border-radius: var(--radius);
}
.intent-bridge__query { font-size: 1.05rem; margin: 0 0 0.75rem; }
.intent-bridge__also { margin: 0.75rem 0 0; color: var(--text-muted); font-size: 0.95rem; }
.intent-patterns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.intent-patterns li {
  font-size: 0.85rem;
  padding: 0.35rem 0.65rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: var(--text-muted);
}
.intent-patterns__title { font-size: 1rem; margin: 0 0 0.5rem; }
.home-quick-nav__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .home-quick-nav__grid { grid-template-columns: 1fr 1fr; }
}
.home-quick-nav__item {
  display: block;
  padding: 1rem;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none !important;
  color: var(--text) !important;
}
.home-quick-nav__item strong { display: block; margin-bottom: 0.25rem; }
.home-quick-nav__item span { font-size: 0.85rem; color: var(--text-muted); }
.internal-links--compact__line {
  text-align: center;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}
.internal-links--compact .internal-links__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-a__more { margin: 0.5rem 0 0; font-size: 0.9rem; }
.faq-all-link { margin-top: 1rem; font-size: 0.95rem; }
.faq-group__title { font-size: 1.15rem; margin: 1.5rem 0 0.75rem; }

/* SEM Trust-Bar */
.sem-trust-bar {
  background: #eff6ff;
  border-bottom: 1px solid #bfdbfe;
  font-size: 0.8rem;
}
.sem-trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding: 0.45rem 0;
}
.sem-trust-bar__kw { font-weight: 700; color: var(--accent); }
.sem-trust-bar__item { color: var(--text-muted); white-space: nowrap; }
.sem-trust-bar__cta {
  margin-left: auto;
  font-weight: 700;
  color: var(--cta);
  text-decoration: none;
}
@media (max-width: 520px) {
  .sem-trust-bar__cta { margin-left: 0; width: 100%; }
}

/* Bewertungen */
.reviews-stars { display: inline-flex; gap: 0.12rem; line-height: 1; align-items: center; }
.reviews-stars__star { display: inline-flex; color: #cbd5e1; }
.reviews-stars__icon {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
  filter: drop-shadow(0 1px 1px rgba(15, 23, 42, 0.08));
}
.reviews-stars--md .reviews-stars__icon { width: 1.15rem; height: 1.15rem; }
.reviews-stars--lg .reviews-stars__icon { width: 1.45rem; height: 1.45rem; }
.reviews-stars--sm .reviews-stars__icon { width: 0.9rem; height: 0.9rem; }
.reviews-stars__star.is-on { color: #f59e0b; }
.reviews-stars__star.is-half { color: #fbbf24; opacity: 0.85; }
.reviews-widget { background: #fff !important; border-top: 1px solid var(--border); }
.reviews-widget__summary { text-align: center; margin-bottom: 1rem; }
.reviews-widget__score { margin: 0.35rem 0; }
.reviews-widget__list { list-style: none; margin: 0; padding: 0; }
.reviews-widget__item {
  padding: 0.85rem 0;
  border-top: 1px solid var(--border);
}
.reviews-widget__text { margin: 0.35rem 0; font-style: italic; }
.reviews-widget__meta { margin: 0; font-size: 0.85rem; color: var(--text-muted); }
.reviews-page__summary { text-align: center; margin: 1rem 0 1.5rem; }
.reviews-page__list { list-style: none; padding: 0; margin: 0; }
.reviews-page__item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

/* Admin */
body.admin-page { background: #f1f5f9; }
.admin-form label { display: block; margin: 0.65rem 0; font-weight: 600; }
.admin-form input, .admin-form textarea { width: 100%; max-width: 32rem; padding: 0.5rem; margin-top: 0.25rem; }
.admin-msg--err { color: #b91c1c; font-weight: 700; }
.admin-msg--ok { color: #15803d; font-weight: 700; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; background: #fff; }
.admin-table th, .admin-table td { border: 1px solid var(--border); padding: 0.5rem; text-align: left; vertical-align: top; }
.admin-link-btn { background: none; border: none; color: #b91c1c; cursor: pointer; text-decoration: underline; font: inherit; }
.internal-links__grid--intent .internal-links__card span {
  font-size: 0.8rem;
  line-height: 1.35;
}
.intent-related { padding: 1.5rem 0; background: #fff !important; }

.content-image,
.seo-figure img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto 1rem;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
}
.seo-figure { margin: 0 0 1rem; text-align: center; }

.form-offline-banner {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #fef2f2;
  border: 2px solid #fecaca;
  border-radius: var(--radius);
}
.form-offline-banner strong { display: block; margin-bottom: 0.35rem; }
.form-unavailable-help { margin-top: 1rem; }
body.is-offline .ms-form { opacity: 0.85; }

.contact-fallback {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: #eff6ff;
  border: 2px solid #bfdbfe;
  border-radius: var(--radius);
}
.contact-fallback__title { margin: 0 0 0.5rem; font-size: 1.05rem; }
.contact-fallback__text { margin: 0 0 0.75rem; font-size: 0.95rem; color: var(--text-muted); }
.contact-fallback__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}
.form-global-error a { font-weight: 700; }

.page-404__main { text-align: center; }
.page-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 1rem 0;
}
.page-404__links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 22rem;
  margin-inline: auto;
}
.page-404__links li { margin: 0.35rem 0; }

@media (min-width: 640px) {
  .cookie-banner__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .cookie-banner__text { flex: 1; padding-right: 1rem; }
  .cookie-banner__actions { flex: 0 0 auto; }
  .cookie-banner__actions .btn { flex: 0 0 auto; min-width: 7rem; }
  html.cookie-banner-open .sticky-cta { bottom: 0; }
  html.cookie-banner-open.funnel-page { padding-bottom: 80px; }
}

/* ===== CTA CONTENT BLOCKS ===== */
.cta-stack { display: flex; flex-direction: column; gap: 0; }

.cta-band {
  padding: 1.35rem 0;
  border-top: 1px solid var(--border);
}
.cta-band--green { background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%) !important; }
.cta-band--blue { background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%) !important; }
.cta-band--orange { background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%) !important; }
.cta-band--violet { background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%) !important; }
.cta-band--slate { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important; }

.cta-band__title {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  color: var(--text) !important;
}
.cta-band__action {
  margin: 1.1rem 0 0;
  text-align: center;
}
.cta-band__action .btn { width: 100%; max-width: 26rem; }

.cta-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  margin-bottom: 0.4rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.45;
}
.cta-checklist li::before {
  content: "";
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  border-radius: 6px;
  background: var(--success) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M4.5 9 1.5 6l1-1 2 2 5-5 1 1z'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
  box-shadow: 0 2px 6px rgba(21, 128, 61, 0.25);
}
.cta-checklist--compact li {
  padding: 0.45rem 0.65rem;
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.85);
}
.cta-checklist--muted li::before {
  background-color: #94a3b8;
  box-shadow: none;
}
.cta-checklist--grid {
  display: grid;
  gap: 0.35rem;
}

.cta-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.cta-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
}
.cta-step--blue { border-color: #bfdbfe; }
.cta-step--violet { border-color: #ddd6fe; }
.cta-step--green { border-color: #bbf7d0; }
.cta-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-bright), #7c3aed);
}
.cta-step--green .cta-step__num { background: linear-gradient(135deg, #16a34a, #15803d); }
.cta-step--violet .cta-step__num { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.cta-step__title {
  display: block;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 0.2rem;
}
.cta-step__text {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 600;
}

.cta-offer {
  background: #fff;
  border: 3px solid #fdba74;
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.2rem;
  box-shadow: 0 8px 32px rgba(234, 88, 12, 0.12);
}
.cta-offer__title {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text) !important;
  text-align: center;
}
.cta-offer__note {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
}
.cta-offer__price {
  text-align: center;
  padding: 0.85rem;
  margin-bottom: 0.85rem;
  background: var(--cta-soft);
  border-radius: var(--radius);
  border: 2px dashed #fdba74;
}
.cta-offer__price-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cta);
}
.cta-offer__price-value {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--cta) !important;
}
.cta-offer__price-note {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.cta-offer__action { margin: 1rem 0 0; text-align: center; }
.cta-offer__action .btn { width: 100%; }

.cta-compare {
  display: grid;
  gap: 0.75rem;
}
.cta-compare__col {
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
  background: #fff;
}
.cta-compare__col--pro {
  border-color: #86efac;
  background: linear-gradient(180deg, #f0fdf4, #fff);
}
.cta-compare__col--contra {
  border-color: #e2e8f0;
  background: #f8fafc;
}
.cta-compare__label {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
}
.cta-compare__col--pro .cta-compare__label { color: var(--success); }

.cta-closer__inner {
  text-align: center;
  padding: 1.35rem 1.15rem;
  background: linear-gradient(135deg, #eff6ff 0%, #fff7ed 100%);
  border: 2px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 28px rgba(29, 78, 216, 0.1);
}
.cta-closer__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text) !important;
}
.cta-closer__text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
}
.cta-closer .btn { width: 100%; max-width: 22rem; }

.cta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(90deg, #eff6ff, #fff7ed);
  border: 2px solid var(--accent-soft);
  border-radius: var(--radius);
}
.cta-strip__text {
  margin: 0;
  flex: 1 1 12rem;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--text);
}

@media (min-width: 640px) {
  .cta-checklist--grid { grid-template-columns: 1fr 1fr; }
  .cta-compare { grid-template-columns: 1fr 1fr; }
  .cta-steps { grid-template-columns: repeat(3, 1fr); }
  .cta-step { grid-template-columns: 1fr; text-align: center; }
  .cta-step__num { margin: 0 auto 0.5rem; }
}
