/* =============================================================
   Partnerships & Sustainability — Premium UI/UX (snippet-6508)
   ============================================================= */

@keyframes psPulseDot {
	0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(1, 163, 104, 0.7); }
	70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(1, 163, 104, 0); }
	100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(1, 163, 104, 0); }
}

.ps-d8e9fafb-wrapper {
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #2d3748;
	padding: 20px 0 60px;
}

/* ── Hero Split Layout Section ── */
.ps-d8e9fafb-hero-box {
	background: linear-gradient(135deg, #003610 0%, #004a17 60%, #00240b 100%);
	border-radius: 24px;
	padding: 44px;
	color: #ffffff;
	box-shadow: 0 20px 50px rgba(0, 74, 23, 0.22);
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.ps-d8e9fafb-hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 36px;
	align-items: center;
}

.ps-d8e9fafb-hero-box::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(1, 163, 104, 0.25) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.ps-d8e9fafb-hero-badge-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 7px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.ps-d8e9fafb-pulse-dot {
	width: 8px;
	height: 8px;
	background-color: #01A368;
	border-radius: 50%;
	display: inline-block;
	animation: psPulseDot 2s infinite;
}

.ps-d8e9fafb-hero-title {
	font-family: "Quicksand", sans-serif;
	font-size: 38px;
	font-weight: 800;
	color: #ffffff !important;
	line-height: 1.25;
	margin: 0 0 16px;
	letter-spacing: -0.5px;
}

.ps-d8e9fafb-hero-highlight {
	background: linear-gradient(120deg, #6EE7B7 0%, #34D399 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ps-d8e9fafb-hero-lead {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9) !important;
	margin: 0 0 24px;
}

/* Hero Media Column */
.ps-d8e9fafb-hero-media-wrap {
	position: relative;
}

.ps-d8e9fafb-hero-img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
	border: 3px solid rgba(255, 255, 255, 0.2);
	display: block;
}

.ps-d8e9fafb-hero-img-badge {
	position: absolute;
	bottom: -16px;
	left: 20px;
	background: #004a17;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	border-radius: 30px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Hero Stats Bar */
.ps-d8e9fafb-hero-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ps-d8e9fafb-stat-item {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 12px;
	text-align: center;
}

.ps-d8e9fafb-stat-num {
	font-size: 22px;
	font-weight: 800;
	color: #6EE7B7;
	margin-bottom: 2px;
}

.ps-d8e9fafb-stat-label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* ── Section Titles ── */
.ps-d8e9fafb-section-header {
	text-align: center;
	max-width: 700px;
	margin: 60px auto 36px;
}

.ps-d8e9fafb-section-pill {
	display: inline-block;
	background: rgba(0, 74, 23, 0.08);
	color: #004a17;
	font-size: 12px;
	font-weight: 800;
	padding: 4px 14px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.ps-d8e9fafb-section-title {
	font-family: "Quicksand", sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #004a17;
	margin: 0 0 10px;
	letter-spacing: -0.4px;
}

.ps-d8e9fafb-section-sub {
	font-size: 16px;
	color: #64748b;
	line-height: 1.6;
	margin: 0;
}

/* ── Key Responsibilities Grid (3+2 layout) ── */
.ps-d8e9fafb-resp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 26px;
	margin-bottom: 50px;
}

.ps-d8e9fafb-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 34px 30px;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}

.ps-d8e9fafb-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #004a17 0%, #01A368 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.ps-d8e9fafb-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 45px rgba(0, 74, 23, 0.12);
	border-color: rgba(1, 163, 104, 0.3);
}

.ps-d8e9fafb-card:hover::before {
	opacity: 1;
}

.ps-d8e9fafb-card-icon-glow {
	width: 62px;
	height: 62px;
	background: linear-gradient(135deg, rgba(0, 74, 23, 0.08) 0%, rgba(1, 163, 104, 0.12) 100%);
	color: #004a17;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 24px;
	transition: all 0.35s ease;
}

.ps-d8e9fafb-card:hover .ps-d8e9fafb-card-icon-glow {
	background: linear-gradient(135deg, #004a17 0%, #01A368 100%);
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 74, 23, 0.25);
}

.ps-d8e9fafb-card-heading {
	font-size: 22px;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 14px;
}

.ps-d8e9fafb-card-text {
	font-size: 15px;
	line-height: 1.75;
	color: #4a5568;
	margin: 0;
	flex-grow: 1;
}

/* ── Sustainability Tools Split Grid ── */
.ps-d8e9fafb-tools-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 40px;
	align-items: center;
	margin-bottom: 60px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.ps-d8e9fafb-tools-media {
	position: relative;
}

.ps-d8e9fafb-tools-img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	border: 3px solid #ffffff;
}

.ps-d8e9fafb-tools-img-badge {
	position: absolute;
	bottom: 16px;
	left: 16px;
	background: #004a17;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 30px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.ps-d8e9fafb-tools-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ps-d8e9fafb-tool-item {
	display: flex;
	gap: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f5f9;
}

.ps-d8e9fafb-tool-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ps-d8e9fafb-tool-num-badge {
	background: linear-gradient(135deg, #004a17 0%, #01A368 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 20px;
	height: fit-content;
	margin-top: 4px;
	white-space: nowrap;
}

.ps-d8e9fafb-tool-icon {
	font-size: 24px;
	margin-top: 2px;
}

.ps-d8e9fafb-tool-details {
	display: flex;
	flex-direction: column;
}

.ps-d8e9fafb-tool-heading {
	font-size: 19px;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 6px;
}

.ps-d8e9fafb-tool-text {
	font-size: 14px;
	line-height: 1.65;
	color: #4a5568;
	margin: 0 0 10px;
}

.ps-d8e9fafb-tool-platform-badge {
	display: inline-block;
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
	padding: 3px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	width: fit-content;
}

/* ── Program Impact Showcase ── */
.ps-d8e9fafb-impact-banner {
	background: linear-gradient(135deg, #003610 0%, #004a17 60%, #00220a 100%);
	border-radius: 24px;
	padding: 50px;
	color: #ffffff;
	box-shadow: 0 16px 45px rgba(0, 74, 23, 0.25);
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}

.ps-d8e9fafb-impact-banner::after {
	content: '“';
	position: absolute;
	right: 40px;
	bottom: -40px;
	font-size: 200px;
	color: rgba(255, 255, 255, 0.05);
	font-family: Georgia, serif;
	line-height: 1;
	pointer-events: none;
}

.ps-d8e9fafb-impact-title {
	font-family: "Quicksand", sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #ffffff !important;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.ps-d8e9fafb-impact-desc {
	font-size: 17px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.9) !important;
	margin: 0 0 24px;
}

.ps-d8e9fafb-impact-bullets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.ps-d8e9fafb-impact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #6EE7B7;
}

.ps-d8e9fafb-impact-check {
	width: 24px;
	height: 24px;
	background: rgba(110, 231, 183, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

/* ── Call to Action Box ── */
.ps-d8e9fafb-cta-box {
	text-align: center;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	padding: 50px 36px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.ps-d8e9fafb-cta-title {
	font-size: 28px;
	font-weight: 800;
	color: #004a17;
	margin: 0 0 12px;
}

.ps-d8e9fafb-cta-sub {
	font-size: 16px;
	color: #64748b;
	max-width: 640px;
	margin: 0 auto 32px;
	line-height: 1.7;
}

.ps-d8e9fafb-cta-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.ps-d8e9fafb-btn-primary {
	background: linear-gradient(135deg, #004a17 0%, #01A368 100%);
	color: #ffffff !important;
	font-weight: 700;
	font-size: 15px;
	padding: 16px 38px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.35s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 6px 20px rgba(0, 74, 23, 0.25);
}

.ps-d8e9fafb-btn-primary:hover {
	background: linear-gradient(135deg, #01A368 0%, #004a17 100%);
	color: #ffffff !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(1, 163, 104, 0.4);
}

.ps-d8e9fafb-btn-secondary {
	background: transparent;
	color: #004a17 !important;
	border: 2px solid #004a17;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 36px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.35s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ps-d8e9fafb-btn-secondary:hover {
	background: rgba(0, 74, 23, 0.08);
	color: #004a17 !important;
	transform: translateY(-3px);
}

@media (max-width: 992px) {
	.ps-d8e9fafb-hero-grid {
		grid-template-columns: 1fr;
	}
	.ps-d8e9fafb-hero-media-wrap {
		margin-top: 20px;
	}
	.ps-d8e9fafb-tools-grid {
		grid-template-columns: 1fr;
	}
	.ps-d8e9fafb-tools-media {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.ps-d8e9fafb-hero-box {
		padding: 36px 24px;
	}
	.ps-d8e9fafb-hero-title {
		font-size: 30px;
	}
	.ps-d8e9fafb-tools-grid {
		padding: 24px;
	}
	.ps-d8e9fafb-impact-banner {
		padding: 34px 24px;
	}
}

/* ── Scroll-driven Entry Animations ── */
@media (prefers-reduced-motion: no-preference) {
	@supports ((animation-timeline: view()) and (animation-range: entry)) {
		@keyframes psFadeReveal {
			from {
				opacity: 0;
				transform: translateY(30px);
			}
			to {
				opacity: 1;
				transform: translateY(0);
			}
		}

		.ps-d8e9fafb-section-header,
		.ps-d8e9fafb-card,
		.ps-d8e9fafb-tools-grid,
		.ps-d8e9fafb-impact-banner,
		.ps-d8e9fafb-cta-box {
			animation: psFadeReveal auto linear backwards;
			animation-timeline: view();
			animation-range: entry 5% entry 35%;
		}
	}
}

/* =============================================================
   End Partnerships & Sustainability (snippet-6508)
   ============================================================= */

