.tlit-hero-offer {
	display: grid;
	gap: .7rem;
	max-width: 680px;
	margin-top: 1.6rem;
	padding: 1.2rem;
	border: 1px solid #cad7ff;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(35, 85, 215, .1);
}

.tlit-hero-offer strong {
	color: #101828;
	font-size: 1.35rem;
}

.tlit-hero-offer span,
.tlit-lead-section > p {
	color: #536178;
}

.tlit-hero-offer div {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: .25rem;
}

.tlit-button--whatsapp {
	background: #117a56;
}

.tlit-button--whatsapp:hover {
	background: #0b6848;
}
