/* ============================================================
   LM Testimonial Section — Motion & Atmosphere Layer
   ============================================================ */

.lm-test-wrapper {
	background-color: #0d0d0d;
	padding: 100px 40px;
	position: relative;
	overflow: hidden;
	font-family: 'DM Sans', sans-serif;
}

/* Floating Decorations */
.lm-test-bg-quotes {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}
.lm-test-bg-quote {
	position: absolute;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 300px;
	line-height: 1;
	color: rgba(255,255,255,0.03);
	font-weight: 700;
}
.lm-test-bg-quote--1 { top: -50px; left: -20px; }
.lm-test-bg-quote--2 { bottom: -100px; right: -20px; transform: rotate(180deg); }

.lm-test-heading {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(2rem, 4.5vw, 3.8rem);
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 64px;
	position: relative;
	z-index: 10;
}

/* Carousel */
.lm-test-carousel {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 20px 0 40px;
	scrollbar-width: none;
	position: relative;
	z-index: 10;
}
.lm-test-carousel::-webkit-scrollbar { display: none; }

/* Card */
.lm-test-card {
	flex: 0 0 420px;
	scroll-snap-align: center;
	padding: 48px;
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
	overflow: hidden;
	cursor: grab;
}

.lm-test-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 40px 80px rgba(0,0,0,0.6);
	filter: brightness(1.1);
}

.lm-test-stars {
	display: flex;
	gap: 6px;
	color: #fbbf24;
	font-size: 18px;
}
.lm-test-star {
	display: inline-block;
}

.lm-test-quote {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	margin: 0;
	position: relative;
}
.lm-quote-mark {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 40px;
	color: rgba(255,255,255,0.2);
	vertical-align: middle;
	line-height: 0;
}

.lm-test-divider {
	height: 1px;
	background: rgba(255,255,255,0.1);
	width: 60px;
}

.lm-test-meta {
	display: flex;
	align-items: center;
	gap: 16px;
}
.lm-test-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 16px;
	border: 1px solid rgba(255,255,255,0.2);
}

.lm-test-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.lm-test-name {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 17px;
	font-weight: 700;
}
.lm-test-role {
	font-size: 14px;
	opacity: 0.7;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
	.lm-test-wrapper { padding: 80px 20px; }
	.lm-test-card { flex: 0 0 90vw; padding: 32px; }
	.lm-test-quote { font-size: 18px; }
}
