/* Single Segmento — hero teal. Título Clash-Light à direita (≥740). Controle:
   <740 40/44 ls-1.08 · ≥740 68/70 ls-1.836 · creme. */
.raz-seg-hero {
	background: var(--raz-primary);
	color: var(--raz-cream);
	display: flex;
	align-items: flex-end;
	padding: 110px 0 40px;          /* mobile */
}
.raz-seg-hero__inner { width: 100%; }
.raz-seg-hero__title {
	font-family: var(--raz-font-light);
	font-weight: 200;
	font-size: 40px;                /* mobile */
	line-height: 44px;
	letter-spacing: -1.08px;
	color: var(--raz-cream);
	margin: 0;
}
@media (min-width: 740px) {
	.raz-seg-hero { min-height: 360px; padding: 150px 0 50px; }
	.raz-seg-hero__title {
		font-size: 68px; line-height: 70px; letter-spacing: -1.836px;
		margin-left: 35%; max-width: 63%;
	}
}
