/* Premium testimonials (home + testimonials page). Sin Tailwind. */

.acr-testimonials {
	background: #000;
	color: rgba(245, 245, 245, 0.92);
	position: relative;
	overflow: hidden;
	padding-top: clamp(3.25rem, 8vw, 5.5rem);
	padding-bottom: clamp(3.5rem, 9vw, 6rem);
}

.acr-testimonials .container {
	max-width: 1160px;
}

/* —— Encabezado —— */
.acr-testimonials__header {
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.acr-testimonials__label-cluster {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.acr-testimonials__kicker {
	font-family: Manrope, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.6em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 1.15rem;
	position: relative;
	z-index: 1;
	text-shadow: 0 0 10px rgba(227, 24, 55, 0.45);
}

/* línea superior: desplazada a la derecha */
.acr-testimonials__rule--top {
	position: absolute;
	top: -8px;
	right: -20px;
	width: 96px;
	height: 1px;
	background: #e31837;
	opacity: 0.85;
	pointer-events: none;
}

/* línea inferior: subrayado parcial bajo TESTIMONIOS */
.acr-testimonials__rule--bottom {
	position: absolute;
	bottom: -8px;
	left: -20px;
	width: 128px;
	height: 1px;
	background: #e31837;
	opacity: 0.85;
	pointer-events: none;
}

.acr-testimonials__title {
	font-family: Oxanium, Helvetica, Arial, sans-serif;
	font-size: clamp(1.75rem, 4.5vw, 3rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 0;
	max-width: 38rem;
}

/* —— Slider track —— */
.acr-testimonials__slider-wrap {
	position: relative;
}

.acr-testimonials__slider-wrap--swiper {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.acr-testimonials__slider {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 0.35rem;
	outline: none;
}

.acr-testimonials__slider--swiper {
	overflow: visible;
	scroll-behavior: auto;
	scroll-snap-type: none;
	-webkit-overflow-scrolling: auto;
	cursor: grab;
	gap: 0;
	padding-bottom: 0;
}

.acr-testimonials__slider--swiper:active {
	cursor: grabbing;
}

.acr-testimonials__slider::-webkit-scrollbar {
	display: none;
}

/* —— Card —— */
.acr-testimonials__card {
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
	scroll-snap-align: start;
	background: #1a1a1a;
	border-radius: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
	padding: 1.35rem 1.4rem 1.5rem;
	transition:
		border-color 0.45s ease,
		box-shadow 0.45s ease;
}

.acr-testimonials__card--swiper {
	flex: 0 0 auto;
	max-width: none;
	scroll-snap-align: none;
	height: auto;
}

.acr-testimonials__card:hover {
	border-color: rgba(227, 24, 55, 0.28);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(227, 24, 55, 0.08);
}

.acr-testimonials__card-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.95rem;
}

.acr-testimonials__person {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	min-width: 0;
}

.acr-testimonials__avatar {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Oxanium, Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(145deg, rgba(227, 24, 55, 0.35), rgba(30, 30, 30, 0.95));
	overflow: hidden;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.04), 0 8px 20px rgba(0, 0, 0, 0.32);
}

.acr-testimonials__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acr-testimonials__name {
	font-family: Oxanium, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	margin: 0 0 0.15rem;
	line-height: 1.25;
}

.acr-testimonials__date {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	margin: 0;
}

.acr-testimonials__google {
	flex-shrink: 0;
	opacity: 0.85;
	margin-top: 2px;
}

.acr-testimonials__google svg {
	width: 22px;
	height: 22px;
	display: block;
}

.acr-testimonials__stars {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0.35rem;
	margin-bottom: 0.9rem;
}

.acr-testimonials__stars .fa-star {
	color: #ffc107;
	font-size: 0.95rem;
}

.acr-testimonials__rating-num {
	font-family: Manrope, Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	color: #fff;
	margin-left: 0.35rem;
}

.acr-testimonials__quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
	font-style: italic;
}

/* —— Dots —— */
.acr-testimonials__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.65rem;
	margin-top: clamp(1.75rem, 4vw, 2.25rem);
}

.acr-testimonials__dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.2);
	transition:
		background 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.acr-testimonials__dot:hover,
.acr-testimonials__dot:focus-visible {
	background: rgba(255, 255, 255, 0.38);
	outline: none;
}

.acr-testimonials__dot.is-active {
	background: #e31837;
	box-shadow: 0 0 10px rgba(227, 24, 55, 0.75);
	transform: scale(1.15);
}

/* tablet: 2 cards */
@media (min-width: 768px) {
	.acr-testimonials__card {
		flex: 0 0 calc(50% - 0.625rem);
		max-width: calc(50% - 0.625rem);
	}
}

/* desktop: 3 cards */
@media (min-width: 1100px) {
	.acr-testimonials__card {
		flex: 0 0 calc(33.333% - 0.84rem);
		max-width: calc(33.333% - 0.84rem);
	}
}

.acr-testimonials__slider--swiper .acr-testimonials__card {
	flex: 0 0 auto;
	max-width: none;
}

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

	.acr-testimonials__card {
		transition: none;
	}
}
