.contact-page {
  background: #f7f7f9;
}

.contact-page .contact-content-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-page .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.contact-page .accordion-button {
  font-weight: 600;
  color: #8a6217;
  background: rgba(222, 171, 71, 0.08);
}

.contact-page .accordion-button:not(.collapsed) {
  background: rgba(222, 171, 71, 0.2);
  color: #8a6217;
}

.contact-page .tracey-bg {
  width: 100%;
  max-width: 520px;
  height: 200px;
  border-radius: 12px;
  background-image: url(/assets/img/tracey.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-inline: auto;
}

.contact-page .contact-legacy-form {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.contact-page .contact-legacy-form .fe-input,
.contact-page .contact-legacy-form .fe-select,
.contact-page .contact-legacy-form .fe-textarea,
.contact-page .contact-legacy-form .form-control {
  border-radius: 8px;
}

.contact-page #contact-direct a {
  word-break: break-word;
}

.contact-page .contact-direct-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.contact-page .contact-direct-link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  color: #1c2f57;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 10px 20px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-page .contact-direct-link:hover {
  transform: translateY(-2px);
  background: rgba(222, 171, 71, 0.28);
  color: #152642;
}

.contact-page .accordion-button:focus {
  border-color: rgba(173, 126, 38, 0.7);
  box-shadow: 0 0 0 0.25rem rgba(222, 171, 71, 0.24);
}
