/**
 * Partners Program (/general-information/) — match live Elementor layout.
 */

.bz-pp-hero,
.bz-pp-intro,
.bz-pp-programs,
.bz-pp-stats,
.bz-pp-why,
.bz-pp-detail {
	--bz-pp-red: #b90c27;
	--bz-pp-stats-a: #ff053a;
	--bz-pp-wash: #ecebeb;
	--bz-pp-why-wash: rgba(241, 241, 241, 0.56);
}

.bz-pp-hero {
	background: var(--bz-pp-wash);
	padding-block: clamp(3rem, 6vw, 4.75rem);
	text-align: center;
}

.bz-pp-hero__inner {
	max-width: 53rem;
}

.bz-pp-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	letter-spacing: -0.02em;
}

.bz-pp-hero__title span {
	color: var(--bz-pp-red);
}

.bz-pp-hero__lead {
	margin: 0 auto;
	max-width: 46rem;
	font-size: 1rem;
	line-height: 2;
	color: #000;
}

.bz-pp-intro__grid,
.bz-pp-detail__grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.75rem);
	align-items: center;
}

@media (min-width: 900px) {
	.bz-pp-intro__grid,
	.bz-pp-detail__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	}

	.bz-pp-detail--flip .bz-pp-detail__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}
}

.bz-pp-intro__media,
.bz-pp-detail__media {
	min-width: 0;
}

.bz-pp-intro__media img,
.bz-pp-detail__media img {
	display: block;
	width: 100%;
	height: auto;
	margin-inline: auto;
	max-width: 28rem;
}

.bz-pp-intro__copy p,
.bz-pp-detail__copy p {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #000;
}

.bz-pp-intro__copy p:last-child,
.bz-pp-detail__copy p:last-child {
	margin-bottom: 0;
}

.bz-pp-intro__copy a {
	color: var(--bz-pp-red);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bz-pp-detail__copy h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.45rem, 2.6vw, 2.05rem);
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}

.bz-pp-programs {
	padding-block-start: 0;
}

.bz-pp-programs__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 700px) {
	.bz-pp-programs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1000px) {
	.bz-pp-programs__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.25rem;
	}
}

.bz-pp-programs__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
}

.bz-pp-programs__icon {
	display: grid;
	place-items: center;
	color: #000;
}

.bz-pp-programs__title {
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	max-width: 14rem;
}

.bz-pp-stats {
	background: linear-gradient(153deg, var(--bz-pp-stats-a) 0%, #000 100%);
	padding-block: clamp(2rem, 4vw, 3rem);
	color: #fff;
}

.bz-pp-stats__grid {
	display: grid;
	gap: 1.75rem;
	max-width: 62.5rem;
}

@media (min-width: 760px) {
	.bz-pp-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
	}
}

.bz-pp-stats__item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.bz-pp-stats__item img {
	flex-shrink: 0;
	width: 4.5rem;
	height: auto;
}

.bz-pp-stats__item p {
	margin: 0;
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}

.bz-pp-why {
	background: var(--bz-pp-why-wash);
}

.bz-pp-why__header {
	max-width: 46rem;
	margin: 0 auto 2.25rem;
	text-align: center;
}

.bz-pp-why__header h2 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #000;
}

.bz-pp-why__header p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #222;
}

.bz-pp-why__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 700px) {
	.bz-pp-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.bz-pp-why__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

.bz-pp-why__item {
	text-align: center;
}

.bz-pp-why__icon {
	display: inline-grid;
	place-items: center;
	margin-bottom: 0.75rem;
	color: #111;
}

.bz-pp-why__item h3 {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.bz-pp-why__item p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #222;
}

@media (max-width: 899px) {
	.bz-pp-detail--flip .bz-pp-detail__media {
		order: -1;
	}
}
/*bz-pad*/







