.customer-experience {
	position: relative;
	margin-bottom: 80px;
	padding: 44px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	background:
		radial-gradient(circle at 12% 18%, rgba(198, 164, 59, 0.18), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.customer-experience::before {
	content: "";
	position: absolute;
	inset: -80px auto auto -80px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: rgba(198, 164, 59, 0.14);
	filter: blur(45px);
}

.customer-experience::after {
	content: "";
	position: absolute;
	top: 28px;
	left: 34px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(198, 164, 59, 0.16);
	border-radius: 50%;
	box-shadow: inset 0 0 0 28px rgba(198, 164, 59, 0.03);
	opacity: 0.8;
}

.experience-head {
	position: relative;
	z-index: 1;
	max-width: 620px;
	margin-bottom: 30px;
}

.experience-kicker {
	display: inline-grid;
	place-items: center;
	margin-bottom: 12px;
	padding: 8px 16px;
	border: 1px solid rgba(198, 164, 59, 0.35);
	border-radius: 999px;
	background: rgba(198, 164, 59, 0.08);
	color: #f6d875;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.4px;
}

.experience-head h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 900;
	letter-spacing: -1px;
	background: linear-gradient(135deg, #fff 20%, #C6A43B 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.experience-head p {
	margin: 0;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 15px;
	line-height: 2;
}

.experience-grid {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 8px 6px 24px;
	margin-inline: -6px;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
	cursor: grab;
	user-select: none;
}

.experience-grid.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.experience-grid::-webkit-scrollbar {
	display: none;
}

.experience-grid::after {
	content: "";
	flex: 0 0 1px;
}

.experience-card {
	position: relative;
	flex: 0 0 min(360px, 84vw);
	min-height: 230px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: linear-gradient(160deg, rgba(36, 38, 62, 0.9), rgba(23, 25, 45, 0.78));
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	overflow: hidden;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.experience-card::before {
	content: "“";
	position: absolute;
	top: -20px;
	left: 18px;
	color: rgba(198, 164, 59, 0.12);
	font-size: 110px;
	font-weight: 900;
	line-height: 1;
}

.experience-card:hover {
	transform: translateY(-8px);
	border-color: rgba(198, 164, 59, 0.28);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(198, 164, 59, 0.09);
}

.experience-card--main {
	flex-basis: min(430px, 88vw);
	min-height: 270px;
	border-color: rgba(198, 164, 59, 0.32);
	background:
		radial-gradient(circle at 15% 0%, rgba(198, 164, 59, 0.2), transparent 42%),
		linear-gradient(160deg, rgba(44, 43, 68, 0.96), rgba(24, 25, 46, 0.86));
}

.review-top {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
}

.avatar {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: linear-gradient(145deg, #ffe56b, #C6A43B);
	color: #1d1604;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(198, 164, 59, 0.26);
}

.review-top b {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 17px;
}

.review-top small {
	color: rgba(255, 255, 255, 0.48);
	font-size: 12px;
}

.review-top i {
	color: #f6d875;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	filter: drop-shadow(0 0 10px rgba(198, 164, 59, 0.3));
}

.experience-card p {
	position: relative;
	z-index: 1;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 2.1;
}

.review-metric {
	position: relative;
	z-index: 1;
	width: max-content;
	margin-top: 22px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(198, 164, 59, 0.28);
	border-radius: 999px;
	background: rgba(198, 164, 59, 0.08);
}

.review-metric span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	font-weight: 800;
}

.review-metric strong {
	color: #f6d875;
	font-size: 18px;
	font-weight: 900;
}

@media (max-width: 620px) {
	.customer-experience {
		padding: 28px 18px;
		border-radius: 24px;
	}

	.review-top {
		grid-template-columns: auto 1fr;
	}

	.review-top i {
		grid-column: 1 / -1;
	}
}

@media (max-width: 992px) {
	.customer-experience {
		box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	}

	.customer-experience::before {
		background: radial-gradient(circle, rgba(198, 164, 59, 0.16) 0%, transparent 72%);
		filter: none;
	}

	.experience-card {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	}

	.avatar {
		box-shadow: none;
	}

	.review-top i {
		filter: none;
	}
}

@media (hover: none) and (max-width: 992px) {
	.experience-card:hover {
		transform: none;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	}
}
