/* ============================================================
   PAGE — Serviços
   Identidade visual MPM
   ============================================================ */

/* ------------------------------------------------------------
   01. Hero
   ------------------------------------------------------------ */

.mpm-services-hero {
	position: relative;
	isolation: isolate;
	min-height: 640px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #050505;
	color: #fff;
}

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

.mpm-services-hero__media picture,
.mpm-services-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.mpm-services-hero__media img {
	object-fit: cover;
	object-position: center right;
}

.mpm-services-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.98) 0%,
			rgba(0, 0, 0, 0.92) 28%,
			rgba(0, 0, 0, 0.58) 56%,
			rgba(0, 0, 0, 0.16) 100%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.14) 0%,
			rgba(0, 0, 0, 0.68) 100%
		);
}

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

.mpm-services-hero__content {
	max-width: 620px;
}

.mpm-services-hero__chapeu {
	margin: 0 0 20px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.86);
}

.mpm-services-hero__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 4.6vw, 72px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.025em;
	color: #d7c1ad;
}

.mpm-services-hero__text {
	max-width: 560px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 400;
	line-height: 1.65;
}

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

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

.mpm-services-hero__btn,
.mpm-services-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(215, 193, 173, 0.6);
	background: rgba(0, 0, 0, 0.16);
	color: #fff;
	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-services-hero__btn:hover,
.mpm-services-hero__btn:focus-visible,
.mpm-services-cta__btn:hover,
.mpm-services-cta__btn:focus-visible {
	background: #d7c1ad;
	border-color: #d7c1ad;
	color: #050505;
	text-decoration: none;
}

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

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

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

.mpm-services-intro {
	position: relative;
	overflow: hidden;
	background: #f3f0ec;
	color: #151515;
}

.mpm-services-intro__grid {
	display: grid;
	grid-template-columns: 40.2% 59.8%;
	min-height: 500px;
}

.mpm-services-intro__media {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background: #111;
}

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

.mpm-services-intro__body {
	display: flex;
	align-items: center;
	padding: clamp(64px, 6vw, 96px) clamp(34px, 7vw, 116px);
}

.mpm-services-intro__content {
	max-width: 740px;
}

.mpm-services-intro__chapeu,
.mpm-services-list__chapeu,
.mpm-services-steps__chapeu {
	display: flex;
	align-items: 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-services-intro__chapeu::after,
.mpm-services-list__chapeu::after,
.mpm-services-steps__chapeu::after {
	content: "";
	width: 56px;
	height: 1px;
	background: rgba(21, 21, 21, 0.42);
}

.mpm-services-intro__title,
.mpm-services-list__title,
.mpm-services-steps__title,
.mpm-services-differentials__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-services-intro__text {
	max-width: 720px;
	margin-top: 22px;
	color: rgba(21, 21, 21, 0.84);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
}

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

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

/* ------------------------------------------------------------
   03. Lista de Serviços
   ------------------------------------------------------------ */

.mpm-services-list {
	position: relative;
	overflow: hidden;
	background: #f3f0ec;
	color: #151515;
	padding: clamp(72px, 7vw, 104px) 0;
	border-top: 1px solid rgba(21, 21, 21, 0.08);
}

.mpm-services-list__header {
	max-width: 850px;
	margin: 0 auto clamp(42px, 5vw, 64px);
	text-align: center;
}

.mpm-services-list__chapeu {
	justify-content: center;
}

.mpm-services-list__chapeu::before {
	content: "";
	width: 56px;
	height: 1px;
	background: rgba(21, 21, 21, 0.42);
}

.mpm-services-list__title {
	max-width: 760px;
	margin-inline: auto;
}

.mpm-services-list__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(21, 21, 21, 0.14);
	border-left: 1px solid rgba(21, 21, 21, 0.14);
}

.mpm-services-list__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: clamp(30px, 3vw, 46px);
	color: #151515;
	text-decoration: none;
	background: transparent;
	border-right: 1px solid rgba(21, 21, 21, 0.14);
	border-bottom: 1px solid rgba(21, 21, 21, 0.14);
	transition:
		background-color 0.25s ease,
		color 0.25s ease;
}

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

.mpm-services-list__icon {
	width: 58px;
	height: 58px;
	margin-bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease;
}

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

a.mpm-services-list__card:hover .mpm-services-list__icon,
a.mpm-services-list__card:focus-visible .mpm-services-list__icon {
	transform: translateY(-4px);
}

.mpm-services-list__card-title {
	margin: 0;
	color: #151515;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -0.01em;
}

.mpm-services-list__card-text {
	margin-top: 16px;
	color: rgba(21, 21, 21, 0.78);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}

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

.mpm-services-list__card-text p + p {
	margin-top: 12px;
}

/* ------------------------------------------------------------
   04. Como Funciona
   ------------------------------------------------------------ */

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

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

.mpm-services-steps .container {
	position: relative;
	z-index: 2;
}

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

.mpm-services-steps__chapeu {
	justify-content: center;
	color: rgba(255, 255, 255, 0.86);
}

.mpm-services-steps__chapeu::before {
	content: "";
	width: 56px;
	height: 1px;
	background: rgba(215, 193, 173, 0.42);
}

.mpm-services-steps__chapeu::after {
	background: rgba(215, 193, 173, 0.42);
}

.mpm-services-steps__title {
	color: #d7c1ad;
}

.mpm-services-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpm-services-steps__item {
	position: relative;
	min-height: 250px;
	padding: 0 clamp(24px, 3vw, 52px);
	text-align: center;
}

.mpm-services-steps__item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 1px;
	height: 170px;
	background: rgba(215, 193, 173, 0.32);
}

.mpm-services-steps__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 24px;
	border: 1px solid rgba(215, 193, 173, 0.48);
	border-radius: 50%;
	color: #d7c1ad;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
}

.mpm-services-steps__item-title {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mpm-services-steps__text {
	max-width: 290px;
	margin: 14px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14.5px;
	line-height: 1.65;
}

.mpm-services-steps__text p {
	margin: 0;
}

.mpm-services-steps__text p + p {
	margin-top: 12px;
}

/* ------------------------------------------------------------
   05. Diferenciais
   ------------------------------------------------------------ */

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

.mpm-services-differentials__grid {
	display: grid;
	grid-template-columns: 56% 44%;
	align-items: center;
	gap: clamp(40px, 6vw, 90px);
}

.mpm-services-differentials__content {
	max-width: 760px;
}

.mpm-services-differentials__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.mpm-services-differentials__list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: rgba(21, 21, 21, 0.84);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
}

.mpm-services-differentials__list span {
	flex: 0 0 auto;
	width: 23px;
	height: 23px;
	margin-top: -2px;
	border: 1px solid rgba(21, 21, 21, 0.22);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #151515;
	font-size: 10px;
}

.mpm-services-differentials__highlight {
	position: relative;
	padding: clamp(38px, 4vw, 58px);
	background: #050505;
	color: #d7c1ad;
}

.mpm-services-differentials__highlight::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(215, 193, 173, 0.28);
	pointer-events: none;
}

.mpm-services-differentials__highlight p {
	position: relative;
	z-index: 2;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

/* ------------------------------------------------------------
   06. CTA Final
   ------------------------------------------------------------ */

.mpm-services-cta {
	position: relative;
	overflow: hidden;
	background: #050505;
	color: #fff;
	padding: clamp(76px, 7vw, 110px) 0;
	text-align: center;
}

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

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

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

.mpm-services-cta__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: #d7c1ad;
}

.mpm-services-cta__text {
	max-width: 680px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

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

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

/* ------------------------------------------------------------
   Responsivo
   ------------------------------------------------------------ */

@media (max-width: 1199.98px) {
	.mpm-services-intro__grid {
		grid-template-columns: 43% 57%;
	}

	.mpm-services-intro__body {
		padding-inline: 52px;
	}

	.mpm-services-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mpm-services-steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 48px;
	}

	.mpm-services-steps__item:nth-child(odd)::before {
		display: none;
	}

	.mpm-services-differentials__grid {
		grid-template-columns: 1fr;
	}

	.mpm-services-differentials__highlight {
		max-width: 720px;
	}
}

@media (max-width: 991.98px) {
	.mpm-services-hero {
		min-height: 620px;
		align-items: flex-end;
	}

	.mpm-services-hero__media img {
		object-position: center top;
	}

	.mpm-services-hero__shade {
		background:
			linear-gradient(
				180deg,
				rgba(0, 0, 0, 0.12) 0%,
				rgba(0, 0, 0, 0.42) 38%,
				rgba(0, 0, 0, 0.94) 82%,
				rgba(0, 0, 0, 0.98) 100%
			);
	}

	.mpm-services-hero .container {
		padding-top: 160px;
		padding-bottom: 72px;
	}

	.mpm-services-intro__grid {
		grid-template-columns: 1fr;
	}

	.mpm-services-intro__media {
		min-height: 390px;
	}

	.mpm-services-intro__body {
		padding: 56px 24px 64px;
	}

	.mpm-services-list,
	.mpm-services-steps,
	.mpm-services-differentials,
	.mpm-services-cta {
		padding: 64px 0;
	}

	.mpm-services-differentials__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.mpm-services-list__grid,
	.mpm-services-steps__grid {
		grid-template-columns: 1fr;
	}

	.mpm-services-steps__item {
		min-height: 0;
		padding: 36px 24px;
	}

	.mpm-services-steps__item:not(:first-child)::before {
		display: block;
		top: 0;
		left: 50%;
		width: 100%;
		max-width: 320px;
		height: 1px;
		transform: translateX(-50%);
	}

	.mpm-services-list__card {
		min-height: 0;
	}

	.mpm-services-hero__btn,
	.mpm-services-cta__btn {
		width: 100%;
		min-width: 0;
		justify-content: center;
		gap: 18px;
		font-size: 12px;
		letter-spacing: 0.2em;
	}
}

@media (max-width: 575.98px) {
	.mpm-services-hero {
		min-height: 590px;
	}

	.mpm-services-hero .container {
		padding-top: 135px;
		padding-bottom: 54px;
	}

	.mpm-services-hero__chapeu {
		font-size: 11px;
		letter-spacing: 0.28em;
	}

	.mpm-services-hero__title {
		font-size: 40px;
	}

	.mpm-services-hero__text {
		font-size: 15.5px;
		line-height: 1.6;
	}

	.mpm-services-intro__media {
		min-height: 310px;
	}

	.mpm-services-intro__title,
	.mpm-services-list__title,
	.mpm-services-steps__title,
	.mpm-services-differentials__title {
		font-size: 34px;
	}

	.mpm-services-list__chapeu,
	.mpm-services-steps__chapeu {
		font-size: 11px;
		letter-spacing: 0.22em;
	}

	.mpm-services-list__card {
		padding: 28px 22px;
	}

	.mpm-services-differentials__highlight {
		padding: 34px 28px;
	}

	.mpm-services-differentials__highlight::before {
		inset: 12px;
	}

	.mpm-services-differentials__highlight p {
		font-size: 30px;
	}

	.mpm-services-cta__title {
		font-size: 38px;
	}

	.mpm-services-cta__text {
		font-size: 15.5px;
	}
}