.contact-us-page {
  background:
    radial-gradient(circle at 20% 10%, color-mix(in srgb, #2c3431 20%, transparent) 0%, transparent 35%),
    linear-gradient(180deg, #202423 0%, #232827 46%, #252b2a 100%);
  color: var(--fw-black-150);
  min-height: 100%;
}

.contact-us-hero {
  padding: 35px 0 30px;
}

.contact-us-card {
  border: 1px solid var(--fw-white-300);
  border-radius: 18px;
  background: linear-gradient(160deg, var(--fw-white-100), var(--fw-white-150));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  padding: 24px;
}

.contact-us-title {
  color: var(--fw-black-050);
  font-weight: 700;
}

.contact-us-copy {
  color: var(--fw-black-350);
}

.contact-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-us-list li {
  color: var(--fw-black-250);
  margin-bottom: 8px;
}

.contact-us-form-wrap {
  border: 1px solid var(--fw-white-300);
  border-radius: 18px;
  background: linear-gradient(165deg, var(--fw-white-100), var(--fw-white-150));
  padding: 20px;
}

.contact-us-form-title {
  color: #7ee7a3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 8px;
}

#home-contact-form-root .fe-submit-button-technical {
  background: #25b44a !important;
  border-color: #25b44a !important;
  color: #06140a !important;
}

#home-contact-form-root .fe-submit-button-technical:hover,
#home-contact-form-root .fe-submit-button-technical:focus {
  background: #1f973f !important;
  border-color: #1f973f !important;
  color: #f5fff8 !important;
}

/* @media (max-width: 767px) {
  .contact-us-hero {
    padding-top: 48px;
  }
} */
