/* Home — blocos B2B (meio do site) */

/* PASSO 1 — Transição escura */
.b2b-transition {
	width: 100%;
	background-color: #172535;
	padding: 88px 0 96px;
}

.b2b-transition__inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.b2b-transition__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff;
}

.b2b-transition__quote {
	margin: 36px 0 0;
	padding: 0;
	border: 0;
	font-size: 22px;
	line-height: 1.65;
	font-style: italic;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.92);
}

/* PASSO 2 — Engenharia de diferenciação */
.b2b-differentiation__title {
	margin: 0;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #31404a;
}

.b2b-differentiation__list {
	margin-top: 24px;
}

.b2b-differentiation__list li {
	margin-bottom: 18px;
}

.b2b-differentiation__list li strong {
	display: block;
	margin-bottom: 4px;
	color: #0f2540;
	font-size: 18px;
	font-weight: 700;
}

/* PASSO 3 — CTA escuro (substitui cronômetro) */
.b2b-stress-cta {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.b2b-stress-cta__title {
	margin: 0;
	font-size: 34px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
}

.b2b-stress-cta__text {
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
}

.b2b-stress-cta__actions {
	margin-top: 40px;
}

.b2b-stress-cta__button {
	display: inline-block;
	min-width: 280px;
	padding: 15px 34px;
	border-radius: 50px;
	border: none;
	background-color: #ffffff;
	color: #f16583;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.b2b-stress-cta__button:hover,
.b2b-stress-cta__button:focus {
	color: #ffffff;
	background-color: #516ca9;
	text-decoration: none;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.b2b-stress-cta__button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.65);
	outline-offset: 3px;
}

@media (min-width: 992px) {
	.b2b-transition {
		padding: 104px 0 112px;
	}

	.b2b-transition__title {
		font-size: 36px;
	}

	.b2b-transition__quote {
		font-size: 24px;
	}

	.b2b-differentiation__title {
		font-size: 36px;
	}

	.b2b-stress-cta__title {
		font-size: 40px;
	}

	.b2b-stress-cta__text {
		font-size: 19px;
	}
}
