:root {
  color-scheme: light;
  --color-bg: #f7f8fa;
  --color-surface: #ffffff;
  --color-surface-soft: #eef1f4;
  --color-text: #242424;
  --color-muted: #626262;
  --color-heading: #161616;
  --color-strong-text: #303030;
  --color-list-text: #343434;
  --color-border: #dfe4ea;
  --color-red: #bf1616;
  --color-red-dark: #8f1010;
  --color-button-bg: #bf1616;
  --color-button-hover: #8f1010;
  --color-blue: #1e5fa8;
  --color-yellow: #f2cf21;
  --color-on-accent: #ffffff;
  --color-header-bg: rgba(255, 255, 255, 0.92);
  --color-header-border: rgba(36, 36, 36, 0.08);
  --color-nav-text: #333333;
  --color-phone-text: #222222;
  --color-control-bg: #ffffff;
  --color-secondary-border: rgba(36, 36, 36, 0.18);
  --color-hero-layer-start: rgba(255, 255, 255, 0.9);
  --color-hero-layer-end: rgba(255, 255, 255, 0.56);
  --color-yellow-glow: rgba(242, 207, 33, 0.18);
  --color-blue-glow: rgba(30, 95, 168, 0.14);
  --color-panel-border: rgba(36, 36, 36, 0.1);
  --color-panel-bg: rgba(255, 255, 255, 0.9);
  --color-card-translucent: rgba(255, 255, 255, 0.64);
  --color-input-bg: #ffffff;
  --color-focus: #9e1111;
  --color-focus-ring: rgba(191, 22, 22, 0.18);
  --color-error-border: rgba(191, 22, 22, 0.32);
  --color-error-bg: rgba(191, 22, 22, 0.08);
  --color-error-text: #8f1010;
  --color-success: #2e7d32;
  --color-contact-bg: #242424;
  --color-contact-text: #ffffff;
  --color-contact-muted: rgba(255, 255, 255, 0.74);
  --color-contact-surface: rgba(255, 255, 255, 0.08);
  --color-footer-bg: #171717;
  --color-footer-text: rgba(255, 255, 255, 0.72);
  --color-footer-link: rgba(255, 255, 255, 0.84);
  --color-partner-bg: rgba(255, 255, 255, 0.92);
  --color-partner-shadow: rgba(30, 30, 30, 0.08);
  --background-logo-opacity: 0.035;
  --shadow-soft: 0 18px 50px rgba(30, 30, 30, 0.08);
  --radius: 8px;
  --container: 1160px;
  --header-height: 84px;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --color-bg: #101419;
  --color-surface: #1a2027;
  --color-surface-soft: #141a20;
  --color-text: #eef1f4;
  --color-muted: #b5bdc7;
  --color-heading: #f8fafc;
  --color-strong-text: #e8edf2;
  --color-list-text: #d9dfe6;
  --color-border: #39434e;
  --color-red: #ef5a5a;
  --color-red-dark: #ff7777;
  --color-button-bg: #c92f2f;
  --color-button-hover: #b51f1f;
  --color-blue: #5797d5;
  --color-yellow: #e2c84b;
  --color-on-accent: #ffffff;
  --color-header-bg: rgba(16, 20, 25, 0.93);
  --color-header-border: rgba(238, 241, 244, 0.12);
  --color-nav-text: #dde3e9;
  --color-phone-text: #f1f4f7;
  --color-control-bg: #1a2027;
  --color-secondary-border: rgba(238, 241, 244, 0.24);
  --color-hero-layer-start: rgba(16, 20, 25, 0.94);
  --color-hero-layer-end: rgba(16, 20, 25, 0.72);
  --color-yellow-glow: rgba(226, 200, 75, 0.11);
  --color-blue-glow: rgba(87, 151, 213, 0.13);
  --color-panel-border: rgba(238, 241, 244, 0.14);
  --color-panel-bg: rgba(26, 32, 39, 0.94);
  --color-card-translucent: rgba(26, 32, 39, 0.78);
  --color-input-bg: #12171d;
  --color-focus: #ff8585;
  --color-focus-ring: rgba(255, 133, 133, 0.28);
  --color-error-border: rgba(255, 110, 110, 0.46);
  --color-error-bg: rgba(239, 90, 90, 0.12);
  --color-error-text: #ffaaaa;
  --color-success: #76c77b;
  --color-contact-bg: #0d1116;
  --color-contact-text: #f7f9fb;
  --color-contact-muted: rgba(247, 249, 251, 0.74);
  --color-contact-surface: rgba(247, 249, 251, 0.08);
  --color-footer-bg: #090c10;
  --color-footer-text: rgba(238, 241, 244, 0.72);
  --color-footer-link: rgba(238, 241, 244, 0.86);
  --color-partner-bg: rgba(247, 248, 250, 0.92);
  --color-partner-shadow: rgba(0, 0, 0, 0.32);
  --background-logo-opacity: 0.065;
  --shadow-soft: 0 20px 54px rgba(0, 0, 0, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: no-preference) {
  body,
  .site-header,
  .site-nav,
  .service-card,
  .detail-card,
  .intro-panel,
  .note-panel,
  .form-preview,
  .faq-item,
  .contact-method,
  .calculator-consent,
  .partner-card,
  .button,
  .theme-toggle {
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      box-shadow 180ms ease;
  }
}

body.intro-running {
  overflow: auto;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--color-red);
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--color-heading);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.15rem, 5vw, 4rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 86px 0;
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.light-band {
  background: var(--color-surface-soft);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: var(--radius);
  background: var(--color-text);
  color: var(--color-on-accent);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-header-bg);
  border-bottom: 1px solid var(--color-header-border);
  backdrop-filter: blur(18px);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  pointer-events: auto;
  contain: layout paint size;
}

.intro-logo {
  width: min(42vw, 48vh, 420px);
  aspect-ratio: 611 / 690;
  object-fit: contain;
  transform-origin: 50% 50%;
  animation: klose-intro-spin-shrink 1500ms linear forwards;
  will-change: transform, opacity;
}

.site-background-logo {
  position: fixed;
  right: max(-90px, -7vw);
  top: 52%;
  z-index: 0;
  width: min(42vw, 520px);
  min-width: 250px;
  opacity: var(--background-logo-opacity);
  pointer-events: none;
  transform: translate3d(0, -50%, 0) rotate(var(--bg-logo-rotation, 0deg));
  transform-origin: 50% 50%;
  will-change: transform;
}

@keyframes klose-intro-spin-shrink {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1.07);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(-360deg) scale(0);
  }
}

@keyframes klose-intro-reduced {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  65% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .intro-logo {
    animation: klose-intro-reduced 700ms ease-out forwards;
  }

  .site-background-logo {
    transform: translate3d(0, -50%, 0);
  }
}

.header-inner {
  width: min(100% - 32px, 1460px);
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand-text span {
  max-width: 210px;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.4vw, 22px);
  color: var(--color-nav-text);
  font-size: 0.92rem;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--color-red);
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  color: var(--color-red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-link {
  color: var(--color-phone-text);
  font-size: 0.94rem;
  font-weight: 750;
  white-space: nowrap;
}

.theme-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-control-bg);
  color: var(--color-text);
  padding: 6px 11px 6px 7px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.js .theme-toggle {
  display: inline-flex;
}

.theme-toggle:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}

.theme-toggle-icon {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-surface-soft);
}

.theme-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: opacity 160ms ease, transform 160ms ease;
}

.theme-icon-moon {
  opacity: 0;
  transform: rotate(-35deg) scale(0.72);
}

:root[data-theme="dark"] .theme-icon-sun {
  opacity: 0;
  transform: rotate(35deg) scale(0.72);
}

:root[data-theme="dark"] .theme-icon-moon {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 11px 18px;
  font-weight: 750;
  line-height: 1.1;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--color-button-bg);
  color: var(--color-on-accent);
}

.button-primary:hover {
  background: var(--color-button-hover);
  color: var(--color-on-accent);
}

.button-secondary {
  border-color: var(--color-secondary-border);
  background: var(--color-control-bg);
  color: var(--color-text);
}

.button-secondary:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}

.button:disabled,
.button.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.button:disabled:hover,
.button.is-disabled:hover {
  border-color: transparent;
  color: inherit;
  transform: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-control-bg);
  color: var(--color-text);
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-lines {
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  left: 0;
}

.menu-lines::before {
  top: -7px;
}

.menu-lines::after {
  top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-lines {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-lines::before {
  transform: translateY(7px) rotate(90deg);
}

.menu-toggle[aria-expanded="true"] .menu-lines::after {
  opacity: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 96px;
  background:
    linear-gradient(135deg, var(--color-hero-layer-start), var(--color-hero-layer-end)),
    radial-gradient(circle at 8% 20%, var(--color-yellow-glow), transparent 28%),
    radial-gradient(circle at 92% 14%, var(--color-blue-glow), transparent 26%),
    var(--color-bg);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--color-yellow), var(--color-red), var(--color-blue));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.hero-copy > p:not(.eyebrow):not(.hero-lead) {
  max-width: 650px;
  color: var(--color-muted);
  font-size: 1.06rem;
}

.hero-lead {
  max-width: 680px;
  color: var(--color-strong-text);
  font-size: clamp(1.14rem, 2.2vw, 1.45rem);
  font-weight: 750;
}

.eyebrow {
  color: var(--color-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 6px;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid var(--color-panel-border);
  border-radius: var(--radius);
  background: var(--color-panel-bg);
  box-shadow: var(--shadow-soft);
  padding: 32px;
}

.panel-topline {
  width: 96px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-red), var(--color-blue), var(--color-yellow));
}

.panel-logo {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-panel span {
  color: var(--color-muted);
}

.signal-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-list li {
  position: relative;
  padding-left: 22px;
  color: var(--color-list-text);
}

.signal-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-red);
  content: "";
}

.hero-graphic {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.foerdercheck-home-cta {
  padding-block: clamp(42px, 6vw, 72px);
}

.foerdercheck-home-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-left: 5px solid var(--color-red);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: clamp(28px, 5vw, 52px);
}

.foerdercheck-home-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--color-red), var(--color-blue), var(--color-yellow));
}

.foerdercheck-home-card > div {
  display: grid;
  gap: 14px;
}

.foerdercheck-home-card h2 {
  max-width: 760px;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
}

.foerdercheck-home-card p:not(.eyebrow) {
  max-width: 760px;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.foerdercheck-home-card .button {
  white-space: nowrap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 76px;
  background:
    linear-gradient(135deg, var(--color-hero-layer-start), var(--color-hero-layer-end)),
    radial-gradient(circle at 8% 16%, var(--color-yellow-glow), transparent 25%),
    radial-gradient(circle at 94% 18%, var(--color-blue-glow), transparent 26%),
    var(--color-bg);
}

.page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--color-yellow), var(--color-red), var(--color-blue));
}

.page-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--color-muted);
  font-size: 1.08rem;
}

.page-hero h1 {
  max-width: 860px;
}

.shape {
  position: absolute;
  display: block;
  border-radius: 999px;
  opacity: 0.14;
}

.shape-red {
  right: -120px;
  top: 130px;
  width: 300px;
  height: 300px;
  border: 46px solid var(--color-red);
}

.shape-blue {
  right: 12%;
  bottom: 56px;
  width: 160px;
  height: 160px;
  border: 28px solid var(--color-blue);
}

.shape-yellow {
  left: -70px;
  bottom: 28px;
  width: 220px;
  height: 220px;
  border: 34px solid var(--color-yellow);
}

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 14px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--color-muted);
  font-size: 1.04rem;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.hero-grid > *,
.page-grid > *,
.split-grid > *,
.about-grid > *,
.team-grid > *,
.contact-grid > * {
  min-width: 0;
}

.page-copy,
.text-stack {
  display: grid;
  gap: 18px;
}

.page-copy p,
.text-stack p {
  color: var(--color-muted);
}

.page-copy a:not(.button),
.text-stack a:not(.button),
.intro-panel p a,
.note-panel p a,
.form-note a {
  color: var(--color-red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.page-copy a:not(.button):hover,
.text-stack a:not(.button):hover,
.intro-panel p a:hover,
.note-panel p a:hover,
.form-note a:hover {
  color: var(--color-red-dark);
  text-decoration-thickness: 2px;
}

.intro-panel,
.note-panel,
.form-preview {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.intro-panel {
  display: grid;
  gap: 16px;
}

.intro-panel strong,
.note-panel strong {
  font-size: 1.18rem;
  line-height: 1.25;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.detail-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  padding: 24px;
}

.detail-card p {
  color: var(--color-muted);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--color-muted);
}

.check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-red);
  content: "";
}

.timeline {
  display: grid;
  gap: 0;
}

.timeline-item {
  position: relative;
  display: grid;
  gap: 7px;
  border-left: 3px solid var(--color-red);
  padding: 0 0 26px 24px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  position: absolute;
  top: 5px;
  left: -7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-red);
  content: "";
}

.timeline-item p {
  color: var(--color-muted);
}

.quote-band {
  border-left: 4px solid var(--color-red);
  background: var(--color-surface);
  padding: 24px 28px;
}

.quote-band p {
  color: var(--color-strong-text);
  font-size: 1.08rem;
  font-weight: 700;
}

.callout-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.contact-methods {
  display: grid;
  gap: 14px;
}

.contact-method {
  display: grid;
  gap: 4px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  padding: 20px;
}

.contact-method span {
  color: var(--color-muted);
}

.whatsapp-contact-method {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.whatsapp-contact-copy {
  display: grid;
  gap: 10px;
}

.whatsapp-contact-copy p {
  color: var(--color-muted);
}

.whatsapp-contact-copy p a {
  color: var(--color-red);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.whatsapp-contact-copy p a:hover {
  color: var(--color-red-dark);
  text-decoration-thickness: 2px;
}

.whatsapp-qr {
  display: grid;
  width: 164px;
  justify-items: center;
  gap: 8px;
  margin: 0;
}

.whatsapp-qr > a {
  display: block;
  width: 154px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 10px;
}

.whatsapp-qr img {
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.whatsapp-qr figcaption {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

.office-address-note {
  color: var(--color-muted);
}

.office-address-note strong {
  color: var(--color-text);
}

.contact-method a {
  width: fit-content;
  font-weight: 800;
}

.contact-note {
  margin-top: 18px;
}

.contact-note a {
  font-weight: 800;
}

.form-preview {
  display: grid;
  gap: 16px;
}

.calculator-panel {
  display: grid;
  gap: 20px;
}

.calculator-consent {
  display: grid;
  gap: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.calculator-consent p {
  color: var(--color-muted);
}

.calculator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.calculator-status {
  color: var(--color-muted);
  font-size: 0.94rem;
}

.calculator-frame-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.calculator-placeholder {
  display: grid;
  min-height: 160px;
  place-items: center;
  padding: 28px;
  background: var(--color-surface-soft);
  color: var(--color-muted);
  text-align: center;
}

.calculator-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#steWPAS {
  width: 100%;
  max-width: 100%;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  font-size: 0.88rem;
  font-weight: 750;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-input-bg);
  color: var(--color-text);
  padding: 12px 14px;
}

.form-row input:focus-visible,
.form-row textarea:focus-visible,
.form-row select:focus-visible {
  border-color: var(--color-red);
  outline: 3px solid var(--color-focus-ring);
}

.form-row textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form {
  position: relative;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-row-full {
  grid-column: 1 / -1;
}

.required-marker {
  color: var(--color-red);
}

.optional-label {
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 500;
}

.honeypot-field {
  display: none;
}

.contact-submit {
  justify-self: start;
}

.form-message {
  border-radius: var(--radius);
  padding: 14px 16px;
  font-weight: 700;
}

.form-message-error {
  border: 1px solid var(--color-error-border);
  background: var(--color-error-bg);
  color: var(--color-error-text);
}

.form-response {
  align-content: start;
}

.form-response-success {
  border-top: 4px solid var(--color-success);
}

.form-response-error {
  border-top: 4px solid var(--color-red);
}

.form-error-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: var(--color-muted);
}

.form-note {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.compact-faq {
  margin-top: 4px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 52px 18px 20px;
  color: var(--color-text);
  font-weight: 800;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--color-red);
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary {
  border-bottom: 1px solid var(--color-border);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 18px 20px 20px;
  color: var(--color-muted);
}

.faq-item a {
  color: var(--color-red);
  font-weight: 800;
}

.faq-item summary:focus-visible {
  outline: 3px solid var(--color-focus-ring);
  outline-offset: -3px;
}

.backlink {
  color: var(--color-red);
  font-weight: 800;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: grid;
  gap: 15px;
  min-height: 220px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  padding: 26px;
}

.service-card p {
  color: var(--color-muted);
}

.icon {
  width: 42px;
  height: 42px;
  color: var(--color-red);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.split-grid.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.split-grid.reverse .section-heading {
  order: 2;
}

.feature-list {
  display: grid;
  gap: 16px;
}

#heizung .feature-list-centered {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1040px);
  margin: 8px auto 0;
}

.feature-list article {
  position: relative;
  display: grid;
  gap: 7px;
  border-left: 3px solid var(--color-red);
  background: var(--color-card-translucent);
  padding: 20px 22px;
}

#heizung .feature-list-centered article {
  min-height: 168px;
  justify-items: center;
  align-content: start;
  border-top: 3px solid var(--color-red);
  border-left: 0;
  padding: 24px 22px 22px;
  text-align: center;
}

.feature-list p,
.info-tiles span,
.team-points span {
  color: var(--color-muted);
}

.feature-marker {
  position: absolute;
  top: 22px;
  left: -7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-red);
}

#heizung .feature-list-centered .feature-marker {
  position: static;
  margin-bottom: 4px;
}

.info-tiles,
.team-points {
  display: grid;
  gap: 16px;
}

.info-tiles div,
.team-points div {
  display: grid;
  gap: 5px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  padding: 22px;
}

.about-grid,
.team-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.about-text {
  display: grid;
  gap: 18px;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.partners {
  background: var(--color-surface);
}

.partner-marquee {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 28px;
  padding: 6px 0 14px;
  isolation: isolate;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(98, 98, 98, 0.36) transparent;
  scrollbar-width: thin;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.partner-marquee::-webkit-scrollbar {
  height: 8px;
}

.partner-marquee::-webkit-scrollbar-track {
  background: transparent;
}

.partner-marquee::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(98, 98, 98, 0.24);
}

.partner-marquee::-webkit-scrollbar-thumb:hover {
  background: rgba(191, 22, 22, 0.42);
}

.partner-track {
  display: flex;
  width: max-content;
  align-items: stretch;
}

.partner-marquee.is-user-scrolling {
  cursor: grabbing;
}

.partner-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}

.partner-card {
  display: flex;
  flex: 0 0 220px;
  width: 220px;
  min-width: 220px;
  align-items: center;
  justify-content: center;
  height: 126px;
  padding: 18px 22px;
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 8px);
  background: var(--color-partner-bg);
  box-shadow: 0 12px 28px var(--color-partner-shadow);
  color: inherit;
}

.partner-card:hover {
  border-color: rgba(191, 22, 22, 0.3);
  color: inherit;
}

.partner-card img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .partner-marquee {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 14px 16px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    cursor: auto;
  }

  .partner-track {
    width: auto;
    min-width: 0;
  }

  .partner-set {
    flex: 0 0 auto;
    gap: 14px;
    padding-right: 0;
  }

  .partner-set[aria-hidden="true"] {
    display: none;
  }

  .partner-card {
    flex: 0 0 184px;
    width: 184px;
    min-width: 184px;
    height: 112px;
    padding: 14px 16px;
    scroll-snap-align: start;
  }

  .partner-card img {
    max-height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-marquee {
    overflow: visible;
    padding-bottom: 6px;
  }

  .partner-track {
    width: 100%;
  }

  .partner-set {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }

  .partner-set[aria-hidden="true"] {
    display: none;
  }
}

.contact {
  background: var(--color-contact-bg);
  color: var(--color-contact-text);
}

.contact h2,
.contact .eyebrow {
  color: var(--color-contact-text);
}

.contact .section-heading p {
  color: var(--color-contact-muted);
}

.contact-box {
  display: grid;
  gap: 7px;
  margin: 0;
  border-radius: var(--radius);
  background: var(--color-contact-surface);
  padding: 30px;
  font-style: normal;
}

.contact-box strong {
  font-size: 1.25rem;
}

.contact-box span {
  color: var(--color-contact-muted);
}

.contact-box a {
  width: fit-content;
  color: var(--color-contact-text);
  font-weight: 750;
}

.contact-box a:hover {
  color: var(--color-contact-text);
  text-decoration: underline;
}

.contact-box-light {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  color: var(--color-text);
}

.contact-box-light span {
  color: var(--color-muted);
}

.contact-box-light a {
  color: var(--color-text);
}

.contact-box-light a:hover {
  color: var(--color-red);
}

.site-footer {
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: 32px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 24px;
  align-items: start;
}

.footer-grid strong,
.footer-grid span,
.footer-grid a {
  display: block;
}

.footer-grid strong {
  color: var(--color-contact-text);
}

.footer-contact,
.footer-links {
  display: grid;
  gap: 6px;
}

.footer-links {
  grid-auto-flow: column;
  gap: 18px;
}

.footer-links span,
.footer-links a,
.footer-contact a {
  color: var(--color-footer-link);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--color-contact-text);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 1500px) {
  .header-inner {
    gap: 16px;
  }

  .site-nav {
    gap: 10px;
    font-size: 0.84rem;
  }

  .phone-link,
  .header-actions .button {
    display: none;
  }
}

@media (max-width: 1100px) {
  .brand {
    min-width: 0;
  }

  .brand-text > span {
    display: none;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height: 76px;
  }

  .header-inner {
    min-height: var(--header-height);
    flex-wrap: wrap;
    padding-block: 10px;
  }

  .site-nav {
    position: static;
    order: 3;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
    font-size: 1rem;
  }

  .js .header-inner {
    flex-wrap: nowrap;
    padding-block: 0;
  }

  .js .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .js .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 16px;
    left: 16px;
    display: none;
    max-height: calc(100dvh - var(--header-height) - 16px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-control-bg);
    box-shadow: var(--shadow-soft);
    padding: 8px;
  }

  .js .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: var(--color-surface-soft);
  }

  .site-nav a::after {
    content: none;
  }

  .hero-grid,
  .page-grid,
  .split-grid,
  .split-grid.reverse,
  .about-grid,
  .team-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-grid.reverse .section-heading {
    order: 0;
  }

  .hero {
    padding-top: 82px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  #heizung .feature-list-centered {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-auto-flow: row;
  }

}

@media (max-width: 700px) {
  html.js {
    scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .js body.has-mobile-contact-bar .site-footer {
    padding-bottom: calc(144px + env(safe-area-inset-bottom));
  }

  .js .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-top: 1px solid var(--color-header-border);
    background: var(--color-header-bg);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.12);
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    backdrop-filter: blur(18px);
  }

  .mobile-contact-action {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-control-bg);
    color: var(--color-text);
    padding: 10px 14px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  .mobile-contact-action:hover {
    border-color: var(--color-red);
    color: var(--color-red);
  }

  .mobile-contact-action-primary {
    border-color: transparent;
    background: var(--color-button-bg);
    color: var(--color-on-accent);
  }

  .mobile-contact-action-primary:hover {
    border-color: transparent;
    background: var(--color-button-hover);
    color: var(--color-on-accent);
  }

  .whatsapp-contact-method {
    grid-template-columns: 1fr;
  }

  .whatsapp-qr {
    display: none;
  }

  #heizung .feature-list-centered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  #heizung .feature-list-centered article:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 16px) / 2);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-text strong {
    font-size: 0.98rem;
  }

  .brand-text span {
    max-width: 168px;
    font-size: 0.7rem;
  }

  .header-inner {
    gap: 8px;
  }

  .header-actions {
    gap: 8px;
  }

  .theme-toggle {
    width: 46px;
    height: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 0;
  }

  .theme-toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hero {
    padding: 66px 0 70px;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    padding: 24px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .intro-panel,
  .note-panel,
  .form-preview,
  .calculator-consent,
  .detail-card {
    padding: 22px;
  }

  .calculator-actions {
    display: grid;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .form-row-full {
    grid-column: auto;
  }

  .contact-submit {
    justify-self: stretch;
  }

  .calculator-placeholder {
    min-height: 140px;
  }

  .service-card {
    min-height: 0;
  }

  .shape-red {
    right: -170px;
  }

  .shape-blue {
    right: -40px;
  }
}

@media (max-width: 480px) {
  .brand-text > span {
    display: none;
  }

  #heizung .feature-list-centered {
    grid-template-columns: minmax(0, 1fr);
  }

  #heizung .feature-list-centered article:last-child {
    grid-column: auto;
    width: auto;
  }
}

@media (max-width: 360px) {
  .calculator-frame-wrap {
    width: calc(100% + 28px);
    max-width: none;
    margin-inline: -14px;
  }
}

/* Wärmepumpen-Fördercheck */
.foerdercheck-app {
  display: none;
}

.js .foerdercheck-app {
  display: block;
}

.foerdercheck-app[hidden],
.foerdercheck-step[hidden],
.foerdercheck-result[hidden],
.foerdercheck-form [hidden] {
  display: none !important;
}

.foerdercheck-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 32px;
  align-items: start;
  margin-bottom: 34px;
}

.foerder-privacy-badge {
  display: grid;
  gap: 5px;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-blue);
  border-radius: var(--radius);
  background: var(--color-surface);
  padding: 18px 20px;
}

.foerder-privacy-badge span {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.foerder-progress {
  display: grid;
  gap: 9px;
  margin-bottom: 28px;
}

.foerder-progress p {
  color: var(--color-muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.foerder-progress-track {
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background: var(--color-surface-soft);
}

.foerder-progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-red), var(--color-blue), var(--color-yellow));
  transition: width 220ms ease;
}

.foerdercheck-form,
.foerdercheck-result {
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 4px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 42px);
}

.foerdercheck-step {
  display: grid;
  gap: 28px;
}

.foerder-step-heading {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
}

.foerder-step-heading > span {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-red);
  color: var(--color-on-accent);
  font-size: 1rem;
  font-weight: 850;
}

.foerder-step-heading > div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.foerder-step-heading h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.foerder-fieldset {
  display: grid;
  min-width: 0;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.foerder-fieldset > legend {
  margin-bottom: 13px;
  color: var(--color-heading);
  font-weight: 800;
}

.foerder-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.foerder-choice-grid.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.foerder-choice {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 104px;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
  padding: 17px;
  cursor: pointer;
}

.foerder-choice:hover {
  border-color: var(--color-red);
}

.foerder-choice:has(input:checked) {
  border-color: var(--color-red);
  background: var(--color-error-bg);
  box-shadow: 0 0 0 2px var(--color-focus-ring);
}

.foerder-choice input,
.foerder-inline-options input,
.foerder-check-option input {
  flex: 0 0 auto;
  margin: 4px 0 0;
  accent-color: var(--color-button-bg);
}

.foerder-choice span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.foerder-choice strong {
  color: var(--color-heading);
  line-height: 1.3;
}

.foerder-choice small,
.foerdercheck-form .form-row small,
.foerder-fieldset > small {
  color: var(--color-muted);
  font-size: 0.87rem;
  line-height: 1.45;
}

.compact-fieldset {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
  padding: 18px 20px;
}

.foerder-inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.foerder-inline-options label {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-surface);
  padding: 8px 16px;
  cursor: pointer;
}

.foerder-inline-options label:has(input:checked) {
  border-color: var(--color-red);
  box-shadow: 0 0 0 2px var(--color-focus-ring);
}

.foerder-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.foerder-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.foerdercheck-form .form-row {
  display: grid;
  gap: 8px;
}

.foerdercheck-form .form-row label {
  font-weight: 800;
}

.foerder-money-input {
  position: relative;
}

.foerder-money-input input {
  width: 100%;
  padding-right: 52px;
}

.foerder-money-input > span {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--color-muted);
  font-weight: 800;
  transform: translateY(-50%);
  pointer-events: none;
}

.foerder-transition {
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-yellow);
  border-radius: var(--radius);
  background: var(--color-surface-soft);
  padding: 18px 20px;
}

.foerder-transition.is-prominent {
  border-left-color: var(--color-red);
}

.foerder-check-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}

.foerder-check-option span {
  display: grid;
  gap: 3px;
  color: var(--color-muted);
}

.foerder-check-option strong {
  color: var(--color-heading);
}

.foerder-income-note {
  margin-bottom: 22px;
  border-left: 4px solid var(--color-blue);
  box-shadow: none;
}

.foerder-step-actions,
.foerder-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.foerder-step-actions {
  justify-content: flex-end;
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
}

.foerdercheck-result {
  display: grid;
  gap: 30px;
}

.foerder-print-header {
  display: none;
}

.foerdercheck-result > [data-foerdercheck-result-content] {
  display: grid;
  gap: 26px;
}

.foerder-result-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}

.foerder-result-head > div:first-child {
  display: grid;
  gap: 9px;
}

.foerder-result-head h2 {
  font-size: clamp(1.8rem, 4vw, 3.1rem);
}

.foerder-result-head p:not(.eyebrow) {
  color: var(--color-muted);
}

.foerder-result-rate {
  display: grid;
  min-width: 150px;
  gap: 3px;
  border-radius: var(--radius);
  background: var(--color-red);
  color: var(--color-on-accent);
  padding: 18px 22px;
  text-align: center;
}

.foerder-result-rate strong {
  font-size: 2rem;
  line-height: 1;
}

.foerder-result-rate span {
  font-size: 0.82rem;
}

.foerder-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.foerder-result-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
  padding: 20px;
}

.foerder-result-card span {
  color: var(--color-muted);
  font-size: 0.88rem;
}

.foerder-result-card strong {
  color: var(--color-heading);
  font-size: 1.12rem;
  overflow-wrap: anywhere;
}

.foerder-breakdown {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}

.foerder-breakdown > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  gap: 18px;
  padding: 14px 18px;
}

.foerder-breakdown > div + div {
  border-top: 1px solid var(--color-border);
}

.foerder-breakdown > div:nth-child(even) {
  background: var(--color-bg);
}

.foerder-breakdown strong {
  color: var(--color-heading);
  text-align: right;
}

.foerder-result-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.foerder-result-columns > section {
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 22px;
}

.foerder-result-columns .check-list {
  gap: 10px;
}

.foerder-credit-note {
  border-left: 4px solid var(--color-blue);
  box-shadow: none;
}

.foerder-legal-note {
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: 0.92rem;
  padding-top: 20px;
}

.foerder-noscript {
  border-left: 4px solid var(--color-red);
}

@media (max-width: 900px) {
  .foerder-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .foerder-question-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .foerdercheck-home-card {
    grid-template-columns: 1fr;
  }

  .foerdercheck-home-card .button {
    justify-self: start;
    white-space: normal;
  }

  .foerdercheck-intro,
  .foerder-result-head,
  .foerder-result-columns {
    grid-template-columns: 1fr;
  }

  .foerder-result-rate {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .foerdercheck-form,
  .foerdercheck-result {
    padding: 22px;
  }

  .foerder-choice-grid,
  .foerder-choice-grid.two-columns,
  .foerder-form-grid,
  .foerder-result-grid {
    grid-template-columns: 1fr;
  }

  .foerder-choice {
    min-height: 0;
  }

  .foerder-breakdown > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .foerder-breakdown strong {
    text-align: left;
  }

  .foerder-step-actions,
  .foerder-result-actions {
    display: grid;
  }

  .foerder-step-actions .button,
  .foerder-result-actions .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .foerder-step-heading {
    align-items: flex-start;
  }

  .foerder-step-heading > span {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .foerder-inline-options {
    display: grid;
  }

  .foerder-inline-options label {
    border-radius: var(--radius);
  }
}

@media (prefers-reduced-motion: reduce) {
  .foerder-progress-track span {
    transition: none;
  }
}

@media print {
  @page {
    size: A4;
    margin: 14mm 13mm 15mm;
  }

  body.foerder-result-ready {
    --color-bg: #f4f5f6;
    --color-surface: #ffffff;
    --color-border: #d6d9dd;
    --color-text: #242424;
    --color-heading: #171717;
    --color-muted: #555b62;
    --color-strong-text: #242424;
    --color-red: #bf1616;
    --color-blue: #1e5fa8;
    --color-yellow: #f2cf21;
    --color-on-accent: #ffffff;
    background: #ffffff;
    color: #242424;
    font-size: 10pt;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body.foerder-result-ready .site-header,
  body.foerder-result-ready .site-footer,
  body.foerder-result-ready .mobile-contact-bar,
  body.foerder-result-ready .site-background-logo,
  body.foerder-result-ready main > section:not(#foerdercheck),
  body.foerder-result-ready .foerder-result-actions {
    display: none !important;
  }

  body.foerder-result-ready #foerdercheck {
    padding: 0;
  }

  body.foerder-result-ready #foerdercheck > .container {
    width: 100%;
  }

  body.foerder-result-ready .foerdercheck-result {
    display: block;
    background: #ffffff;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  body.foerder-result-ready .foerder-print-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10mm;
    align-items: center;
    break-inside: avoid;
    margin-bottom: 6mm;
    border-top: 3px solid #bf1616;
    border-bottom: 1px solid #d6d9dd;
    padding: 4mm 0;
  }

  body.foerder-result-ready .foerder-print-brand {
    display: flex;
    gap: 4mm;
    align-items: center;
  }

  body.foerder-result-ready .foerder-print-logo {
    display: block;
    flex: 0 0 auto;
    width: 18mm;
    height: 20mm;
    object-fit: contain;
  }

  body.foerder-result-ready .foerder-print-brand div,
  body.foerder-result-ready .foerder-print-contact {
    display: grid;
    gap: 1mm;
  }

  body.foerder-result-ready .foerder-print-brand strong {
    color: #171717;
    font-size: 16pt;
    line-height: 1.1;
  }

  body.foerder-result-ready .foerder-print-brand span,
  body.foerder-result-ready .foerder-print-contact {
    color: #555b62;
    font-size: 9.5pt;
  }

  body.foerder-result-ready .foerder-print-contact {
    justify-items: end;
  }

  body.foerder-result-ready .foerder-print-contact a {
    color: #242424;
    font-weight: 700;
    text-decoration: none;
  }

  body.foerder-result-ready .foerder-result-card,
  body.foerder-result-ready .foerder-breakdown > div:nth-child(even) {
    background: #f4f5f6;
  }

  body.foerder-result-ready [data-foerdercheck-result-content] {
    gap: 4mm;
  }

  body.foerder-result-ready .foerder-result-head {
    gap: 6mm;
    padding-bottom: 4mm;
  }

  body.foerder-result-ready .foerder-result-head h2 {
    font-size: 24pt;
  }

  body.foerder-result-ready .foerder-result-rate {
    min-width: 34mm;
    padding: 4mm 5mm;
  }

  body.foerder-result-ready .foerder-result-rate strong {
    font-size: 22pt;
  }

  body.foerder-result-ready .foerder-result-grid {
    gap: 3mm;
  }

  body.foerder-result-ready .foerder-result-card {
    gap: 2mm;
    padding: 4mm;
  }

  body.foerder-result-ready .foerder-breakdown > div {
    gap: 4mm;
    padding: 3mm 4mm;
  }

  body.foerder-result-ready .foerder-result-columns {
    gap: 4mm;
    break-before: page;
    border-top: 3px solid #bf1616;
    padding-top: 5mm;
  }

  body.foerder-result-ready .foerder-result-columns > section {
    gap: 3mm;
    padding: 4mm;
  }

  body.foerder-result-ready .foerder-credit-note {
    padding: 4mm;
  }

  body.foerder-result-ready .foerder-legal-note {
    padding-top: 4mm;
    font-size: 8.5pt;
  }

  body.foerder-result-ready .foerder-result-rate {
    background: #bf1616;
    color: #ffffff;
  }

  body.foerder-result-ready .foerder-result-head,
  body.foerder-result-ready .foerder-result-grid,
  body.foerder-result-ready .foerder-result-columns,
  body.foerder-result-ready .foerder-credit-note,
  body.foerder-result-ready .foerder-legal-note {
    break-inside: avoid;
  }

  body.foerder-result-ready a {
    color: #242424;
  }
}
