/**
 * Doutor — layout dark premium.
 */

.aa-doutor-page {
	background: #0a0a0a;
}

.aa-doutor-page #Content,
.aa-doutor-page .content_wrapper,
.aa-doutor-page .sections_group {
	background: #0a0a0a !important;
}

.aa-doutor-page .section-page-footer {
	display: none;
}

body.page-doutor #Subheader,
body.page-id-84 #Subheader {
	display: none !important;
}

.aa-dr {
	color: #e5e5e5;
}

.aa-dr__inner {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.aa-dr__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-dr__title--hero {
	font-size: clamp(1.75rem, 3.6vw, 2.75rem);
	margin-bottom: 0.75rem;
}

.aa-dr__title--center {
	text-align: center;
}

.aa-dr__kicker {
	margin: 0 0 1.25rem;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.5;
	color: #e5e5e5;
}

.aa-dr__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-dr__text:last-child {
	margin-bottom: 0;
}

/* Hero */
.aa-dr__hero {
	padding: 7rem 0 3.5rem;
}

.aa-dr__hero-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem 3rem;
	align-items: center;
}

.aa-dr__hero-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
}

.aa-dr__hero-media-glow {
	position: absolute;
	inset: 8% 10%;
	background: radial-gradient(
		ellipse at 50% 45%,
		rgba(194, 163, 106, 0.45) 0%,
		rgba(194, 163, 106, 0.16) 42%,
		transparent 72%
	);
	filter: blur(40px);
	pointer-events: none;
}

.aa-dr__hero-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

/* Divisor dourado */
.aa-dr__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%);
}

/* Tecnologia / Protótipos */
.aa-dr__tech {
	padding: 0 0 3.5rem;
}

.aa-dr__tech-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem 3rem;
	align-items: center;
}

.aa-dr__tech-media {
	position: relative;
}

.aa-dr__tech-image {
	display: block;
	width: 100%;
	max-width: 460px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	-webkit-mask-image: linear-gradient(to right, #000 70%, transparent 100%);
	mask-image: linear-gradient(to right, #000 70%, transparent 100%);
	box-shadow: inset -48px 0 48px -24px #0a0a0a;
}

/* Passos */
.aa-dr__steps {
	padding: 0 0 3.5rem;
}

.aa-dr__steps-grid {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.aa-dr__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 0.75rem;
}

.aa-dr__step:not(:last-child)::after {
	content: ">";
	position: absolute;
	top: 1.35rem;
	right: -0.35rem;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: rgba(194, 163, 106, 0.55);
	pointer-events: none;
}

.aa-dr__step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 0.85rem;
	color: #c2a36a;
}

.aa-dr__step-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.15;
}

.aa-dr__step-icon .aa-tooth-icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.aa-dr__step-title {
	margin: 0;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.45;
	color: #e5e5e5;
}

/* CTA */
.aa-dr__cta {
	padding: 0 0 4.5rem;
}

.aa-dr__cta-inner {
	text-align: center;
}

.aa-dr__cta .aa-dr__title {
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
}

.aa-dr__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.aa-dr__hero {
		padding-top: 5rem;
	}

	.aa-dr__hero-grid,
	.aa-dr__tech-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.aa-dr__hero-media {
		order: -1;
		min-height: 220px;
	}

	.aa-dr__tech-image {
		max-width: 100%;
		-webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
		mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
		box-shadow: none;
	}

	.aa-dr__steps-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.aa-dr__step {
		padding: 0;
	}

	.aa-dr__step:not(:last-child)::after {
		display: none;
	}

	.aa-dr__cta-actions .aa-btn-gold {
		width: 100%;
		max-width: 320px;
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.aa-dr__steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 1.5rem;
	}

	.aa-dr__step:nth-child(2n)::after {
		display: none;
	}
}
