@font-face {
	font-family: "Helvetica Neue Local";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	ascent-override: 80%;
	descent-override: 20%;
	line-gap-override: 0%;
	src: url("../fonts/helvetica-neue/helvetica-neue-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Helvetica Neue Local";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	ascent-override: 80%;
	descent-override: 20%;
	line-gap-override: 0%;
	src: url("../fonts/helvetica-neue/helvetica-neue-bold.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/inter/inter-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-500-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-500-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--accent: #e2fd74;
	--dark: #151719;
	--surface: #e8e8e8;
	--radius: 24px;
	--container: 1760px;
	--hero-container: 1825px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	color: var(--dark);
	background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select {
	font: inherit;
}

.container {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

.site-header__inner,
.hero__inner,
.benefits {
	width: min(calc(100% - 48px), var(--hero-container));
}

.section {
	padding: 34px 0;
}

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

.glass {
	background: rgb(255 255 255 / 10%);
	box-shadow:
		inset 0 0 0 .61px rgb(153 153 153 / 50%),
		0 2.44px 2.44px rgb(0 0 0 / 25%);
	-webkit-backdrop-filter: blur(12.2px);
	backdrop-filter: blur(12.2px);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	font-weight: 700;
	color: #111;
	background: var(--accent);
	cursor: pointer;
}

.button--dark {
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.site-header {
	position: absolute;
	z-index: 20;
	top: 32px;
	right: 0;
	left: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 48px;
	min-height: 54px;
	padding: 16px 64px;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 999px;
	background:
		linear-gradient(rgb(255 255 255 / 10%), rgb(255 255 255 / 10%)),
		rgb(0 0 0 / 33%);
	box-shadow:
		0 4px 8px rgb(0 0 0 / 20%),
		inset 0 -5px 5px rgb(0 0 0 / 10%),
		inset 0 1px 6px rgb(255 255 255 / 40%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.site-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	height: 32px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: .2em;
}

.site-logo img {
	width: auto;
	height: 100%;
	max-height: none;
}

.site-logo--footer {
	width: 182px;
	height: 32px;
}

.site-logo--footer img {
	width: 100%;
	height: 100%;
}

.site-nav {
	margin-right: auto;
}

.site-nav__list,
.site-nav ul {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.site-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
}

.site-nav a:hover {
	color: var(--accent);
}

.header-phones,
.footer-phones {
	display: flex;
	align-items: center;
	gap: 40px;
	white-space: nowrap;
}

.header-phone-mobile {
	display: none;
}

.header-phones a,
.footer-phones a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 32px;
}

.phone-icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
}

.hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	min-height: max(100svh, 900px);
	padding: 130px 0 30px;
	color: #fff;
	background: var(--hero-image, linear-gradient(145deg, #263647, #865c42 60%, #181c21));
	background-position: center;
	background-size: cover;
}

.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(380px, 30vw, 544px);
	align-items: start;
	gap: 70px;
	padding-top: 30px;
}

.hero__content {
	padding-top: clamp(20px, 1.5vw, 28px);
	padding-left: clamp(32px, 3.4vw, 65px);
}

.hero h1 {
	max-width: 820px;
	margin: 0 0 10px;
	font-size: clamp(64px, 7vw, 122px);
	font-weight: 700;
	line-height: clamp(58px, 1.0715em, 120px);
	letter-spacing: -.04em;
}

.hero__content > p {
	max-width: 620px;
	margin: 0 0 21px;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	padding: 30px 58px;
	border: 0;
	border-radius: 20px;
	font-family: "Inter", sans-serif;
	font-size: clamp(20px, 2vw, 32px);
	font-weight: 600;
	line-height: clamp(28px, 2.1vw, 40px);
	text-transform: uppercase;
	color: var(--accent);
}

.lead-form {
	position: relative;
	z-index: 5;
	margin-top: 3px;
	padding: 36px 24px;
	border: 0;
	border-radius: var(--radius);
}

.lead-form h2 {
	margin: 0 0 30px;
	font-weight: 600;
	font-size: clamp(24px, 2.15vw, 31px);
	line-height: clamp(28px, 1.032em, 32px);
}

.lead-form form {
	display: grid;
	gap: 16px;
}

.lead-form form .button {
	position: relative;
	min-height: 56px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: 600;
	transition:
		background-color 180ms ease,
		box-shadow 180ms ease,
		opacity 180ms ease,
		transform 180ms ease;
}

.lead-form input:not([type="submit"]),
.lead-form select,
.lead-form textarea {
	width: 100%;
	height: 56px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 12px;
	line-height: normal;
	color: #292929;
	caret-color: #292929;
	background: #ddd;
	outline: 0;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.lead-form textarea {
	height: auto;
	min-height: 112px;
	padding-block: 14px;
	resize: vertical;
}

.lead-form input:not([type="submit"]):focus,
.lead-form select:focus,
.lead-form textarea:focus {
	border-color: rgb(226 253 116 / 85%);
	box-shadow: 0 0 0 2px rgb(226 253 116 / 35%);
}

.lead-form input:not([type="submit"]):disabled,
.lead-form select:disabled,
.lead-form textarea:disabled,
.select-field__trigger:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.lead-form input:-webkit-autofill,
.lead-form input:-webkit-autofill:hover,
.lead-form input:-webkit-autofill:focus {
	-webkit-text-fill-color: #292929;
	box-shadow: 0 0 0 1000px #ddd inset;
	-webkit-transition: background-color 9999s ease-out;
	transition: background-color 9999s ease-out;
}

.select-field select[name="interest"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	white-space: nowrap;
	opacity: 0;
}

.select-field {
	position: relative;
	z-index: 2;
}

.select-field.is-open {
	z-index: 10;
}

.select-field__trigger {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	padding: 0 20px 0 14px;
	border: 0;
	border-radius: 12px;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #292929;
	background: #ddd;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	transition:
		border-color 180ms ease,
		box-shadow 220ms ease,
		background-color 180ms ease;
}

.select-field__trigger:focus,
.select-field__trigger:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(226 253 116 / 45%);
}

.select-field.is-open .select-field__trigger {
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.select-field.is-invalid .select-field__trigger {
	border: 1px solid #ff5a5f;
	box-shadow: 0 0 0 1px rgb(255 90 95 / 18%);
}

.select-field__chevron {
	flex: 0 0 auto;
	width: 15px;
	height: 9px;
	pointer-events: none;
	transform-origin: 50% 50%;
	transition: transform 220ms ease;
}

.select-field.is-open .select-field__chevron {
	transform: rotate(180deg);
}

.select-field__options {
	position: absolute;
	z-index: 1;
	top: calc(100% - 8px);
	right: 0;
	left: 0;
	max-height: 0;
	padding-top: 15px;
	overflow: hidden;
	visibility: hidden;
	border-radius: 0 0 12px 12px;
	background: #ddd;
	box-shadow: 0 6px 10px rgb(0 0 0 / 25%);
	opacity: 0;
	transform: translateY(-8px);
	transform-origin: top;
	transition:
		max-height 280ms ease,
		opacity 180ms ease,
		transform 280ms ease,
		visibility 0s linear 280ms;
}

.select-field.is-open .select-field__options {
	max-height: min(50vh, var(--select-options-height, 295px));
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.select-field__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 0;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #292929;
	background: transparent;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

.select-field__option:hover,
.select-field__option:focus-visible {
	background: rgb(255 255 255 / 18%);
	outline: 0;
}

.select-field__radio {
	position: relative;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-left: 20px;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
}

.select-field__option[aria-selected="true"] .select-field__radio::after {
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--accent);
	content: "";
}

.select-field__options::-webkit-scrollbar {
	width: 6px;
}

.select-field__options::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgb(41 41 41 / 25%);
}

.lead-form input:not([type="submit"])::-moz-placeholder, .lead-form textarea::-moz-placeholder {
	color: #292929;
	opacity: 1;
}

.lead-form input:not([type="submit"])::placeholder,
.lead-form textarea::placeholder {
	color: #292929;
	opacity: 1;
}

.lead-form .wpcf7-not-valid:not(select) {
	border-color: #ff5a5f;
	box-shadow: 0 0 0 1px rgb(255 90 95 / 18%);
}

.lead-form .wpcf7-form-control-wrap,
.lead-form__field {
	position: relative;
	display: block;
}

.lead-form .wpcf7-form p {
	margin: 0;
}

.lead-form .wpcf7-submit {
	width: 100%;
}

.lead-form .wpcf7-submit:hover:not(:disabled) {
	box-shadow: 0 5px 14px rgb(0 0 0 / 18%);
	transform: translateY(-1px);
}

.lead-form .wpcf7-submit:active:not(:disabled) {
	box-shadow: none;
	transform: translateY(0);
}

.lead-form .wpcf7-form.submitting .wpcf7-submit {
	color: transparent;
	cursor: wait;
	opacity: 0.82;
	pointer-events: none;
}

.lead-form .wpcf7-form > p:has(.wpcf7-submit) {
	position: relative;
}

.lead-form .wpcf7-spinner {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: 0;
	background-color: #292929;
	transform: translate(-50%, -50%);
}

.lead-form .wpcf7-not-valid-tip {
	display: block;
	margin: 6px 4px 0;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #ff5a5f;
}

.lead-form .wpcf7-response-output {
	padding: 11px 14px;
	margin: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 12px;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
}

.lead-form .wpcf7-response-output:empty {
	display: none;
}

.lead-form .wpcf7-form.invalid .wpcf7-response-output,
.lead-form .wpcf7-form.unaccepted .wpcf7-response-output {
	display: none;
}

.lead-form .wpcf7-form.sent .wpcf7-response-output {
	border-color: rgb(226 253 116 / 70%) !important;
	color: #172006;
	background: rgb(226 253 116 / 92%);
}

.lead-form .wpcf7-form.failed .wpcf7-response-output,
.lead-form .wpcf7-form.aborted .wpcf7-response-output,
.lead-form .wpcf7-form.spam .wpcf7-response-output {
	border-color: rgb(255 90 95 / 70%) !important;
	background: rgb(91 15 18 / 76%);
}

@media (prefers-reduced-motion: reduce) {
	.lead-form *,
	.lead-form *::before,
	.lead-form *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

.benefits {
	position: absolute;
	right: 0;
	bottom: 26px;
	left: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.benefit {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 36px 14px;
	border: 0;
	border-radius: var(--radius);
}

.benefit__icon {
	flex: 0 0 auto;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	font-size: 32px;
	color: var(--accent);
}

.benefit__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.benefit p {
	min-width: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.2px;
	overflow-wrap: anywhere;
}

.cards-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.services {
	padding: 80px 0 40px;
}

.services__dots {
	display: none;
}

.dealers {
	padding: 40px 0;
}

.service-card {
	position: relative;
	display: flex;
	aspect-ratio: 843 / 746;
	max-height: 400px;
	padding: 28px 24px 24px;
	overflow: hidden;
	border-radius: 12px;
	color: #fff;
	background-color: #202830;
	background-image:
		linear-gradient(180deg, rgb(0 0 0 / 55%), transparent 48%, rgb(0 0 0 / 25%)),
		var(--card-image, linear-gradient(145deg, #546573, #17212a));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover, contain;
}

.service-card__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	text-align: center;
}

.service-card strong {
	font-family: "Inter", sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
}

.service-card small {
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.service-card__arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	place-items: center;
	font-size: 24px;
	color: #111;
	background: var(--accent);
}

.service-card__arrow img {
	width: 9px;
	height: 16px;
}

.dealers__inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 55px;
	padding: 55px;
	border-radius: var(--radius);
	background: #dbdbdb;
}

.dealers__map {
	display: grid;
	min-height: 420px;
	place-items: center;
}

.dealers__map--mobile {
	display: none;
}

.map-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	border: 2px dashed #aaa;
	border-radius: 14px;
	place-items: center;
	color: #777;
}

.dealers h2,
.business h2 {
	margin: 0 0 18px;
	font-size: clamp(40px, 4vw, 60px);
	line-height: .98;
	letter-spacing: -.03em;
}

.dealers__content h2 {
	margin-bottom: 16px;
	font-family: "Inter", sans-serif;
	font-size: 49.9px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: -0.88px;
}

.dealers__content > p {
	max-width: 650px;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.dealers__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 50px 0;
}

.dealers-feature__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	font-size: 34px;
}

.dealers-feature__icon img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.dealers__features h3 {
	margin: 10px 0;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}

.dealers__features p {
	margin: 0;
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.dealers-download {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 17px 40px;
	border-radius: 12px;
	color: #252728;
	background: var(--accent);
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.dealers-download > img {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
}

.dealers-download__text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.dealers-download__text strong {
	font-family: "Inter", sans-serif;
	font-size: 15.4px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: -0.16px;
}

.dealers-download__text small {
	font-family: "Helvetica Neue Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0;
}

.business {
	padding-top: 0;
	padding-bottom: 80px;
}

.business__inner {
	min-height: 340px;
	padding: 32px;
	border-radius: var(--radius);
	color: #fff;
	background: var(--business-image, linear-gradient(120deg, #17191b, #5c6670));
	background-position: center;
	background-size: cover;
}

.business__content {
	max-width: 440px;
}

.business__content h2 {
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-size: 52.1px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -2.5px;
}

.business__content p {
	margin: 0 0 50px;
	font-family: "Inter", sans-serif;
	font-size: 12.9px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.14px;
}

.business__content .button {
	font-family: "Inter", sans-serif;
	font-size: 14.8px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: -0.5px;
}

.site-footer {
	padding: 0;
	color: #fff;
	background: #000;
}

.site-footer .container {
	width: min(calc(100% - 128px), 1792px);
}

.site-footer__top {
	display: flex;
	align-items: center;
	padding: 80px 0 104px;
}

.site-footer .footer-phones {
	gap: 120px;
	margin-left: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}

.footer-socials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-left: 120px;
}

.footer-socials a,
.footer-socials span {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
}

.footer-socials img {
	width: 24px;
	height: 24px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 70px;
	padding: 0;
	border-top: 1px solid #222;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color: rgb(255 255 255 / 55%);
}

.site-footer__bottom p {
	margin: 0;
}

.footer-menu {
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0 auto 0 0;
	list-style: none;
}

.footer-up {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

.footer-up img {
	display: block;
	width: 16px;
	height: 16px;
}

.site-main {
	min-height: 70vh;
	padding-top: 140px;
	padding-bottom: 80px;
}

/*
 * Compact desktop layout for 13–14" laptops.
 * Keeps the form and benefits separated in viewports around 1440–1512px.
 */
@media (min-width: 1101px) and (max-width: 1700px) {
	.hero {
		min-height: max(100svh, 800px);
		padding-top: 112px;
		padding-bottom: 20px;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 1fr) clamp(410px, 30vw, 480px);
		gap: clamp(36px, 4vw, 60px);
		padding-top: 24px;
	}

	.hero__content {
		padding-top: clamp(18px, 1.4vw, 24px);
		padding-left: clamp(28px, 3vw, 46px);
	}

	.hero h1 {
		max-width: 700px;
		margin-bottom: 12px;
		font-size: clamp(82px, 6vw, 102px);
		line-height: .98;
	}

	.hero__content > p {
		margin-bottom: 18px;
		font-size: 14px;
		line-height: 18px;
	}

	.hero__badge {
		min-height: 72px;
		padding: 18px 40px;
		font-size: clamp(22px, 1.7vw, 28px);
		line-height: 32px;
	}

	.lead-form {
		padding: 24px 20px;
	}

	.lead-form h2 {
		margin-bottom: 20px;
		font-size: 27px;
		line-height: 28px;
	}

	.lead-form form {
		gap: 12px;
	}

	.lead-form input:not([type="submit"]),
	.lead-form select,
	.lead-form .select-field__trigger {
		height: 48px;
	}

	.lead-form form .button {
		min-height: 48px;
		margin-top: 8px;
	}

	.select-field__option {
		height: 48px;
	}

	.benefits {
		bottom: 20px;
		gap: 12px;
	}

	.benefit {
		gap: 8px;
		padding: 22px 12px;
	}

	.benefit__icon {
		width: 52px;
		height: 52px;
	}

	.benefit p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (min-width: 1101px) and (max-width: 1250px) {
	.hero {
		min-height: max(100svh, 840px);
		padding-bottom: 40px;
	}

	.benefits {
		position: absolute;
		bottom: 40px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 0;
	}
}

@media (max-width: 1100px) {
	.hero {
		min-height: 100vh;
		min-height: 100svh;
	}

	.site-footer__bottom {
		flex-wrap: wrap;
		padding-block: 16px;
	}

	.site-footer__top {
		flex-wrap: wrap;
		gap: 32px;
	}

	.site-footer .footer-phones {
		gap: 32px;
	}

	.footer-socials {
		margin-left: 0;
	}

	.site-nav {
		display: none;
	}

	.header-phones {
		display: none;
	}

	.header-phone-mobile {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin-left: auto;
	}

	.hero__inner {
		grid-template-columns: 1fr;
	}

	.hero__content {
		padding-top: 20px;
		padding-left: 0;
	}

	.benefits {
		position: static;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 60px;
	}

	.cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.dealers__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.container {
		width: min(calc(100% - 48px), var(--container));
	}

	.site-footer .container {
		width: min(calc(100% - 48px), 1792px);
	}

	.site-header {
		top: 20px;
	}

	.site-header__inner {
		width: min(calc(100% - 48px), var(--hero-container));
		min-height: 64px;
		padding: 15px 16px;
		gap: 0;
	}

	.site-header .site-logo {
		height: 32px;
	}

	.site-nav {
		display: none;
	}

	.header-phone-mobile {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin-left: auto;
	}

	.hero {
		padding: 115px 0 60px;
		background-color: #111820;
		background-image:
			var(--hero-mobile-image),
			var(--hero-mobile-asphalt);
		background-position:
			center top,
			center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.hero__inner {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: min(calc(100% - 48px), var(--hero-container));
		padding-top: 0;
	}

	.hero__content {
		align-self: stretch;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.hero h1 {
		max-width: none;
		margin-bottom: 18px;
		font-size: 56px;
		line-height: 60px;
		letter-spacing: -1.8px;
	}

	.hero__content > p {
		max-width: 370px;
		margin: 0 auto 24px;
		font-size: 14px;
		line-height: 17px;
	}

	.hero__badge {
		justify-content: center;
		width: min(100%, 344px);
		min-height: 60px;
		padding: 10px 16px;
		margin-inline: auto;
		border-radius: 20px;
		font-size: 20px;
		line-height: 24px;
		white-space: nowrap;
	}

	.lead-form {
		width: 100%;
		padding: 30px 22px 31px;
		margin-top: 310px;
		border-radius: 24px;
		text-align: left;
	}

	.lead-form h2 {
		margin-bottom: 26px;
		font-size: 32px;
		line-height: 34px;
	}

	.lead-form h2 br {
		display: none;
	}

	.lead-form form {
		gap: 14px;
	}

	.lead-form input:not([type="submit"]),
	.lead-form select,
	.lead-form .select-field__trigger {
		height: 50px;
	}

	.lead-form form .button {
		min-height: 50px;
		margin-top: 12px;
		font-size: 12px;
		line-height: 16px;
	}

	.select-field__option {
		height: 50px;
	}

	.select-field {
		--select-options-height: 265px !important;
	}

	.benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		width: min(calc(100% - 48px), var(--hero-container));
		margin-top: 60px;
	}

	.benefit {
		gap: 10px;
		min-height: 118px;
		padding: 26px 12px;
		border-radius: 24px;
	}

	.benefit__icon {
		width: 54px;
		height: 54px;
	}

	.benefit p {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0;
	}

	.services {
		padding: 40px 0;
		overflow: hidden;
	}

	.cards-grid {
		display: flex;
		width: 100%;
		padding: 0 24px;
		gap: 24px;
		overflow-x: auto;
		scroll-padding-left: 24px;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.cards-grid::-webkit-scrollbar {
		display: none;
	}

	.service-card {
		flex: 0 0 calc(100vw - 72px);
		max-height: none;
		scroll-snap-align: start;
	}

	.services__dots {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		margin-top: 20px;
	}

	.services__dots button {
		width: 8px;
		height: 8px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: #d3d3d3;
		cursor: pointer;
		transition:
			width 320ms cubic-bezier(.22, 1, .36, 1),
			background-color 240ms ease;
	}

	.services__dots button.is-active {
		width: 24px;
		background: var(--accent);
	}

	.dealers {
		padding: 0;
	}

	.dealers__inner {
		display: block;
		width: 100%;
		padding: 40px 24px;
		border-radius: 24px;
	}

	.dealers__map--desktop {
		display: none;
	}

	.dealers__map--mobile {
		display: grid;
		aspect-ratio: 1818 / 1211;
		margin-top: 25px;
	}

	.dealers__map {
		min-height: 0;
	}

	.dealers__map--mobile img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}

	.dealers__content h2 {
		margin-bottom: 16px;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -0.7px;
	}

	.dealers__content > p {
		margin: 0;
		font-size: 14px;
		line-height: 17px;
	}

	.dealers__content > p br {
		display: none;
	}

	.dealers__features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
		margin: 20px 0;
	}

	.dealers-feature__icon {
		width: 34px;
		height: 34px;
	}

	.dealers__features h3 {
		margin: 8px 0 4px;
		font-size: 14px;
		line-height: 16px;
	}

	.dealers__features p {
		font-size: 12px;
		line-height: 14px;
	}

	.dealers-download {
		display: flex;
		width: 100%;
		min-height: 72px;
		padding: 12px 20px;
	}

	.dealers-download > img {
		width: 40px;
		height: 40px;
	}

	.dealers-download__text strong {
		font-size: 14px;
		line-height: 17px;
	}

	.business__inner {
		display: flex;
		min-height: 522px;
		padding: 40px 24px;
		border-radius: 32px;
		background-color: #252728;
		background-image:
			linear-gradient(180deg, #252728 0%, rgb(37 39 40 / 0%) 100%),
			var(--business-mobile-image);
		background-position:
			center top,
			center;
		background-repeat: no-repeat;
		background-size:
			100% 310px,
			cover;
	}

	.business {
		padding: 48px 0 61px;
	}

	.business__content {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: none;
	}

	.business__content h2 {
		font-size: 40px;
		line-height: 42px;
		letter-spacing: -1.5px;
	}

	.business__content p {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0;
	}

	.business__content .button {
		width: 100%;
		min-height: 56px;
		margin-top: auto;
		font-size: 14px;
	}

	.site-footer__top,
	.site-footer__bottom {
		align-items: flex-start;
	}

	.site-footer__top {
		display: flex;
		flex-direction: column;
		gap: 48px;
		padding: 57px 0 44px;
	}

	.site-logo--footer {
		width: 264px;
		height: auto;
	}

	.site-footer .footer-phones {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-left: 0;
		font-size: 28px;
		line-height: 34px;
	}

	.site-footer .footer-phones a {
		gap: 16px;
		min-height: 48px;
	}

	.site-footer .footer-phones .phone-icon {
		width: 48px;
		height: 48px;
	}

	.footer-socials {
		gap: 16px;
		justify-content: flex-start;
		margin-left: 0;
	}

	.footer-socials a,
	.footer-socials span,
	.footer-socials img {
		width: 32px;
		height: 32px;
	}

	.site-footer__bottom {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 12px 16px;
		min-height: 0;
		padding: 32px 0 20px;
		font-size: 12px;
		line-height: 16px;
	}

	.site-footer__bottom p {
		grid-column: 1 / -1;
		margin: 0;
	}

	.footer-menu {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin: 0;
	}

	.footer-up {
		align-self: end;
		justify-self: end;
		margin-bottom: 0;
	}
}

@media (max-width: 430px) {
	.benefits {
		gap: 12px;
	}

	.benefit {
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		min-width: 0;
		min-height: 150px;
		padding: 16px 10px;
		text-align: center;
	}

	.benefit__icon {
		width: 46px;
		height: 46px;
	}

	.benefit p {
		min-width: 0;
		max-width: 100%;
		font-size: 13px;
		line-height: 15px;
		overflow-wrap: anywhere;
	}

	.business__inner {
		padding: 36px 20px;
	}

	.business__content {
		min-width: 0;
	}

	.business__content h2 {
		max-width: 100%;
		font-size: 36px;
		line-height: 38px;
		letter-spacing: -1.2px;
		overflow-wrap: break-word;
	}

	.business__content .button {
		padding-inline: 16px;
		text-align: center;
	}

	.dealers__features {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}

	.dealers__features h3,
	.dealers__features p {
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 360px) {
	.hero h1 {
		font-size: 50px;
		line-height: 54px;
	}

	.hero__badge {
		font-size: 18px;
		white-space: normal;
	}

	.business__content h2 {
		font-size: 32px;
		line-height: 34px;
		letter-spacing: -1px;
	}

	.business__content .button {
		font-size: 13px;
	}
}
