/* Fundo claro só nas páginas (Sobre Nós, Contactos, etc.) */
.template-page {
background-color: #ffffff !important;
}
.template-page .shopify-section,
.template-page .color-background-1 {
background: transparent !important;
}
/* Cores de texto mais legíveis em fundo claro */
.template-page h1,
.template-page h2,
.template-page h3,
.template-page p,
.template-page li {
color: #0f172a !important; /* cinza-escuro elegante */
}
/* Links em turquesa Fur&Flow */
.template-page a {
color: #12d4c7;
}