/* RBA Block 6 - Principios Arquitectónicos */

.rb6-e5e8b157-section {
	width: 100%;
	box-sizing: border-box;
}

.rb6-e5e8b157-inner {
	margin: 0 auto;
}

/* ===== HEADER ===== */
.rb6-e5e8b157-header {
	text-align: center;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.rb6-e5e8b157-eyebrow {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.rb6-e5e8b157-heading {
	font-family: 'GT Super Display', 'Playfair Display', Georgia, serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 28px 0;
}

.rb6-e5e8b157-paragraph {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.75;
	font-weight: 300;
	margin: 0 0 16px 0;
}

.rb6-e5e8b157-paragraph:last-child {
	margin-bottom: 0;
}

/* ===== GRID 2x2 ===== */
.rb6-e5e8b157-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	border-top: 1px solid;
	border-left: 1px solid;
}

.rb6-e5e8b157-quadrant {
	border-right: 1px solid;
	border-bottom: 1px solid;
	text-align: left;
	box-sizing: border-box;
}

/* ===== QUADRANT CONTENT ===== */
.rb6-e5e8b157-numeral {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 20px;
}

.rb6-e5e8b157-principle-title {
	font-family: 'GT Super Display', 'Playfair Display', Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 14px 0;
}

.rb6-e5e8b157-principle-desc {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
	.rb6-e5e8b157-heading {
		font-size: 34px;
	}

	.rb6-e5e8b157-grid {
		grid-template-columns: 1fr;
		border-left: none;
		border-top: none;
	}

	.rb6-e5e8b157-quadrant {
		border-right: none;
		border-bottom: 1px solid;
		border-left: none;
	}

	.rb6-e5e8b157-quadrant:last-child {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.rb6-e5e8b157-heading {
		font-size: 28px;
	}

	.rb6-e5e8b157-eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.rb6-e5e8b157-numeral {
		font-size: 28px;
	}

	.rb6-e5e8b157-principle-title {
		font-size: 20px;
	}

	.rb6-e5e8b157-principle-desc {
		font-size: 15px;
	}

	.rb6-e5e8b157-grid {
		grid-template-columns: 1fr;
		border: none;
	}

	.rb6-e5e8b157-quadrant {
		border: none;
		border-bottom: 1px solid #E0DCD4;
	}

	.rb6-e5e8b157-quadrant:last-child {
		border-bottom: none;
	}
}
