/**
 * About Miami Prime Management page
 */

.mpm-about-hero,
.mpm-about-who,
.mpm-about-stats,
.mpm-about-services,
.mpm-about-team,
.mpm-about-absentee,
.mpm-about-cta {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	color: #222222;
}

.mpm-about-hero *,
.mpm-about-who *,
.mpm-about-stats *,
.mpm-about-services *,
.mpm-about-team *,
.mpm-about-absentee *,
.mpm-about-cta * {
	box-sizing: border-box;
}

/* Hero */
.mpm-about-hero {
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
	background-color: #1d3b5a;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.mpm-about-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.95) 0%, rgba(15, 35, 60, 0.82) 40%, rgba(15, 35, 60, 0.25) 70%, rgba(15, 35, 60, 0.05) 100%);
	pointer-events: none;
}

.mpm-about-hero__container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	height: 100%;
	display: flex;
	align-items: center;
}

.mpm-about-hero__content {
	max-width: 620px;
	text-align: left;
}

.mpm-about-hero__title {
	margin: 0;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
}

.mpm-about-hero__title-main {
	color: #ffffff;
}

.mpm-about-hero__title-accent {
	color: #8bc53f;
}

.mpm-about-hero__accent {
	display: block;
	width: 64px;
	height: 4px;
	background: #8bc53f;
	margin: 24px 0;
}

.mpm-about-hero__subtitle {
	margin: 0 0 32px;
	font-size: 22px;
	line-height: 1.6;
	color: #ffffff;
}

.mpm-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.mpm-about-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	padding: 0 32px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mpm-about-hero__btn--primary {
	background: #8bc53f;
	color: #ffffff;
	border: 2px solid #8bc53f;
}

.mpm-about-hero__btn--primary:hover,
.mpm-about-hero__btn--primary:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

.mpm-about-hero__btn--secondary {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.mpm-about-hero__btn--secondary:hover,
.mpm-about-hero__btn--secondary:focus {
	background: #ffffff;
	color: #1d3b5a;
}

/* Who we are */
.mpm-about-who {
	background: #ffffff;
	padding: 90px 0;
}

.mpm-about-who__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-about-who__grid {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 48px;
	align-items: start;
}

.mpm-about-who__title {
	margin: 0;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	color: #123d25;
}

.mpm-about-who__underline {
	display: block;
	width: 60px;
	height: 4px;
	background: #8bc53f;
	margin-top: 20px;
}

.mpm-about-who__right p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.9;
	color: #222222;
}

.mpm-about-who__right p:last-child {
	margin-bottom: 0;
}

/* Stats */
.mpm-about-stats {
	background: #1d3b5a;
	padding: 60px 0;
}

.mpm-about-stats__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-about-stats__item {
	position: relative;
	padding: 0 24px;
	text-align: center;
}

.mpm-about-stats__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
}

.mpm-about-stats__icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	background: transparent center center / 40px 40px no-repeat;
}

.mpm-about-stats__icon--years {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect x='6' y='8' width='28' height='26' rx='2' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M6 14h28M14 4v6M26 4v6' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-about-stats__icon--properties {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M8 34V16l12-8 12 8v18' stroke='%238BC53F' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16 34v-10h8v10' stroke='%238BC53F' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-about-stats__icon--local {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 34s12-8.5 12-16a12 12 0 10-24 0c0 7.5 12 16 12 16z' stroke='%238BC53F' stroke-width='2'/%3E%3Ccircle cx='20' cy='18' r='4' stroke='%238BC53F' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-about-stats__icon--service {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 6l12 5v9c0 9-5.5 14.5-12 16-6.5-1.5-12-7-12-16V11l12-5z' stroke='%238BC53F' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M15 20l4 4 8-8' stroke='%238BC53F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mpm-about-stats__value {
	margin: 0 0 4px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	text-transform: uppercase;
}

.mpm-about-stats__label {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #8bc53f;
}

.mpm-about-stats__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

/* Section headers */
.mpm-about-section-head {
	text-align: center;
	margin: 0 auto 48px;
}

.mpm-about-section-head__title {
	margin: 0 auto 20px;
	max-width: 900px;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: #123d25;
}

.mpm-about-section-head__underline {
	display: block;
	width: 60px;
	height: 4px;
	margin: 0 auto;
	background: #8bc53f;
}

/* Services */
.mpm-about-services {
	background: #ffffff;
	padding: 90px 0;
}

.mpm-about-services__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-about-services__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-about-services__card {
	padding: 30px 20px;
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	text-align: center;
}

.mpm-about-services__icon {
	width: 44px;
	height: 44px;
	margin: 0 auto 16px;
	background: transparent center center / 36px 36px no-repeat;
}

.mpm-about-services__icon--screening {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='14' cy='12' r='4' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M6 30c0-5 3.5-8 8-8s8 3 8 8M22 14h10M28 11v6' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-about-services__icon--rent {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M18 6v24M12 12h8a4 4 0 010 8h-8' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-about-services__icon--maintenance {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M14 18l4 4 10-10M8 30h20' stroke='%238BC53F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mpm-about-services__icon--inspection {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='16' cy='16' r='8' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M22 22l8 8' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-about-services__icon--reporting {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Crect x='8' y='6' width='20' height='24' rx='2' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M12 14h12M12 18h12M12 22h8' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-about-services__icon--support {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M8 18a10 10 0 1020 0v-4l-4 2v6l-4-2H8' stroke='%238BC53F' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mpm-about-services__card-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #123d25;
}

.mpm-about-services__card-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #222222;
}

/* Team */
.mpm-about-team {
	background: #ffffff;
	padding: 0 0 90px;
}

.mpm-about-team__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-about-team__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: stretch;
}

.mpm-about-team__card {
	display: flex;
}

.mpm-about-team__card-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
}

.mpm-about-team__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e6e8ec;
}

.mpm-about-team__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mpm-about-team__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 24px;
}

.mpm-about-team__card-title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #123d25;
}

.mpm-about-team__card-text {
	margin: 0;
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 1.7;
	color: #222222;
}

/* Absentee owners */
.mpm-about-absentee {
	background: #ffffff;
	padding: 0;
	overflow: hidden;
}

.mpm-about-absentee__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

.mpm-about-absentee__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 0;
	align-items: stretch;
	min-height: 420px;
}

.mpm-about-absentee__media {
	position: relative;
	margin: 0;
	min-height: 380px;
	overflow: hidden;
	background: #e8ecef;
}

.mpm-about-absentee__media::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.08) 42%,
		rgba(255, 255, 255, 0.72) 68%,
		#ffffff 88%,
		#ffffff 100%
	);
}

.mpm-about-absentee__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
	object-position: 22% center;
	border-radius: 0;
}

.mpm-about-absentee__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 72px 56px 72px 40px;
	background: #ffffff;
}

.mpm-about-absentee__title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	color: #123d25;
}

.mpm-about-absentee__underline {
	display: block;
	width: 60px;
	height: 4px;
	background: #8bc53f;
	margin: 20px 0 16px;
}

.mpm-about-absentee__eyebrow {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	color: #8bc53f;
}

.mpm-about-absentee__text {
	margin: 0;
	font-size: 18px;
	line-height: 1.8;
	color: #222222;
}

/* Final CTA */
.mpm-about-cta {
	position: relative;
	background-color: #1d3b5a;
	padding: 90px 24px;
	overflow: hidden;
}

.mpm-about-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(29, 59, 90, 0.92) 0%, rgba(29, 59, 90, 0.98) 100%);
	pointer-events: none;
}

.mpm-about-cta__container {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.mpm-about-cta__title {
	margin: 0 0 20px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
}

.mpm-about-cta__text {
	margin: 0 0 32px;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.mpm-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.mpm-about-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	padding: 0 32px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mpm-about-cta__btn--primary {
	background: #8bc53f;
	color: #ffffff;
	border: 2px solid #8bc53f;
}

.mpm-about-cta__btn--primary:hover,
.mpm-about-cta__btn--primary:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

.mpm-about-cta__btn--secondary {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.mpm-about-cta__btn--secondary:hover,
.mpm-about-cta__btn--secondary:focus {
	background: #ffffff;
	color: #1d3b5a;
}

/* Tablet */
@media (max-width: 991px) {
	.mpm-about-hero {
		min-height: 460px;
		height: auto;
	}

	.mpm-about-hero__container {
		height: auto;
		min-height: 460px;
		align-items: flex-start;
		padding: 36px 40px 44px;
	}

	.mpm-about-hero__title {
		font-size: 44px;
	}

	.mpm-about-who__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.mpm-about-who__title {
		font-size: 36px;
	}

	.mpm-about-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}

	.mpm-about-stats__item:nth-child(2)::after {
		display: none;
	}

	.mpm-about-services__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.mpm-about-team__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mpm-about-absentee__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.mpm-about-absentee__media {
		min-height: 280px;
	}

	.mpm-about-absentee__media img {
		min-height: 280px;
	}

	.mpm-about-absentee__media::after {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0) 55%,
			rgba(255, 255, 255, 0.92) 88%,
			#ffffff 100%
		);
	}

	.mpm-about-absentee__content {
		padding: 40px 24px 56px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.mpm-about-hero {
		min-height: 400px;
		background-position: 70% center;
		background-attachment: scroll;
	}

	.mpm-about-hero__container,
	.mpm-about-who__container,
	.mpm-about-stats__container,
	.mpm-about-services__container,
	.mpm-about-team__container,
	.mpm-about-absentee__container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mpm-about-hero__title {
		font-size: 36px;
	}

	.mpm-about-hero__subtitle {
		font-size: 18px;
	}

	.mpm-about-hero__actions,
	.mpm-about-cta__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.mpm-about-hero__btn,
	.mpm-about-cta__btn {
		width: 100%;
	}

	.mpm-about-who,
	.mpm-about-services,
	.mpm-about-cta {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.mpm-about-team {
		padding-bottom: 56px;
	}

	.mpm-about-stats {
		padding: 48px 0;
	}

	.mpm-about-stats__grid {
		grid-template-columns: 1fr;
	}

	.mpm-about-stats__item::after {
		display: none !important;
	}

	.mpm-about-stats__item {
		padding: 0;
	}

	.mpm-about-services__grid,
	.mpm-about-team__grid {
		grid-template-columns: 1fr;
	}

	.mpm-about-absentee__title {
		font-size: 28px;
	}
}
