.concept-contact {
  padding: 90px 0 130px;
  color: #fff;
  background: var(--concept-ink);
}

.concept-contact > .concept-section-shell {
  width: min(1240px, calc(100% - 96px));
}

.concept-contact-heading {
  max-width: 620px;
}

.concept-contact-heading h1 {
  margin-top: 16px;
  font-size: clamp(38px, 5.5vw, 60px);
  line-height: 0.98;
  color: #fff;
}

.concept-contact-heading p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.concept-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 60px;
  margin-top: 60px;
}

.concept-contact-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.concept-contact-block:last-child {
  border-bottom: 0;
}

.concept-contact-block .concept-overline {
  color: rgba(255, 255, 255, 0.6);
}

.concept-contact-block-value {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.concept-whatsapp-cta {
  display: inline-block;
  margin-top: 14px;
  border-radius: 999px;
  padding: 12px 24px;
  background: #25d366;
  color: #0d2b18 !important;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-contact-card {
  padding: clamp(28px, 4vw, 44px);
  color: var(--concept-ink);
  background: #f6f1e9;
  border-radius: var(--concept-radius-lg);
}

.concept-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.concept-contact-card .concept-form-field label {
  color: #7a6a61;
}

.concept-contact-card .concept-button {
  width: 100%;
  margin-top: 6px;
}

.concept-contact-success {
  padding: 30px 0;
  text-align: center;
}

.concept-contact-success-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  border: 1px solid #9b7750;
  border-radius: 50%;
  color: #9b7750;
  font-size: 20px;
}

.concept-contact-success h2 {
  font-size: 22px;
}

.concept-contact-success p {
  max-width: 400px;
  margin: 14px auto 0;
  color: #536368;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .concept-contact {
    width: 100%;
  }

  .concept-contact > .concept-section-shell {
    width: min(100% - 48px, 680px);
  }

  .concept-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
