.machmon-banner-page {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 20%, #f7f7f7 100%);
	padding: 32px 18px 72px;
	color: #161616;
}

.machmon-banner-page__shell {
	width: 100%;
	max-width: 1288px;
	margin: 0 auto;
}

.machmon-banner-page__hero,
.machmon-banner-page__section {
	background: #ffffff;
	border: 1px solid #e3e3e6;
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(22, 22, 22, 0.06);
}

.machmon-banner-page__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 36px;
	align-items: center;
	padding: 40px;
	margin-bottom: 28px;
}

.machmon-banner-page__hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.machmon-banner-page__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fce5df;
	color: #9f2018;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.machmon-banner-page__hero h1,
.machmon-banner-page__section-heading h2 {
	margin: 0;
	color: #161616;
	font-family: inherit;
	font-weight: 700;
}

.machmon-banner-page__hero h1 {
	font-size: clamp(34px, 4vw, 50px);
	line-height: 1.06;
}

.machmon-banner-page__hero p,
.machmon-banner-page__section-heading p,
.machmon-banner-page__card p,
.machmon-banner-page__step-card p,
.machmon-banner-page__benefit p,
.machmon-banner-page__field small,
.machmon-banner-page__legal,
.machmon-banner-page__legal p {
	max-width: none;
	font-family: inherit;
	color: #67676f;
}

.machmon-banner-page__hero p {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
}

.machmon-banner-page__hero-media img,
.machmon-banner-page__card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.machmon-banner-page__section {
	padding: 32px;
	margin-top: 28px;
}

.machmon-banner-page__section-heading {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}

.machmon-banner-page__section-heading--narrow {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.machmon-banner-page__section-heading h2 {
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.15;
}

.machmon-banner-page__section-heading p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.machmon-banner-page__card-grid,
.machmon-banner-page__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.machmon-banner-page__card,
.machmon-banner-page__benefit,
.machmon-banner-page__step-card {
	padding: 22px;
	border: 1px solid #ececef;
	border-radius: 10px;
	background: #fff;
}

.machmon-banner-page__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.machmon-banner-page__card h3,
.machmon-banner-page__step-card h3,
.machmon-banner-page__benefit h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #161616;
}

.machmon-banner-page__card p,
.machmon-banner-page__step-card p,
.machmon-banner-page__benefit p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
}

.machmon-banner-page__card a,
.machmon-banner-page__legal a {
	color: #da382b;
	font-weight: 600;
	text-decoration: none;
}

.machmon-banner-page__card a:hover,
.machmon-banner-page__card a:focus,
.machmon-banner-page__legal a:hover,
.machmon-banner-page__legal a:focus {
	text-decoration: underline;
}

.machmon-banner-page__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: banner-steps;
}

.machmon-banner-page__step-card {
	position: relative;
}

.machmon-banner-page__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #da382b;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.machmon-banner-page__section--form {
	padding-bottom: 36px;
	scroll-margin-top: 112px;
}

.machmon-banner-page__form {
	position: relative;
	max-width: 740px;
	margin: 0 auto;
	padding: 28px;
	border: 1px solid #ececef;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(22, 22, 22, 0.05);
}

.machmon-banner-page__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.machmon-banner-page__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.machmon-banner-page__field--full {
	grid-column: 1 / -1;
}

.machmon-banner-page__field label,
.machmon-banner-page__reply-options legend {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #161616;
}

.machmon-banner-page__field input,
.machmon-banner-page__field textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #bcbfc6;
	border-radius: 8px;
	background: #fff;
	color: #161616;
	font: inherit;
}

.machmon-banner-page__field input {
	height: 48px;
	padding: 0 14px;
}

.machmon-banner-page__field textarea {
	min-height: 150px;
	padding: 14px;
	resize: vertical;
}

.machmon-banner-page__field input::placeholder,
.machmon-banner-page__field textarea::placeholder {
	color: #60636b;
	opacity: 1;
}

.machmon-banner-page__field input:focus,
.machmon-banner-page__field textarea:focus,
.machmon-banner-page__reply-options input:focus {
	outline: 2px solid rgba(218, 56, 43, 0.18);
	outline-offset: 1px;
	border-color: #da382b;
	box-shadow: none;
}

.machmon-banner-page__phone-field {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid #bcbfc6;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.machmon-banner-page__phone-prefix {
	display: inline-flex;
	align-items: center;
	padding: 0 14px;
	border-right: 1px solid #e3e3e6;
	background: #f5f6f7;
	color: #161616;
	font-size: 15px;
	font-weight: 700;
}

.machmon-banner-page__phone-field input {
	border: 0;
	border-radius: 0;
	background: #fff !important;
	color: #161616 !important;
}

.machmon-banner-page__phone-field input::placeholder {
	color: #60636b !important;
	opacity: 1;
}

.machmon-banner-page__reply-options {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin: 24px 0 0;
	padding: 0;
	border: 0;
}

.machmon-banner-page__reply-options label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 15px;
	color: #161616;
	cursor: pointer;
}

.machmon-banner-page__reply-options input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #da382b;
}

.machmon-banner-page__form-actions {
	margin-top: 24px;
}

.machmon-banner-page__primary-button,
.machmon-banner-page__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	background: #da382b;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.machmon-banner-page__submit {
	width: 100%;
	cursor: pointer;
}

.machmon-banner-page__primary-button:hover,
.machmon-banner-page__primary-button:focus,
.machmon-banner-page__submit:hover,
.machmon-banner-page__submit:focus {
	background: #c63024;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.machmon-banner-page__submit:disabled {
	background: #e3e3e6;
	color: #8a8d94;
	cursor: not-allowed;
	transform: none;
}

.machmon-banner-page__legal {
	max-width: 740px;
	margin: 18px auto 0;
	font-size: 13px;
	line-height: 1.7;
}

.machmon-banner-page__legal p {
	margin: 0;
}

.machmon-banner-page__legal p + p {
	margin-top: 8px;
}

.machmon-banner-page .submit-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1100px) {
	.machmon-banner-page__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.machmon-banner-page__card-grid,
	.machmon-banner-page__steps,
	.machmon-banner-page__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.machmon-banner-page {
		padding: 22px 12px 48px;
	}

	.machmon-banner-page__hero,
	.machmon-banner-page__section,
	.machmon-banner-page__form {
		padding: 22px;
	}

	.machmon-banner-page__hero {
		gap: 22px;
	}

	.machmon-banner-page__card-grid,
	.machmon-banner-page__steps,
	.machmon-banner-page__benefits,
	.machmon-banner-page__form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.machmon-banner-page__reply-options {
		flex-direction: column;
		align-items: flex-start;
	}

	.machmon-banner-page__primary-button,
	.machmon-banner-page__submit {
		width: 100%;
	}
}
