/* RBA Block 7 — Beneficios Modelo Integrado — efc37c91 */

.rb7-efc37c91-section {
	width: 100%;
	background-color: #FFFFFF;
}

.rb7-efc37c91-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ===== HEADER ===== */
.rb7-efc37c91-header {
	max-width: 65%;
	margin-bottom: 64px;
}

.rb7-efc37c91-eyebrow {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #C9A96E;
	margin-bottom: 24px;
}

.rb7-efc37c91-heading {
	font-family: 'GT Super Display', 'Georgia', serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	color: #1A1A1A;
	margin: 0 0 28px 0;
}

.rb7-efc37c91-paragraph {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.75;
	color: #4A4A4A;
	margin: 0 0 16px 0;
}

.rb7-efc37c91-paragraph:last-child {
	margin-bottom: 0;
}

/* ===== GRID ===== */
.rb7-efc37c91-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: stretch;
}

/* ===== COLUMN ===== */
.rb7-efc37c91-col {
	border-left: 3px solid #C9A96E;
	padding-left: 32px;
	display: flex;
	flex-direction: column;
}

.rb7-efc37c91-numeral {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #C9A96E;
	line-height: 1;
	margin-bottom: 24px;
}

.rb7-efc37c91-col-title {
	font-family: 'GT Super Display', 'Georgia', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #1A1A1A;
	margin: 0 0 16px 0;
}

.rb7-efc37c91-col-text {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	color: #4A4A4A;
	margin: 0;
}

/* ===== STAT CALLOUT ===== */
.rb7-efc37c91-stat-callout {
	margin-bottom: 28px;
	padding: 20px 0;
}

.rb7-efc37c91-stat-numbers {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 8px;
}

.rb7-efc37c91-stat-number {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #C9A96E;
	line-height: 1;
}

.rb7-efc37c91-stat-dot {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 300;
	color: #C9A96E;
	line-height: 1;
}

.rb7-efc37c91-stat-labels {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.rb7-efc37c91-stat-label {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4A4A4A;
	line-height: 1.4;
}

.rb7-efc37c91-stat-label-dot {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 11px;
	color: #4A4A4A;
}

/* ===== RESPONSIVE — TABLET ===== */
@media (max-width: 1024px) {
	.rb7-efc37c91-header {
		max-width: 80%;
	}

	.rb7-efc37c91-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.rb7-efc37c91-heading {
		font-size: 36px;
	}

	.rb7-efc37c91-stat-number {
		font-size: 42px;
	}

	.rb7-efc37c91-stat-dot {
		font-size: 42px;
	}
}

/* ===== RESPONSIVE — MOBILE ===== */
@media (max-width: 767px) {
	.rb7-efc37c91-container {
		padding: 0 24px;
	}

	.rb7-efc37c91-header {
		max-width: 100%;
		margin-bottom: 48px;
	}

	.rb7-efc37c91-heading {
		font-size: 30px;
	}

	.rb7-efc37c91-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.rb7-efc37c91-col {
		padding-left: 24px;
	}

	.rb7-efc37c91-numeral {
		font-size: 28px;
	}

	.rb7-efc37c91-stat-number {
		font-size: 36px;
	}

	.rb7-efc37c91-stat-dot {
		font-size: 36px;
	}

	.rb7-efc37c91-stat-labels {
		flex-direction: column;
		gap: 2px;
	}

	.rb7-efc37c91-stat-label-dot {
		display: none;
	}
}
