/* ===== INFRASTRUCTURE PAGE ===== */

/* --- Page Banner --- */
.page-banner {
	position: relative;
	background: linear-gradient(135deg, var(--color-primary-bg) 0%, #5c1a18 100%);
	padding: 120px 0 64px;
	color: #fff;
	overflow: hidden;
}

.page-banner::before {
	content: "";
	position: absolute;
	top: -48%;
	right: -10%;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(244, 197, 66, 0.2) 0%,
		transparent 70%
	);
}

.page-banner::after {
	content: "";
	position: absolute;
	left: -6%;
	bottom: -45%;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.1) 0%,
		transparent 70%
	);
}

.banner-content {
	position: relative;
	z-index: 1;
}

.banner-content h1 {
	font-size: clamp(32px, 5vw, 52px);
	font-weight: 800;
	margin: 12px 0 14px;
	line-height: 1.14;
}

.banner-tagline {
	font-size: clamp(16px, 2.2vw, 22px);
	max-width: 780px;
	opacity: 0.94;
	line-height: 1.6;
}

/* --- Breadcrumb --- */
.breadcrumb-list {
	gap: 8px;
	flex-wrap: wrap;
	font-size: 14px;
}

.breadcrumb-list li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.breadcrumb-list li + li::before {
	content: "/";
	opacity: 0.55;
}

.breadcrumb-list li a {
	color: rgba(255, 255, 255, 0.8);
	transition: color 0.2s ease;
}

.breadcrumb-list li a:hover {
	color: var(--color-cta-bg);
}

.breadcrumb-list li.active span {
	color: #fff;
	font-weight: 600;
}

/* --- Intro --- */
.infra-intro {
	background: linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

.infra-intro-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 28px;
	align-items: center;
}

.infra-intro-text p {
	color: #5b5b5b;
	line-height: 1.74;
	margin-bottom: 16px;
}

.infra-highlight-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.infra-highlight-chip {
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(139, 46, 43, 0.12);
	color: var(--color-primary-bg);
	font-size: 13px;
	font-weight: 600;
}

.infra-intro-visual {
	position: relative;
	min-height: 360px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #eadcd2;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.infra-intro-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.infra-intro-badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	background: linear-gradient(135deg, #f7c948 0%, #e3a617 100%);
	color: #272018;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	padding: 8px 14px;
	border-radius: 999px;
}

/* --- Feature Sections --- */
.infra-feature {
	padding-top: 14px;
	padding-bottom: 14px;
}

.infra-feature-alt {
	background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
}

.infra-feature-shell {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 26px;
	align-items: stretch;
}

.infra-feature-shell.reverse .infra-feature-media {
	order: 2;
}

.infra-feature-shell.reverse .infra-feature-content {
	order: 1;
}

.infra-feature-media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #eadfd8;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	min-height: 320px;
}

.infra-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.infra-media-tag {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(0, 0, 0, 0.62);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.infra-feature-content {
	background: #fff;
	border: 1px solid #eee2db;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.infra-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(139, 46, 43, 0.1);
	color: var(--color-primary-bg);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.45px;
}

.infra-feature-content .section-title {
	margin-bottom: 12px;
}

.infra-feature-content p {
	color: #575757;
	line-height: 1.72;
}

.infra-point-list {
	margin-top: 14px;
	display: grid;
	gap: 11px;
}

.infra-point-list li {
	position: relative;
	color: #3f3f3f;
	line-height: 1.62;
	padding-left: 28px;
}

.infra-point-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: radial-gradient(circle, #f4c542 0%, #d79a16 70%);
	box-shadow: 0 0 0 3px rgba(244, 197, 66, 0.2);
}

/* --- CTA --- */
.overview-cta {
	margin-top: 28px;
	background: linear-gradient(135deg, var(--color-primary-bg) 0%, #5c1a18 100%);
	padding: 60px 0;
}

.overview-cta .cta-content {
	gap: 30px;
}

.overview-cta .cta-text h2 {
	font-size: clamp(24px, 3.5vw, 36px);
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}

.overview-cta .cta-text p {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.86);
	max-width: 560px;
	line-height: 1.6;
}

.overview-cta .cta-actions {
	gap: 16px;
	flex-shrink: 0;
}

.overview-cta .cta-btn.apply {
	display: inline-block;
	padding: 14px 36px;
	background: linear-gradient(90deg, #f7c948 0%, #e3a617 100%);
	color: #222;
	font-weight: 700;
	border: none;
	box-shadow: 0 2px 12px rgba(247, 201, 72, 0.15);
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: 0.5px;
	transition:
		background 0.2s,
		box-shadow 0.2s,
		color 0.2s;
	text-transform: uppercase;
}

.overview-cta .cta-btn.apply:hover {
	background: linear-gradient(90deg, #e3a617 0%, #f7c948 100%);
	color: #000;
	box-shadow: 0 4px 18px rgba(247, 201, 72, 0.22);
}

.overview-cta .cta-btn-outline {
	display: inline-block;
	padding: 14px 36px;
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.overview-cta .cta-btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}

/* --- Responsive --- */
@media (max-width: 1100px) {
	.infra-intro-grid,
	.infra-feature-shell,
	.infra-feature-shell.reverse {
		grid-template-columns: 1fr;
	}

	.infra-feature-shell.reverse .infra-feature-media,
	.infra-feature-shell.reverse .infra-feature-content {
		order: initial;
	}
}

@media (max-width: 768px) {
	.page-banner {
		padding: 100px 0 52px;
	}

	.infra-intro-visual {
		min-height: 270px;
	}

	.infra-feature-media {
		min-height: 240px;
	}

	.infra-feature-content {
		padding: 20px;
	}

	.overview-cta .cta-content {
		flex-direction: column;
		text-align: center;
	}

	.overview-cta .cta-text p {
		margin: 0 auto;
	}

	.overview-cta .cta-actions {
		justify-content: center;
	}
}
