/**
 * Reviews page (/reviews/) — match live Elementor layout.
 */

.bz-rv-hero,
.bz-rv-quotes,
.bz-rv-cta {
	--bz-rv-red: #aa3030;
	--bz-rv-red-hover: #922929;
}

/* Equal rhythm: one section pad between blocks (no stacked gaps) */
.bz-rv-hero,
.bz-rv-quotes,
.bz-home-reviews.bz-section,
.bz-rv-cta.bz-section {
	padding-block: var(--bz-section-pad-y);
	margin: 0;
}

.bz-rv-hero + .bz-home-reviews.bz-section,
.bz-rv-hero + .bz-rv-quotes,
.bz-home-reviews.bz-section + .bz-rv-cta.bz-section,
.bz-rv-quotes + .bz-rv-cta.bz-section {
	padding-block-start: 0;
}

.bz-rv-hero {
	background: #fff;
}

.bz-rv-hero__header {
	margin-bottom: 1.75rem;
}

.bz-rv-hero__title {
	margin: 0;
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 800;
	color: #000;
	line-height: 1.2;
}

.bz-rv-hero__title.bz-heading-underline::after {
	background: #000;
}

.bz-rv-hero__grid {
	display: grid;
	gap: 1.75rem;
	align-items: start;
}

@media (min-width: 900px) {
	.bz-rv-hero__grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
		gap: 2.5rem;
	}
}

.bz-rv-hero__lead {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #111;
	max-width: 40rem;
}

.bz-rv-ratings {
	display: grid;
	gap: 1.25rem;
}

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

.bz-rv-ratings__item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.bz-rv-ratings__item img {
	width: 3rem;
	height: 3rem;
	object-fit: contain;
	flex-shrink: 0;
}

.bz-rv-ratings__item strong {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
	color: #000;
	line-height: 1.2;
}

.bz-rv-ratings__item span {
	display: block;
	font-size: 0.92rem;
	color: #333;
	line-height: 1.4;
}

.bz-rv-ratings__link {
	margin-top: 0.25rem !important;
	color: var(--bz-rv-red) !important;
	font-weight: 700;
}

.bz-rv-csat {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: 1.75rem;
	padding: 0.7rem 1.15rem;
	border-radius: 0.5rem;
	background: var(--bz-rv-red);
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
}

.bz-rv-csat img {
	width: 1.5rem;
	height: 1.5rem;
	filter: brightness(0) invert(1);
}

.bz-rv-quotes__wrap {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
}

.bz-rv-quotes__track {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 100%);
	gap: 1.15rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.bz-rv-quotes__track::-webkit-scrollbar {
	display: none;
}

@media (min-width: 800px) {
	.bz-rv-quotes__track {
		grid-auto-columns: minmax(0, calc(50% - 0.575rem));
	}
}

.bz-rv-quotes__card {
	scroll-snap-align: start;
	min-width: 0;
}

.bz-rv-quotes__card blockquote {
	margin: 0;
	height: 100%;
	padding: 1.5rem 1.35rem;
	border: 1px solid var(--bz-border, #e5e5e5);
	border-radius: var(--bz-radius, 6px);
	background: #fff;
}

.bz-rv-quotes__card p {
	margin: 0 0 1.25rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #222;
}

.bz-rv-quotes__card footer {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.bz-rv-quotes__avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #dbeafe url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Ccircle cx='12' cy='9' r='3.2'/%3E%3Cpath d='M5.5 19c1.2-3 3.4-4.5 6.5-4.5s5.3 1.5 6.5 4.5'/%3E%3C/svg%3E") center/60% no-repeat;
	flex-shrink: 0;
}

.bz-rv-quotes__meta {
	font-size: 0.92rem;
	color: #111;
}

.bz-rv-quotes__nav {
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
}

.bz-rv-quotes__nav:hover,
.bz-rv-quotes__nav:focus-visible {
	background: var(--bz-rv-red);
}

/* Last CTA — match live /reviews/ split panel height */
.bz-rv-cta__panel {
	display: grid;
	overflow: hidden;
	border-radius: 0.85rem;
	background: #111;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
	min-height: clamp(15rem, 24vw, 19rem);
}

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

.bz-rv-cta__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
	padding: clamp(1.5rem, 3.2vw, 2.25rem);
	background: #111;
	color: #fff;
}

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

.bz-rv-cta__btn {
	align-self: flex-start;
	background: var(--bz-rv-red) !important;
	border-color: var(--bz-rv-red) !important;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 999px;
	text-transform: none;
	letter-spacing: 0.01em;
	margin-top: 0.35rem;
}

.bz-rv-cta__btn:hover {
	background: var(--bz-rv-red-hover) !important;
	border-color: var(--bz-rv-red-hover) !important;
}

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

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







