.anschluss-page {
  --finance-front-display: clamp(3.1rem, 4.5vw, 5rem);
  --finance-front-h2: clamp(2.15rem, 3.25vw, 3.65rem);
  --finance-front-h3-large: clamp(1.55rem, 2.1vw, 2.25rem);
  --finance-front-h3: clamp(1.3rem, 1.55vw, 1.65rem);
  --finance-front-lead: clamp(1rem, 1.1vw, 1.14rem);
  --finance-front-body: clamp(.94rem, .9vw, 1.02rem);
}

.anschluss-page main p,
.anschluss-page main .zz-hero__trust span,
.anschluss-page main .zz-journey__steps span,
.anschluss-page main .zz-journey__cta-stat span {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
}

.anschluss-page .anschluss-hero .zz-hero__media img {
  object-position: center;
  filter: none;
}

.anschluss-page .anschluss-hero h1 {
  max-width: 15ch;
}

.anschluss-page .anschluss-hero .zz-hero__lead {
  max-width: 60ch;
}

.anschluss-page .anschluss-hero {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background: #171615;
}

.anschluss-page .anschluss-hero .zz-hero__stage {
  height: 112vh;
  height: 112svh;
  min-height: 780px;
  margin-bottom: -4px;
  clip-path: none;
  background: #171615;
}

.anschluss-page .anschluss-hero .zz-hero__overlay {
  background:
    linear-gradient(180deg, rgba(15, 14, 13, .06) 0%, rgba(15, 14, 13, .08) 38%, rgba(23, 22, 21, .52) 70%, rgba(23, 22, 21, .9) 88%, #171615 96%, #171615 100%),
    linear-gradient(90deg, rgba(14, 13, 12, .34) 0%, rgba(14, 13, 12, .06) 48%, rgba(14, 13, 12, .08) 100%);
}

.anschluss-page .anschluss-hero .zz-hero__copy {
  left: clamp(26px, 5vw, 76px);
  bottom: calc(12svh + clamp(34px, 5vw, 72px));
  width: min(650px, calc(100% - 52px));
  display: grid;
  justify-items: start;
  text-align: left;
  opacity: 1;
  transform: translateY(var(--zz-hero-copy-shift));
}

.anschluss-page .anschluss-hero .zz-hero__lead {
  margin-inline: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
}

.anschluss-page .anschluss-hero .zz-actions {
  justify-content: flex-start;
}

body.anschluss-page .anschluss-hero .zz-btn--light {
  border-color: #fff !important;
  background: #fff !important;
  color: #171717 !important;
}

body.anschluss-page .anschluss-hero .zz-btn--light:hover,
body.anschluss-page .anschluss-hero .zz-btn--light:focus-visible {
  border-color: #f1f1ef !important;
  background: #f1f1ef !important;
  color: #171717 !important;
}

.anschluss-page .anschluss-hero .zz-hero__trust {
  bottom: calc(12svh + clamp(34px, 5vw, 72px));
  opacity: 1;
  transform: translateY(var(--zz-hero-copy-shift));
}

.anschluss-page .anschluss-hero .zz-hero__trust span {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
}

.anschluss-page .anschluss-hero .zz-hero__reveal {
  position: relative;
  z-index: 2;
  min-height: auto;
  margin-top: 0;
  padding-block: clamp(96px, 10vw, 160px) clamp(118px, 12vw, 190px);
  background: #171615;
  color: #fff;
}

.anschluss-page .anschluss-hero .zz-hero__reveal .zz-shell {
  justify-items: center;
  gap: clamp(76px, 9vw, 126px);
}

.anschluss-page .anschluss-hero .zz-hero__reveal h2 {
  max-width: 21ch;
  margin-inline: auto;
  color: #fff;
  text-align: center;
}

.anschluss-page .anschluss-hero .zz-reveal__grid {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  column-gap: clamp(42px, 7vw, 104px);
  row-gap: clamp(70px, 8vw, 108px);
}

.anschluss-page .anschluss-hero .zz-reveal__item {
  display: grid;
  justify-items: center;
  text-align: center;
}

.anschluss-page .anschluss-hero .zz-reveal__item svg {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: #fff;
  stroke-width: 1.35;
}

.anschluss-page .anschluss-hero .zz-reveal__item h3,
.anschluss-page .anschluss-hero .zz-reveal__item p {
  color: #fff;
}

.anschluss-page .anschluss-hero .zz-reveal__item p {
  max-width: 32ch;
  color: rgba(255, 255, 255, .7);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
}

.anschluss-page .anschluss-journey__comparison img {
  object-position: left center;
}

.anschluss-page .anschluss-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 72px);
  margin-top: clamp(24px, 3vw, 38px);
  padding: clamp(26px, 3.2vw, 42px);
  border-top: 1px solid var(--zz-line);
  color: var(--zz-muted);
  font-size: .84rem;
  line-height: 1.65;
}

.anschluss-page .anschluss-note strong {
  color: var(--zz-text);
  font-weight: 500;
}

.anschluss-page .finance-front-faq {
  border-top: 1px solid var(--zz-line);
}

.anschluss-page .anschluss-contact {
  padding: clamp(88px, 10vw, 150px) 0;
  background: #efefec;
  scroll-margin-top: 96px;
}

.anschluss-page .anschluss-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(52px, 7vw, 112px);
  align-items: start;
}

.anschluss-page .anschluss-contact__intro {
  position: sticky;
  top: 120px;
}

.anschluss-page .anschluss-contact__eyebrow {
  margin: 0 0 18px;
  color: #70716f;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.anschluss-page .anschluss-contact__intro h2 {
  max-width: 12ch;
  margin: 0 0 24px;
  color: var(--zz-text);
  font-family: "Kaisei Tokumin", Georgia, serif;
  font-size: var(--finance-front-h2);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.anschluss-page .anschluss-contact__intro > p:not(.anschluss-contact__eyebrow) {
  max-width: 48ch;
  margin: 0;
  color: var(--zz-muted);
  font-size: var(--finance-front-lead);
  line-height: 1.7;
}

.anschluss-page .anschluss-contact__intro ul {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.anschluss-page .anschluss-contact__intro li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--zz-text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 300;
}

.anschluss-page .anschluss-contact__intro li svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke-width: 1.5;
}

.anschluss-page .anschluss-contact__form {
  padding: clamp(26px, 3.5vw, 48px);
  border-radius: 18px;
  background: #fff;
}

.anschluss-page .anschluss-contact__form-head {
  margin-bottom: 28px;
}

.anschluss-page .anschluss-contact__form-head h3 {
  margin: 0 0 6px;
  color: var(--zz-text);
  font-family: "Kaisei Tokumin", Georgia, serif;
  font-size: var(--finance-front-h3-large);
  font-weight: 400;
  line-height: 1.15;
}

.anschluss-page .anschluss-contact__form-head p,
.anschluss-page .anschluss-contact__note {
  margin: 0;
  color: var(--zz-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.anschluss-page .anschluss-contact__grid {
  display: grid;
  gap: 18px;
}

.anschluss-page .anschluss-contact__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anschluss-page .anschluss-contact__field {
  min-width: 0;
  margin-bottom: 18px;
}

.anschluss-page .anschluss-contact__field label {
  display: block;
  margin: 0 0 8px;
  color: var(--zz-text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: .84rem;
  font-weight: 400;
}

.anschluss-page .anschluss-contact__field input,
.anschluss-page .anschluss-contact__field select,
.anschluss-page .anschluss-contact__field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d5d5d1;
  border-radius: 8px;
  outline: none;
  background: #f8f8f6;
  color: var(--zz-text);
  font: 300 .94rem/1.4 "Inter", system-ui, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.anschluss-page .anschluss-contact__field textarea {
  min-height: 132px;
  resize: vertical;
}

.anschluss-page .anschluss-contact__field input:focus,
.anschluss-page .anschluss-contact__field select:focus,
.anschluss-page .anschluss-contact__field textarea:focus {
  border-color: #3aa6a0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(58, 166, 160, .13);
}

.anschluss-page .anschluss-contact__field input.is-invalid,
.anschluss-page .anschluss-contact__field select.is-invalid,
.anschluss-page .anschluss-contact__field textarea.is-invalid {
  border-color: #b42318;
}

.anschluss-page .anschluss-contact__money {
  position: relative;
}

.anschluss-page .anschluss-contact__money input {
  padding-right: 42px;
}

.anschluss-page .anschluss-contact__money > span {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--zz-muted);
  font: 300 .94rem/1 "Inter", system-ui, sans-serif;
  transform: translateY(-50%);
  pointer-events: none;
}

.anschluss-page .anschluss-contact__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.anschluss-page .anschluss-contact__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 2px;
  color: #444;
  font-family: "Inter", system-ui, sans-serif;
  font-size: .76rem;
  font-weight: 300;
  line-height: 1.55;
}

.anschluss-page .anschluss-contact__consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #3aa6a0;
}

.anschluss-page .anschluss-contact__consent a {
  color: #287f7a;
  font-weight: 400;
  text-underline-offset: 2px;
}

.anschluss-page .anschluss-contact__note {
  margin-top: 12px;
}

.anschluss-page .anschluss-contact__submit {
  margin-top: 22px;
}

.anschluss-page .anschluss-contact__submit:disabled {
  cursor: wait;
  opacity: .62;
}

.anschluss-page .anschluss-contact__status {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: .84rem;
  line-height: 1.55;
}

.anschluss-page .anschluss-contact__status--success {
  background: #e2f1ee;
  color: #1e625e;
}

.anschluss-page .anschluss-contact__status--error {
  background: #f8e8e6;
  color: #8a281f;
}

.anschluss-page .anschluss-contact__status[hidden] {
  display: none;
}

@media (max-width: 820px) {
  .anschluss-page .anschluss-hero .zz-reveal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anschluss-page .anschluss-note {
    grid-template-columns: 1fr;
  }

  .anschluss-page .anschluss-contact__layout {
    grid-template-columns: 1fr;
  }

  .anschluss-page .anschluss-contact__intro {
    position: static;
  }

  .anschluss-page .anschluss-contact__intro h2 {
    max-width: 15ch;
  }
}

@media (max-width: 640px) {
  .anschluss-page {
    --finance-front-display: clamp(1.8rem, 9vw, 2.2rem);
    --finance-front-h2: clamp(1.65rem, 8vw, 2.8rem);
    --finance-front-h3-large: clamp(1.5rem, 7vw, 2rem);
    --finance-front-h3: clamp(1.25rem, 5.8vw, 1.55rem);
  }

  .anschluss-page .anschluss-hero h1 {
    max-width: 100%;
    font-size: clamp(1.8rem, 8.5vw, 2.08rem);
  }

  .anschluss-page .anschluss-prefix::after {
    content: "-";
  }

  .anschluss-page .anschluss-suffix {
    display: block;
  }

  .anschluss-page .anschluss-hero .zz-hero__media img {
    object-position: 64% center;
  }

  .anschluss-page .anschluss-hero .zz-hero__stage {
    height: 106svh;
    min-height: 760px;
  }

  .anschluss-page .anschluss-hero {
    margin-bottom: 6px;
    border-radius: 0 0 14px 14px;
  }

  .anschluss-page .anschluss-hero .zz-hero__copy {
    left: 22px;
    bottom: 76px;
    width: calc(100% - 44px);
  }

  .anschluss-page .anschluss-hero .zz-hero__overlay {
    background:
      linear-gradient(180deg, rgba(15, 14, 13, .04) 0%, rgba(15, 14, 13, .08) 34%, rgba(23, 22, 21, .62) 66%, rgba(23, 22, 21, .92) 87%, #171615 95%, #171615 100%),
      linear-gradient(90deg, rgba(14, 13, 12, .16) 0%, rgba(14, 13, 12, .02) 100%);
  }

  .anschluss-page .anschluss-hero .zz-hero__reveal {
    padding-block: 82px 112px;
  }

  .anschluss-page .anschluss-hero .zz-hero__reveal .zz-shell {
    gap: 64px;
  }

  .anschluss-page .anschluss-hero .zz-reveal__grid {
    grid-template-columns: 1fr;
    row-gap: 54px;
  }

  .anschluss-page .anschluss-hero .zz-reveal__item svg {
    margin-bottom: 20px;
  }

  .anschluss-page .anschluss-note {
    padding-inline: 0;
  }

  .anschluss-page .anschluss-contact {
    padding-block: 76px;
  }

  .anschluss-page .anschluss-contact__layout {
    gap: 40px;
  }

  .anschluss-page .anschluss-contact__grid--two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .anschluss-page .anschluss-contact__form {
    padding: 24px 18px 28px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anschluss-page .zz-hero__stage,
  .anschluss-page .zz-hero__media img,
  .anschluss-page .zz-hero__copy {
    transition: none;
  }

  .anschluss-page .anschluss-hero .zz-hero__media img {
    transform: none !important;
  }
}
