/* Identidade compartilhada exclusivamente pelas páginas públicas. */
:root {
  --navy-900: #254940;
  --navy-800: #214a3f;
  --navy-700: #285d48;
  --teal-700: #24634f;
  --teal-600: #357659;
  --teal-100: #e8f0e3;
  --teal-50: #f3f6ee;
  --ink: #254940;
  --body: #465f52;
  --muted: #52695b;
  --border: #dce5db;
  --page: #fafbf7;
  --shadow: 0 8px 28px rgba(35, 67, 52, .06);
}
html { scroll-padding-top: 110px; }
body { background: var(--page); }
#conteudo-principal, .public-footer { white-space: normal; }
#conteudo-principal :is(p, h1, h2, h3, li, address), .public-footer p { white-space: pre-line; }
.public-header { position: sticky; top: 0; }
.main-navigation { gap: 24px; }
.main-navigation .header-action, .button { border-radius: 28px; }
.home-hero, .page-hero {
  padding: 48px 0;
  background: #f3f5ed url('images/professionals-background.webp?v=20260913-2') center / cover;
}
.hero-layout { gap: 32px; grid-template-columns: 1.2fr .8fr; }
.home-hero h1, .page-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; }
.page-hero .narrow-container { max-width: 1200px; }
.page-hero p:last-child { max-width: 700px; }
.trust-panel { background: #eef3e9; color: var(--body); border: 1px solid var(--border); box-shadow: none; }
.trust-panel h2 { color: var(--ink); }
.trust-panel li { border-color: #d3dfcf; }
.public-section { padding: 48px 0; }
.section-heading h2, .cta-section h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.specialty-card, .doctor-card, .feature-card, .specialty-directory-card, .faq-item { border-radius: 22px; box-shadow: var(--shadow); }
.doctor-photo { background: #f1f4ed; border-radius: 16px; }
.information-note { background: #edf3e8; border-color: #72947a; border-radius: 12px; }
.cta-section { background: #24634f; }
.public-footer { background: #214a3f; }
.public-footer .social-links a { border-color: #ffffff30; }
@media (max-width: 760px) {
  .hero-layout { grid-template-columns: 1fr; }
  .home-hero, .page-hero { padding: 32px 0; }
  .public-section { padding: 32px 0; }
  .trust-panel { padding: 24px; }
}

/* Acolhimento infantil reservado à abertura da página inicial. */
.home-hero { background: #fffdf8; }
.home-welcome-image { display: block; width: 100%; height: auto; border-radius: 24px; }
.home-hero .hero-layout { align-items: center; }
.home-trust-section { padding-top: 24px; }
.home-trust-section .trust-panel { padding: 24px; }
.home-trust-section .trust-panel ul { display: flex; flex-wrap: wrap; gap: 16px 32px; }
@media (max-width: 760px) {
  .home-welcome-image { max-width: 480px; justify-self: center; }
  .home-trust-section .trust-panel ul { display: block; }
}
