/* ============================================================
   PAGE — Áreas de Atuação
   Identidade visual MPM
   ============================================================ */

/* ------------------------------------------------------------
   01. Hero centralizado dark
   ------------------------------------------------------------ */

.mpm-areas-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 520px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(215, 193, 173, 0.13), transparent 34%),
		radial-gradient(circle at 14% 84%, rgba(215, 193, 173, 0.07), transparent 30%),
		radial-gradient(circle at 86% 70%, rgba(255, 255, 255, 0.035), transparent 30%),
		linear-gradient(135deg, #050505 0%, #10100f 44%, #050505 100%);
	color: #fff;
	text-align: center;
}

.mpm-areas-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.035) 0%,
			rgba(255, 255, 255, 0) 38%,
			rgba(0, 0, 0, 0.34) 100%
		);
}

.mpm-areas-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	width: min(760px, 78vw);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(215, 193, 173, 0.42) 50%,
		transparent 100%
	);
}

.mpm-areas-hero .container {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 100px;
}

.mpm-areas-hero__content {
	max-width: 900px;
	margin: 0 auto;
}

.mpm-areas-hero__chapeu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.mpm-areas-hero__chapeu::before,
.mpm-areas-hero__chapeu::after {
	content: "";
	width: clamp(42px, 7vw, 96px);
	height: 1px;
	background: rgba(215, 193, 173, 0.42);
}

.mpm-areas-hero__title {
	margin: 0 auto;
	max-width: 860px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #d7c1ad;
}

.mpm-areas-hero__text {
	max-width: 700px;
	margin: 28px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 400;
	line-height: 1.68;
}

.mpm-areas-hero__text p {
	margin: 0;
}

.mpm-areas-hero__text p + p {
	margin-top: 14px;
}

/* ------------------------------------------------------------
   02. Introdução
   ------------------------------------------------------------ */

.mpm-areas-intro {
	position: relative;
	overflow: hidden;
	background: #f3f0ec;
	color: #151515;
	padding: clamp(70px, 7vw, 104px) 0;
}

.mpm-areas-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 0%, rgba(21, 21, 21, 0.035), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 48%);
}

.mpm-areas-intro .container {
	position: relative;
	z-index: 2;
}

.mpm-areas-intro__content {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.mpm-areas-intro__chapeu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 0 18px;
	color: #151515;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.mpm-areas-intro__chapeu::before,
.mpm-areas-intro__chapeu::after {
	content: "";
	width: 56px;
	height: 1px;
	background: rgba(21, 21, 21, 0.36);
}

.mpm-areas-intro__title,
.mpm-areas-list__title,
.mpm-areas-cta__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 3.6vw, 56px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #151515;
}

.mpm-areas-intro__text {
	max-width: 790px;
	margin: 24px auto 0;
	color: rgba(21, 21, 21, 0.84);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
}

.mpm-areas-intro__text p {
	margin: 0;
}

.mpm-areas-intro__text p + p {
	margin-top: 18px;
}

/* ------------------------------------------------------------
   03. Lista de Áreas
   ------------------------------------------------------------ */

.mpm-areas-list {
	position: relative;
	overflow: hidden;
	background: #050505;
	color: #fff;
	padding: clamp(76px, 7vw, 108px) 0;
}

.mpm-areas-list::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 0%, rgba(215, 193, 173, 0.08), transparent 36%),
		radial-gradient(circle at 0% 80%, rgba(215, 193, 173, 0.045), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 42%);
}

.mpm-areas-list .container {
	position: relative;
	z-index: 2;
}

.mpm-areas-list__header {
	max-width: 820px;
	margin: 0 auto clamp(44px, 5vw, 66px);
	text-align: center;
}

.mpm-areas-list__title {
	color: #d7c1ad;
}

.mpm-areas-list__text {
	max-width: 680px;
	margin: 20px auto 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.mpm-areas-list__text p {
	margin: 0;
}

.mpm-areas-list__text p + p {
	margin-top: 14px;
}

.mpm-areas-list__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(215, 193, 173, 0.24);
	border-left: 1px solid rgba(215, 193, 173, 0.24);
}

.mpm-areas-list__card {
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: clamp(30px, 3vw, 46px);
	color: #fff;
	text-decoration: none;
	background: transparent;
	border-right: 1px solid rgba(215, 193, 173, 0.24);
	border-bottom: 1px solid rgba(215, 193, 173, 0.24);
	transition:
		background-color 0.25s ease,
		color 0.25s ease;
}

a.mpm-areas-list__card:hover,
a.mpm-areas-list__card:focus-visible {
	background: rgba(215, 193, 173, 0.08);
	color: #fff;
	text-decoration: none;
}

.mpm-areas-list__icon {
	width: 62px;
	height: 62px;
	margin-bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(215, 193, 173, 0.42);
	border-radius: 50%;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		border-color 0.25s ease;
}

.mpm-areas-list__icon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

a.mpm-areas-list__card:hover .mpm-areas-list__icon,
a.mpm-areas-list__card:focus-visible .mpm-areas-list__icon {
	transform: translateY(-4px);
	background: rgba(215, 193, 173, 0.08);
	border-color: rgba(215, 193, 173, 0.72);
}

.mpm-areas-list__card-title {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mpm-areas-list__card-text {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
}

.mpm-areas-list__card-text p {
	margin: 0;
}

.mpm-areas-list__card-text p + p {
	margin-top: 12px;
}
/* ------------------------------------------------------------
   04. CTA Final
   ------------------------------------------------------------ */

.mpm-areas-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #f3f0ec;
	color: #151515;
	padding: clamp(74px, 7vw, 104px) 0;
	text-align: center;
}

.mpm-areas-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 0%, rgba(21, 21, 21, 0.035), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 48%);
}

.mpm-areas-cta__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	background: #050505;
}

.mpm-areas-cta__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mpm-areas-cta__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.92) 0%,
			rgba(0, 0, 0, 0.74) 42%,
			rgba(0, 0, 0, 0.52) 100%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.28) 0%,
			rgba(0, 0, 0, 0.76) 100%
		);
}

.mpm-areas-cta .container {
	position: relative;
	z-index: 2;
}

.mpm-areas-cta__content {
	max-width: 820px;
	margin: 0 auto;
}

.mpm-areas-cta__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 3.6vw, 56px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #151515;
}

.mpm-areas-cta__text {
	max-width: 680px;
	margin: 24px auto 0;
	color: rgba(21, 21, 21, 0.82);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
}

.mpm-areas-cta__text p {
	margin: 0;
}

.mpm-areas-cta__text p + p {
	margin-top: 14px;
}

.mpm-areas-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 34px;
	min-width: 315px;
	min-height: 52px;
	padding: 15px 28px 14px 32px;
	border: 1px solid rgba(21, 21, 21, 0.32);
	background: transparent;
	color: #151515;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease;
}

.mpm-areas-cta__btn:hover,
.mpm-areas-cta__btn:focus-visible {
	background: #151515;
	border-color: #151515;
	color: #fff;
	text-decoration: none;
}

.mpm-areas-cta__btn i {
	font-size: 14px;
	color: currentColor;
	transition: transform 0.25s ease;
}

.mpm-areas-cta__btn:hover i,
.mpm-areas-cta__btn:focus-visible i {
	transform: translateX(5px);
}

/* CTA com imagem de fundo */
.mpm-areas-cta--has-bg {
	background: #050505;
	color: #fff;
}

.mpm-areas-cta--has-bg::before {
	display: none;
}

.mpm-areas-cta--has-bg .mpm-areas-cta__title {
	color: #d7c1ad;
}

.mpm-areas-cta--has-bg .mpm-areas-cta__text {
	color: rgba(255, 255, 255, 0.78);
}

.mpm-areas-cta--has-bg .mpm-areas-cta__btn {
	border-color: rgba(215, 193, 173, 0.62);
	background: rgba(0, 0, 0, 0.16);
	color: #fff;
}

.mpm-areas-cta--has-bg .mpm-areas-cta__btn:hover,
.mpm-areas-cta--has-bg .mpm-areas-cta__btn:focus-visible {
	background: #d7c1ad;
	border-color: #d7c1ad;
	color: #050505;
}