/* Alinhamento visual das páginas secundárias ao padrão da página inicial. */
:root { --site-navy:#173f63; --site-blue:#0f3557; --site-gold:#dca936; --site-ink:#123653; --site-paper:#f5f8fa; }
body { font-family:'Inter',Arial,sans-serif !important; background:var(--site-paper) !important; color:var(--site-ink) !important; }
header { background:var(--site-navy) !important; color:#fff !important; border-bottom:0 !important; }
header .topbar { background:#123653 !important; color:#fff !important; }
header .main-nav { background:var(--site-navy) !important; }
header .links a, header .links a:visited { color:#fff !important; }
header .links a:hover, header .links a.ativo { color:#f1c45a !important; }
header .brand-text .nome, header .brand-text .sub { color:#e8b847 !important; }
header .btn-agendar, .btn-agendar { background:var(--site-gold) !important; color:#17324c !important; border:0 !important; box-shadow:none !important; }
header .mobile-toggle { color:#fff !important; border-color:rgba(255,255,255,.45) !important; }
.page-title { background:linear-gradient(135deg,var(--site-navy),#245c86) !important; color:#fff !important; }
.page-title h1, .page-title .kicker { color:#fff !important; }
.page-title .kicker, .eyebrow, .label { color:#c58d21 !important; }
.breadcrumb { background:#fff !important; color:#61788d !important; }
.breadcrumb .atual { color:var(--site-ink) !important; }
.sobre-main, .contato-main, .credenciais, .filosofia, .nota-interna { background:var(--site-paper) !important; }
h1,h2,h3,h4,.sobre-texto h2,.contato-form h2 { font-family:'Libre Caslon Display','Georgia',serif !important; color:var(--site-ink) !important; }
.contato-canais { background:var(--site-navy) !important; color:#fff !important; }
.contato-canais h3, .contato-canais .valor { color:#fff !important; }
.form-submit, .cta-final .btn-agendar { background:var(--site-gold) !important; color:#17324c !important; }
footer { background:#123653 !important; color:#fff !important; }
footer a, footer li, footer p, footer span { color:#e7eef4 !important; }
footer h4 { color:#f1c45a !important; }
@media (max-width:800px) { header .links { background:var(--site-navy) !important; } }
