.page--firmenkunden {
  padding: 44px 0 56px;
}

.contact-section {
  width: min(1200px, calc(100% - 28px));
  margin-inline: auto;
  padding: clamp(2.4rem, 5vw, 4.8rem) 0;
  line-height: 1.7;
  color: #1f2937;
  border-bottom: 1px solid rgba(46, 79, 32, 0.18);
}

.contact-text {
  max-width: 980px;
}

.contact-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #456530;
}

.contact-signal {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.2rem);
  font-weight: 800;
  line-height: 1.4;
  color: #20361a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-text h1 {
  font-size: clamp(2rem, 2.3vw + 1rem, 3rem);
  margin: 0 0 1.1rem;
  color: #2e4f20;
  line-height: 1.1;
  max-width: 16ch;
}

.contact-lead {
  margin: 0 0 1rem;
  font-size: clamp(1.12rem, 1vw + 0.95rem, 1.34rem);
  line-height: 1.6;
  color: #1f2f1c;
  font-weight: 700;
  max-width: 62ch;
}

.contact-highlight {
  margin: 0 0 1.5rem;
  max-width: 72ch;
  padding: 0.9rem 0 0.95rem;
  border-top: 2px solid rgba(46, 79, 32, 0.22);
  border-bottom: 2px solid rgba(46, 79, 32, 0.22);
  font-size: clamp(1.08rem, 0.9rem + 0.6vw, 1.28rem);
  line-height: 1.6;
  font-weight: 800;
  color: #243524;
}

.contact-text p {
  margin: 0 0 1.1rem;
  font-size: 1.03rem;
}

.contact-audience {
  color: #365127;
  font-weight: 700;
  font-size: 1.05rem;
}

.contact-benefits {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.95rem;
}

.contact-benefits li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 1.03rem;
  font-weight: 700;
  color: #223120;
}

.contact-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.72rem;
  height: 0.72rem;
  border-right: 3px solid #4f7a2e;
  border-bottom: 3px solid #4f7a2e;
  transform: rotate(45deg);
}

.contact-cta {
  margin-top: 1.6rem;
  font-weight: 700;
  color: #243524;
  font-size: 1.08rem;
}

.inline-link {
  color: #2e4f20;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: color .2s ease;
  font-weight: 600;
}

.inline-link:hover {
  color: #1f3614;
}

.inline-link:focus-visible {
  outline: 2px solid #2e4f20;
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .page--firmenkunden {
    padding: 36px 0 48px;
  }

  .contact-section {
    width: min(1200px, calc(100% - 24px));
    padding: 1.65rem 0 2.2rem;
  }

  .contact-text h1 {
    max-width: none;
  }

  .contact-signal {
    letter-spacing: 0.03em;
  }

  .contact-highlight {
    padding: 0.8rem 0 0.9rem;
  }
}
