/* Managed SAT — full page library section (live /managed-security-awareness-training/) */

.bz-sat-hero,
.bz-sat-stats,
.bz-sat-pillars,
.bz-sat-spotlight,
.bz-sat-capabilities,
.bz-sat-depth,
.bz-sat-action,
.bz-sat-case,
.bz-sat-quotes,
.bz-sat-faq,
.bz-sat-resources,
.bz-sat-g2,
.bz-sat-cta {
	--bz-sat-red: #a31818;
	--bz-sat-red-hover: #8c1414;
	--bz-sat-accent: #aa3030;
	--bz-sat-wash: #f5f5f5;
	padding-block: var(--bz-section-pad-y) 0;
	padding-inline: 0;
	margin: 0;
	background: #fff;
}

.bz-sat-cta {
	padding-bottom: var(--bz-section-pad-y);
}

.bz-sat-head {
	max-width: 46rem;
	margin: 0 auto 2rem;
	text-align: center;
}

.bz-sat-head h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #111;
}

.bz-sat-head p {
	margin: 1rem 0 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--bz-muted, #555);
}

.bz-sat-head__ornament {
	display: block;
	position: relative;
	width: 5.5rem;
	height: 2px;
	margin: 1rem auto 0;
	background: #c8c8c8;
}

.bz-sat-head__ornament::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background: #9a9a9a;
}

.bz-sat-eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bz-sat-red);
}

.bz-sat-eyebrow--center {
	text-align: center;
}

.bz-sat-rule {
	display: block;
	width: 3.25rem;
	height: 3px;
	margin: 1.1rem 0 1.25rem;
	background: #111;
}

.bz-sat-btn {
	border-radius: var(--bz-radius, 10px);
	text-transform: none;
	letter-spacing: 0.01em;
}

.bz-sat-btn.bz-btn--primary,
.bz-sat-cta__btn {
	background: var(--bz-sat-red) !important;
	border-color: var(--bz-sat-red) !important;
	color: #fff !important;
}

.bz-sat-btn.bz-btn--primary:hover,
.bz-sat-cta__btn:hover {
	background: var(--bz-sat-red-hover) !important;
	border-color: var(--bz-sat-red-hover) !important;
	color: #fff !important;
}

.bz-sat-stars {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	color: #f5b301;
}

.bz-sat-stars svg {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

/* 1. Hero */
.bz-sat-hero__grid,
.bz-sat-capabilities__split {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.75rem);
	align-items: center;
}

@media (min-width: 900px) {
	.bz-sat-hero__grid,
	.bz-sat-capabilities__split {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-sat-hero__copy h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.85rem, 3.4vw, 2.65rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111;
}

.bz-sat-hero__copy > p:not(.bz-sat-eyebrow) {
	margin: 0 0 1.35rem;
	max-width: 34rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--bz-muted, #555);
}

.bz-sat-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.bz-sat-video {
	position: relative;
	overflow: hidden;
	border-radius: var(--bz-radius, 6px);
	background: #111;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.bz-sat-video__player {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #111;
	border: 0;
}

/* 2. Stats */
.bz-sat-stats__kpis,
.bz-sat-stats__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.bz-sat-stats__kpis {
	grid-template-columns: 1fr;
	margin-bottom: 1.25rem;
}

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

@media (min-width: 960px) {
	.bz-sat-stats__kpis {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.bz-sat-stats__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 1.75rem 1.25rem;
	min-height: 8.5rem;
	border-radius: var(--bz-radius, 6px);
	background: var(--bz-sat-red);
	color: #fff;
	box-shadow:
		0 0 0 1px rgba(163, 24, 24, 0.08),
		0 18px 40px rgba(163, 24, 24, 0.28);
}

.bz-sat-stats__value {
	margin: 0;
	font-size: clamp(2.2rem, 3.6vw, 2.9rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
}

.bz-sat-stats__label {
	margin: 0.65rem 0 0;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.95);
}

.bz-sat-stats__trust {
	grid-template-columns: 1fr;
	max-width: 52rem;
	margin: 1.5rem auto 0;
	align-items: center;
}

@media (min-width: 720px) {
	.bz-sat-stats__trust {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		gap: 1.25rem 1.75rem;
	}
}

.bz-sat-stats__trust-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.15rem 1rem;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.bz-sat-stats__trust-item--badge {
	padding: 0.35rem 0.5rem;
}

.bz-sat-stats__trust-logo {
	display: block;
	width: 4.25rem;
	height: auto;
	margin: 0 0 0.65rem;
	object-fit: contain;
}

.bz-sat-stats__trust-badge {
	display: block;
	width: clamp(5.5rem, 12vw, 7rem);
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
}

.bz-sat-stats__trust-g2 {
	display: block;
	width: 3.25rem;
	height: 3.25rem;
	margin: 0 0 0.65rem;
	object-fit: contain;
	border-radius: 50%;
}

.bz-sat-stats__trust-value {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

.bz-sat-stats__trust-label {
	margin: 0.25rem 0 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	color: #444;
}

.bz-sat-stats__trust-link {
	color: var(--bz-sat-red, #a31820);
	font-weight: 800;
	text-decoration: none;
}

.bz-sat-stats__trust-link:hover {
	text-decoration: underline;
}

/* 3. Pillars */
.bz-sat-pillars__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 800px) {
	.bz-sat-pillars__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.bz-sat-pillars__card {
	margin: 0;
	padding: 1.75rem 1.4rem;
	border: 1px solid var(--bz-border, #e5e5e5);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-sat-pillars__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.85rem;
	color: var(--bz-sat-red);
}

.bz-sat-pillars__icon svg {
	width: 1.65rem;
	height: 1.65rem;
}

.bz-sat-pillars__card h3 {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

.bz-sat-pillars__card p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--bz-muted, #555);
}

/* 4. Spotlight tabs — CSS radios + visibility stack (images stay loaded) */
.bz-sat-tabs {
	position: relative;
	z-index: 2;
}

.bz-sat-tabs__radio {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.bz-sat-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.25rem;
	position: relative;
	z-index: 5;
}

.bz-sat-tabs__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 auto;
	min-width: 7.5rem;
	border: 1px solid #a31820;
	background: #fff;
	color: #111;
	border-radius: 0.15rem;
	padding: 0.72rem 1.2rem;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
	pointer-events: auto;
}

.bz-sat-tabs__tab:hover {
	border-color: var(--bz-sat-red);
}

#bz-sat-tab-core:checked ~ .bz-sat-tabs__nav label[for='bz-sat-tab-core'],
#bz-sat-tab-infosec:checked ~ .bz-sat-tabs__nav label[for='bz-sat-tab-infosec'],
#bz-sat-tab-social:checked ~ .bz-sat-tabs__nav label[for='bz-sat-tab-social'] {
	background: #a31820;
	border-color: #a31820;
	color: #fff;
}

.bz-sat-tabs__panels {
	display: grid;
	position: relative;
	z-index: 1;
}

.bz-sat-tabs__panel {
	grid-area: 1 / 1;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	pointer-events: none;
}

#bz-sat-tab-core:checked ~ .bz-sat-tabs__panels .bz-sat-tabs__panel--core,
#bz-sat-tab-infosec:checked ~ .bz-sat-tabs__panels .bz-sat-tabs__panel--infosec,
#bz-sat-tab-social:checked ~ .bz-sat-tabs__panels .bz-sat-tabs__panel--social {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.bz-sat-spotlight__panel {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
	margin-top: 0;
	padding: clamp(1.5rem, 3.5vw, 2.5rem);
	border-radius: 0.35rem;
	background: #f2f2f2;
}

@media (min-width: 860px) {
	.bz-sat-spotlight__panel {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-sat-spotlight__copy h3 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 800;
	color: #111;
}

.bz-sat-spotlight__copy p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--bz-muted, #555);
}

.bz-sat-spotlight__media {
	min-width: 0;
	display: block;
	min-height: 14rem;
	border-radius: 0.25rem;
	overflow: hidden;
	background: #e8e8e8;
}

.bz-sat-spotlight__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 14rem;
	object-fit: cover;
}

/* 5. Capabilities */
.bz-sat-capabilities__split {
	align-items: center;
}

.bz-sat-capabilities__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	min-width: 0;
}

.bz-sat-capabilities__copy h2 {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(1.85rem, 3.4vw, 2.55rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111;
}

.bz-sat-rule--capabilities {
	width: 3.5rem;
	height: 3px;
	margin: 1rem 0 1.15rem;
	background: #111;
}

.bz-sat-capabilities__copy > p {
	margin: 0 0 1.35rem;
	max-width: 34rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--bz-muted, #555);
}

.bz-sat-capabilities__cta {
	border-radius: 999px !important;
	padding-inline: 1.6rem !important;
	min-height: 2.75rem;
}

.bz-sat-capabilities__media {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 26rem);
	min-height: 16rem;
	margin-inline: auto;
	isolation: isolate;
}

.bz-sat-capabilities__media::before {
	content: "";
	position: absolute;
	inset: 8% 12%;
	z-index: 0;
	border-radius: 50%;
	background: radial-gradient(circle at center, #aa3030 0%, rgba(170, 48, 48, 0.35) 42%, transparent 72%);
	pointer-events: none;
}

@media (min-width: 900px) {
	.bz-sat-capabilities__media {
		width: min(100%, 28rem);
		min-height: 20rem;
		margin-inline: 0 0 auto;
		justify-self: end;
	}
}

.bz-sat-capabilities__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 22rem;
	height: auto;
	object-fit: contain;
	/* Soft fade into the white page (live-style cutout). */
	-webkit-mask-image: radial-gradient(ellipse 78% 78% at 50% 48%, #000 55%, transparent 100%);
	mask-image: radial-gradient(ellipse 78% 78% at 50% 48%, #000 55%, transparent 100%);
}

.bz-sat-features {
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 1.15rem;
	grid-template-columns: 1fr;
}

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

@media (min-width: 1024px) {
	.bz-sat-features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.bz-sat-features__card {
	margin: 0;
	padding: 1.6rem 1.35rem;
	border: 1px solid var(--bz-border, #e5e5e5);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-sat-features__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	margin-bottom: 0.75rem;
	color: var(--bz-sat-red);
}

.bz-sat-features__icon svg {
	width: 1.5rem;
	height: 1.5rem;
}

.bz-sat-features__card h3 {
	margin: 0 0 0.65rem;
	font-size: 1.12rem;
	font-weight: 800;
	color: #111;
}

.bz-sat-features__card p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.65;
	color: var(--bz-muted, #555);
}

/* 6. Depth explorers */
.bz-sat-depth__inner,
.bz-sat-faq__inner {
	max-width: 52rem;
}

.bz-sat-depth__list,
.bz-sat-faq__list {
	display: grid;
	gap: 0.85rem;
}

.bz-sat-depth__item,
.bz-sat-faq__item {
	border-radius: var(--bz-radius, 6px);
	background: #a31818;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(163, 24, 24, 0.18);
	transition: box-shadow 0.2s ease;
}

.bz-sat-depth__item[open],
.bz-sat-faq__item[open] {
	box-shadow: 0 14px 32px rgba(163, 24, 24, 0.28);
}

.bz-sat-depth__question,
.bz-sat-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.05rem 1.25rem;
	list-style: none;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	user-select: none;
}

.bz-sat-depth__question::-webkit-details-marker,
.bz-sat-faq__question::-webkit-details-marker {
	display: none;
}

.bz-sat-depth__question::marker,
.bz-sat-faq__question::marker {
	content: "";
}

.bz-sat-depth__question-text,
.bz-sat-faq__question-text {
	flex: 1 1 auto;
	text-align: left;
}

.bz-sat-depth__icon,
.bz-sat-faq__icon {
	position: relative;
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
}

.bz-sat-depth__icon::before,
.bz-sat-depth__icon::after,
.bz-sat-faq__icon::before,
.bz-sat-faq__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 1px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.bz-sat-depth__icon::before,
.bz-sat-faq__icon::before {
	width: 100%;
	height: 2px;
	transform: translate(-50%, -50%);
}

.bz-sat-depth__icon::after,
.bz-sat-faq__icon::after {
	width: 2px;
	height: 100%;
	transform: translate(-50%, -50%);
}

.bz-sat-depth__item[open] .bz-sat-depth__icon::after,
.bz-sat-faq__item[open] .bz-sat-faq__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.bz-sat-depth__answer,
.bz-sat-faq__answer {
	padding: 0 1.25rem 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bz-sat-depth__answer p,
.bz-sat-faq__answer p {
	margin: 0.95rem 0 0;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.bz-sat-depth__link {
	display: inline-block;
	margin-top: 0.85rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.bz-sat-depth__link:hover {
	color: #fff;
	opacity: 0.9;
}

.bz-sat-depth__question:focus-visible,
.bz-sat-faq__question:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -4px;
}

/* 7. Action */
.bz-sat-action__figure {
	margin: 0 auto;
	max-width: 56rem;
}

.bz-sat-action__figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 28rem;
	object-fit: contain;
	object-position: top center;
	border-radius: var(--bz-radius, 10px);
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.bz-sat-action__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.35rem;
}

/* 8. Case */
.bz-sat-case__panel {
	position: relative;
	display: grid;
	overflow: hidden;
	min-height: clamp(18rem, 32vw, 24rem);
	border-radius: 0.85rem;
	background:
		linear-gradient(105deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.35) 100%),
		var(--bz-sat-case-bg, #222) center/cover no-repeat;
	color: #fff;
	box-shadow:
		0 14px 40px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(170, 48, 48, 0.18);
}

.bz-sat-case__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	padding: clamp(2rem, 4.5vw, 3.25rem);
	max-width: 34rem;
}

.bz-sat-case__eyebrow {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.bz-sat-case__copy h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.bz-sat-case__copy > p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

/* 9. Testimonials — homepage Google reviews layout */
.bz-sat-quotes.bz-home-reviews {
	padding-block: clamp(2.5rem, 5vw, 4rem) 0;
}

.bz-sat-quotes .bz-sat-head {
	margin-bottom: 1.35rem;
}

.bz-sat-quotes__brand {
	margin: 0.15rem 0 0.35rem;
	font-size: 1.35rem;
	font-weight: 800;
	color: #111;
	line-height: 1.2;
}

.bz-sat-quotes .bz-home-reviews__panel {
	margin-top: 0;
}

/* 11. Resources */
.bz-sat-resources__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 800px) {
	.bz-sat-resources__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.bz-sat-resources__card {
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--bz-border, #e5e5e5);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-sat-resources__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--bz-sat-wash);
}

.bz-sat-resources__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bz-sat-resources__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1.35rem 1.25rem 1.5rem;
}

.bz-sat-resources__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bz-sat-red);
}

.bz-sat-resources__body h3 {
	margin: 0 0 1rem;
	flex: 1 1 auto;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.35;
	color: #111;
}

.bz-sat-resources__link {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bz-sat-red);
	text-decoration: none;
}

.bz-sat-resources__link:hover {
	text-decoration: underline;
}

/* 12. G2 */
.bz-sat-g2__badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.5rem 2rem;
}

.bz-sat-g2__badge img {
	display: block;
	width: auto;
	height: clamp(7rem, 12vw, 9.5rem);
	object-fit: contain;
}

/* 13. CTA — keep bottom padding on last section */
.bz-sat-cta {
	padding-top: var(--bz-section-pad-y-sm, 2rem);
	padding-bottom: var(--bz-section-pad-y);
}

.bz-sat-cta__panel {
	display: grid;
	overflow: hidden;
	border-radius: 0.85rem;
	background: #000;
	box-shadow:
		0 14px 40px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(170, 48, 48, 0.18),
		0 18px 48px rgba(170, 48, 48, 0.18);
	min-height: clamp(22rem, 36vw, 28rem);
}

@media (min-width: 860px) {
	.bz-sat-cta__panel {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-sat-cta__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1.15rem;
	padding: clamp(2rem, 4.5vw, 3.25rem);
	background: #000;
	color: #fff;
	text-align: left;
}

.bz-sat-cta__copy h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.bz-sat-cta__copy p {
	margin: 0;
	max-width: 32rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.bz-sat-cta__btn {
	align-self: flex-start;
	margin-top: 0.35rem;
}

.bz-sat-cta__media {
	min-height: 100%;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 45%),
		var(--bz-sat-cta-bg, #222) center/cover no-repeat;
}

@media (max-width: 859px) {
	.bz-sat-cta__media {
		min-height: 16rem;
		order: -1;
	}
}
/*bz-pad*/







