/**
 * Quem Somos — layout dark premium.
 */

.aa-quem-somos-page {
	background: #0a0a0a;
}

.aa-quem-somos-page #Content,
.aa-quem-somos-page .content_wrapper,
.aa-quem-somos-page .sections_group {
	background: #0a0a0a !important;
}

.aa-quem-somos-page .section-page-footer {
	display: none;
}

body.page-quem-somos #Subheader,
body.page-id-48 #Subheader {
	display: none !important;
}

.aa-qs {
	color: #e5e5e5;
}

.aa-qs__inner {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.aa-qs__title {
	margin: 0 0 1rem;
	font-family: "Cinzel", "Playfair Display", Georgia, serif;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 600;
	line-height: 1.2;
	color: #c2a36a;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aa-qs__title--hero {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 1.25rem;
}

.aa-qs__title--center {
	text-align: center;
}

.aa-qs__lead,
.aa-qs__text {
	margin: 0 0 1rem;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	color: #e5e5e5;
}

.aa-qs__lead:last-child,
.aa-qs__text:last-child {
	margin-bottom: 0;
}

/* Hero */
.aa-qs__hero {
	padding: 7rem 0 3.5rem;
}

.aa-qs__hero-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem 3rem;
	align-items: center;
}

.aa-qs__hero-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
}

.aa-qs__hero-media-glow {
	position: absolute;
	inset: 8% 10%;
	background: radial-gradient(
		ellipse at 30% 25%,
		rgba(194, 163, 106, 0.35) 0%,
		rgba(194, 163, 106, 0.12) 42%,
		transparent 72%
	);
	filter: blur(36px);
	pointer-events: none;
}

.aa-qs__hero-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

/* Divisor dourado */
.aa-qs__divider {
	max-width: 1220px;
	margin: 0 auto 3rem;
	padding: 0 1.25rem;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #c2a36a 20%, #c2a36a 80%, transparent 100%);
}

/* Jornada */
.aa-qs__journey {
	padding: 0 0 3.5rem;
}

.aa-qs__journey-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem 3rem;
	align-items: center;
}

.aa-qs__journey-media {
	position: relative;
}

.aa-qs__journey-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
	-webkit-mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
	opacity: 0.95;
}

/* Diferenciais */
.aa-qs__diff {
	padding: 0 0 3.5rem;
}

.aa-qs__diff-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 2rem;
	padding: 1.75rem 0;
	border-top: 1px solid rgba(194, 163, 106, 0.15);
	border-bottom: 1px solid rgba(194, 163, 106, 0.15);
}

.aa-qs__diff-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0.5rem 1.25rem;
}

.aa-qs__diff-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 72%;
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-50%);
}

.aa-qs__diff-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 0.85rem;
	color: #c2a36a;
}

.aa-qs__diff-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.15;
}

.aa-tooth-icon {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.aa-qs__diff-label {
	margin: 0 0 0.5rem;
	font-family: "Cinzel", Georgia, serif;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.3;
	color: #c2a36a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aa-qs__diff-text {
	margin: 0;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 1.55;
	color: #a0a0a0;
}

/* Pilares */
.aa-qs__pillars {
	padding: 0 0 3.5rem;
}

.aa-qs__pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3rem;
}

.aa-qs__pillar-title {
	margin: 0 0 0.85rem;
	font-family: "Cinzel", Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: #c2a36a;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* CTA */
.aa-qs__cta {
	padding: 0 0 4.5rem;
}

.aa-qs__cta-inner {
	text-align: center;
}

.aa-qs__cta .aa-qs__title {
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
}

.aa-qs__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 2rem 0 2.5rem;
}

.aa-btn-gold--outline {
	background: transparent !important;
	color: #c2a36a !important;
	box-shadow: inset 0 0 0 1px #c2a36a !important;
}

.aa-btn-gold--outline:hover {
	filter: brightness(1.08);
	background: rgba(194, 163, 106, 0.08) !important;
	color: #c2a36a !important;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 768px) {
	.aa-qs__hero {
		padding-top: 5rem;
	}

	.aa-qs__hero-grid,
	.aa-qs__journey-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.aa-qs__hero-media {
		order: -1;
		min-height: 220px;
	}

	.aa-qs__diff-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 1.5rem 0;
	}

	.aa-qs__diff-item:not(:last-child)::after {
		display: none;
	}

	.aa-qs__diff-item:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding-bottom: 1.25rem;
	}

	.aa-qs__pillars-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		justify-items: center;
	}

	.aa-qs__pillar {
		width: 100%;
		max-width: 28rem;
		margin-inline: auto;
		text-align: center;
	}

	.aa-qs__cta-actions {
		flex-direction: column;
	}

	.aa-qs__cta-actions .aa-btn-gold {
		width: 100%;
		max-width: 320px;
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.aa-qs__diff-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem 0;
	}

	.aa-qs__diff-item:nth-child(2n)::after {
		display: none;
	}
}
