/**
 * Submit a Service Request — mobile app-style wizard
 */

.mpm-sr-hero,
.mpm-sr-main {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	color: #222222;
}

.mpm-sr-hero *,
.mpm-sr-main * {
	box-sizing: border-box;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Page-only app chrome */
body.mpm-sr-app .mpm-header__utility,
body.mpm-sr-app .mpm-header__nav,
body.mpm-sr-app .mpm-header__toggle {
	display: none !important;
}

body.mpm-sr-app .mpm-header__main {
	min-height: 64px;
}

body.mpm-sr-app .mpm-header__main-inner {
	min-height: 64px;
	align-items: center;
}

body.mpm-sr-app .mpm-header__logo img {
	max-height: 42px;
	width: auto;
	height: auto;
}

.mpm-sr-desktop-back {
	display: none;
}

@media (min-width: 768px) {
	body.mpm-sr-app .mpm-header__main {
		min-height: 96px;
	}

	body.mpm-sr-app .mpm-header__main-inner {
		min-height: 96px;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
	}

	body.mpm-sr-app .mpm-header__logo {
		flex: 0 0 auto;
		margin-right: auto;
	}

	body.mpm-sr-app .mpm-header__logo img {
		max-height: 76px;
	}

	body.mpm-sr-app .mpm-sr-desktop-back {
		display: inline-flex;
		align-items: center;
		flex-shrink: 0;
		margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		color: #123d25;
		text-decoration: none;
		padding: 12px 16px;
		border-radius: 8px;
		background: #f7f7f7;
		border: 1px solid #dde2e8;
		white-space: nowrap;
		cursor: pointer;
	}

	body.mpm-sr-app .mpm-sr-desktop-back:hover,
	body.mpm-sr-app .mpm-sr-desktop-back:focus {
		background: #ffffff;
		border-color: #123d25;
		color: #123d25;
	}
}

body.mpm-sr-app .page-head {
	position: sticky;
	top: 0;
	z-index: 900;
	background: #ffffff;
	box-shadow: 0 1px 0 #dde2e8;
}

.mpm-sr-app-close-wrap {
	display: none;
}

@media (max-width: 767px) {
	body.mpm-sr-app .featured-condos-section,
	body.mpm-sr-app .mpm-site-footer {
		display: none !important;
	}

	.mpm-sr-app-close-wrap {
		display: flex;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 950;
		height: 64px;
		padding: 0 16px;
		align-items: center;
		pointer-events: none;
	}

	.mpm-sr-app-close {
		pointer-events: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: #123d25;
		text-decoration: none;
		padding: 10px 12px;
		border-radius: 8px;
		background: #f7f7f7;
		border: 1px solid #dde2e8;
		line-height: 1;
	}

	body.mpm-sr-app .mpm-sr-hero {
		display: none;
	}
}

/* Hero (desktop) */
.mpm-sr-hero {
	position: relative;
	width: 100%;
	min-height: 280px;
	overflow: hidden;
	background-color: #1d3b5a;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.mpm-sr-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.94) 0%, rgba(15, 35, 60, 0.82) 42%, rgba(15, 35, 60, 0.35) 72%, rgba(15, 35, 60, 0.08) 100%);
	pointer-events: none;
}

.mpm-sr-hero__container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 48px 40px 56px;
	display: flex;
	align-items: center;
	min-height: 280px;
}

.mpm-sr-hero__title {
	margin: 0;
	font-size: clamp(28px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.12;
	color: #ffffff;
	text-transform: uppercase;
}

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

.mpm-sr-hero__subtitle {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	max-width: 620px;
}

/* Main layout */
.mpm-sr-main {
	background: #f7f7f7;
	padding: 24px 0 0;
}

.mpm-sr-main__container {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px 120px;
}

.mpm-sr-page-title {
	text-align: center;
	margin: 0 0 8px;
}

.mpm-sr-page-title__text {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #123d25;
	letter-spacing: 0.04em;
}

.mpm-sr-page-title__subtitle {
	margin: 6px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #5a6570;
	text-transform: none;
	letter-spacing: normal;
}

.mpm-sr-page-title__line {
	display: block;
	width: 50px;
	height: 3px;
	margin: 14px auto 24px;
	background: #8bc53f;
}

.mpm-contact-card.mpm-sr-card {
	padding: 20px 16px 24px;
	background: #ffffff;
	border: 1px solid #dde2e8;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.mpm-sr-form-alert {
	margin-bottom: 16px;
}

#mpmSrWizardTop {
	scroll-margin-top: 88px;
}

.mpm-sr-form .mpm-contact-input,
.mpm-sr-form .mpm-contact-select,
.mpm-sr-form .mpm-contact-textarea {
	scroll-margin-top: 120px;
	border-radius: 8px;
	border-color: #dde2e8;
	font-size: 16px;
	min-height: 48px;
}

.mpm-sr-form .mpm-contact-textarea {
	min-height: 120px;
}

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

/* App progress */
.mpm-sr-progress-app {
	margin-bottom: 24px;
}

.mpm-sr-progress-app__label {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #123d25;
	text-align: center;
}

.mpm-sr-progress-app__steps {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	position: relative;
}

.mpm-sr-progress-app__steps::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 12%;
	right: 12%;
	height: 2px;
	background: #dde2e8;
	z-index: 0;
}

.mpm-sr-progress-app__step {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.mpm-sr-progress-app__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 700;
	color: #666666;
	background: #ffffff;
	border: 2px solid #dde2e8;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mpm-sr-progress-app__name {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
	line-height: 1.2;
}

.mpm-sr-progress-app__step.is-active .mpm-sr-progress-app__circle {
	background: #8bc53f;
	border-color: #8bc53f;
	color: #ffffff;
}

.mpm-sr-progress-app__step.is-active .mpm-sr-progress-app__name {
	color: #123d25;
}

.mpm-sr-progress-app__step.is-complete .mpm-sr-progress-app__circle {
	background: #8bc53f;
	border-color: #8bc53f;
	color: #ffffff;
	font-size: 0;
}

.mpm-sr-progress-app__step.is-complete .mpm-sr-progress-app__circle::after {
	content: '';
	display: block;
	width: 8px;
	height: 14px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

.mpm-sr-progress-app__step.is-complete .mpm-sr-progress-app__name {
	color: #123d25;
}

.mpm-sr-progress-app__bar {
	height: 4px;
	background: #dde2e8;
	border-radius: 4px;
	overflow: hidden;
}

.mpm-sr-progress-app__bar-fill {
	display: block;
	height: 100%;
	background: #8bc53f;
	border-radius: 4px;
	transition: width 0.25s ease;
}

/* Steps */
.mpm-sr-step {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.mpm-sr-step.is-active {
	display: block;
}

/* Include all wizard steps in POST (hidden steps use display:none otherwise). */
.mpm-sr-form.mpm-sr-form--posting .mpm-sr-step {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.mpm-sr-step__heading {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	color: #123d25;
}

.mpm-sr-step__sub {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}

.mpm-sr-field {
	margin-bottom: 18px;
}

.mpm-sr-field-error {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: #c0392b;
	font-weight: 700;
}

.mpm-sr-field-error:not([hidden]) {
	display: block;
}

/* Service rows */
.mpm-sr-service-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mpm-sr-service-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 14px;
	background: #ffffff;
	border: 2px solid #dde2e8;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
	position: relative;
}

.mpm-sr-service-row__input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
}

.mpm-sr-service-row__icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #f7f7f7 center/20px 20px no-repeat;
	border: 1px solid #dde2e8;
}

.mpm-sr-service-row__icon--emergency { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M12 9v4m0 4h.01M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--maintenance { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--inspection { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--move { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--vendor { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 00-4-4H6a4 4 0 00-4 4v2M9 11a4 4 0 100-8 4 4 0 000 8zM22 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--lockout { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--insurance { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--vacant { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3C/svg%3E"); }
.mpm-sr-service-row__icon--other { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Ccircle cx='19' cy='12' r='1'/%3E%3Ccircle cx='5' cy='12' r='1'/%3E%3C/svg%3E"); }

.mpm-sr-service-row__label {
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: #222222;
}

.mpm-sr-service-row__check {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #dde2e8;
	background: #ffffff;
	position: relative;
}

.mpm-sr-service-row.is-selected,
.mpm-sr-service-row:has(.mpm-sr-service-row__input:checked) {
	background: #f0f6e8;
	border-color: #8bc53f;
}

.mpm-sr-service-row.is-selected .mpm-sr-service-row__check,
.mpm-sr-service-row:has(.mpm-sr-service-row__input:checked) .mpm-sr-service-row__check {
	background: #8bc53f;
	border-color: #8bc53f;
}

.mpm-sr-service-row.is-selected .mpm-sr-service-row__check::after,
.mpm-sr-service-row:has(.mpm-sr-service-row__input:checked) .mpm-sr-service-row__check::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Summary card */
.mpm-sr-summary-card {
	margin-bottom: 20px;
	padding: 14px 16px;
	background: #f7f7f7;
	border: 1px solid #dde2e8;
	border-radius: 10px;
}

.mpm-sr-summary-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.mpm-sr-summary-card__title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #123d25;
	text-transform: uppercase;
}

.mpm-sr-summary-card__edit,
.mpm-sr-review-card__edit {
	border: 0;
	background: none;
	padding: 0;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	color: #1d3b5a;
	text-decoration: underline;
	cursor: pointer;
}

.mpm-sr-summary-card__body p {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.5;
}

/* Review cards */
.mpm-sr-review-cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 20px;
}

.mpm-sr-review-card {
	background: #ffffff;
	border: 1px solid #dde2e8;
	border-radius: 10px;
	padding: 14px 16px;
}

.mpm-sr-review-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.mpm-sr-review-card__icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #f0f6e8 center/16px no-repeat;
}

.mpm-sr-review-card__icon--service { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3C/svg%3E"); }
.mpm-sr-review-card__icon--property { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3C/svg%3E"); }
.mpm-sr-review-card__icon--agent { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123D25' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2M12 11a4 4 0 100-8 4 4 0 000 8z'/%3E%3C/svg%3E"); }

.mpm-sr-review-card__title {
	margin: 0;
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 700;
	color: #123d25;
}

.mpm-sr-review-line {
	margin: 0 0 8px;
}

.mpm-sr-review-line dt {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #666666;
}

.mpm-sr-review-line dd {
	margin: 2px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #222222;
}

.mpm-sr-info-box {
	margin-bottom: 20px;
	padding: 16px;
	background: #f0f6e8;
	border: 1px solid #8bc53f;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.55;
}

.mpm-sr-info-box p {
	margin: 0 0 8px;
}

.mpm-sr-info-box p:last-child {
	margin-bottom: 0;
}

.mpm-sr-inline-radios {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: 8px;
}

.mpm-sr-inline-radio {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	padding: 10px 14px;
	border: 2px solid #dde2e8;
	border-radius: 8px;
	background: #ffffff;
}

.mpm-sr-inline-radio input {
	width: 18px;
	height: 18px;
	accent-color: #8bc53f;
}

.mpm-sr-checkboxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 8px;
}

.mpm-sr-checkboxes--review {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dde2e8;
}

.mpm-sr-checkbox-row {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.mpm-sr-checkbox-input {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	appearance: none;
	-webkit-appearance: none;
	border: 2px solid #123d25;
	border-radius: 2px;
	background: #ffffff;
	cursor: pointer;
}

.mpm-sr-checkbox-input:checked {
	border-color: #123d25;
	background-color: #123d25;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 10px;
}

.mpm-sr-checkbox-input:focus-visible {
	outline: 2px solid #8bc53f;
	outline-offset: 2px;
}

.mpm-sr-checkbox__label {
	flex: 1 1 auto;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #111111;
	cursor: pointer;
}

.mpm-sr-checkbox__label a {
	color: #123d25;
	font-weight: 700;
	text-decoration: underline;
}

.mpm-sr-checkbox__label a:hover,
.mpm-sr-checkbox__label a:focus {
	color: #1d3b5a;
}

/* Sticky nav */
.mpm-sr-nav-sticky {
	margin-top: 8px;
}

.mpm-recaptcha-notice {
	margin: 16px 0 0;
	font-size: 11px;
	line-height: 1.45;
	color: #888888;
	text-align: center;
}

.mpm-recaptcha-notice a {
	color: #666666;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.mpm-sr-nav-sticky {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 800;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, 0.98);
		border-top: 1px solid #dde2e8;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
	}

	body.mpm-sr-app .mpm-sr-main__container {
		padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
	}

	body.mpm-sr-on-review .mpm-sr-main__container {
		padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
	}

	body.mpm-sr-app .grecaptcha-badge {
		visibility: hidden !important;
	}
}

.mpm-sr-nav {
	display: flex;
	gap: 12px;
	align-items: stretch;
}

.mpm-sr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 8px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mpm-sr-btn--primary {
	color: #ffffff;
	background: #123d25;
	border-color: #123d25;
}

.mpm-sr-btn--primary:hover,
.mpm-sr-btn--primary:focus {
	color: #ffffff;
	background: #1a5535;
	border-color: #1a5535;
}

.mpm-sr-btn--secondary {
	color: #123d25;
	background: #ffffff;
	border-color: #123d25;
}

.mpm-sr-btn--secondary:hover,
.mpm-sr-btn--secondary:focus {
	background: #f7f7f7;
}

.mpm-sr-btn--next,
.mpm-sr-btn--submit {
	flex: 1 1 auto;
	margin-left: auto;
}

.mpm-sr-nav:has(.mpm-sr-btn--back:not([hidden])) .mpm-sr-btn--next,
.mpm-sr-nav:has(.mpm-sr-btn--back:not([hidden])) .mpm-sr-btn--submit {
	margin-left: 0;
}

.mpm-sr-btn--back {
	flex: 0 1 42%;
}

.mpm-sr-btn--block {
	display: flex;
	width: 100%;
	text-decoration: none;
	text-align: center;
}

.mpm-sr-form #mpmSrSubmit.mpm-sr-btn--submit {
	display: none !important;
}

.mpm-sr-form #mpmSrNext.mpm-sr-btn--next[hidden],
.mpm-sr-form #mpmSrBack.mpm-sr-btn--back[hidden] {
	display: none !important;
}

.mpm-sr-nav--final #mpmSrSubmit.mpm-sr-btn--submit {
	display: flex !important;
	flex: 1 1 68%;
	width: auto;
	min-width: 0;
}

.mpm-sr-nav--final #mpmSrNext {
	display: none !important;
}

.mpm-sr-nav--final .mpm-sr-btn--back {
	flex: 0 1 32%;
	max-width: 132px;
	min-width: 96px;
}

.mpm-sr-nav--final .mpm-sr-btn--submit {
	flex: 1 1 68%;
	min-width: 0;
}

/* Success */
.mpm-sr-success {
	text-align: center;
	padding: 32px 8px 24px;
	max-width: 480px;
	margin: 0 auto;
}

.mpm-sr-success__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #8bc53f;
	position: relative;
}

.mpm-sr-success__icon::after {
	content: '';
	position: absolute;
	left: 26px;
	top: 34px;
	width: 12px;
	height: 24px;
	border: solid #ffffff;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
}

.mpm-sr-success__title {
	margin: 0 0 12px;
	font-size: 26px;
	font-weight: 700;
	color: #123d25;
}

.mpm-sr-success__lead {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}

.mpm-sr-success__id {
	margin: 0 0 16px;
	font-size: 15px;
}

.mpm-sr-success__id-label {
	color: #666666;
	font-weight: 700;
}

.mpm-sr-success p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.65;
}

.mpm-sr-success__next {
	text-align: left;
	margin: 24px 0;
	padding: 16px;
	background: #f7f7f7;
	border-radius: 10px;
	border: 1px solid #dde2e8;
}

.mpm-sr-success__next-title {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #123d25;
}

.mpm-sr-success__next ul {
	margin: 0;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.mpm-sr-success__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.mpm-sr-success__actions .mpm-sr-btn {
	text-decoration: none;
}

.mpm-sr-success__actions .mpm-sr-btn--primary {
	color: #ffffff;
	background: #123d25;
	border-color: #123d25;
}

.mpm-sr-success__actions .mpm-sr-btn--primary:hover,
.mpm-sr-success__actions .mpm-sr-btn--primary:focus {
	color: #ffffff;
	background: #1a5535;
	border-color: #1a5535;
}

.mpm-sr-success__actions .mpm-sr-btn--secondary {
	color: #123d25;
	background: #ffffff;
	border-color: #123d25;
}

.mpm-sr-success a:not(.mpm-sr-btn) {
	color: #123d25;
	font-weight: 700;
}

/* Desktop */
@media (min-width: 768px) {
	.mpm-sr-main {
		padding: 40px 0 60px;
		background: #ffffff;
	}

	.mpm-sr-main__container {
		padding: 0 40px 40px;
	}

	.mpm-sr-page-title__text {
		font-size: 28px;
	}

	.mpm-contact-card.mpm-sr-card {
		padding: 32px 36px 36px;
	}

	.mpm-sr-nav-sticky {
		position: static;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.mpm-sr-nav {
		margin-top: 28px;
	}

	.mpm-sr-progress-app__name {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.mpm-sr-nav:not(.mpm-sr-nav--final) {
		flex-direction: row;
	}

	.mpm-sr-nav--final {
		flex-wrap: nowrap;
	}
}
