:root {
  --zz-shell: var(--gecko-large-shell, 1400px);
  --zz-gutter: var(--gecko-large-gutter, clamp(20px, 3vw, 48px));
  --zz-section-y: clamp(76px, 8vw, 124px);
  --zz-brand: #49a5a2;
  --zz-brand-dark: #236f6c;
  --zz-ink: #231f1f;
  --zz-text: #46484b;
  --zz-muted: #727679;
  --zz-bg: #fff;
  --zz-surface: #f3f4f3;
  --zz-surface-strong: #e9ecea;
  --zz-line: rgba(35, 31, 31, 0.12);
  --zz-success: #2f7563;
  --zz-error: #9a403c;
  --zz-olive-bg: #ebebe4;
  --zz-olive-ink: #666759;
  --zz-font: "Noto Sans Extra Condensed", "Noto Sans", Arial, sans-serif;
  --zz-title: "Kaisei Tokumin", Georgia, serif;
  --zz-fs-display: var(--gecko-type-display, clamp(3.25rem, 5.2vw, 5.25rem));
  --zz-fs-h2: var(--gecko-type-section, clamp(2.5rem, 4.7vw, 4.8rem));
  --zz-fs-h3-large: var(--gecko-type-card-large, clamp(1.9rem, 3vw, 3rem));
  --zz-fs-h3: var(--gecko-type-card, clamp(1.55rem, 2.15vw, 2.05rem));
  --zz-fs-lead: var(--gecko-type-lead, clamp(1.08rem, 1.45vw, 1.3rem));
  --zz-fs-body: var(--gecko-type-body, clamp(1rem, 1.05vw, 1.125rem));
  --zz-fs-meta: var(--gecko-type-meta, 0.9rem);
}

body.zz-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--zz-bg);
  color: var(--zz-ink);
  font-family: var(--zz-font);
  font-size: var(--zz-fs-body);
  line-height: 1.55;
}

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

.zz-page [hidden] {
  display: none !important;
}

.zz-page main {
  overflow: clip;
}

.zz-page h1,
.zz-page h2,
.zz-page h3,
.zz-page p,
.zz-page figure {
  margin: 0;
}

.zz-page h1,
.zz-page h2 {
  color: var(--zz-ink);
  font-family: var(--zz-title);
  font-weight: 400;
}

.zz-page h3 {
  color: var(--zz-text);
  font-family: var(--zz-title);
  font-weight: 400;
}

.zz-page p,
.zz-page small {
  font-weight: 300;
}

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

.zz-page a {
  color: inherit;
}

.zz-page button,
.zz-page input,
.zz-page select,
.zz-page textarea {
  font: inherit;
}

.zz-shell {
  width: min(var(--zz-shell), calc(100% - (2 * var(--zz-gutter))));
  margin-inline: auto;
}

.zz-section {
  padding-block: var(--zz-section-y);
}

.zz-heading {
  max-width: 850px;
  margin-bottom: clamp(38px, 5vw, 64px);
}

.zz-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(32px, 7vw, 120px);
}

.zz-heading h2,
.zz-faq h2,
.zz-request h2 {
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.02em;
  line-height: 1.03;
  text-wrap: balance;
}

.zz-heading > p,
.zz-guide__intro > p,
.zz-personal__copy > p,
.zz-request__intro > p {
  color: var(--zz-text);
  font-size: var(--zz-fs-lead);
  font-weight: 300;
  line-height: 1.68;
}

.zz-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease, color 170ms ease;
}

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

.zz-page .zz-btn--light {
  background: #fff;
  color: var(--zz-ink);
}

.zz-page .zz-btn--light:hover {
  background: #f2f2f2;
}

.zz-page .zz-btn--ghost {
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
}

.zz-page .zz-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.zz-page .zz-btn--dark {
  background: var(--zz-ink);
  color: #fff;
}

.zz-page .zz-btn--dark:hover {
  background: var(--zz-brand-dark);
}

.zz-btn:focus-visible,
.zz-faq button:focus-visible,
.zz-form__field input:focus-visible,
.zz-form__field select:focus-visible,
.zz-form__field textarea:focus-visible,
.zz-consent input:focus-visible {
  outline: 3px solid rgba(73, 165, 162, 0.34);
  outline-offset: 3px;
}

/* Vollbreiter Bildhero mit scrollabhängiger Circula-Öffnung */
.zz-hero {
  --zz-hero-p: 0;
  --zz-hero-inset: 0%;
  --zz-hero-radius: 0px;
  --zz-hero-zoom: 1;
  --zz-hero-copy-opacity: 1;
  --zz-hero-copy-shift: 0px;
  position: relative;
  overflow: visible;
  background: #ebebe4;
}

.zz-hero__stage {
  position: relative;
  width: calc(100% - var(--zz-hero-inset));
  height: 100vh;
  height: 100svh;
  min-height: 680px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0 0 var(--zz-hero-radius) var(--zz-hero-radius);
  background: #1f2a29;
  will-change: width, border-radius;
}

.zz-hero__media,
.zz-hero__overlay {
  position: absolute;
  inset: 0;
}

.zz-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(var(--zz-hero-zoom));
  transform-origin: center;
  will-change: transform;
}

.zz-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 19, 19, 0.87) 0%, rgba(17, 19, 19, 0.7) 34%, rgba(17, 19, 19, 0.18) 72%, rgba(17, 19, 19, 0.06) 100%),
    linear-gradient(0deg, rgba(10, 12, 12, 0.68) 0%, rgba(10, 12, 12, 0.08) 60%, rgba(10, 12, 12, 0.03) 100%);
}

.zz-hero__copy {
  position: absolute;
  left: clamp(26px, 5vw, 76px);
  bottom: clamp(30px, 5vw, 72px);
  z-index: 2;
  width: min(800px, calc(100% - 52px));
  color: #fff;
  opacity: var(--zz-hero-copy-opacity);
  transform: translateY(var(--zz-hero-copy-shift));
  will-change: opacity, transform;
}

.zz-personal-greeting {
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.zz-hero h1 {
  color: #fff;
  max-width: 16ch;
  font-size: var(--zz-fs-display);
  letter-spacing: -0.02em;
  line-height: 1.03;
  text-wrap: balance;
}

.zz-hero__lead {
  max-width: 61ch;
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--zz-fs-lead);
  line-height: 1.62;
}

.zz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.zz-hero__trust {
  position: absolute;
  right: clamp(26px, 4vw, 64px);
  bottom: clamp(34px, 5vw, 72px);
  z-index: 2;
  width: min(315px, 25vw);
  display: grid;
  gap: 18px;
  color: #fff;
}

.zz-hero__trust > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.zz-hero__trust svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.zz-hero__trust p {
  display: grid;
  gap: 2px;
  color: #fff;
  line-height: 1.25;
}

.zz-hero__trust strong {
  font-weight: 400;
}

.zz-hero__trust span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 300;
}

.zz-hero__reveal {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: clamp(72px, 8vw, 116px);
  background: var(--zz-olive-bg);
  color: var(--zz-olive-ink);
}

.zz-hero__reveal .zz-shell {
  display: grid;
  gap: clamp(64px, 8vh, 104px);
}

.zz-hero__reveal h2 {
  max-width: 980px;
  color: var(--zz-olive-ink);
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.zz-reveal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(42px, 7vw, 120px);
  row-gap: clamp(58px, 7vh, 86px);
}

.zz-reveal__item {
  min-width: 0;
}

.zz-reveal__item svg {
  width: 34px;
  height: 34px;
  display: block;
  margin-bottom: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.zz-reveal__item h3 {
  color: var(--zz-olive-ink);
  font-family: var(--zz-title);
  font-size: var(--zz-fs-h3);
  font-weight: 400;
  line-height: 1.2;
}

.zz-reveal__item p {
  max-width: 42ch;
  margin-top: 20px;
  color: var(--zz-olive-ink);
  font-size: var(--zz-fs-body);
  font-weight: 300;
  line-height: 1.55;
}

/* Offener Fakten- und Kostenvergleich direkt nach dem Hero */
.zz-facts {
  --zz-facts-subtitle-size: var(--zz-fs-h3-large);
  background: #fff;
}

.zz-facts__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: clamp(42px, 8vw, 132px);
}

.zz-facts__eyebrow {
  margin-bottom: 22px !important;
  color: var(--zz-text);
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zz-facts__heading h2 {
  max-width: 920px;
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.02em;
  line-height: 1.03;
  text-wrap: balance;
}

.zz-facts__heading > p {
  max-width: 48ch;
  color: var(--zz-text);
  font-size: var(--zz-fs-lead);
  font-weight: 300;
  line-height: 1.68;
}

.zz-facts__numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 112px);
  margin-top: clamp(72px, 9vw, 132px);
}

.zz-facts__numbers article {
  padding-top: clamp(24px, 3vw, 38px);
  border-top: 1px solid var(--zz-line);
}

.zz-facts__numbers strong {
  display: block;
  color: var(--zz-text);
  font-family: var(--zz-title);
  font-size: var(--zz-facts-subtitle-size);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.zz-facts__numbers p {
  max-width: 48ch;
  margin-top: 20px;
  color: var(--zz-text);
  font-size: var(--zz-fs-body);
  line-height: 1.55;
}

.zz-facts__comparison {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 132px);
  margin-top: clamp(74px, 9vw, 136px);
  padding: clamp(34px, 5vw, 68px);
  border-radius: 24px;
  background: var(--zz-surface);
}

.zz-facts__comparison-intro h3 {
  max-width: 13ch;
  color: var(--zz-text);
  font-family: var(--zz-title);
  font-size: var(--zz-facts-subtitle-size);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.zz-facts__comparison-intro p {
  max-width: 46ch;
  margin-top: 24px;
  color: var(--zz-text);
  font-size: 1.08rem;
  line-height: 1.62;
}

.zz-facts__comparison-intro > span {
  display: block;
  margin-top: 32px;
  color: var(--zz-ink);
  font-size: 0.95rem;
  font-weight: 400;
}

.zz-facts__comparison-intro > small {
  display: block;
  max-width: 38ch;
  margin-top: 5px;
  color: var(--zz-muted);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.45;
}

.zz-facts__comparison-lines {
  display: grid;
  align-content: center;
}

.zz-facts__comparison-lines article {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  padding-block: 23px;
  border-top: 1px solid rgba(35, 31, 31, 0.16);
}

.zz-facts__comparison-lines article:last-of-type {
  border-bottom: 1px solid rgba(35, 31, 31, 0.16);
}

.zz-facts__comparison-lines span {
  color: var(--zz-ink);
  font-weight: 400;
}

.zz-facts__comparison-lines p {
  color: var(--zz-text);
  font-size: 1.05rem;
  line-height: 1.5;
}

.zz-facts__comparison-lines b {
  padding-inline: 0.22em;
  color: var(--zz-ink);
  font-weight: 400;
}

.zz-facts__comparison-lines small {
  display: block;
  max-width: 72ch;
  margin-top: 22px;
  color: var(--zz-muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.55;
}

.zz-facts__sources {
  max-width: 105ch;
  margin-top: 24px !important;
  color: var(--zz-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.zz-facts__sources a {
  color: inherit;
  text-decoration-color: rgba(114, 118, 121, 0.5);
  text-underline-offset: 0.16em;
}

.zz-facts__sources a:hover {
  color: var(--zz-text);
}

/* Nur die linke Aussage bleibt sticky; rechts scrollt normal vorbei */
.zz-guide {
  background: var(--zz-surface);
}

.zz-guide__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(44px, 9vw, 150px);
}

.zz-guide__intro {
  position: sticky;
  top: 126px;
}

.zz-guide__intro h2 {
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.02em;
  line-height: 1.03;
}

.zz-guide__intro > p {
  margin-top: 24px;
}

.zz-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--zz-brand-dark) !important;
  font-weight: 400;
  text-decoration: none;
}

.zz-text-link span {
  transition: transform 170ms ease;
}

.zz-text-link:hover span {
  transform: translateX(4px);
}

.zz-guide__cards {
  display: grid;
  gap: 22px;
}

.zz-guide-card {
  min-height: 340px;
  display: grid;
  align-content: end;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  background: #fff;
}

.zz-guide-card > span {
  color: var(--zz-text);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 300;
  line-height: 1;
}

.zz-guide-card h3 {
  margin-top: 30px;
  color: var(--zz-text);
  font-size: var(--zz-fs-h3-large);
  line-height: 1.08;
}

.zz-guide-card p {
  max-width: 54ch;
  margin-top: 16px;
  color: var(--zz-text);
  font-size: var(--zz-fs-body);
  line-height: 1.6;
}

.zz-coverage {
  background: #fff;
}

.zz-coverage .zz-heading {
  margin-bottom: clamp(32px, 3vw, 44px);
}

.zz-coverage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(56px, 8vw, 140px);
  row-gap: clamp(64px, 6vw, 92px);
}

.zz-coverage article {
  width: 100%;
  max-width: 520px;
}

.zz-coverage article > svg {
  width: 38px;
  height: 38px;
  color: var(--zz-text);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zz-coverage h3 {
  margin-top: 22px;
  color: var(--zz-text);
  font-size: var(--zz-fs-h3);
  line-height: 1.08;
}

.zz-coverage article p {
  max-width: 48ch;
  margin-top: 16px;
  color: var(--zz-text);
  font-weight: 300;
  line-height: 1.6;
}

.zz-personal {
  background: var(--zz-ink);
  color: #fff;
}

.zz-personal__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 130px);
}

.zz-personal__media {
  overflow: hidden;
  border-radius: 24px;
  background: #333;
}

.zz-personal__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.zz-personal__copy h2 {
  max-width: 760px;
  color: #fff;
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.02em;
  line-height: 1.03;
}

.zz-personal__copy > p {
  max-width: 63ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
}

.zz-personal__copy > strong {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-weight: 400;
}

.zz-journey {
  background: #fff;
}

.zz-journey__rows {
  display: grid;
  gap: 16px;
}

.zz-journey__row {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.zz-journey__row--local {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.zz-journey__row--decision {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

.zz-journey__card,
.zz-journey__media {
  min-width: 0;
  min-height: clamp(500px, 40vw, 610px);
  border-radius: 24px;
}

.zz-journey__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
  background: var(--zz-surface);
  color: var(--zz-text);
}

.zz-journey__card h2 {
  max-width: 13ch;
  color: var(--zz-text);
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.02em;
  line-height: 1.03;
  text-wrap: balance;
}

.zz-journey__card > p {
  max-width: 62ch;
  margin-top: clamp(24px, 3vw, 36px);
  color: var(--zz-text);
  font-size: var(--zz-fs-lead);
  font-weight: 300;
  line-height: 1.65;
}

.zz-journey__card > p + p {
  margin-top: 18px;
}

.zz-journey__card--decision {
  justify-content: space-between;
  padding: clamp(34px, 4vw, 58px);
  background: var(--zz-surface);
  color: var(--zz-text);
}

.zz-journey__card--decision h2 {
  max-width: 14ch;
  color: var(--zz-text);
  font-size: var(--zz-fs-h2);
}

.zz-journey__steps {
  display: grid;
  gap: clamp(14px, 1.6vw, 20px);
  margin: clamp(44px, 7vw, 96px) 0 0;
  padding: 0;
  list-style: none;
}

.zz-journey__steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
}

.zz-journey__steps svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  padding: 4px;
  border-radius: 50%;
  background: transparent;
  color: var(--zz-ink);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.zz-journey__steps span {
  color: var(--zz-text);
  font-size: var(--zz-fs-lead);
  font-weight: 300;
  line-height: 1.35;
}

.zz-journey__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--zz-surface-strong);
}

.zz-journey__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.18) sepia(0.06) contrast(0.94) brightness(0.96);
  transform: scale(1.01);
}

.zz-journey__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(75, 77, 67, 0.1);
  content: "";
  pointer-events: none;
}

.zz-journey__media--harbour img {
  object-position: 42% center;
}

.zz-journey__media--dental img {
  object-position: 55% center;
}

.zz-journey__media--dental::after {
  position: absolute;
  inset: 42% 0 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, rgba(18, 22, 21, 0.42));
  content: "";
  pointer-events: none;
}

.zz-journey__ticker {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 3;
  overflow: hidden;
}

.zz-journey__ticker-track {
  display: flex;
  width: max-content;
  animation: zz-journey-ticker 28s linear infinite;
}

.zz-journey__ticker-group {
  display: flex;
  flex: none;
  gap: 12px;
  padding-right: 12px;
}

.zz-journey__ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(38, 42, 40, 0.66);
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.zz-journey__ticker span::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: #dff0a7;
  content: "";
}

@keyframes zz-journey-ticker {
  to { transform: translateX(-50%); }
}

.zz-journey__cta {
  min-height: clamp(190px, 16vw, 230px);
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(230px, 1fr);
  gap: 16px;
  margin-top: 0;
  color: var(--zz-ink);
}

.zz-journey__cta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 100%;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  background: var(--zz-ink);
  color: #fff;
  text-align: center;
}

.zz-journey__cta-stat strong {
  color: #fff;
  font-family: var(--zz-title);
  font-size: clamp(4.5rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.zz-journey__cta-stat span {
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 300;
  line-height: 1.2;
}

.zz-journey__cta-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 4.5vw, 64px);
  border-radius: 24px;
  background: var(--zz-surface);
}

.zz-journey__cta-copy h2 {
  max-width: 18ch;
  color: var(--zz-text);
  font-size: var(--zz-fs-h3-large);
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.zz-journey__cta-copy p {
  max-width: 54ch;
  margin-top: 10px;
  color: var(--zz-text);
  font-weight: 300;
}

.zz-journey__cta .zz-btn {
  min-width: 160px;
  margin-top: clamp(22px, 2.4vw, 34px);
  white-space: nowrap;
}

/* FAQ-Aufbau analog zur Gecko-Hauptseite */
.zz-faq {
  padding-block: var(--zz-section-y);
  background: #fff;
}

.zz-faq h2 {
  max-width: 1050px;
  margin-bottom: clamp(36px, 5vw, 58px);
}

.zz-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zz-faq__list > li {
  border-bottom: 1px solid var(--zz-line);
}

.zz-faq button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(18px, 2.4vw, 25px) 0;
  border: 0;
  background: transparent;
  color: var(--zz-text);
  font-size: var(--zz-fs-lead);
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  transition: transform 190ms ease;
}

.zz-faq button:hover {
  transform: translateX(8px);
}

.zz-faq button > span {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--zz-surface);
}

.zz-faq button > span::before,
.zz-faq button > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--zz-ink);
  content: "";
  transform: translate(-50%, -50%);
}

.zz-faq button > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.zz-faq button[aria-expanded="true"] > span::after {
  opacity: 0;
}

.zz-faq__list > li > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 270ms ease;
}

.zz-faq__list > li > div p {
  width: 100%;
  max-width: none;
  margin-bottom: 22px;
  padding: 4px clamp(48px, 6vw, 86px) 0 0;
  color: var(--zz-text);
  line-height: 1.7;
}

.zz-request {
  background: var(--zz-olive-bg);
  color: var(--zz-olive-ink);
}

.zz-request__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  align-items: start;
  gap: clamp(44px, 8vw, 130px);
}

.zz-request__intro {
  position: sticky;
  top: 126px;
}

.zz-request__intro h2 {
  color: var(--zz-olive-ink);
}

.zz-request__intro > p {
  margin-top: 24px;
  color: var(--zz-olive-ink);
}

.zz-request__intro ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.zz-request__intro li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--zz-olive-ink);
  font-weight: 300;
}

.zz-request__intro li svg,
.zz-request__success > svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zz-request__card {
  padding: clamp(26px, 4vw, 46px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.zz-personal-note {
  margin-bottom: 26px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #edf7f6;
}

.zz-personal-note strong {
  color: var(--zz-olive-ink);
  font-weight: 500;
}

.zz-personal-note p {
  margin-top: 5px;
  color: var(--zz-olive-ink);
  font-size: 0.92rem;
  line-height: 1.5;
}

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

.zz-form__field {
  display: grid;
  gap: 8px;
  color: var(--zz-olive-ink);
  font-size: 0.94rem;
  font-weight: 400;
}

.zz-form__field--wide {
  grid-column: 1 / -1;
}

.zz-form__field > small {
  color: var(--zz-olive-ink);
}

.zz-form__field input,
.zz-form__field select,
.zz-form__field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d7dcda;
  border-radius: 10px;
  background: #fff;
  color: var(--zz-olive-ink);
  font-weight: 300;
}

.zz-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.zz-form__field input[aria-invalid="true"],
.zz-form__field select[aria-invalid="true"],
.zz-consent input[aria-invalid="true"] {
  border-color: var(--zz-error);
}

.zz-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 22px;
  color: var(--zz-olive-ink);
  font-size: 0.88rem;
  line-height: 1.55;
}

.zz-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--zz-brand-dark);
}

.zz-consent a {
  color: var(--zz-brand-dark);
}

.zz-form__error {
  margin-top: 18px;
  color: var(--zz-error);
  font-size: 0.92rem;
}

.zz-request form > .zz-btn {
  margin-top: 24px;
}

.zz-form__note {
  margin-top: 12px !important;
  color: var(--zz-olive-ink);
  font-size: 0.86rem;
}

.zz-request__success {
  min-height: 380px;
  display: grid;
  align-content: center;
  justify-items: start;
}

.zz-request__success > svg {
  width: 46px;
  height: 46px;
  color: var(--zz-olive-ink);
}

.zz-request__success h3 {
  max-width: 650px;
  margin-top: 26px;
  color: var(--zz-olive-ink);
  font-size: var(--zz-fs-h2);
  line-height: 1.05;
}

.zz-request__success p {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--zz-olive-ink);
  font-size: 1.1rem;
  line-height: 1.65;
}

/* Bestehender Gecko-Verweisbereich */
.zz-related {
  padding-block: clamp(80px, 10vw, 120px);
  background: #000;
  color: #fff;
}

.zz-related__wrap {
  width: min(1400px, calc(100% - (2 * var(--zz-gutter))));
  margin-inline: auto;
}

.zz-related h2 {
  margin: 0 0 clamp(42px, 6vw, 64px) 10px;
  color: #fff;
  font-size: var(--zz-fs-h2);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.zz-related h2 span {
  color: var(--zz-brand);
  font-family: var(--zz-font);
  font-size: 0.72em;
}

.zz-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.zz-related-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 95px 440px;
  gap: 12px;
  color: #fff !important;
  text-decoration: none;
}

.zz-related-card__top {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.4rem;
  border-radius: 14px;
  background: var(--card-color);
  color: #222;
  font-size: 1.33rem;
  font-weight: 300;
  line-height: 1.2;
  transition: transform 180ms ease;
}

.zz-related-card figure {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 14px;
  background: #181818;
}

.zz-related-card figure::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.25) 58%, transparent);
  content: "";
}

.zz-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.zz-related-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1.18rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.3;
}

.zz-related-card:hover .zz-related-card__top {
  transform: scale(0.98);
}

.zz-related-card:hover img {
  transform: scale(1.025);
}

@media (max-width: 1080px) {
  .zz-heading--split,
  .zz-request__layout,
  .zz-facts__heading {
    grid-template-columns: 1fr;
  }

  .zz-facts__heading > p {
    max-width: 65ch;
  }

  .zz-request__intro {
    position: static;
  }

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

@media (max-width: 1180px) {
  .zz-hero__trust {
    display: none;
  }
}

@media (max-width: 920px) {
  .zz-hero__copy {
    width: min(760px, calc(100% - 52px));
  }

  .zz-facts__comparison {
    grid-template-columns: 1fr;
  }

  .zz-facts__comparison-intro h3 {
    max-width: 20ch;
  }
}

@media (max-width: 820px) {
  .zz-guide__layout,
  .zz-personal__grid,
  .zz-journey__row {
    grid-template-columns: 1fr;
  }

  .zz-journey__card,
  .zz-journey__media {
    min-height: 460px;
  }

  .zz-journey__card--decision {
    min-height: auto;
  }

  .zz-journey__cta {
    grid-template-columns: minmax(0, 2.4fr) minmax(210px, 1fr);
  }

  .zz-guide__intro {
    position: static;
  }

  .zz-guide-card {
    min-height: 290px;
  }

  .zz-personal__media {
    max-width: 520px;
  }

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

  .zz-coverage .zz-heading {
    margin-bottom: 40px;
  }

  .zz-coverage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 48px;
  }

  .zz-coverage article,
  .zz-coverage article:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .zz-hero__stage {
    height: 100svh;
    min-height: 720px;
  }

  .zz-hero__media img {
    object-position: 58% center;
  }

  .zz-hero__overlay {
    background: linear-gradient(0deg, rgba(12, 14, 14, 0.94) 0%, rgba(12, 14, 14, 0.7) 45%, rgba(12, 14, 14, 0.1) 100%);
  }

  .zz-hero__copy {
    left: 22px;
    bottom: 26px;
    width: calc(100% - 44px);
  }

  .zz-hero h1 {
    max-width: 12ch;
  }

  .zz-facts__numbers {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-top: 64px;
  }

  .zz-facts__comparison {
    gap: 34px;
    margin-top: 68px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .zz-facts__comparison-lines article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .zz-faq h2 {
    overflow-wrap: anywhere;
  }

  .zz-journey__card h2 {
    overflow-wrap: normal;
  }

  .zz-hero__reveal {
    min-height: 100svh;
    align-items: start;
  }

  .zz-hero__reveal .zz-shell {
    gap: 52px;
  }

  .zz-reveal__grid {
    grid-template-columns: 1fr;
    row-gap: 44px;
  }

  .zz-reveal__item svg {
    margin-bottom: 18px;
  }

  .zz-reveal__item p {
    margin-top: 12px;
  }

  .zz-faq__list > li > div p {
    padding-right: 0;
  }

  .zz-actions {
    display: grid;
  }

  .zz-btn {
    width: 100%;
  }

  .zz-journey__card {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .zz-journey__media {
    min-height: 340px;
    border-radius: 20px;
  }

  .zz-journey__ticker {
    bottom: 18px;
  }

  .zz-journey__ticker span {
    min-height: 50px;
    padding-inline: 18px;
    border-radius: 14px;
    font-size: 0.92rem;
  }

  .zz-journey__cta {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .zz-journey__cta-stat {
    min-height: 230px;
    padding: 32px 24px;
    border-radius: 20px;
  }

  .zz-journey__cta-copy h2 {
    font-size: var(--zz-fs-h3-large);
  }

  .zz-journey__cta-copy {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .zz-journey__cta .zz-btn {
    width: 100%;
    justify-content: center;
  }

  .zz-coverage__grid,
  .zz-form__grid,
  .zz-related__grid {
    grid-template-columns: 1fr;
  }

  .zz-coverage__grid {
    gap: 58px;
  }

  .zz-form__field--wide {
    grid-column: auto;
  }

  .zz-guide-card {
    min-height: 270px;
  }

  .zz-related h2 {
    margin-left: 0;
    font-size: var(--zz-fs-h2);
  }

  .zz-related-card {
    grid-template-rows: 78px 340px;
  }

  .zz-related-card figure {
    height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zz-page *,
  .zz-page *::before,
  .zz-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .zz-hero {
    --zz-hero-p: 0 !important;
  }

  .zz-journey__ticker-track {
    animation: none;
  }
}
