#contact-section {
  color: #f4f4f1;
  scroll-margin-top: 112px;
}

#contact-section .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 48px;
}

#contact-section h2 {
  font-size: 42px;
  line-height: 1.15;
  overflow-wrap: break-word;
}

#contact-section .contact-directory {
  display: grid;
  gap: 20px;
  margin: 32px 0 0;
}

#contact-section .contact-directory dt {
  color: #bdc6c1;
  font-size: 14px;
  line-height: 1.5;
}

#contact-section .contact-directory dd {
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
}

#contact-section .contact-directory a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #f4f4f1;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

#contact-section #brief-form {
  min-width: 0;
}

#contact-section #brief-form > label {
  display: block;
  margin: 22px 0 8px;
  color: #f4f4f1;
  font-size: 15px;
  line-height: 1.5;
}

#contact-section #brief-form > label:first-child {
  margin-top: 0;
}

#contact-section label span {
  color: #bdc6c1;
  font-size: 13px;
}

#contact-section input:not([type="checkbox"]),
#contact-section select,
#contact-section textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #89958f;
  border-radius: 4px;
  background: #141a17;
  color: #f4f4f1;
  font: 400 16px/1.5 Outfit, Arial, sans-serif;
  letter-spacing: 0;
}

#contact-section textarea {
  min-height: 156px;
  resize: vertical;
}

#contact-section .brief-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin: 22px 0;
}

#contact-section .brief-consent input {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: #e8e4dd;
}

#contact-section .brief-consent label {
  font-size: 14px;
  line-height: 1.6;
  color: #d8dedb;
}

#contact-section .brief-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#contact-section .contact-submit,
#contact-section #brief-whatsapp {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  max-width: 100%;
  padding: 13px 20px;
  border: 1px solid #e8e4dd;
  border-radius: 4px;
  background: #e8e4dd;
  color: #151815;
  font: 500 15px/1.4 Outfit, Arial, sans-serif;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
  text-decoration: none;
}

#contact-section #brief-whatsapp {
  display: flex;
  width: fit-content;
  margin-top: 14px;
  border-color: #a8b8ae;
  background: transparent;
  color: #f4f4f1;
}

#contact-section .contact-submit:disabled {
  opacity: 0.55;
  cursor: default !important;
}

#contact-section #brief-whatsapp[hidden] {
  display: none !important;
}

#contact-section #brief-status {
  display: block;
  min-height: 24px;
  margin: 14px 0;
  color: #cedbd2;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

#contact-section #brief-status[data-state="invalid"] {
  color: #ffb9b1;
}

#contact-section :focus-visible {
  outline: 2px solid #e5c57e !important;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  #contact-section .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  #contact-section h2 {
    font-size: 32px;
  }

  #contact-section .contact-directory {
    gap: 16px;
    margin-top: 24px;
  }
}
