.hc-contact-hero {
  background: var(--hc-color-ink);
  padding: 80px 0 110px;
  text-align: center;
}

.hc-contact-hero h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hc-contact-hero .hc-lead {
  color: var(--hc-color-muted);
  max-width: 576px;
  margin-inline: auto;
}

.hc-contact-cards {
  margin-top: -56px;
  padding-bottom: 36px;
}

.hc-contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hc-contact-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  gap: 16px;
}

.hc-contact-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(212, 168, 83, 0.1);
  flex-shrink: 0;
}

.hc-contact-card h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.hc-contact-card p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.hc-contact-card p:last-child {
  font-size: 12px;
  color: #999;
}

.hc-contact-content {
  background: var(--hc-color-surface);
  padding: 44px 0 64px;
}

.hc-contact-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.hc-contact-form-wrap,
.hc-contact-panel {
  background: #fff;
  border: 1px solid var(--hc-color-border);
  border-radius: 14px;
  padding: 32px;
}

.hc-contact-form-wrap h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.hc-contact-form-wrap > p {
  font-size: 13px;
  color: var(--hc-color-body);
  margin-bottom: 20px;
}

.hc-contact-form {
  display: grid;
  gap: 20px;
}

.hc-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hc-contact-field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #4a5565;
  margin-bottom: 6px;
}

.hc-contact-field input,
.hc-contact-field select,
.hc-contact-field textarea {
  width: 100%;
  border: 1px solid var(--hc-color-border);
  background: var(--hc-color-surface);
  border-radius: 10px;
  font: inherit;
  color: var(--hc-color-ink);
  font-size: 14px;
  padding: 10px 14px;
}

.hc-contact-field select {
  height: 41px;
}

.hc-contact-field textarea {
  min-height: 127px;
  resize: vertical;
}

.hc-contact-form .hc-btn {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.hc-contact-sidebar {
  display: grid;
  gap: 20px;
}

.hc-contact-panel h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.hc-contact-panel ul {
  display: grid;
  gap: 16px;
}

.hc-contact-panel li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hc-contact-panel li strong {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.hc-contact-panel li span,
.hc-contact-panel p {
  color: var(--hc-color-body);
  font-size: 12px;
  line-height: 1.65;
}

.hc-contact-panel a {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--hc-color-gold);
}

.hc-contact-panel--soft {
  background: var(--hc-color-surface);
}

.hc-contact-panel__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.hc-contact-panel--soft h3 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
}

.hc-contact-legal {
  background: var(--hc-color-ink);
  padding: 38px 0;
}

.hc-contact-legal p {
  color: var(--hc-color-body);
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  max-width: 840px;
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .hc-contact-cards__grid,
  .hc-contact-content__grid,
  .hc-contact-form__row {
    grid-template-columns: 1fr;
  }

  .hc-contact-cards {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .hc-contact-hero,
  .hc-contact-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hc-contact-hero {
    padding-bottom: 96px;
  }

  .hc-contact-hero h1 {
    font-size: 28px;
  }

  .hc-contact-cards {
    margin-top: -24px;
    padding-bottom: 24px;
  }

  .hc-contact-form-wrap,
  .hc-contact-panel {
    padding: 24px;
  }

  .hc-contact-form-wrap h2 {
    font-size: 20px;
  }

  .hc-contact-legal {
    padding: 32px 0;
  }
}
