/**
 * Componente: Quote Footer
 */

.bc-quote-footer {
	--bc-quote-footer-text: #000000;
	--bc-quote-footer-bg: #ffffff;
	--bc-quote-footer-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	--bc-quote-footer-max: 1200px;
	--bc-quote-footer-line: 1px solid #000000;

	background: var(--bc-quote-footer-bg);
	color: var(--bc-quote-footer-text);
	font-family: var(--bc-quote-footer-font);
	width: 100%;
}

/* —— Testimonial —— */
.bc-quote-footer__testimonial {
	padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
}

.bc-quote-footer__testimonial-inner {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(140px, 220px) 1fr;
	margin: 0 auto;
	max-width: var(--bc-quote-footer-max);
}

.bc-quote-footer__mark-wrap {
	display: flex;
	justify-content: center;
}

.bc-quote-footer__mark-circle {
	align-items: center;
	aspect-ratio: 1;
	border: 1px solid var(--bc-quote-footer-text);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	/* max-width: 220px; */
	width: 100%;
}

.bc-quote-footer__mark-icon {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 8vw, 5.5rem);
	font-weight: 700;
	line-height: 1;
	margin-top: -0.1em;
}

.bc-quote-footer__slider {
	min-width: 0;
}

.bc-quote-footer__slides {
	position: relative;
}

.bc-quote-footer__slide {
	margin: 0;
	padding: 0;
}

.bc-quote-footer__slide[hidden] {
	display: none;
}

.bc-quote-footer__quote-text {
	font-size: clamp(1.125rem, 2.2vw, 1.75rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.bc-quote-footer__attribution {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.bc-quote-footer__author {
	font-size: clamp(0.875rem, 1.2vw, 1rem);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0;
}

.bc-quote-footer__author[hidden] {
	display: none;
}

.bc-quote-footer__author-line {
	background: var(--bc-quote-footer-text);
	display: block;
	flex: 1 1 120px;
	height: 1px;
	max-width: 280px;
	min-width: 80px;
}

.bc-quote-footer__dots {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	margin-top: 1.75rem;
}

.bc-quote-footer__dot {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	height: 20px;
	justify-content: center;
	padding: 0;
	width: 20px;
}

.bc-quote-footer__dot-inner {
	background: var(--bc-quote-footer-text);
	border-radius: 50%;
	display: block;
	height: 8px;
	width: 8px;
}

.bc-quote-footer__dot.is-active .bc-quote-footer__dot-inner {
	background: transparent;
	border: 1px solid var(--bc-quote-footer-text);
	box-sizing: border-box;
	height: 14px;
	width: 14px;
}

.bc-quote-footer__dot:focus-visible {
	outline: 2px solid var(--bc-quote-footer-text);
	outline-offset: 3px;
}

/* —— Arc footer (semicírculo real: círculo recortado por la mitad) —— */
.bc-quote-footer__arc-wrap {
	padding: 0 clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
}

.bc-quote-footer__arc {
	margin: -10em auto 0;
	max-width: min(1100px, 100%);
}

/* Círculo anclado arriba → semicírculo inferior (curva hacia abajo) */
.bc-quote-footer__arc-curve {
	aspect-ratio: 2 / 1;
	margin: 0 auto -226px;
	overflow: hidden;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 0;
}

.bc-quote-footer__arc-curve::before {
	aspect-ratio: 1;
	border: 1px solid var(--bc-quote-footer-text);
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	left: 50%;
	position: absolute;
	top: 183px;
	transform: translateX(-50%);
	width: 80%;
}

.bc-quote-footer__arc-inner {
	margin: 0 auto;
	max-width: 720px;
	padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem) clamp(2.5rem, 5vw, 3.5rem);
	position: relative;
	text-align: center;
	z-index: 1;
}

.bc-quote-footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.75rem, 2vw, 1.75rem);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bc-quote-footer__nav-list a {
	color: var(--bc-quote-footer-text);
	font-size: clamp(0.75rem, 1.1vw, 0.9375rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.bc-quote-footer__nav-list a:hover,
.bc-quote-footer__nav-list a:focus {
	opacity: 0.65;
}

.bc-quote-footer__divider {
	border: 0;
	border-top: var(--bc-quote-footer-line);
	margin: clamp(1.25rem, 3vw, 2rem) auto;
	width: 100%;
}

.bc-quote-footer__tagline,
.bc-quote-footer__copyright {
	font-size: clamp(0.75rem, 1vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 0.5rem 0 0;
	text-transform: lowercase;
}

.bc-quote-footer__copyright {
	margin-top: 0.75rem;
}

@media (max-width: 768px) {
	.bc-quote-footer__testimonial-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.bc-quote-footer__mark-circle {
		margin: 0 auto;
		max-width: 160px;
	}

	.bc-quote-footer__attribution {
		justify-content: center;
	}

	.bc-quote-footer__author-line {
		display: none;
	}

	.bc-quote-footer__dots {
		justify-content: center;
	}
}
