/* BRAVE RENDER — CLEAN FINAL HOME CONTACT FIX. Loaded last, cache-busted. */
#contact .home-contact-communication-native,
.home-contact-communication-native {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
  width: 100% !important;
}

#contact .home-contact-communication-native > *,
.home-contact-communication-native > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#contact .home-contact-communication-native .home-contact-comm-link,
.home-contact-communication-native .home-contact-comm-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1.25rem !important;
  width: fit-content !important;
  max-width: 100% !important;
  color: var(--text-color, #0b0b0b) !important;
  text-decoration: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

#contact .home-contact-communication-native .contact-icon-button,
.home-contact-communication-native .contact-icon-button,
.br-home-contact-icon-final {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #0b0b0b !important;
  border: 1px solid rgba(11, 11, 11, 0.12) !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease !important;
}

#contact .home-contact-communication-native .contact-icon-button svg,
#contact .home-contact-communication-native .contact-icon-button svg *,
.home-contact-communication-native .contact-icon-button svg,
.home-contact-communication-native .contact-icon-button svg *,
.br-home-contact-icon-final svg,
.br-home-contact-icon-final svg * {
  stroke: currentColor !important;
  color: currentColor !important;
  opacity: 1 !important;
  filter: none !important;
}

#contact .home-contact-communication-native .contact-icon-button span,
.home-contact-communication-native .contact-icon-button span,
.br-home-contact-icon-final span {
  color: currentColor !important;
  opacity: 1 !important;
  filter: none !important;
}

#contact .home-contact-communication-native .home-contact-comm-link:hover .contact-icon-button,
#contact .home-contact-communication-native .home-contact-comm-link:focus-visible .contact-icon-button,
.home-contact-communication-native .home-contact-comm-link:hover .contact-icon-button,
.home-contact-communication-native .home-contact-comm-link:focus-visible .contact-icon-button,
.home-contact-comm-link:hover .br-home-contact-icon-final,
.home-contact-comm-link:focus-visible .br-home-contact-icon-final,
.contact-icon-button.br-force-hover-black {
  background: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
}

#contact .home-contact-communication-native .home-contact-comm-link > span,
.home-contact-communication-native .home-contact-comm-link > span {
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  color: var(--text-color, #0b0b0b) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  #contact .home-contact-communication-native,
  .home-contact-communication-native { gap: 0.9rem !important; }
  #contact .home-contact-communication-native .home-contact-comm-link > span,
  .home-contact-communication-native .home-contact-comm-link > span { font-size: 1.05rem !important; }
}
