/**
 * Property Management Services hub page
 */

.mpm-svc-hub-hero,
.mpm-svc-hub-intro,
.mpm-svc-hub-included,
.mpm-svc-hub-pricing {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	color: #222222;
}

.mpm-svc-hub-hero *,
.mpm-svc-hub-intro *,
.mpm-svc-hub-included *,
.mpm-svc-hub-pricing * {
	box-sizing: border-box;
}

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

.mpm-svc-hub-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.92) 0%, rgba(15, 35, 60, 0.78) 38%, rgba(15, 35, 60, 0.25) 70%, rgba(15, 35, 60, 0.05) 100%);
	pointer-events: none;
}

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

.mpm-svc-hub-hero__content {
	max-width: 680px;
	text-align: left;
}

.mpm-svc-hub-hero__title {
	margin: 0;
	font-size: clamp(36px, 4.5vw, 64px);
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
}

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

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

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

.mpm-svc-hub-hero__subtitle {
	margin: 0 0 32px;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	max-width: 620px;
}

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

.mpm-svc-hub-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-svc-hub-hero__btn--primary {
	background: #8bc53f;
	color: #ffffff;
	border: 2px solid #8bc53f;
}

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

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

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

/* Intro */
.mpm-svc-hub-intro {
	background: #ffffff;
	padding: 80px 0;
}

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

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

.mpm-svc-hub-intro__title {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	color: #123d25;
}

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

.mpm-svc-hub-intro__right p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.8;
	color: #222222;
}

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

/* Section headers */
.mpm-svc-hub-section-head {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 48px;
}

.mpm-svc-hub-section-head__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	color: #123d25;
}

.mpm-svc-hub-section-head__subtitle {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: #555555;
}

/* Services included */
.mpm-svc-hub-included {
	background: #f7f7f7;
	padding: 80px 0;
}

.mpm-svc-hub-included__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-svc-hub-included__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-svc-hub-included__card {
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 10px;
	padding: 32px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.mpm-svc-hub-included__icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #8bc53f center center / 28px 28px no-repeat;
	margin-bottom: 20px;
}

.mpm-svc-hub-included__icon--home {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M4 24V11l10-7 10 7v13' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M10 24v-7h8v7' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-svc-hub-included__icon--admin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Crect x='6' y='4' width='16' height='20' rx='2' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M10 10h8M10 14h8M10 18h5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-svc-hub-included__icon--report {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6 22V12M12 22V8M18 22V14M24 22V6' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-svc-hub-included__card-title {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 700;
	color: #123d25;
}

.mpm-svc-hub-included__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-svc-hub-included__list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #222222;
}

.mpm-svc-hub-included__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5l3 3 7-7' stroke='%238BC53F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Pricing */
.mpm-svc-hub-pricing {
	background: #ffffff;
	padding: 80px 0;
}

.mpm-svc-hub-pricing__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-svc-hub-pricing__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-svc-hub-pricing__card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 10px;
	padding: 32px;
}

.mpm-svc-hub-pricing__icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #8bc53f center center / 28px 28px no-repeat;
	margin-bottom: 20px;
}

.mpm-svc-hub-pricing__icon--managed {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle cx='14' cy='9' r='4' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M6 24c0-4.5 3.5-7 8-7s8 2.5 8 7' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-svc-hub-pricing__icon--flat {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M4 24V11l10-7 10 7v13' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M10 24v-7h8v7' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-svc-hub-pricing__icon--demand {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M8 8l12 4-12 4v-3l8-1-8-1V8z' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mpm-svc-hub-pricing__icon--shortterm {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Crect x='5' y='7' width='18' height='16' rx='2' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M5 12h18M10 5v4M18 5v4' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-svc-hub-pricing__card-title {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 700;
	color: #123d25;
}

.mpm-svc-hub-pricing__card-text {
	margin: 0 0 24px;
	flex: 1 1 auto;
	font-size: 16px;
	line-height: 1.7;
	color: #222222;
}

#mpm-service-areas {
	scroll-margin-top: 120px;
}

.mpm-svc-hub-pricing__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #8bc53f;
	border: 2px solid #8bc53f;
	border-radius: 4px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.mpm-svc-hub-pricing__btn:hover,
.mpm-svc-hub-pricing__btn:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

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

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

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

	.mpm-svc-hub-included__grid,
	.mpm-svc-hub-pricing__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.mpm-svc-hub-hero__container {
		height: auto;
		min-height: 420px;
		align-items: flex-start;
		padding: 32px 24px 40px;
	}

	.mpm-svc-hub-intro__container,
	.mpm-svc-hub-included__container,
	.mpm-svc-hub-pricing__container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mpm-svc-hub-hero__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.mpm-svc-hub-hero__btn {
		width: 100%;
	}

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

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

	.mpm-svc-hub-included,
	.mpm-svc-hub-pricing {
		padding: 56px 0;
	}

	.mpm-svc-hub-included__grid,
	.mpm-svc-hub-pricing__grid {
		grid-template-columns: 1fr;
	}
}
