/* Managed EDR — full page library section (live /edr/) */

.bz-edr-hero,
.bz-edr-stats,
.bz-edr-ue,
.bz-edr-how,
.bz-edr-enterprise,
.bz-edr-outcomes,
.bz-edr-case,
.bz-edr-platform,
.bz-edr-guide,
.bz-edr-demos,
.bz-edr-quotes,
.bz-edr-faq,
.bz-edr-discover,
.bz-edr-cta {
	--bz-edr-red: #a31818;
	--bz-edr-red-hover: #8c1414;
	--bz-edr-accent: #aa3030;
	--bz-edr-wash: #f5f5f5;
	padding-block: var(--bz-section-pad-y);
	padding-inline: 0;
	margin: 0;
	background: #fff;
}

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

.bz-edr-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-edr-head p {
	margin: 1rem 0 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--bz-muted, #555);
}

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

.bz-edr-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-edr-rule {
	display: block;
	width: 3.25rem;
	height: 3px;
	margin: 1.1rem 0 1.25rem;
	background: #111;
}

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

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

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

.bz-edr-btn--outline {
	border-color: var(--bz-edr-red) !important;
	color: var(--bz-edr-red) !important;
	background: transparent !important;
}

.bz-edr-btn--outline:hover {
	background: var(--bz-edr-red) !important;
	color: #fff !important;
}

.bz-edr-hero__media {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	min-width: 0;
}

.bz-edr-btn--download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	min-height: 2.75rem;
	background: var(--bz-product-green, #084a21) !important;
	border-color: var(--bz-product-green, #084a21) !important;
	color: #fff !important;
	text-decoration: none !important;
}

.bz-edr-btn--download:hover {
	background: var(--bz-product-green-dark, #063818) !important;
	border-color: var(--bz-product-green-dark, #063818) !important;
	color: #fff !important;
}

.bz-edr-btn__icon {
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 0;
}

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

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

	.bz-edr-discover__layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}
}

.bz-edr-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-edr-hero__price {
	margin: 0 0 0.85rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--bz-edr-red);
}

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

.bz-edr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
}

.bz-edr-cart {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
}

.bz-edr-qty {
	display: inline-flex;
	align-items: stretch;
	height: 2.75rem;
	border: 1px solid #d4d4d8;
	border-radius: var(--bz-radius, 10px);
	overflow: hidden;
	background: #fff;
}

.bz-edr-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	border: 0;
	background: #f4f4f5;
	color: #111;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.bz-edr-qty__btn:hover {
	background: #e4e4e7;
	color: var(--bz-edr-red);
}

.bz-edr-qty__input {
	width: 3rem;
	min-width: 0;
	border: 0;
	border-left: 1px solid #e4e4e7;
	border-right: 1px solid #e4e4e7;
	background: #fff;
	color: #111;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: center;
	-moz-appearance: textfield;
}

.bz-edr-qty__input::-webkit-outer-spin-button,
.bz-edr-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bz-edr-qty__input:focus {
	outline: none;
	background: #fafafa;
}

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

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

/* Dismissible SOC notice under hero */
.bz-edr-notice {
	margin: 0;
	padding-block: 1.15rem;
	padding-inline: 0;
	background: #111;
	color: #fff;
}

.bz-edr-notice[hidden] {
	display: none !important;
}

.bz-edr-notice__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding-block: 0.15rem;
}

.bz-edr-notice__text {
	margin: 0;
	flex: 1 1 auto;
	font-size: clamp(0.95rem, 1.6vw, 1.05rem);
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
}

.bz-edr-notice__close {
	appearance: none;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0.25rem;
	background: transparent;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.bz-edr-notice__close:hover,
.bz-edr-notice__close:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	outline: none;
}

.bz-edr-notice__close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/* 2. KPIs / survey cards */
.bz-edr-stats {
	padding-block-start: 0;
}

.bz-edr-stats__kpis,
.bz-edr-ue__surveys {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.bz-edr-stats__kpis {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

@media (min-width: 900px) {
	.bz-edr-ue__surveys {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

.bz-edr-stats__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 1.75rem 1.25rem;
	border-radius: var(--bz-radius, 6px);
	background: var(--bz-edr-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-edr-stats__card--kpi {
	min-height: 8.5rem;
}

.bz-edr-stats__card--survey {
	align-items: stretch;
	justify-content: flex-start;
	text-align: left;
	min-height: 100%;
	padding: 1.85rem 1.35rem 1.4rem;
}

.bz-edr-stats__value {
	margin: 0;
	font-size: clamp(2.4rem, 4vw, 3.15rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
}

.bz-edr-stats__card--survey .bz-edr-stats__value {
	margin-bottom: 0.85rem;
}

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

.bz-edr-stats__text {
	margin: 0 0 1.25rem;
	flex: 1 1 auto;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

.bz-edr-stats__meta {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.82);
}

.bz-edr-stats__meta a {
	display: inline;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bz-edr-stats__meta a:hover {
	color: #fff;
}

/* 3. UserEvidence + ratings */
.bz-edr-ue__ratings {
	list-style: none;
	margin: 2.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

@media (min-width: 700px) {
	.bz-edr-ue__ratings {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.75rem;
	}
}

.bz-edr-ue__rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.5rem 0.75rem;
	text-align: center;
	background: transparent;
	border: 0;
}

.bz-edr-ue__icon-link {
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
}

.bz-edr-ue__icon {
	display: block;
	width: 56px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.bz-edr-ue__rating--badge .bz-edr-ue__icon {
	width: min(132px, 100%);
	max-height: 168px;
}

.bz-edr-ue__stars {
	display: inline-flex;
	justify-content: center;
	gap: 0.12rem;
	color: var(--bz-edr-red);
}

.bz-edr-ue__stars svg {
	display: block;
	width: 18px;
	height: 18px;
}

.bz-edr-ue__score {
	margin: 0;
	max-width: 16rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #111;
}

.bz-edr-ue__score strong {
	color: #111;
}

.bz-edr-ue__rating > a {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bz-edr-red);
	text-decoration: none;
}

.bz-edr-ue__rating > a:hover {
	text-decoration: underline;
}

/* 4. How */
.bz-edr-how {
	background: var(--bz-edr-wash);
}

.bz-edr-how__grid,
.bz-edr-outcomes__grid,
.bz-edr-demos__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 900px) {
	.bz-edr-how__grid,
	.bz-edr-outcomes__grid,
	.bz-edr-demos__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.bz-edr-how__card {
	margin: 0;
	padding: 1.75rem 1.4rem;
	border-top: 3px solid var(--bz-edr-red);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-edr-how__icon {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: rgba(163, 24, 24, 0.08);
	color: var(--bz-edr-red);
}

.bz-edr-how__icon svg {
	display: block;
	width: 28px;
	height: 28px;
}

.bz-edr-how__card h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

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

/* 5. Enterprise + features */
.bz-edr-enterprise__copy h2 {
	margin: 0;
	font-size: clamp(1.75rem, 3.2vw, 2.45rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: #111;
}

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

.bz-edr-enterprise__media {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 26rem;
	margin-inline: auto;
}

@media (min-width: 900px) {
	.bz-edr-enterprise__media {
		max-width: min(100%, 22rem);
		margin-inline: 0 0 auto;
		justify-self: end;
	}
}

.bz-edr-enterprise__media img,
.bz-edr-guide__media img,
.bz-edr-discover__media img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 22rem;
	object-fit: contain;
	border-radius: var(--bz-radius, 10px);
}

.bz-edr-features {
	list-style: none;
	margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

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

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

.bz-edr-features__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 1.75rem 1.45rem;
	border: 1px solid var(--bz-border, #e5e5e5);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-edr-features__icon,
.bz-edr-features__dot {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: rgba(163, 24, 24, 0.08);
	color: var(--bz-edr-red);
}

.bz-edr-features__dot {
	position: relative;
}

.bz-edr-features__dot::after {
	content: "";
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	background: var(--bz-edr-red);
}

.bz-edr-features__icon svg {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

.bz-edr-features__card h3 {
	margin: 0 0 0.7rem;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

.bz-edr-features__card p {
	margin: 0 0 1.1rem;
	flex: 1 1 auto;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--bz-muted, #555);
}

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

.bz-edr-features__link:hover {
	text-decoration: underline;
}

/* 6. Outcomes */
.bz-edr-outcomes {
	background: var(--bz-edr-wash);
}

.bz-edr-outcomes__card {
	margin: 0;
	padding: 1.75rem 1.4rem;
	border-radius: var(--bz-radius, 6px);
	background: #fff;
	border-left: 4px solid var(--bz-edr-red);
}

.bz-edr-outcomes__card h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

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

/* 7. Case study */
.bz-edr-case__panel {
	position: relative;
	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-edr-case-bg, #222) center/cover no-repeat;
	box-shadow:
		0 14px 40px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(170, 48, 48, 0.18);
}

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

.bz-edr-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-edr-case__copy h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

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

/* 8. Platform awards */
.bz-edr-platform__badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 1.5rem 2rem;
}

.bz-edr-platform__badge {
	margin: 0;
	width: 7.5rem;
}

@media (min-width: 700px) {
	.bz-edr-platform__badge {
		width: 8.75rem;
	}
}

.bz-edr-platform__badge img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
}

/* 9. Buyer’s guide */
.bz-edr-guide {
	background: var(--bz-edr-wash);
}

.bz-edr-guide__copy h2 {
	margin: 0;
	font-size: clamp(1.65rem, 2.8vw, 2.2rem);
	font-weight: 800;
	line-height: 1.18;
	color: #111;
}

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

.bz-edr-guide__list {
	margin: 0 0 1.5rem;
	padding: 0 0 0 1.15rem;
	display: grid;
	gap: 0.55rem;
}

.bz-edr-guide__list li {
	font-size: 0.98rem;
	line-height: 1.5;
	color: #333;
}

/* 10. Demos */
.bz-edr-demos__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 1.75rem 1.45rem;
	border: 1px solid var(--bz-border, #e5e5e5);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-edr-demos__play {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: var(--bz-edr-red);
	color: #fff;
}

.bz-edr-demos__play svg {
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 2px;
}

.bz-edr-demos__card h3 {
	margin: 0 0 0.55rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: #111;
}

.bz-edr-demos__card p {
	margin: 0 0 1.1rem;
	flex: 1 1 auto;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--bz-muted, #555);
}

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

.bz-edr-demos__link:hover {
	text-decoration: underline;
}

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

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

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

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

/* 12. FAQ */
.bz-edr-faq__inner {
	max-width: 52rem;
}

.bz-edr-faq__list {
	display: grid;
	gap: 0.85rem;
}

.bz-edr-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-edr-faq__item[open] {
	box-shadow: 0 14px 32px rgba(163, 24, 24, 0.28);
}

.bz-edr-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-edr-faq__question::-webkit-details-marker {
	display: none;
}

.bz-edr-faq__question::marker {
	content: "";
}

.bz-edr-faq__question-text {
	flex: 1 1 auto;
	text-align: left;
}

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

.bz-edr-faq__icon::before,
.bz-edr-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-edr-faq__icon::before {
	width: 100%;
	height: 2px;
	transform: translate(-50%, -50%);
}

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

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

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

.bz-edr-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-edr-faq__question:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -4px;
}

/* 13. Discover */
.bz-edr-discover__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.bz-edr-discover__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"title arrow"
		"text arrow";
	gap: 0.25rem 1rem;
	align-items: center;
	padding: 1.15rem 1.25rem;
	border-radius: var(--bz-radius, 6px);
	background: var(--bz-edr-red);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(163, 24, 24, 0.18);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.bz-edr-discover__row:hover {
	background: var(--bz-edr-red-hover);
	transform: translateY(-1px);
}

.bz-edr-discover__title {
	grid-area: title;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
}

.bz-edr-discover__text {
	grid-area: text;
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.bz-edr-discover__arrow {
	grid-area: arrow;
	font-size: 1.75rem;
	line-height: 1;
	color: #fff;
}

/* 14. Final CTA */
.bz-edr-cta {
	padding-block: var(--bz-section-pad-y-sm, 2rem) var(--bz-section-pad-y);
}

.bz-edr-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-edr-cta__panel {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-edr-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-edr-cta__copy h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

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

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

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

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







