/* Ettos Seguros — página individual e arquivo do CPT "seguro"
   (single-seguro.php / archive-seguro.php). Carregado só nessas páginas. */

.seguro-hero { background: var(--e-lilac); padding-block: 4.5rem 4rem; }
.seguro-hero__top { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.seguro-hero__icon { width: 64px; height: 64px; display: block; }
.seguro-hero__icon svg, .seguro-hero__icon img { width: 100%; height: 100%; }
.seguro-hero__title { font-family: var(--e-font-display); font-size: 3rem; margin-bottom: 1rem; }
.seguro-hero__lede { font-size: 1.15rem; color: var(--n-base-text-muted); max-width: 60ch; margin-bottom: 2rem; }
.seguro-conteudo .entry-content h2 { font-size: 1.4rem; }
.seguro-relacionados .section-head { margin-bottom: 2rem; }

@media (max-width: 680px) {
	.seguro-hero { padding-block: 2.5rem 3rem; }
	.seguro-hero__title { font-size: 2rem; }
}
