:root {
  --mp-shadow-soft: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.mp-contact-hero {
  background: linear-gradient(135deg, rgba(31, 60, 136, 0.08), rgba(76, 163, 255, 0.08));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mp-contact-actions .button + .button {
  margin-left: 0.75rem;
}

.mp-contact-details {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: grid;
  row-gap: 0.65rem;
}

.mp-contact-details li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.mp-contact-details .mp-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--mp-text-soft);
  text-transform: uppercase;
}

.mp-contact-form-card {
  box-shadow: var(--mp-shadow-soft);
  border: 1px solid var(--mp-border);
}

.mp-form-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--mp-text);
}

.mp-contact-form-card .input,
.mp-contact-form-card .textarea {
  background-color: var(--mp-bg);
  border-color: var(--mp-border);
}

.mp-contact-form-card .input:focus,
.mp-contact-form-card .textarea:focus {
  border-color: var(--mp-primary);
  box-shadow: 0 0 0 1px rgba(31, 60, 136, 0.25);
}

.mp-form-actions {
  margin-top: 1rem;
}

.mp-form-help {
  margin: 0;
  color: var(--mp-text-soft);
  max-width: 22rem;
}

.mp-contact-secondary {
  background: var(--mp-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mp-contact-cta {
  height: 100%;
  border: 1px solid var(--mp-border);
  box-shadow: var(--mp-shadow-soft);
}

.mp-contact-address {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.mp-contact-note {
  color: var(--mp-text-soft);
}

@media screen and (max-width: 768px) {
  .mp-contact-actions .button {
    width: 100%;
    margin-left: 0 !important;
  }

  .mp-form-help {
    margin-top: 0.5rem;
  }
}
