/* 2026 Review */

/* Image/video hero: black caption panel + Trustpilot-style badges */
.reviews-hero {
	position: relative;
	isolation: isolate;
	padding: 1.75rem 0 2.5rem;
	background-color: #e8e8e8;
	background-image: var(--reviews-hero-image);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.reviews-hero__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	pointer-events: none;
}

.reviews-hero__wash {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.72) 0%,
		rgba(255, 255, 255, 0.45) 45%,
		rgba(255, 255, 255, 0.2) 100%
	);
	pointer-events: none;
}

.reviews-hero--video .reviews-hero__wash {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.55) 0%,
		rgba(255, 255, 255, 0.28) 45%,
		rgba(255, 255, 255, 0.12) 100%
	);
}

.reviews-hero__inner {
	position: relative;
	z-index: 2;
}

.reviews-hero__stack {
	max-width: 34rem;
}

.reviews-hero__breadcrumb {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.35rem 0.7rem;
	border-radius: 0.15rem;
	background: rgba(0, 0, 0, 0.72);
	font-size: 0.875rem;
	line-height: 1.4;
}

.reviews-hero__breadcrumb,
.reviews-hero__breadcrumb a,
.reviews-hero__breadcrumb .breadcrumb,
.reviews-hero__breadcrumb .breadcrumb li,
.reviews-hero__breadcrumb .breadcrumb li a,
.reviews-hero__breadcrumb .breadcrumb li span {
	color: #fff;
}

.reviews-hero__breadcrumb .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
}

.reviews-hero__breadcrumb .breadcrumb li + li::before {
	color: rgba(255, 255, 255, 0.55);
}

.reviews-hero #breadcrumb .breadcrumb li.active,
.reviews-hero #breadcrumb .breadcrumb li.active span {
	color: #ff4d5e;
	font-weight: 600;
}

.reviews-hero__panel {
	background: rgba(0, 0, 0, 0.88);
	color: #fff;
	padding: 1.75rem 1.85rem 1.9rem;
}

.reviews-hero__title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
	margin: 0 0 0.85rem;
	color: #fff;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
}

.reviews-hero__title-text {
	display: inline-block;
}

.reviews-hero__popper {
	display: inline-block;
	width: auto;
	height: 1em;
	vertical-align: middle;
	flex-shrink: 0;
	/* Artwork sits on black — hide the solid black plate if present */
	mix-blend-mode: screen;
}

.reviews-hero__caption {
	color: #fff;
	font-size: 1rem;
	line-height: 1.65;
}

.reviews-hero__caption p {
	margin: 0 0 0.75rem;
}

.reviews-hero__caption p:last-child {
	margin-bottom: 0;
}

.reviews-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.reviews-hero-badge {
	flex: 1 1 11.5rem;
	min-width: 0;
	margin-top: 2rem;
	background: #fff;
	padding: 0.65rem 0.75rem 0.85rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.reviews-hero-badge__bar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.55rem;
	margin-top: -1.5rem;
	padding: 0.2rem 0.45rem;
	border-radius: 0.2rem;
}

.reviews-hero-stars {
	display: inline-flex;
	gap: 0.12rem;
	line-height: 1;
}

.reviews-hero-star {
	color: #fff;
	font-size: 0.95rem;
	background: #00B77F;
	padding: .25rem;
}

.reviews-hero-badge__label {
	margin: 0 0 0.35rem;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 600;
	color: #18181b;
}

.reviews-hero-badge__brand {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.3rem 0.4rem;
	text-align: center;
}

.google-wordmark {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.reviews-hero-badge__reviews {
	font-size: 0.9rem;
	font-weight: 600;
	color: #3f3f46;
}

.reviews-hero-badge__orange-stars {
	color: #fbbc05;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.reviews-hero-badge__claim {
	margin: 0 0 0.4rem;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	color: #18181b;
}

.reviews-hero-badge__claim strong {
	font-weight: 800;
}

.reviews-hero-badge__foot {
	margin: 0;
	text-align: center;
	font-size: 0.68rem;
	line-height: 1.35;
	color: #52525b;
}

@media (max-width: 640px) {
	.reviews-hero {
		padding: 1.25rem 0 1.75rem;
		background-position: center center;
	}

	.reviews-hero__wash {
		background: rgba(255, 255, 255, 0.55);
	}

	.reviews-hero__stack {
		max-width: none;
	}

	.reviews-hero__panel {
		padding: 1.35rem 1.25rem 1.5rem;
	}

	.reviews-hero__badges {
		flex-direction: column;
	}

	.reviews-hero-badge {
		flex: 1 1 auto;
	}
}

/* Centred section bands (carbon + white) */
.dj-2026-band {
	text-align: center;
}

.dj-2026-band > .container {
	margin-left: auto;
	margin-right: auto;
}

.dj-2026-section {
	padding: 2.5rem 0;
	background: #fff;
}

.dj-2026-carbon {
	padding: 2.5rem 0;
}

.dj-2026-band .review-cards-section {
	padding-left: 0;
	padding-right: 0;
}

/* Hero title / caption invert (light text on video) */
.top-video-hero--invert .hero-title,
.top-video-hero--invert .hero-caption,
.top-video-hero--invert .hero-caption p,
.top-video-hero--invert #breadcrumb,
.top-video-hero--invert #breadcrumb a {
	color: #fff;
}

.top-video-hero--invert .hero-caption {
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.65;
	font-style: normal;
}

.top-video-hero--invert .hero-caption p {
	margin: 0 0 0.75rem;
}

.top-video-hero--invert .hero-caption p:last-child {
	margin-bottom: 0;
}

.top-video-hero .hero-caption {
	max-width: 36rem;
	line-height: 1.65;
}

.top-video-hero .hero-caption p {
	margin: 0 0 0.75rem;
}

.top-video-hero .hero-caption p:last-child {
	margin-bottom: 0;
}

.top-video-hero .hero-caption em {
	font-style: italic;
}

.asc-reviews-section {
	padding: 2rem 0 3rem;
	background: #fff;
}

/* Reviews banner intro copy */
.reviews-banner-sub-title p {
	margin: 0 0 0.75rem;
	font-size: inherit;
	line-height: 1.45;
	font-weight: inherit;
	color: inherit;
}

.reviews-banner-sub-title p:last-child {
	margin-bottom: 0;
}

.asc-reviews-scroller {
	display: flex;
	align-items: stretch;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.asc-review-card {
	flex-shrink: 0;
	width: 24rem;
	max-width: 85vw;
	padding: 1rem;
	scroll-snap-align: center;
	border-radius: 0.25rem;
	background: #f4f4f5;
	border: 1px solid #e4e4e7;
	box-sizing: border-box;
}

.asc-review-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.asc-review-name {
	flex: 1;
	font-size: 1.25rem;
	font-weight: 700;
}

.asc-review-rating {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-weight: 600;
}

.asc-review-rating i {
	color: #d21123;
}

.asc-review-body p {
	margin: 1rem 0;
	line-height: 1.6;
	color: #3f3f46;
}

.asc-review-instructor-label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
}

.asc-review-instructor-name {
	font-size: 1.125rem;
	font-weight: 600;
	color: #d21123;
}

.asc-reviews-nav {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.asc-reviews-nav-btn {
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 9999px;
	background: #18181b;
	color: #fff;
	cursor: pointer;
}
