/**
 * Neighborhood / area property management pages (mockup template)
 */

.mpm-area-hero,
.mpm-area-intro,
.mpm-area-cards-wrap,
.mpm-area-cta {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	color: #222222;
}

.mpm-area-hero *,
.mpm-area-intro *,
.mpm-area-cards-wrap *,
.mpm-area-cta * {
	box-sizing: border-box;
}

/* Hero — 80% photo with light buried texture */
.mpm-area-hero {
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
	background-color: #001a33;
}

.mpm-area-hero::after {
	content: '';
	position: absolute;
	inset: -8%;
	z-index: 0;
	background-image: var(--mpm-area-hero-bg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: blur(3px) brightness(0.82) saturate(0.88);
	transform: scale(1.06);
	pointer-events: none;
}

.mpm-area-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.96) 0%, rgba(15, 35, 60, 0.88) 38%, rgba(15, 35, 60, 0.45) 68%, rgba(15, 35, 60, 0.12) 100%);
	pointer-events: none;
}

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

.mpm-area-hero__content {
	max-width: 720px;
	text-align: left;
}

.mpm-area-hero__title {
	margin: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	color: #ffffff;
}

.mpm-area-hero__services {
	margin: 10px 0 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	color: #8bc53f;
}

.mpm-area-hero__services-line {
	display: block;
	width: 72px;
	height: 4px;
	margin: 14px 0 0;
	background: #8bc53f;
}

.mpm-area-hero__tagline {
	margin: 22px 0 0;
	max-width: 560px;
	font-size: 20px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.95);
}

.mpm-area-hero__actions {
	margin-top: 30px;
}

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

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

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

/* Intro + features (white) — title left / text right like agent referral */
.mpm-area-intro {
	background: #ffffff;
	padding: 80px 0 56px;
}

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

.mpm-area-intro__grid {
	display: grid;
	grid-template-columns: 35% 65%;
	gap: 48px;
	align-items: start;
	margin-bottom: 48px;
}

.mpm-area-intro__title {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	text-align: left;
	color: #123d25;
}

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

.mpm-area-intro__right p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	color: #222222;
}

.mpm-area-intro__right p:last-child {
	margin-bottom: 0;
}

.mpm-area-intro__features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 0;
	padding: 48px 0 0;
	list-style: none;
	border-top: 1px solid #e8e8e8;
}

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

.mpm-area-intro__feature:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 8px;
	width: 1px;
	background: #dddddd;
}

.mpm-area-intro__feature-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 52px 52px;
}

.mpm-area-intro__feature-icon--local {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Cpath d='M26 44s15-11 15-20a15 15 0 10-30 0c0 9 15 20 15 20z' stroke='%238BC53F' stroke-width='2'/%3E%3Ccircle cx='26' cy='24' r='5' stroke='%238BC53F' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-area-intro__feature-icon--condo {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Cpath d='M18 34V22l8-6 8 6v12' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M22 30l4 4 8-8' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-area-intro__feature-icon--invest {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Crect x='12' y='28' width='7' height='14' stroke='%238BC53F' stroke-width='2'/%3E%3Crect x='23' y='20' width='7' height='22' stroke='%238BC53F' stroke-width='2'/%3E%3Crect x='34' y='14' width='7' height='28' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M10 38h34' stroke='%238BC53F' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-area-intro__feature-icon--support {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Cpath d='M12 32a16 16 0 0132 0v6H12v-6z' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M20 20a6 6 0 0112 0' stroke='%238BC53F' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-area-intro__feature-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #001a33;
}

.mpm-area-intro__feature-text {
	margin: 0 auto;
	max-width: 220px;
	font-size: 14px;
	line-height: 1.55;
	color: #666666;
}

/* Building cards section */
.mpm-area-cards-wrap {
	background: #ffffff;
	padding: 56px 0 72px;
}

.mpm-area-cards-wrap__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-area-cards-wrap__head {
	text-align: center;
	margin: 0 0 44px;
}

.mpm-area-cards-wrap__head-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: none;
	color: #001a33;
}

.mpm-area-cards-wrap__head-line {
	display: block;
	width: 64px;
	height: 4px;
	margin: 18px auto 0;
	background: #8bc53f;
}

.mpm-area-cards-wrap .area-listing-section--neighborhood {
	padding: 0;
}

.mpm-area-cards-wrap .area-listing-pagination {
	margin-top: 40px;
	text-align: center;
}

/* Footer CTA */
.mpm-area-cta {
	background: #001a33;
	padding: 48px 24px;
}

.mpm-area-cta__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mpm-area-cta__title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
}

.mpm-area-cta__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.mpm-area-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.mpm-area-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 28px;
	font-size: 13px;
	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-area-cta__btn--primary {
	background: #8bc53f;
	color: #ffffff;
	border: 2px solid #8bc53f;
}

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

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

.mpm-area-cta__btn--secondary:hover,
.mpm-area-cta__btn--secondary:focus {
	background: #ffffff;
	color: #001a33;
}

@media (max-width: 991px) {
	.mpm-area-hero {
		height: 460px;
	}

	.mpm-area-hero__container {
		align-items: flex-start;
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.mpm-area-hero__title,
	.mpm-area-hero__services {
		font-size: 40px;
	}

	.mpm-area-intro__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.mpm-area-intro__features {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 20px;
	}

	.mpm-area-intro__feature:not(:last-child)::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.mpm-area-hero {
		height: 380px;
		background-position: 70% center;
	}

	.mpm-area-hero__container,
	.mpm-area-intro__container,
	.mpm-area-cards-wrap__container,
	.mpm-area-cta__container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mpm-area-hero__title,
	.mpm-area-hero__services {
		font-size: 30px;
	}

	.mpm-area-hero__tagline {
		font-size: 17px;
	}

	.mpm-area-hero__btn {
		width: 100%;
		justify-content: center;
	}

	.mpm-area-intro {
		padding: 56px 0;
	}

	.mpm-area-intro__title {
		font-size: 32px;
	}

	.mpm-area-intro__features {
		grid-template-columns: 1fr;
		padding-top: 32px;
	}

	.mpm-area-cards-wrap__head-title {
		font-size: 24px;
	}

	.mpm-area-cta__container {
		flex-direction: column;
		align-items: flex-start;
	}

	.mpm-area-cta__actions {
		width: 100%;
		flex-direction: column;
	}

	.mpm-area-cta__btn {
		width: 100%;
		justify-content: center;
	}
}
