/* Contato com leitura simples, cores suaves e ações fáceis de encontrar. */
#conteudo-principal { white-space: normal; }
.contact-page .formatted-content { white-space: pre-line; }
.public-footer { white-space: normal; background: #214a3f; }
.public-footer p { white-space: pre-line; }
.public-header { position: sticky; top: 0; z-index: 50; }
.contact-page { background: #fafbf7; color: #294b40; padding-bottom: 56px; }
.contact-welcome { padding: 56px 0 94px; background: #f3f5ed url('images/professionals-background.webp?v=20260913-2') center / cover; }
.contact-page .section-kicker { color: #466950; font-size: .78rem; letter-spacing: .14em; }
.contact-welcome h1 { max-width: 780px; margin: 10px 0 18px; color: #254940; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; }
.contact-intro { max-width: 610px; font-size: 1.1rem; }
.contact-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; position: relative; margin-top: -42px; scroll-margin-top: 120px; }
.contact-main { background: #fff; border: 1px solid #dce5db; border-radius: 24px; padding: 36px; box-shadow: 0 12px 32px #23433409; }
.contact-symbol { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #edf3e8; color: #31694f; font-size: 1.7rem; }
.contact-main > .section-kicker { margin-top: 26px; }
.contact-page h2 { margin: 8px 0 14px; color: #254940; font-size: 1.55rem; line-height: 1.3; }
.contact-page p { color: #4f6558; }
.contact-page .contact-number { margin: 26px 0 18px; color: #254940; font-size: clamp(1.45rem, 3vw, 2.1rem); font-weight: 700; letter-spacing: -.025em; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.contact-button { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 54px; padding: 14px 24px; background: #24634f; color: #fff; border-radius: 30px; font-weight: 700; text-decoration: none; }
.contact-button:hover { background: #194b3b; }
.contact-call { min-height: 44px; padding: 10px 0; color: #285d48; text-underline-offset: 4px; }
.contact-help { border-top: 1px solid #e4e9df; padding-top: 20px; margin: 20px 0 0; font-size: .9rem; }
.contact-details { display: flex; flex-direction: column; gap: 22px; }
.contact-location { flex: 1; border: 1px solid #dce5db; border-radius: 24px; background: #eef3e9; padding: 32px; }
.contact-location address { font-style: normal; font-size: 1.1rem; line-height: 1.8; }
.contact-map-link { display: inline-flex; gap: 30px; align-items: center; min-height: 48px; margin-top: 20px; padding: 10px 18px; border: 1px solid #96b29a; border-radius: 24px; color: #285d48; font-weight: 650; text-decoration: none; background: #ffffff80; }
.contact-map-link:hover { background: white; }
.contact-hours { padding: 0 28px 12px; }
.contact-hours h2 { font-size: 1.15rem; }
.contact-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; border-top: 1px solid #dce5db; padding-top: 28px; }
.contact-bottom h2 { font-size: 1.1rem; }
.contact-bottom p { font-size: .95rem; margin: 8px 0; }
.contact-email a { color: #285d48; display: inline-block; padding: 8px 0; min-height: 44px; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .contact-welcome { padding: 32px 0 62px; }
  .contact-layout { grid-template-columns: 1fr; gap: 24px; margin-top: -30px; }
  .contact-main, .contact-location { padding: 26px; border-radius: 20px; }
  .contact-button { width: 100%; font-size: .98rem; }
  .contact-actions { align-items: stretch; }
  .contact-bottom { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
}
