
/* =========================================================
   v2.8.34 — Contact typography alignment
   Scope: contact/kontakt page only.
   Reason: v2.8.32 introduced custom scoped font sizes that
   made Contact look different from Services/Technology/etc.
   ========================================================= */

.hs-contact-page-v2832 {
  font-family: inherit;
}

/* Match normal page rhythm instead of oversized custom hero text. */
.hs-contact-page-v2832 .contact-hero {
  padding: clamp(48px, 6vw, 86px) 0 clamp(32px, 4vw, 56px);
}

.hs-contact-page-v2832 .contact-hero .container,
.hs-contact-page-v2832 .clean-section .container {
  max-width: var(--container-max, 1180px);
}

.hs-contact-page-v2832 .contact-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: inherit;
  letter-spacing: inherit;
}

.hs-contact-page-v2832 .contact-hero .lead {
  max-width: 760px;
  color: #304563;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.65;
}

/* Keep the same content/card scale as the rest of the website. */
.hs-contact-page-v2832 .contact-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 4vw, 58px);
}

.hs-contact-page-v2832 .contact-panel {
  border-radius: 28px;
  padding: clamp(30px, 4vw, 52px);
}

.hs-contact-page-v2832 .contact-panel h2 {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.hs-contact-page-v2832 .contact-panel p,
.hs-contact-page-v2832 .contact-info-item span,
.hs-contact-page-v2832 .contact-info-item a {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.65;
}

/* Form typography now follows the normal site form style. */
.hs-contact-page-v2832 label {
  font-family: inherit !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hs-contact-page-v2832 input,
.hs-contact-page-v2832 textarea {
  font-family: inherit !important;
  font-size: 1rem;
  line-height: 1.45;
}

.hs-contact-page-v2832 input {
  min-height: 64px;
}

.hs-contact-page-v2832 textarea {
  min-height: 200px;
}

.hs-contact-page-v2832 .btn,
.hs-contact-page-v2832 button {
  font-family: inherit !important;
  font-size: inherit;
  min-height: 58px;
}

@media (max-width: 920px) {
  .hs-contact-page-v2832 .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hs-contact-page-v2832 .contact-hero {
    padding: 42px 0 28px;
  }

  .hs-contact-page-v2832 .contact-panel {
    padding: 26px;
    border-radius: 22px;
  }

  .hs-contact-page-v2832 input {
    min-height: 60px;
  }

  .hs-contact-page-v2832 textarea {
    min-height: 180px;
  }
}
