/* =============================================
   Single Program CPT — program.css
   ============================================= */

/* ---- Hero ---- */
.prog-hero {
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0 4%;
}

.prog-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.prog-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.prog-hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(7, 80, 86, 0.97) 0%,
		rgba(7, 80, 86, 0.9)  40%,
		rgba(7, 80, 86, 0.6)  65%,
		rgba(7, 80, 86, 0.15) 100%
	);
}

.prog-hero-content {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10rem 0 6rem;
	width: 100%;
}

.prog-hero-content > * {
	max-width: 720px;
}


.prog-hero-content h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	color: var(--white);
	line-height: 1.1;
	letter-spacing: -1px;
	margin-bottom: 0.75rem;
}

.prog-hero-theme {
	font-family: 'Solitreo', cursive;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	color: var(--blaze-orange);
	margin-bottom: 1.5rem;
}

.prog-hero-subtitle {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
	max-width: 580px;
	margin-bottom: 2rem;
}

.prog-hero-ctas {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

/* ---- Why Section ---- */
.prog-why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.prog-why-content .section-header {
	text-align: left;
	margin-bottom: 1.5rem;
}

.prog-why-body p {
	font-size: 1.05rem;
	color: #5a6872;
	line-height: 1.9;
	margin-bottom: 1.25rem;
}

.prog-why-image img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(7, 80, 86, 0.15);
	display: block;
}

.prog-why-slideshow {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(7, 80, 86, 0.15);
}

.prog-why-slideshow--multi {
	aspect-ratio: 4 / 3;
}

.prog-why-slide {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.prog-why-slide.active {
	opacity: 1;
}

.prog-why-slide:not(.active) {
	position: absolute;
	inset: 0;
}

/* ---- Overview Section ---- */
.prog-overview-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.prog-overview-card {
	flex: 0 1 calc(25% - 2rem);
	min-width: 220px;
}

.prog-overview-card {
	background: var(--white);
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(7, 80, 86, 0.08);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.prog-overview-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(7, 80, 86, 0.1);
}

.prog-overview-icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--dark-teal) 0%, var(--sea-green) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.prog-overview-icon .material-icons-outlined {
	font-size: 26px;
	color: var(--white);
}

.prog-overview-card h3 {
	font-size: 1.1rem;
	color: var(--navy-black);
	margin-bottom: 0.6rem;
}

.prog-overview-card p {
	font-size: 0.9rem;
	color: #5a6872;
	line-height: 1.7;
}

/* ---- Outcomes Section ---- */
.section-teal .section-title {
	color: var(--white);
}

.prog-outcomes-wrapper .section-label {
	color: var(--blaze-orange);
}

.prog-outcomes-wrapper .section-label::before,
.prog-outcomes-wrapper .section-label::after {
	display: none;
}

.prog-outcomes-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.prog-outcomes-wrapper .section-header {
	text-align: left;
}

.prog-outcomes-list {
	list-style: none;
	margin-top: 1.5rem;
}

.prog-outcomes-list li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.6;
}

.prog-outcomes-list li:last-child {
	border-bottom: none;
}

.prog-outcomes-list .material-icons-outlined {
	color: var(--blaze-orange);
	font-size: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.prog-outcomes-slideshow {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.prog-outcomes-slideshow--multi {
	aspect-ratio: 4 / 3;
}

.prog-outcomes-slide {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.prog-outcomes-slide.active {
	opacity: 1;
}

.prog-outcomes-slide:not(.active) {
	position: absolute;
	inset: 0;
}

/* ---- Cohort Section ---- */
.prog-cohort-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.prog-cohort-card {
	background: var(--white);
	border-radius: 10px;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(7, 80, 86, 0.08);
	transition: all 0.3s ease;
}

.prog-cohort-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(7, 80, 86, 0.1);
}

.prog-cohort-name {
	font-family: 'Funnel Sans', sans-serif;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--navy-black);
	margin-bottom: 0.25rem;
}

.prog-cohort-title {
	font-size: 0.8rem;
	color: #5a6872;
	line-height: 1.4;
	margin-bottom: 0.2rem;
}

.prog-cohort-org {
	font-size: 0.8rem;
	color: var(--dark-teal);
	font-weight: 600;
}

/* ---- Insights Section ---- */
.prog-insights-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 3rem;
}

.prog-article-card {
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(7, 80, 86, 0.08);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	text-decoration: none;
	color: inherit;
	display: block;
}

.prog-article-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(7, 80, 86, 0.12);
}

.prog-article-image {
	height: 200px;
	background: linear-gradient(135deg, var(--muted-teal, #e8f0f0) 0%, #d8e8e8 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.prog-article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.prog-article-card:hover .prog-article-image img {
	transform: scale(1.05);
}

.prog-article-image .material-icons-outlined {
	font-size: 48px;
	color: rgba(7, 80, 86, 0.2);
}

.prog-article-content {
	padding: 1.5rem;
}

.prog-article-tag {
	display: inline-block;
	font-family: 'Funnel Sans', sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--blaze-orange);
	margin-bottom: 0.75rem;
}

.prog-article-title {
	font-family: 'Funnel Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--navy-black);
	margin-bottom: 0.6rem;
	line-height: 1.4;
}

.prog-article-excerpt {
	font-size: 0.88rem;
	color: #5a6872;
	line-height: 1.7;
}

/* ---- CTA Section ---- */
.prog-cta-section {
	background: linear-gradient(135deg, var(--dark-teal) 0%, var(--sea-green) 100%);
	padding: 7rem 4%;
	text-align: center;
}

.prog-cta-content h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	color: var(--white);
	margin-bottom: 1rem;
}

.prog-cta-content p {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.8;
	max-width: 600px;
	margin: 0 auto 2.5rem;
}

.prog-cta-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 1024px) {
	.prog-why-grid,
	.prog-outcomes-wrapper {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.prog-overview-card {
		flex: 0 1 calc(50% - 2rem);
	}

	.prog-cohort-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.prog-hero-content {
		padding: 8rem 0 4rem;
	}

	.prog-overview-grid {
		gap: 0.75rem;
	}

	.prog-overview-card {
		flex: 0 1 calc(50% - 0.375rem);
		min-width: 0;
		padding: 1.25rem;
	}

	.prog-insights-grid {
		grid-template-columns: 1fr;
	}

	.prog-cohort-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.prog-hero-bg img {
		object-position: right bottom;
		object-fit: cover;
		width: 100%;
		height: 50%;
		position: absolute;
		bottom: 0;
	}

	.prog-hero-bg::after {
		background: linear-gradient(
			to bottom,
			rgba(7, 80, 86, 1) 0%,
			rgba(7, 80, 86, 1) 55%,
			rgba(7, 80, 86, 0) 160%
		);
	}
}

@media (max-width: 480px) {
	.prog-cohort-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
}
