.contacts {
  padding-bottom: 80px;
}

/* HERO */
.contacts-hero {
  height: auto;
  min-height: 620px;
}

.contacts-hero .hero__stage {
  height: auto;
  min-height: 620px;
}

.contacts-hero .hero__content {
  height: auto;
  width: 100%;
  justify-content: center;
  padding-top: 160px;
}

.contacts-blob--top {
  top: -4%;
  left: 50%;
  width: clamp(640px, 42vw, 980px);
}

.contacts-blob--bottom {
  left: -12%;
  bottom: -12%;
  width: clamp(520px, 42vw, 760px);
}

.contacts-hero__inner {
  text-align: center;
  max-width: 920px;
  width: 100%;
}

.contacts-hero__inner h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.02;
}

.contacts-hero__sub {
  margin: 14px auto 0;
  color: #666;
  font-size: 14px;
  max-width: 760px;
}

/* SECTIONS */
.contacts-section {
  padding: 40px 0;
}

.contacts-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.08;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contacts-card__title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.contacts-email {
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
}

.contacts-text {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.contacts-meta {
  margin: 10px 0 0;
}

.contacts-meta__label {
  font-size: 12px;
  color: #111;
}

.contacts-meta__value {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.contacts-companyName {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* FORM */
.contacts-formCard .product-card__body {
  padding-top: 18px;
}

.contacts-form {
  display: grid;
  gap: 10px;
}

.contacts-label span {
  display: block;
  font-size: 12px;
  color: #444;
  margin-bottom: 6px;
}

.contacts-label input,
.contacts-label select,
.contacts-label textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1.5px solid #111;
  outline: none;
  font-size: 14px;
  background: #fff;
  font-family: inherit;
}

.contacts-label input,
.contacts-label select {
  border-radius: 999px;
}

.contacts-submit {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.contacts-success {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(45, 183, 174, 0.12);
  color: #111;
  font-size: 13px;
}

/* FAQ */
.contacts-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 980px) {
  .contacts-hero {
    min-height: 560px;
  }

  .contacts-hero .hero__stage {
    min-height: 560px;
  }

  .contacts-hero .hero__content {
    padding-top: 140px;
  }

  .contacts-hero__inner h1 {
    font-size: 44px;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .contacts-faq {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .contacts-hero {
    min-height: 520px;
  }

  .contacts-hero .hero__stage {
    min-height: 520px;
  }

  .contacts-hero .hero__content {
    padding-top: 125px;
  }

  .contacts-hero__inner h1 {
    font-size: 36px;
  }

  .contacts-title {
    font-size: 28px;
  }
}
