/* ============================================================================
 * PULSE — FOOTER POR SECÇÕES (pulse-footer)
 * Reutiliza as classes do rodapé do tema (site-footer-*) para herdar o
 * estilo da marca; aqui vive só a grelha das secções e os extras novos.
 * Compatível com o tema claro (html.pulse-claro) — usa as variáveis --pulse-*.
 * ========================================================================== */

/* ---- Linhas: secções não-inteiras agrupam-se lado a lado ---------------- */
.pulse-footer-row {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 3rem;
	align-items: flex-start;
	padding: 1.5rem 0;
}

.pulse-footer-sec { min-width: 0; }
.pulse-footer-row .pulse-footer-w-auto { flex: 1 1 12rem; }
.pulse-footer-row .pulse-footer-w-1-3  { flex: 1 1 calc(33.333% - 3rem); }
.pulse-footer-row .pulse-footer-w-1-2  { flex: 1 1 calc(50% - 3rem); }
.pulse-footer-row .pulse-footer-w-2-3  { flex: 1 1 calc(66.666% - 3rem); }

/* Secções de linha inteira respiram por si. */
.pulse-footer-sec.pulse-footer-w-full { padding: 1rem 0; }

/* Em telemóvel tudo empilha. */
@media (max-width: 767.98px) {
	.pulse-footer-row { flex-direction: column; gap: 1.75rem; }
	.pulse-footer-row .pulse-footer-sec { flex: 1 1 auto; width: 100%; }
}

/* ---- Menu de rodapé (layout novo) ---------------------------------------- */
.pulse-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.pulse-footer-menu a {
	color: inherit;
	text-decoration: none;
}
.pulse-footer-menu a:hover { text-decoration: underline; }

/* ---- Contactos: etiquetas opcionais dos emails/telefones ----------------- */
.pulse-footer-contact { margin: 0 0 0.5rem; }
.pulse-footer-contact-label {
	display: block;
	font-size: 0.72em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.75;
	margin-bottom: 2px;
}
/* Nota legal por baixo do número (o tema já estiliza .phone-landline-note;
   isto garante o aspeto também se o CSS do tema mudar). */
.pulse-footer-contact .phone-landline-number,
.pulse-footer-contact .phone-landline-note { display: block; }
.pulse-footer-contact .phone-landline-note {
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.2;
	opacity: 0.85;
	max-width: 12rem;
}

/* ---- Texto livre ---------------------------------------------------------- */
.pulse-footer-texto p { margin: 0 0 0.5rem; }
.pulse-footer-texto p:last-child { margin-bottom: 0; }

/* ---- Wordmark -------------------------------------------------------------- */
.pulse-footer-wordmark { margin-top: 1rem; }
