/**
 * Contact Miami Prime Management page
 */

.mpm-contact-hero,
.mpm-contact-quote,
.mpm-contact-why,
.mpm-contact-map,
.mpm-contact-faq,
.mpm-contact-cta {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	color: #222222;
}

.mpm-contact-hero *,
.mpm-contact-quote *,
.mpm-contact-why *,
.mpm-contact-map *,
.mpm-contact-faq *,
.mpm-contact-cta * {
	box-sizing: border-box;
}

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

.mpm-contact-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-contact-hero__container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	height: 100%;
	display: flex;
	align-items: center;
}

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

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

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

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

.mpm-contact-hero__subtitle {
	margin: 24px 0 0;
	font-size: 20px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
}

.mpm-contact-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding: 18px 34px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	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-contact-hero__btn:hover,
.mpm-contact-hero__btn:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

/* Property contact hero — building photo background + inset image */
.mpm-property-contact-hero {
	height: auto;
	min-height: 480px;
	background-image: none !important;
}

.mpm-property-contact-hero::before {
	display: none;
}

.mpm-property-contact-hero__bg {
	position: absolute;
	inset: -12%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.12);
	filter: blur(8px);
}

.mpm-property-contact-hero__bg--fallback {
	filter: none;
	transform: none;
	inset: 0;
}

.mpm-property-contact-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.94) 0%, rgba(15, 35, 60, 0.82) 38%, rgba(15, 35, 60, 0.25) 70%, rgba(15, 35, 60, 0.05) 100%);
	pointer-events: none;
}

.mpm-property-contact-hero .mpm-contact-hero__container {
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 40px;
	align-items: center;
	padding-top: 48px;
	padding-bottom: 48px;
	height: auto;
	min-height: 480px;
}

.mpm-property-contact-hero__media {
	display: flex;
	justify-content: flex-end;
}

.mpm-property-contact-hero__image-wrap {
	width: 100%;
	max-width: 520px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
	background-color: #1d3b5a;
}

.mpm-property-contact-hero__image {
	display: block;
	width: 100%;
	max-width: 520px;
	height: 390px;
	max-height: 390px;
	object-fit: cover;
	object-position: center;
	border: 0;
}

.mpm-property-contact-hero--no-photo .mpm-property-contact-hero__overlay {
	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%);
}

.mpm-property-contact-quote .mpm-contact-quote__sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.mpm-property-contact-note {
	margin: 0;
}

.mpm-contact-note.mpm-property-contact-note--mobile {
	display: none;
	margin-top: 28px;
}

.mpm-property-contact-quote .mpm-contact-card--form {
	grid-row: 1;
	align-self: start;
}

/* Section headings */
.mpm-contact-section-head {
	text-align: center;
	margin: 0 0 48px;
}

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

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

/* Quote request */
.mpm-contact-quote {
	background: #ffffff;
	padding: 70px 0;
}

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

.mpm-contact-quote__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	grid-template-rows: auto auto;
	gap: 24px 32px;
	align-items: start;
}

.mpm-contact-quote__sidebar {
	grid-column: 1;
	grid-row: 1;
}

.mpm-contact-card--form {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.mpm-contact-note {
	grid-column: 1;
	grid-row: 2;
}

.mpm-contact-note {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 24px 28px;
	background: #f0f6e8;
	border: 2px solid #8bc53f;
	border-radius: 8px;
}

.mpm-contact-note__icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%238BC53F'/%3E%3Cpath d='M20 17v10M20 13h.01' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
}

.mpm-contact-note__body {
	flex: 1;
	min-width: 0;
}

.mpm-contact-note__title {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: #123d25;
}

.mpm-contact-note__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #222222;
}

.mpm-contact-card {
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	padding: 36px;
}

.mpm-contact-card__title {
	margin: 0 0 28px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #123d25;
}

.mpm-contact-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-contact-info-list__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin: 0 0 28px;
}

.mpm-contact-info-list__item:last-child {
	margin-bottom: 0;
}

.mpm-contact-info-list__icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
}

.mpm-contact-info-list__icon--location {
	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-contact-info-list__icon--phone {
	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='M12 8h6l2 5-3 2a14 14 0 005 5l2-3 5 2v6a2 2 0 01-2 2C14 27 13 14 12 10a2 2 0 012-2z' stroke='%238BC53F' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mpm-contact-info-list__icon--hours {
	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%3Ccircle cx='20' cy='20' r='14' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M20 12v8l6 4' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-contact-info-list__text a {
	color: #123d25;
	font-weight: 700;
	text-decoration: none;
}

.mpm-contact-info-list__text a:hover,
.mpm-contact-info-list__text a:focus {
	color: #8bc53f;
	text-decoration: underline;
}

.mpm-contact-info-list__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #222222;
}

.mpm-contact-info-list__text strong {
	display: block;
	margin-bottom: 4px;
	font-size: 17px;
	color: #123d25;
}

/* Form */
.mpm-contact-form {
	text-align: left;
	max-width: 100%;
}

.mpm-contact-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 24px;
}

.mpm-contact-field {
	margin: 0;
}

.mpm-contact-field-full {
	grid-column: 1 / -1;
}

.mpm-contact-label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #222222;
}

.mpm-contact-label span {
	color: #8bc53f;
}

.mpm-contact-input,
.mpm-contact-select,
.mpm-contact-textarea {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #222222;
	background: #ffffff;
	border: 1px solid #dde2e8;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.mpm-contact-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23222' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.mpm-contact-textarea {
	height: auto;
	min-height: 130px;
	padding: 12px 14px;
	resize: vertical;
}

.mpm-contact-input:focus,
.mpm-contact-select:focus,
.mpm-contact-textarea:focus {
	outline: 0;
	border-color: #8bc53f;
	box-shadow: 0 0 0 3px rgba(139, 197, 63, 0.2);
}

.mpm-contact-input-error,
.mpm-contact-field-error .mpm-contact-input,
.mpm-contact-field-error .mpm-contact-select,
.mpm-contact-field-error .mpm-contact-textarea {
	border-color: #c0392b;
}

.mpm-contact-actions {
	margin-top: 24px;
}

.mpm-contact-submit {
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	background: #8bc53f;
	border: 2px solid #8bc53f;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.mpm-contact-submit:hover,
.mpm-contact-submit:focus {
	background: #7ab332;
	border-color: #7ab332;
}

.contact-form-alert {
	margin-bottom: 20px;
	padding: 14px 16px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 4px;
}

.contact-form-alert-error {
	color: #721c24;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
}

.mpm-contact-thankyou {
	text-align: center;
	padding: 24px 0;
}

.mpm-contact-thankyou-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	font-size: 32px;
	line-height: 64px;
	color: #ffffff;
	background: #8bc53f;
	border-radius: 50%;
}

.mpm-contact-thankyou h3 {
	margin: 0 0 12px;
	font-size: 28px;
	color: #123d25;
}

.mpm-contact-thankyou p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.7;
}

.mpm-contact-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mpm-security-layer {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.mpm-security-layer[hidden] {
	display: none;
}

.mpm-security-layer-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.mpm-security-layer-dialog {
	position: relative;
	z-index: 1;
	max-width: 480px;
	width: 100%;
	padding: 28px;
	background: #ffffff;
	border-radius: 8px;
}

.mpm-security-layer-open {
	overflow: hidden;
}

/* Why contact */
.mpm-contact-why {
	background: #f7f7f7;
	padding: 70px 0;
}

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

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

.mpm-contact-why__item {
	position: relative;
	padding: 0 28px;
	text-align: center;
}

.mpm-contact-why__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: calc(100% - 16px);
	background: #dde2e8;
}

.mpm-contact-why__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 56px 56px;
}

.mpm-contact-why__icon--team {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Ccircle cx='18' cy='18' r='6' stroke='%238BC53F' stroke-width='2'/%3E%3Ccircle cx='38' cy='18' r='6' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M8 44c0-6 4.5-10 10-10s10 4 10 10M28 44c0-6 4.5-10 10-10s10 4 10 10' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-contact-why__icon--response {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Ccircle cx='28' cy='28' r='18' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M28 16v12l8 5' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-contact-why__icon--service {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Crect x='12' y='10' width='32' height='36' rx='2' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M18 22h20M18 28h20M18 34h12' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-contact-why__icon--experience {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cpath d='M28 8l14 6v10c0 12-6.5 19-14 22-7.5-3-14-10-14-22V14l14-6z' stroke='%238BC53F' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M21 28l5 5 10-10' stroke='%238BC53F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mpm-contact-why__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #123d25;
}

.mpm-contact-why__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #222222;
}

/* Map */
.mpm-contact-map {
	padding: 70px 0 0;
	background: #ffffff;
}

.mpm-contact-map__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px 48px;
}

.mpm-contact-map__frame {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border-radius: 8px;
	background: #e6e8ec;
}

.mpm-contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
}

.mpm-contact-map__overlay {
	position: absolute;
	top: 32px;
	left: 32px;
	z-index: 2;
	max-width: 320px;
	padding: 28px 32px;
	background: #1d3b5a;
	border-radius: 8px;
	color: #ffffff;
}

.mpm-contact-map__overlay-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
	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");
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.mpm-contact-map__overlay-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.mpm-contact-map__overlay-address {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

/* FAQ */
.mpm-contact-faq {
	padding: 0 0 70px;
	background: #ffffff;
}

.mpm-contact-faq__container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-contact-faq__list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e6e8ec;
}

.mpm-contact-faq__item {
	border-bottom: 1px solid #e6e8ec;
}

.mpm-contact-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 22px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	color: #123d25;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.mpm-contact-faq__toggle {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #8bc53f;
}

.mpm-contact-faq__item.is-open .mpm-contact-faq__toggle {
	transform: rotate(45deg);
}

.mpm-contact-faq__answer {
	display: none;
	margin: 0;
	padding: 0 0 22px;
	font-size: 16px;
	line-height: 1.7;
	color: #222222;
}

.mpm-contact-faq__item.is-open .mpm-contact-faq__answer {
	display: block;
}

/* Final CTA */
.mpm-contact-cta {
	position: relative;
	background-color: #1d3b5a;
	padding: 72px 0;
	overflow: hidden;
}

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

.mpm-contact-cta__container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.mpm-contact-cta__content {
	flex: 1 1 420px;
	max-width: 640px;
}

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

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

.mpm-contact-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

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

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

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

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

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

	.mpm-property-contact-hero {
		height: auto;
		min-height: 440px;
	}

	.mpm-property-contact-hero .mpm-contact-hero__container {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mpm-property-contact-hero__media {
		justify-content: center;
	}

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

	.mpm-contact-quote__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.mpm-contact-card--form {
		grid-column: 1;
		grid-row: auto;
		order: 1;
	}

	.mpm-contact-quote__sidebar {
		grid-column: 1;
		grid-row: auto;
		order: 2;
	}

	.mpm-contact-note {
		grid-column: 1;
		grid-row: auto;
		order: 3;
	}

	.mpm-property-contact-quote .mpm-contact-card--form {
		order: 1;
	}

	.mpm-property-contact-quote .mpm-contact-quote__sidebar {
		order: 2;
	}

	.mpm-property-contact-quote .mpm-contact-quote__sidebar {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.mpm-property-contact-note {
		margin: 0;
	}

	.mpm-contact-note.mpm-property-contact-note--sidebar {
		display: none;
	}

	.mpm-contact-note.mpm-property-contact-note--mobile {
		display: flex;
		margin-top: 28px;
	}

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

	.mpm-contact-why__item:nth-child(2)::after {
		display: none;
	}

	.mpm-contact-why__item {
		padding: 0 16px;
	}

	.mpm-contact-map__overlay {
		position: static;
		max-width: none;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.mpm-contact-hero {
		height: 380px;
	}

	.mpm-property-contact-hero {
		min-height: 380px;
	}

	.mpm-property-contact-hero__image {
		height: auto;
		max-height: none;
		aspect-ratio: 4 / 3;
	}

	.mpm-contact-hero__container,
	.mpm-contact-quote__container,
	.mpm-contact-why__container,
	.mpm-contact-map__container,
	.mpm-contact-faq__container,
	.mpm-contact-cta__container {
		padding-left: 20px;
		padding-right: 20px;
	}

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

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

	.mpm-contact-hero__btn {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.mpm-contact-section-head__title {
		font-size: 28px;
	}

	.mpm-contact-form-grid {
		grid-template-columns: 1fr;
	}

	.mpm-contact-why__grid {
		grid-template-columns: 1fr;
	}

	.mpm-contact-why__item::after {
		display: none !important;
	}

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

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

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