.sm-contact-section {
  background: #150a31;
  color: #fff;
  padding: 118px 0 86px;
}

.sm-contact-wrap {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 56px;
}

.sm-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 760px);
  gap: 80px;
  align-items: start;
}

.sm-contact-sidebar h2,
.sm-contact-panel h2,
.sm-contact-panel h3 {
  color: #fff;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}

.sm-contact-sidebar h2 {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 56px;
  margin-top: 0;
}

.sm-contact-meta {
  display: grid;
  gap: 34px;
}

.sm-contact-meta-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: center;
}

.sm-contact-meta-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #f7f7f3;
  border: 2px solid #7ea144;
  color: #101828;
}

.sm-contact-meta-copy {
  color: #fff;
}

.sm-contact-meta-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sm-contact-meta-copy a,
.sm-contact-meta-copy a:visited {
  color: #fff;
  font-size: 1.05rem;
}

.sm-contact-social {
  margin-top: 42px;
}

.sm-contact-social-title {
  color: #fff;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.sm-contact-social-links {
  display: flex;
  gap: 14px;
}

.sm-contact-social-link,
.sm-contact-social-link:visited {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #114054;
  color: #fff;
}

.sm-contact-panel {
  width: 100%;
}

.sm-contact-panel h2 {
  margin-top: 0;
  margin-bottom: 14px;
  text-align: center;
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 0.95;
}

.sm-contact-panel h3 {
  margin-top: 0;
  margin-bottom: 52px;
  text-align: center;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.sm-contact-form {
  display: grid;
  gap: 28px;
}

.sm-contact-field {
  display: block;
}

.sm-contact-input,
.sm-contact-textarea {
  width: 100%;
  padding: 18px 18px;
  border: 1px solid rgba(150, 137, 180, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font-size: 1rem;
}

.sm-contact-input::placeholder,
.sm-contact-textarea::placeholder {
  color: #b4a8c8;
  opacity: 1;
}

.sm-contact-input:focus,
.sm-contact-textarea:focus {
  border-color: #8ea0d9;
  outline: none;
}

.sm-contact-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding-left: 14px;
}

.sm-contact-phone-prefix {
  color: #b4a8c8;
  white-space: nowrap;
  font-weight: 600;
}

.sm-contact-phone .sm-contact-input {
  border: 0;
  padding-left: 0;
  background: transparent;
}

.sm-contact-textarea {
  min-height: 148px;
  resize: vertical;
}

.sm-contact-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.sm-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  border: 0;
  border-radius: 8px;
  background: #20386c;
  color: #fff;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.sm-contact-status {
  margin-top: 18px;
  text-align: center;
  color: #eadff5;
  font-size: 0.95rem;
}

.sm-contact-status.local-form-status--error {
  color: #ffb4b4;
}

.sm-contact-gotcha {
  position: absolute;
  left: -9999px;
}

@media (max-width: 1200px) {
  .sm-contact-wrap {
    padding: 0 28px;
  }

  .sm-contact-grid {
    gap: 48px;
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 920px) {
  .sm-contact-section {
    padding: 92px 0 64px;
  }

  .sm-contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sm-contact-sidebar h2,
  .sm-contact-panel h2,
  .sm-contact-panel h3 {
    text-align: left;
  }

}

@media (max-width: 640px) {
  .sm-contact-wrap {
    padding: 0 20px;
  }

  .sm-contact-meta-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .sm-contact-meta-icon {
    width: 48px;
    height: 48px;
  }

  .sm-contact-panel h2 {
    font-size: 2.3rem;
  }

  .sm-contact-panel h3 {
    font-size: 1.9rem;
  }
}
