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

.rgr-reviews {
	--rgr-navy: #071d38;
	--rgr-blue: #123c67;
	--rgr-gold: #d9a441;
	--rgr-gold-light: #f5cb72;
	--rgr-ink: #122033;
	--rgr-muted: #677386;
	position: relative;
	width: 100%;
	padding: clamp(54px, 7vw, 92px) 20px;
	overflow: hidden;
	font-family: inherit;
	background:
		radial-gradient(circle at 4% 6%, rgba(217, 164, 65, .10), transparent 28%),
		radial-gradient(circle at 94% 92%, rgba(18, 60, 103, .08), transparent 30%),
		linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
	color: var(--rgr-ink);
}

.rgr-reviews::before,
.rgr-reviews::after {
	position: absolute;
	content: "";
	pointer-events: none;
	border: 1px solid rgba(217, 164, 65, .15);
	border-radius: 999px;
}

.rgr-reviews::before {
	top: -190px;
	right: -140px;
	width: 380px;
	height: 380px;
}

.rgr-reviews::after {
	bottom: -210px;
	left: -180px;
	width: 420px;
	height: 420px;
}

.rgr-shell {
	position: relative;
	z-index: 1;
	max-width: 1240px;
	margin: 0 auto;
}

.rgr-heading-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 34px;
}

.rgr-heading-copy {
	max-width: 730px;
}

.rgr-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 11px;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: .16em;
	color: #9a6a12;
}

.rgr-eyebrow::before {
	width: 28px;
	height: 1px;
	content: "";
	background: var(--rgr-gold);
}

.rgr-heading-copy h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 49px);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--rgr-navy);
}

.rgr-subheading {
	max-width: 640px;
	margin: 15px 0 0;
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.65;
	color: var(--rgr-muted);
}

.rgr-summary {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 13px;
	min-width: 238px;
	padding: 16px 19px;
	border: 1px solid rgba(9, 42, 76, .10);
	border-radius: 16px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 9px 28px rgba(7, 29, 56, .07);
	backdrop-filter: blur(12px);
}

.rgr-google-g {
	display: block;
	flex: 0 0 auto;
	width: 35px;
	height: 35px;
}

.rgr-google-g-small {
	width: 22px;
	height: 22px;
}

.rgr-summary-line {
	display: flex;
	align-items: center;
	gap: 9px;
	line-height: 1;
}

.rgr-summary-line strong {
	font-size: 23px;
	font-weight: 780;
	color: var(--rgr-navy);
}

.rgr-stars {
	color: #f4aa18;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .03em;
}

.rgr-review-count {
	display: block;
	margin-top: 7px;
	font-size: 12.5px;
	color: var(--rgr-muted);
}

.rgr-slider-wrap {
	position: relative;
}

.rgr-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 48px) / 3);
	gap: 24px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 6px 2px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.rgr-track::-webkit-scrollbar {
	display: none;
}

.rgr-track:focus-visible {
	outline: 2px solid var(--rgr-gold);
	outline-offset: 5px;
	border-radius: 18px;
}

.rgr-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 292px;
	flex-direction: column;
	padding: 25px 25px 23px;
	overflow: hidden;
	border: 1px solid rgba(8, 37, 68, .09);
	border-radius: 21px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(7, 29, 56, .07);
	scroll-snap-align: start;
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.rgr-card::before {
	position: absolute;
	top: 0;
	left: 25px;
	width: 58px;
	height: 3px;
	content: "";
	border-radius: 0 0 5px 5px;
	background: linear-gradient(90deg, var(--rgr-gold), var(--rgr-gold-light));
}

.rgr-card:hover {
	transform: translateY(-4px);
	border-color: rgba(217, 164, 65, .34);
	box-shadow: 0 20px 46px rgba(7, 29, 56, .11);
}

.rgr-card-top,
.rgr-person {
	display: flex;
	align-items: center;
}

.rgr-card-top {
	justify-content: space-between;
	gap: 16px;
}

.rgr-person {
	min-width: 0;
	gap: 12px;
}

.rgr-avatar {
	display: grid;
	width: 47px;
	height: 47px;
	flex: 0 0 47px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(8, 37, 68, .10), 0 5px 13px rgba(7, 29, 56, .10);
}

.rgr-avatar-fallback {
	font-size: 14px;
	font-weight: 760;
	letter-spacing: .03em;
	background: linear-gradient(145deg, #0b294b, #174e7e);
	color: #fff;
}

.rgr-person-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.rgr-person-copy strong {
	overflow: hidden;
	font-size: 15.5px;
	font-weight: 720;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--rgr-navy);
}

.rgr-person-copy span {
	font-size: 12px;
	color: #8490a0;
}

.rgr-card-google {
	display: block;
	flex: 0 0 auto;
}

.rgr-card-stars {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 21px;
}

.rgr-verified {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: .01em;
	color: #8490a0;
}

.rgr-comment-wrap {
	position: relative;
	z-index: 1;
	margin-top: 18px;
}

.rgr-comment {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-size: 14.5px;
	font-style: normal;
	line-height: 1.72;
	color: #455164;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.rgr-card.is-expanded .rgr-comment {
	display: block;
	overflow: visible;
}

.rgr-read-more {
	margin: 11px 0 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(10, 43, 76, .2);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	background: none;
	color: var(--rgr-blue);
	cursor: pointer;
}

.rgr-read-more:focus-visible {
	outline: 2px solid var(--rgr-gold);
	outline-offset: 3px;
}

.rgr-quote {
	position: absolute;
	right: 17px;
	bottom: -25px;
	font-family: Georgia, serif;
	font-size: 114px;
	font-weight: 700;
	line-height: 1;
	color: rgba(217, 164, 65, .08);
}

.rgr-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 10px;
}

.rgr-arrow {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(7, 29, 56, .14);
	border-radius: 50%;
	background: rgba(255, 255, 255, .78);
	color: var(--rgr-navy);
	cursor: pointer;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.rgr-arrow:hover {
	transform: translateY(-1px);
	border-color: var(--rgr-navy);
	background: var(--rgr-navy);
	color: #fff;
}

.rgr-arrow:focus-visible {
	outline: 2px solid var(--rgr-gold);
	outline-offset: 3px;
}

.rgr-arrow svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rgr-progress {
	position: relative;
	width: 88px;
	height: 3px;
	overflow: hidden;
	border-radius: 3px;
	background: rgba(7, 29, 56, .11);
}

.rgr-progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--rgr-gold), var(--rgr-gold-light));
	transition: width .25s ease;
}

.rgr-footer-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 31px;
}

.rgr-link {
	display: inline-flex;
	min-height: 47px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.rgr-link:hover {
	transform: translateY(-2px);
}

.rgr-link-primary {
	background: var(--rgr-navy);
	box-shadow: 0 9px 22px rgba(7, 29, 56, .18);
	color: #fff !important;
}

.rgr-link-secondary {
	border-color: rgba(7, 29, 56, .14);
	background: rgba(255, 255, 255, .65);
	color: var(--rgr-navy) !important;
}

.rgr-empty {
	padding: 14px 16px;
	border: 1px dashed #c3c4c7;
	border-radius: 8px;
	background: #f6f7f7;
	color: #50575e;
}

@media (max-width: 960px) {
	.rgr-heading-row {
		align-items: flex-start;
	}

	.rgr-track {
		grid-auto-columns: calc((100% - 22px) / 2);
		gap: 22px;
	}
}

@media (max-width: 720px) {
	.rgr-reviews {
		padding-right: 16px;
		padding-left: 16px;
	}

	.rgr-heading-row {
		flex-direction: column;
		gap: 23px;
		margin-bottom: 27px;
	}

	.rgr-summary {
		min-width: 0;
		align-self: stretch;
	}

	.rgr-track {
		grid-auto-columns: 88%;
		gap: 15px;
		margin-right: -16px;
		padding-right: 16px;
	}

	.rgr-card {
		min-height: 286px;
		padding: 23px 21px 21px;
		border-radius: 18px;
	}

	.rgr-card::before {
		left: 21px;
	}

	.rgr-controls {
		justify-content: center;
		margin-top: 12px;
	}

	.rgr-footer-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rgr-link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rgr-track {
		scroll-behavior: auto;
	}

	.rgr-card,
	.rgr-arrow,
	.rgr-link,
	.rgr-progress span {
		transition: none;
	}
}

