
.gecs-wrap{width:100%;box-sizing:border-box}
.gecs-wrap *{box-sizing:border-box}
.gecs-top{display:grid;align-items:start}
.gecs-eyebrow{font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.gecs-heading{margin:0}
.gecs-subheading{margin:0}
.gecs-ratings{display:flex;justify-content:flex-end;gap:18px;flex-wrap:wrap}
.gecs-rating-card{min-width:220px;text-align:center;background:#fff;border:1px solid #dde1e7}
.gecs-rating-logo img{display:block;max-width:160px;width:auto;height:auto;margin:0 auto}
.gecs-rating-label{font-size:28px;font-weight:700}
.gecs-rating-number{font-size:38px;font-weight:700;line-height:1}
.gecs-stars{color:#ffb21a;letter-spacing:.08em;line-height:1.2}
.gecs-rating-reviews{margin-top:8px}

.gecs-videos{display:grid}
.gecs-video-card{position:relative;display:block;overflow:hidden;text-decoration:none!important;background:#111;color:#fff}
.gecs-video-card>img{display:block;width:100%;height:100%;object-fit:cover}
.gecs-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:4px solid #fff;border-radius:50%;color:#fff;background:rgba(0,0,0,.2);z-index:3}
.gecs-play svg{width:34%;height:34%;fill:currentColor}
.gecs-video-info{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;background:rgba(7,20,45,.88);z-index:2}
.gecs-video-title{font-weight:700}
.gecs-video-meta{margin-top:4px}

.gecs-reviews-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
.gecs-reviews-heading{font-size:24px;font-weight:700}
.gecs-view-all{text-decoration:none!important}
.gecs-reviews-carousel{--gecs-visible:3;--gecs-gap:20px;position:relative;padding:0 54px 24px}
.gecs-viewport{overflow:hidden;width:100%}
.gecs-track{display:flex;gap:var(--gecs-gap);will-change:transform;transition-property:transform;transition-timing-function:ease}
.gecs-review-card{flex:0 0 calc((100% - (var(--gecs-gap) * (var(--gecs-visible) - 1))) / var(--gecs-visible));min-width:0;background:#fff;border:1px solid #dde1e7}
.gecs-review-top{display:flex;align-items:center;gap:16px}
.gecs-review-logo img{display:block;max-height:40px;max-width:70px;width:auto;height:auto}
.gecs-review-text{margin-top:18px}
.gecs-review-divider{height:1px;background:#e3e6eb;margin:16px 0 12px}
.gecs-review-name{font-weight:700}
.gecs-review-location{margin-top:3px}
.gecs-arrow{position:absolute;top:50%;z-index:5;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #e0e4ea!important;border-radius:50%!important;padding:0!important;margin:0!important;transform:translateY(-50%);cursor:pointer;font-size:30px;line-height:1!important;box-shadow:0 5px 18px rgba(0,0,0,.09)}
.gecs-arrow--prev{left:0}
.gecs-arrow--next{right:0}
.gecs-dots{position:absolute;left:50%;bottom:0;transform:translateX(-50%);display:flex;gap:9px}
.gecs-dot{width:9px;height:9px;border:0;border-radius:50%;padding:0;cursor:pointer}

.gecs-cta{display:flex;align-items:center;justify-content:space-between;gap:24px}
.gecs-cta-left{display:flex;align-items:center;gap:14px}
.gecs-cta-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid currentColor;border-radius:50%;color:#fff}
.gecs-cta-icon svg{width:20px;height:20px;fill:currentColor}
.gecs-cta-text{font-weight:700}
.gecs-cta-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;white-space:nowrap}

@media(max-width:767px){
	.gecs-ratings{justify-content:stretch}
	.gecs-rating-card{flex:1 1 100%;min-width:0}
	.gecs-reviews-header{align-items:flex-start;flex-direction:column}
	.gecs-reviews-carousel{padding:0 42px 24px}
	.gecs-arrow{width:36px!important;height:36px!important;font-size:24px}
	.gecs-cta{flex-direction:column;align-items:stretch}
	.gecs-cta-left{align-items:flex-start}
	.gecs-cta-button{width:100%}
}

.gecs-review-logo{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex:0 0 auto;
	min-width:48px;
}
.gecs-review-logo img,
.gecs-review-logo-img{
	display:block!important;
	width:auto!important;
	height:auto!important;
	max-width:72px!important;
	max-height:42px!important;
	object-fit:contain!important;
	visibility:visible!important;
	opacity:1!important;
}
.gecs-review-top{
	min-height:42px;
}
.gecs-rating-logo img,
.gecs-rating-logo-img{
	display:block!important;
	width:auto!important;
	height:auto!important;
	max-width:160px!important;
	max-height:48px!important;
	margin:0 auto!important;
	object-fit:contain!important;
}
.gecs-video-thumb{
	display:block;
	width:100%!important;
	height:100%!important;
	object-fit:cover!important;
}

/* v1.2 YouTube auto-thumbnail + lightbox */
.gecs-video-card:not(:has(.gecs-video-thumb))::before{content:"";position:absolute;inset:0;background:#111}
.gecs-video-lightbox{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.88)}
.gecs-video-lightbox.is-open{display:flex}
.gecs-video-lightbox-inner{position:relative;width:min(1100px,94vw);aspect-ratio:16/9;background:#000}
.gecs-video-lightbox iframe{display:block;width:100%;height:100%;border:0}
.gecs-video-lightbox-close{position:absolute;right:-8px;top:-48px;width:40px;height:40px;border:0!important;background:transparent!important;color:#fff!important;font-size:38px;line-height:1;cursor:pointer;padding:0!important}
@media(max-width:767px){.gecs-video-lightbox{padding:12px}.gecs-video-lightbox-inner{width:96vw}.gecs-video-lightbox-close{right:0}}

.gecs-play:empty{display:none!important;border:0!important;width:0!important;height:0!important}
.gecs-play i:empty{display:none!important}

/* Equal-height review alignment */
.gecs-reviews-carousel .gecs-track{
	align-items:stretch;
}
.gecs-review-card{
	display:flex!important;
	flex-direction:column!important;
	height:auto!important;
	align-self:stretch!important;
}
.gecs-review-top{
	flex:0 0 auto;
}
.gecs-review-text{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	overflow:hidden!important;
	flex:0 0 auto;
}
.gecs-review-read-more{
	align-self:flex-start;
	border:0!important;
	background:transparent!important;
	padding:0!important;
	margin:6px 0 0!important;
	cursor:pointer;
	text-decoration:none;
}
.gecs-review-divider{
	margin-top:auto!important;
}
.gecs-review-name,
.gecs-review-location{
	flex:0 0 auto;
}
.gecs-review-card{
	min-height:100%;
}

/* Review modal */
.gecs-review-modal{
	position:fixed;
	inset:0;
	z-index:999999;
	display:none;
	align-items:center;
	justify-content:center;
	padding:20px;
	background:rgba(0,0,0,.7);
}
.gecs-review-modal.is-open{display:flex}
.gecs-review-modal-dialog{
	position:relative;
	width:min(620px,95vw);
	max-height:85vh;
	overflow:auto;
	background:#fff;
	padding:28px;
	border-radius:10px;
}
.gecs-review-modal-close{
	position:absolute;
	top:8px;
	right:12px;
	border:0!important;
	background:transparent!important;
	font-size:30px;
	cursor:pointer;
}
.gecs-review-modal-text{
	white-space:pre-wrap;
	padding-right:28px;
}
