/* =============================================================
   Federation and Movement Building — Premium UI/UX (snippet-6507)
   ============================================================= */

@keyframes fmbPulseDot {
	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); }
}

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

/* ── Hero Split Layout Section ── */
.fmb-c7d8e9fa-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;
}

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

.fmb-c7d8e9fa-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;
}

.fmb-c7d8e9fa-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;
}

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

.fmb-c7d8e9fa-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;
}

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

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

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

.fmb-c7d8e9fa-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;
}

.fmb-c7d8e9fa-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 */
.fmb-c7d8e9fa-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);
}

.fmb-c7d8e9fa-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;
}

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

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

/* Glassmorphic Core Concept Card */
.fmb-c7d8e9fa-concept-card {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	border-left: 4px solid #f59e0b;
	border-radius: 14px;
	padding: 20px 24px;
	margin-top: 10px;
}

.fmb-c7d8e9fa-concept-title {
	font-size: 18px;
	font-weight: 700;
	color: #f59e0b;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.fmb-c7d8e9fa-concept-desc {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

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

.fmb-c7d8e9fa-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;
}

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

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

/* ── Core Pillars Section ── */
.fmb-c7d8e9fa-pillars-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 26px;
	margin-bottom: 50px;
}

.fmb-c7d8e9fa-pillar-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;
}

.fmb-c7d8e9fa-pillar-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;
}

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

.fmb-c7d8e9fa-pillar-card:hover::before {
	opacity: 1;
}

.fmb-c7d8e9fa-pillar-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;
}

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

.fmb-c7d8e9fa-pillar-heading {
	font-size: 22px;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 14px;
}

.fmb-c7d8e9fa-pillar-text {
	font-size: 15px;
	line-height: 1.75;
	color: #4a5568;
	margin: 0;
	flex-grow: 1;
}

/* ── Federation Rituals Split Grid ── */
.fmb-c7d8e9fa-rituals-grid {
	display: grid;
	grid-template-columns: 1fr 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);
}

.fmb-c7d8e9fa-rituals-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.fmb-c7d8e9fa-ritual-item {
	display: flex;
	gap: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f5f9;
}

.fmb-c7d8e9fa-ritual-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.fmb-c7d8e9fa-ritual-icon-circle {
	width: 50px;
	height: 50px;
	background: #f0fdf4;
	color: #004a17;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.fmb-c7d8e9fa-ritual-heading {
	font-size: 18px;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 6px;
}

.fmb-c7d8e9fa-ritual-text {
	font-size: 14px;
	line-height: 1.6;
	color: #4a5568;
	margin: 0;
}

.fmb-c7d8e9fa-rituals-media {
	position: relative;
}

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

.fmb-c7d8e9fa-rituals-img-badge {
	position: absolute;
	bottom: 16px;
	right: 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);
}

/* ── Journey Steps Section ── */
.fmb-c7d8e9fa-journey-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-bottom: 60px;
	position: relative;
}

.fmb-c7d8e9fa-journey-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 28px 24px;
	position: relative;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.fmb-c7d8e9fa-journey-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 36px rgba(0, 74, 23, 0.08);
	border-color: #01A368;
}

.fmb-c7d8e9fa-journey-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.fmb-c7d8e9fa-journey-step-num {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #004a17 0%, #01A368 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 74, 23, 0.2);
}

.fmb-c7d8e9fa-journey-icon {
	font-size: 22px;
	color: #01A368;
}

.fmb-c7d8e9fa-journey-title {
	font-size: 18px;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 8px;
}

.fmb-c7d8e9fa-journey-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #4a5568;
	margin: 0;
}

/* ── Program Impact Showcase ── */
.fmb-c7d8e9fa-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;
}

.fmb-c7d8e9fa-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;
}

.fmb-c7d8e9fa-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;
}

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

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

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

.fmb-c7d8e9fa-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 ── */
.fmb-c7d8e9fa-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);
}

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

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

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

.fmb-c7d8e9fa-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);
}

.fmb-c7d8e9fa-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);
}

.fmb-c7d8e9fa-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;
}

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

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

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

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

		.fmb-c7d8e9fa-section-header,
		.fmb-c7d8e9fa-pillar-card,
		.fmb-c7d8e9fa-rituals-grid,
		.fmb-c7d8e9fa-journey-card,
		.fmb-c7d8e9fa-impact-banner,
		.fmb-c7d8e9fa-cta-box {
			animation: fmbFadeReveal auto linear backwards;
			animation-timeline: view();
			animation-range: entry 5% entry 35%;
		}
	}
}

