/* Conteúdo (hub) — hero com imagem + título à direita. */
.raz-ct-hero {
	position: relative;
	min-height: 360px;
	display: flex; align-items: center;
	background-size: cover; background-position: center;
	color: #fff;
	padding: 130px 0 60px;          /* mobile */
}
.raz-ct-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,31,33,0.55) 0%, rgba(22,31,33,0.25) 60%, rgba(22,31,33,0.15) 100%); }
.raz-ct-hero__inner { position: relative; z-index: 1; width: 100%; }
.raz-ct-hero__title {
	font-family: var(--raz-font-light);
	font-weight: 300;
	font-size: 32px;                /* mobile */
	line-height: 1.12;
	letter-spacing: -0.8px;
	color: #fff;
	margin: 0;
}
@media (min-width: 740px) {
	.raz-ct-hero { min-height: 460px; padding: 150px 0 70px; }
	.raz-ct-hero__title { font-size: 44px; line-height: 1.1; margin-left: 40%; max-width: 56%; }
}
