/* ── Braz Turismo · Spot Steps ────────────────────── */
.brt-spot-steps__heading{
	margin: 0 0 12px;
	font-size: clamp(17px, 1.8vw, 21px);
	font-weight: 700;
	color: #1d2420;
	border-left: 4px solid #046929;
	padding-left: 14px;
}
.brt-spot-steps__intro{
	margin: 0 0 28px;
	font-size: 14.5px;
	color: #5B6660;
	line-height: 1.55;
}

.brt-spot-steps__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 1px solid #E3DFD4;
	border-radius: 16px;
	overflow: hidden;
}

.brt-spot-step{
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 20px 24px;
	border-bottom: 1px solid #f0ece4;
}
.brt-spot-step:last-child{ border-bottom: none; }

.brt-spot-step__num{
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #046929;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: grid;
	place-items: center;
	margin-top: 2px;
}

.brt-spot-step__body{ flex: 1; }

.brt-spot-step__titulo{
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #1d2420;
	margin-bottom: 4px;
}
.brt-spot-step__desc{
	margin: 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: #5B6660;
}

@media (max-width: 480px){
	.brt-spot-step{ padding: 16px 18px; gap: 14px; }
}
