.contact-help {
  padding: 72px 0;
  background: #eef6f9;
  border-top: 1px solid rgba(7, 61, 85, .1);
}

.contact-help__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.contact-help__copy {
  max-width: 720px;
}

.contact-help__copy h2 {
  margin: 8px 0 14px;
  color: #073d55;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.contact-help__copy p:last-child {
  margin: 0;
  color: #496370;
  font-size: 1.05rem;
}

.contact-help__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #073d55;
  color: #073d55;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.contact-help__email:hover,
.contact-help__email:focus-visible {
  background: #073d55;
  color: #fff;
  transform: translateY(-2px);
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.upload-placeholder--enabled {
  border-style: solid;
  background: rgba(255, 255, 255, .06);
}

.file-field {
  display: grid;
  gap: 10px;
}

.file-field input[type="file"] {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: #fff;
  color: #073d55;
}

.quote-form button[disabled] {
  cursor: wait;
  opacity: .7;
}

@media (max-width: 760px) {
  .contact-help {
    padding: 54px 0;
  }

  .contact-help__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-help__email {
    width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
  }
}
