.lgr-feedback-shell,
.lgr-review-grid,
.lgr-review-carousel {
	--lgr-orange: #f97316;
	--lgr-orange-dark: #ea580c;
	--lgr-ink: #101828;
	--lgr-muted: #667085;
	--lgr-line: #e4e7ec;
	box-sizing: border-box;
}

.lgr-feedback-shell *,
.lgr-review-grid *,
.lgr-review-carousel * {
	box-sizing: border-box;
}

.lgr-feedback-shell .screen-reader-text,
.lgr-review-carousel .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.lgr-feedback-shell {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 28px auto;
	max-width: 680px;
	padding: 0 14px;
}

.lgr-feedback-card {
	background: #fff;
	border: 1px solid #eaecf0;
	border-radius: 18px;
	box-shadow: 0 20px 54px rgba(16, 24, 40, 0.11);
	overflow: hidden;
}

.lgr-feedback-header {
	align-items: center;
	background: #0b0f18;
	display: flex;
	justify-content: space-between;
	padding: 19px 26px;
}

.lgr-feedback-logo {
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0.6px;
}

.lgr-feedback-logo span {
	color: var(--lgr-orange);
}

.lgr-feedback-chip {
	background: rgba(249, 115, 22, 0.13);
	border: 1px solid rgba(249, 115, 22, 0.35);
	border-radius: 999px;
	color: #fdba74;
	font-size: 11px;
	font-weight: 700;
	padding: 6px 9px;
}

.lgr-feedback-body {
	padding: 34px 34px 36px;
}

.lgr-feedback-kicker {
	color: var(--lgr-orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.6px;
	margin: 0 0 8px;
}

.lgr-feedback-body h2,
.lgr-complete-card h2,
.lgr-public-message h2 {
	color: var(--lgr-ink);
	font-size: clamp(25px, 5vw, 34px);
	font-weight: 850;
	letter-spacing: -0.6px;
	line-height: 1.14;
	margin: 0 0 12px;
}

.lgr-feedback-intro,
.lgr-complete-card > p,
.lgr-public-message > p {
	color: var(--lgr-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 27px;
}

.lgr-form-alert {
	background: #fef3f2;
	border: 1px solid #fecdca;
	border-radius: 9px;
	color: #b42318;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 11px 13px;
}

.lgr-public-field {
	margin-bottom: 23px;
}

.lgr-public-field label,
.lgr-rating-field legend {
	color: #344054;
	display: block;
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 8px;
}

.lgr-public-field input,
.lgr-public-field select,
.lgr-public-field textarea {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	color: var(--lgr-ink);
	font: inherit;
	min-height: 46px;
	outline: 0;
	padding: 11px 12px;
	width: 100%;
}

.lgr-public-field select {
	appearance: auto;
}

.lgr-public-field textarea {
	display: block;
	line-height: 1.5;
	min-height: 126px;
	resize: vertical;
}

.lgr-public-field input[readonly] {
	background: #f9fafb;
	color: #475467;
}

.lgr-public-field input:focus,
.lgr-public-field select:focus,
.lgr-public-field textarea:focus {
	border-color: var(--lgr-orange);
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}

.lgr-public-field-row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lgr-public-field small {
	color: #98a2b3;
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 6px;
}

.lgr-label-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.lgr-char-count {
	color: #98a2b3;
	font-size: 11px;
	margin-bottom: 8px;
}

.lgr-rating-field {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

.lgr-star-rating {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.lgr-star-rating input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.lgr-star-rating label {
	color: #d0d5dd;
	cursor: pointer;
	font-size: 39px;
	line-height: 1;
	padding: 0 5px 0 0;
	transition: color 0.15s ease, transform 0.15s ease;
}

.lgr-star-rating label:hover,
.lgr-star-rating label:hover ~ label,
.lgr-star-rating input:checked ~ label {
	color: #f59e0b;
}

.lgr-star-rating input:focus-visible + label {
	border-radius: 4px;
	outline: 3px solid rgba(249, 115, 22, 0.35);
	outline-offset: 2px;
}

.lgr-star-rating label:active {
	transform: scale(0.92);
}

.lgr-rating-feedback {
	color: #667085;
	font-size: 12px;
	font-weight: 650;
	min-height: 18px;
	padding-top: 7px;
}

.lgr-consent {
	align-items: flex-start;
	color: #475467;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 10px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.lgr-consent input {
	accent-color: var(--lgr-orange);
	flex: 0 0 auto;
	height: 18px;
	margin: 1px 0 0;
	width: 18px;
}

.lgr-submit-button,
.lgr-shop-button {
	align-items: center;
	background: var(--lgr-orange);
	border: 0;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	justify-content: space-between;
	min-height: 48px;
	padding: 12px 17px;
	text-decoration: none;
	transition: background 0.15s ease, transform 0.15s ease;
	width: 100%;
}

.lgr-submit-button:hover,
.lgr-submit-button:focus,
.lgr-shop-button:hover,
.lgr-shop-button:focus {
	background: var(--lgr-orange-dark);
	color: #fff;
	transform: translateY(-1px);
}

.lgr-honeypot {
	left: -9999px !important;
	position: absolute !important;
}

.lgr-complete-card,
.lgr-public-message {
	padding: 44px 34px;
	text-align: center;
}

.lgr-complete-icon,
.lgr-public-message__icon {
	align-items: center;
	background: #ecfdf3;
	border-radius: 50%;
	color: #079455;
	display: flex;
	font-size: 30px;
	font-weight: 800;
	height: 64px;
	justify-content: center;
	margin: 0 auto 20px;
	width: 64px;
}

.lgr-public-message__icon {
	background: #fff7ed;
	color: #c2410c;
}

.lgr-email-warning {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 9px;
	color: #9a3412;
	font-weight: 700;
	padding: 12px 14px;
}

.lgr-coupon-box {
	background: #101828;
	border-radius: 13px;
	color: #fff;
	margin: 26px 0 20px;
	padding: 22px 18px;
}

.lgr-coupon-box > span {
	color: #fdba74;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.4px;
}

.lgr-coupon-box strong {
	display: block;
	font-size: clamp(21px, 5vw, 28px);
	letter-spacing: 1px;
	margin: 5px 0 12px;
}

.lgr-copy-coupon {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 10px;
}

.lgr-review-carousel {
	--lgr-review-gap: 18px;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 100%;
}

.lgr-review-carousel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.lgr-review-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.lgr-review-carousel__viewport:focus-visible {
	border-radius: 24px;
	outline: 2px solid var(--lgr-orange);
	outline-offset: 4px;
}

.lgr-review-carousel__track {
	display: flex;
	gap: var(--lgr-review-gap);
}

.lgr-review-card {
	background:
		radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.11), transparent 34%),
		linear-gradient(145deg, #15161a 0%, #0d0e11 100%);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 22px;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.035);
	display: flex;
	flex: 0 0 calc((100% - (var(--lgr-review-gap) * 2)) / 3);
	flex-direction: column;
	isolation: isolate;
	margin: 0;
	min-height: 306px;
	min-width: 0;
	overflow: hidden;
	padding: 30px 30px 27px;
	position: relative;
	scroll-snap-align: start;
}

.lgr-review-carousel--count-1 .lgr-review-card {
	flex-basis: 100%;
}

.lgr-review-carousel--count-2 .lgr-review-card {
	flex-basis: calc((100% - var(--lgr-review-gap)) / 2);
}

.lgr-review-card::before {
	background: linear-gradient(90deg, var(--lgr-orange), #ff9f43);
	content: "";
	height: 3px;
	left: 30px;
	position: absolute;
	top: 0;
	width: 52px;
}

.lgr-review-card__quote {
	color: rgba(249, 115, 22, 0.105);
	font-family: Georgia, serif;
	font-size: 118px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 9px;
	z-index: -1;
}

.lgr-review-card__stars {
	color: #ff861b;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1;
}

.lgr-review-card__stars span {
	color: #3b3d42;
}

.lgr-review-carousel .lgr-review-card blockquote {
	border: 0;
	color: #f5f5f6;
	font-size: clamp(17px, 1.35vw, 21px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.2px;
	line-height: 1.55;
	margin: 32px 0 28px;
	padding: 0;
}

.lgr-review-card footer {
	align-items: flex-end;
	display: flex;
	font-size: 11px;
	gap: 18px;
	justify-content: space-between;
	margin-top: auto;
}

.lgr-review-card__identity {
	min-width: 0;
}

.lgr-review-card__identity > div {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.lgr-review-card footer strong,
.lgr-review-card .lgr-level-badge {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.05px;
	line-height: 1.4;
	text-transform: uppercase;
}

.lgr-review-card footer strong {
	color: #fff;
}

.lgr-review-card__separator {
	color: #777b83;
}

.lgr-review-card .lgr-level-badge {
	color: #aeb0b5;
}

.lgr-review-card .lgr-verified-badge {
	align-items: center;
	color: #b9efcf;
	display: flex;
	font-size: 9px;
	font-weight: 750;
	gap: 4px;
	letter-spacing: 0.25px;
	margin-top: 7px;
}

.lgr-review-card .lgr-verified-badge > span {
	align-items: center;
	background: #15945c;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 7px;
	height: 13px;
	justify-content: center;
	width: 13px;
}

.lgr-review-card time {
	color: #777b83;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.45px;
	text-align: right;
	text-transform: uppercase;
}

.lgr-review-carousel__controls {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 24px;
}

.lgr-review-carousel__controls[hidden] {
	display: none;
}

.lgr-review-carousel__arrow {
	align-items: center;
	appearance: none;
	background: #15161a;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 17px;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
	width: 42px;
}

.lgr-review-carousel__arrow:hover,
.lgr-review-carousel__arrow:focus-visible {
	background: var(--lgr-orange);
	border-color: var(--lgr-orange);
	color: #fff;
	outline: 0;
	transform: translateY(-1px);
}

.lgr-review-carousel__arrow:focus-visible {
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.27);
}

.lgr-review-carousel__arrow:disabled {
	cursor: default;
	opacity: 0.35;
	transform: none;
}

.lgr-review-carousel__dots {
	align-items: center;
	display: flex;
	gap: 7px;
	justify-content: center;
	min-width: 45px;
}

.lgr-review-carousel__dot {
	appearance: none;
	background: #4a4c52;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 7px;
	margin: 0;
	padding: 0;
	transition: background 0.18s ease, width 0.18s ease;
	width: 7px;
}

.lgr-review-carousel__dot[aria-current="true"] {
	background: var(--lgr-orange);
	width: 24px;
}

.lgr-review-carousel__dot:focus-visible {
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.3);
	outline: 0;
}

.lgr-review-carousel[data-static="1"] .lgr-review-carousel__controls {
	display: none;
}

@media (max-width: 900px) {
	.lgr-review-card,
	.lgr-review-carousel--count-2 .lgr-review-card {
		flex-basis: calc((100% - var(--lgr-review-gap)) / 2);
	}

	.lgr-review-carousel--count-1 .lgr-review-card {
		flex-basis: 100%;
	}
}

@media (max-width: 560px) {
	.lgr-feedback-shell {
		margin: 14px auto;
		padding: 0 8px;
	}

	.lgr-feedback-header {
		padding: 16px 18px;
	}

	.lgr-feedback-body,
	.lgr-complete-card,
	.lgr-public-message {
		padding: 27px 20px 29px;
	}

	.lgr-star-rating label {
		font-size: 36px;
	}

	.lgr-review-carousel {
		--lgr-review-gap: 12px;
	}

	.lgr-review-card,
	.lgr-review-carousel--count-2 .lgr-review-card {
		border-radius: 19px;
		flex-basis: 100%;
		min-height: 300px;
		padding: 27px 24px 24px;
	}

	.lgr-review-card::before {
		left: 24px;
	}

	.lgr-review-carousel .lgr-review-card blockquote {
		font-size: 18px;
		margin: 29px 0 26px;
	}

	.lgr-review-card footer {
		align-items: flex-end;
		flex-direction: row;
		gap: 12px;
	}

	.lgr-review-carousel__controls {
		margin-top: 18px;
	}

	.lgr-public-field-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lgr-review-carousel__viewport {
		scroll-behavior: auto;
	}

	.lgr-review-carousel__arrow,
	.lgr-review-carousel__dot {
		transition: none;
	}
}
