/**
 * Home page sections
 * Hero slider styles live in site-match.css + global-polish.css
 * Keep only non-hero home sections here to avoid green-block conflict.
 */

/* --------------------------------------------------------------------------
   Impact stats
   -------------------------------------------------------------------------- */
.bmn-impact {
	background: var(--bmn-white);
	margin-top: 0;
	position: relative;
	z-index: 5;
	border-radius: var(--bmn-radius-lg);
	box-shadow: var(--bmn-shadow-hover);
	padding: 2rem 1.25rem;
	border: 1px solid var(--bmn-border);
}

@media (min-width: 768px) {
	.bmn-impact {
		padding: 2.5rem 2rem;
	}
}

.bmn-impact__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.bmn-impact__grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 1rem;
	}
}

.bmn-impact__item {
	padding: 0.5rem;
}

.bmn-impact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(27, 174, 112, 0.1);
	color: var(--bmn-primary);
	margin-bottom: 0.65rem;
}

.bmn-impact__number {
	display: block;
	font-family: var(--bmn-font-heading);
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	font-weight: var(--bmn-fw-bold);
	color: var(--bmn-primary);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.bmn-impact__label {
	display: block;
	margin-top: 0.3rem;
	font-size: var(--bmn-fs-xs);
	color: var(--bmn-text-muted);
	font-weight: var(--bmn-fw-medium);
	line-height: 1.4;
	max-width: 9.5em;
	margin-inline: auto;
}

/* --------------------------------------------------------------------------
   Campaigns / news / volunteer / newsletter (base)
   -------------------------------------------------------------------------- */
.bmn-news__more {
	text-align: center;
	margin-top: 2.25rem;
}

.bmn-newsletter {
	background: var(--bmn-bg-alt);
	text-align: center;
}

.bmn-newsletter .bmn-section__header {
	margin-bottom: 1.5rem;
}

.bmn-newsletter__form-wrap {
	display: flex;
	justify-content: center;
}
