.cal-reviews-template-page .site-content,
.cal-reviews-template-page #content,
.cal-reviews-template-page #primary,
.cal-reviews-template-page .content-area,
.cal-reviews-template-page .site-main {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.cal-reviews-template-page .site-content,
.cal-reviews-template-page #content {
	display: block !important;
}

.cal-reviews-template-page #primary,
.cal-reviews-template-page .content-area {
	float: none !important;
	flex: 0 0 100% !important;
}

.cal-reviews-template-page .inside-right-sidebar,
.cal-reviews-template-page .inside-left-sidebar,
.cal-reviews-template-page .sidebar,
.cal-reviews-template-page #right-sidebar,
.cal-reviews-template-page #left-sidebar {
	display: none !important;
}

.cal-reviews-template-page .container.grid-container,
.cal-reviews-template-page .site.grid-container {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.cal-reviews-shell {
	max-width: 1280px;
	margin: 0 auto;
}

.cal-reviews-hero {
	background: #1d1f24;
	padding: 54px 20px 56px;
}

.cal-reviews-hero h1 {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 5vw, 3rem);
	line-height: 1.08;
	font-weight: 700;
}

.cal-reviews-hero h1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 3px;
	background: #f0b400;
}

.cal-reviews-content {
	padding: 12px 20px 56px;
	background: #fff;
}

.cal-reviews-breadcrumbs {
	margin-bottom: 44px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ececec;
	color: #8891a0;
	font-size: 12px;
}

.cal-reviews-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.cal-reviews-breadcrumbs span {
	margin: 0 8px;
}

.reviews {
	font-family: inherit;
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
	box-sizing: border-box;
}

.reviews *,
.reviews *::before,
.reviews *::after {
	box-sizing: border-box;
}

.reviews-header {
	text-align: center;
	margin-bottom: 3rem;
}

.reviews-header h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 0.5rem 0;
	color: #1e2a3e;
	letter-spacing: -0.02em;
}

.reviews-header .subheading {
	font-size: 0.9rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffb703;
	background: rgba(255, 183, 3, 0.1);
	display: inline-block;
	padding: 0.4rem 1.2rem;
	border-radius: 40px;
	margin-top: 0.5rem;
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin: 2rem 0 2.5rem;
}

.card {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.02);
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 1px solid #f0f0f0;
}

.card-video-trigger {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.card-video-trigger:focus-visible {
	outline: 3px solid #ffb606;
	outline-offset: 3px;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 38px -12px rgba(0, 0, 0, 0.13);
	border-color: #e2dcd5;
}

.video-thumbnail {
	position: relative;
	background: #f0f0f0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card:hover .video-thumbnail img {
	transform: scale(1.04);
}

.play-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.03) 40%, transparent 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: background 0.35s ease;
}

.card:hover .play-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.08) 40%, transparent 100%);
}

.play-btn-circle {
	width: 58px;
	height: 58px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.12);
	transition: all 0.3s ease;
	pointer-events: none;
}

.card:hover .play-btn-circle {
	transform: scale(1.08);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(255, 255, 255, 0.18);
}

.play-btn-circle svg {
	width: 22px;
	height: 22px;
	margin-left: 3px;
	fill: #1e2a3e;
}

.card-content {
	padding: 1.1rem 1.15rem 1.3rem;
	background: #ffffff;
}

.card-content h4 {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.15rem;
	color: #1e293b;
}

.card-content p {
	font-size: 0.82rem;
	color: #5b6e8c;
	margin: 0.4rem 0 0;
	line-height: 1.45;
	font-weight: 500;
}

.card-content p span.country {
	color: #ffb703;
	font-weight: 600;
}

.modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.player-wrapper {
	position: relative;
	width: 94vw;
	max-width: 1200px;
	background: #000000;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	animation: modalIn 0.3s ease;
}

@keyframes modalIn {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}

#player {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	position: relative;
}

#player iframe,
#player video {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: #000;
}

.close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0.55);
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	transition: all 0.2s ease;
	padding: 0;
}

.close-btn svg {
	width: 14px;
	height: 14px;
	stroke: #ffffff;
	stroke-width: 2.5;
	fill: none;
	stroke-linecap: round;
}

.close-btn:hover {
	background: #ffb703;
	border-color: #ffb703;
	transform: scale(1.1);
}

@media (max-width: 992px) {
	.video-grid { gap: 1.5rem; }
	.reviews-header h2 { font-size: 2rem; }
}

@media (max-width: 768px) {
	.cal-reviews-hero { padding: 40px 18px 42px; }
	.cal-reviews-content { padding-left: 16px; padding-right: 16px; }
	.video-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}
	.card-content h4 { font-size: 1.05rem; }
	.play-btn-circle { width: 48px; height: 48px; }
	.play-btn-circle svg { width: 18px; height: 18px; }
	.player-wrapper { width: 96vw; }
}

@media (max-width: 540px) {
	.video-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.player-wrapper { width: 98vw; border-radius: 10px; }
	.close-btn { width: 28px; height: 28px; top: 8px; right: 8px; }
	.close-btn svg { width: 12px; height: 12px; }
	.reviews-header h2 { font-size: 1.75rem; }
}

/* Final typography normalization for this page. */
.cal-reviews-page,
.cal-reviews-page p,
.cal-reviews-page a,
.cal-reviews-page button {
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.cal-reviews-page .reviews-header h2 {
	margin: 0 0 24px;
	color: #333;
	font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 36.4px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
}

.cal-reviews-page .card-content h4 {
	color: #333;
	font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 23.4px;
	font-weight: 600;
	letter-spacing: 0;
}

.cal-reviews-page .card-content p {
	color: #606060;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
}

.cal-reviews-page .card-content p span.country {
	color: #ffb703;
	font-weight: 600;
}

@media (max-width: 768px) {
	.cal-reviews-page .reviews-header h2 {
		font-size: 24px;
		line-height: 31.2px;
	}
}
