/* /dileram/ — redesign scoped under .dealers-redesign-page */

.dealers-redesign-page {
	--dr-primary: #1E8FEA;
	--dr-dark-blue: #0B6FCC;
	--dr-light-blue: #EAF5FF;
	--dr-text: #07101C;
	--dr-graphite: #1F252D;
	--dr-muted: #66717D;
	--dr-border: #DDE7F0;
	--dr-bg: #F5F8FB;
	--dr-white: #FFFFFF;
	--dr-radius-lg: 32px;
	--dr-radius-md: 16px;
	--dr-radius-sm: 12px;
	--dr-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	--dr-shadow-hover: 0 8px 28px rgba(30, 143, 234, 0.12);
	font-family: 'Exo 2', sans-serif;
	color: var(--dr-text);
	background: var(--dr-bg);
	overflow-x: clip;
}

.dealers-redesign-page *,
.dealers-redesign-page *::before,
.dealers-redesign-page *::after {
	box-sizing: border-box;
}

.dealers-redesign-page__inner {
	padding-bottom: 0;
}

/* Buttons */
.dealers-redesign-page .dealers-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: 50px;
	border: 2px solid transparent;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dealers-redesign-page .dealers-btn--primary {
	background: var(--dr-primary);
	color: var(--dr-white);
	border-color: var(--dr-primary);
}

.dealers-redesign-page .dealers-btn--primary:hover,
.dealers-redesign-page .dealers-btn--primary:focus-visible {
	background: var(--dr-dark-blue);
	border-color: var(--dr-dark-blue);
	color: var(--dr-white);
}

.dealers-redesign-page .dealers-btn--outline {
	background: var(--dr-white);
	color: var(--dr-primary);
	border-color: var(--dr-white);
}

.dealers-redesign-page .dealers-btn--outline:hover,
.dealers-redesign-page .dealers-btn--outline:focus-visible {
	background: var(--dr-light-blue);
	color: var(--dr-dark-blue);
}

.dealers-redesign-page .dealers-btn--white {
	background: var(--dr-white);
	color: var(--dr-primary);
	border-color: var(--dr-white);
	width: 100%;
}

.dealers-redesign-page .dealers-btn--white:hover,
.dealers-redesign-page .dealers-btn--white:focus-visible {
	background: var(--dr-light-blue);
	color: var(--dr-dark-blue);
}

/* Breadcrumbs */
.dealers-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 24px 0 20px;
	font-size: 14px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-breadcrumb__link {
	color: var(--dr-muted);
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: color 0.15s ease;
}

.dealers-breadcrumb__link:hover,
.dealers-breadcrumb__link:focus-visible {
	color: var(--dr-primary);
}

.dealers-breadcrumb__current {
	color: var(--dr-text);
	font-weight: 500;
	min-width: 0;
	line-height: 1.4;
}

.dealers-breadcrumb__sep {
	color: var(--dr-muted);
	opacity: 0.7;
	white-space: nowrap;
	flex-shrink: 0;
}

/* Hero */
.dealers-hero {
	position: relative;
	margin-bottom: 48px;
}

.dealers-hero__slider {
	position: relative;
	overflow: hidden;
	border-radius: var(--dr-radius-lg);
	background: var(--dr-dark-blue);
	box-shadow: var(--dr-shadow);
}

.dealers-hero__slide {
	display: none;
	position: relative;
	align-items: center;
	min-height: 460px;
	padding: 48px 56px;
	overflow: hidden;
}

.dealers-hero__slide--active {
	display: flex;
}

.dealers-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.dealers-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(3, 48, 102, 0.96) 0%,
			rgba(5, 62, 128, 0.92) 22%,
			rgba(8, 82, 158, 0.82) 40%,
			rgba(11, 111, 204, 0.52) 58%,
			rgba(11, 111, 204, 0.22) 76%,
			transparent 100%
		);
	z-index: 1;
}

.dealers-hero__content {
	position: relative;
	z-index: 2;
	max-width: 640px;
	color: var(--dr-white);
}

.dealers-hero__badge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 16px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.dealers-hero__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.08;
	color: var(--dr-white);
}

.dealers-hero__subtitle {
	margin: 0 0 28px;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
}

.dealers-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dealers-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 3;
}

.dealers-hero__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.42);
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.dealers-hero__dot--active {
	background: var(--dr-white);
	transform: scale(1.15);
}

.dealers-hero__arrow {
	display: none;
}

/* Nav grid */
.dealers-nav {
	padding: 0 0 80px;
}

.dealers-nav__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.dealers-nav__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 220px;
	padding: 20px 16px 16px;
	border-radius: var(--dr-radius-md);
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	box-shadow: var(--dr-shadow);
	text-decoration: none;
	color: inherit;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dealers-nav__card:hover,
.dealers-nav__card:focus-visible {
	transform: translateY(-3px);
	box-shadow: var(--dr-shadow-hover);
	border-color: rgba(30, 143, 234, 0.35);
}

.dealers-nav__card--active {
	border-color: rgba(30, 143, 234, 0.45);
	box-shadow: 0 10px 32px rgba(30, 143, 234, 0.14);
	background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
	cursor: default;
}

.dealers-nav__card--active:hover,
.dealers-nav__card--active:focus-visible {
	transform: none;
	box-shadow: 0 10px 32px rgba(30, 143, 234, 0.14);
	border-color: rgba(30, 143, 234, 0.45);
}

.dealers-nav__card--active .dealers-nav__card-title {
	color: var(--dr-primary);
}

.dealers-nav__card-text {
	display: block;
	width: 100%;
	text-align: center;
}

.dealers-nav__card-title {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
	text-align: center;
}

.dealers-nav__card-subtitle {
	display: block;
	font-size: 13px;
	line-height: 1.35;
	color: var(--dr-muted);
	text-align: center;
}

.dealers-nav__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 16px;
	min-height: 128px;
	flex: 1;
}

.dealers-nav__card-icon img {
	display: block;
	max-width: 168px;
	max-height: 136px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Director */
.dealers-director {
	padding: 0 0 80px;
}

.dealers-director__card {
	display: grid;
	grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	padding: 40px;
	border-radius: var(--dr-radius-lg);
	background: var(--dr-white);
	box-shadow: var(--dr-shadow);
}

.dealers-director__photo-wrap {
	position: relative;
}

.dealers-director__photo {
	display: block;
	width: 100%;
	border-radius: var(--dr-radius-md);
	object-fit: cover;
	aspect-ratio: 5 / 6;
}

.dealers-director__photo-badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 16px;
	border-radius: var(--dr-radius-sm);
	background: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	line-height: 1.3;
	color: var(--dr-text);
	box-shadow: var(--dr-shadow);
}

.dealers-director__photo-badge-accent {
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-director__title {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--dr-text);
}

.dealers-director__name {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.4;
	color: var(--dr-text);
}

.dealers-director__contacts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.dealers-director__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--dr-primary);
	text-decoration: none;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.dealers-director__social svg {
	display: block;
	width: 44px;
	height: 44px;
}

.dealers-director__social:hover,
.dealers-director__social:focus-visible {
	background: transparent;
	color: var(--dr-primary);
	opacity: 0.88;
}

.dealers-director__social--max {
	padding: 0;
	background: transparent;
}

.dealers-director__social--max:hover,
.dealers-director__social--max:focus-visible {
	background: transparent;
	opacity: 0.88;
}

.dealers-director__social-icon {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	object-fit: cover;
}

.dealers-director__email {
	font-size: 16px;
	color: var(--dr-text);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dealers-director__phone {
	font-size: 16px;
	color: var(--dr-text);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dealers-director__phone:hover,
.dealers-director__phone:focus-visible {
	color: var(--dr-primary);
}

.dealers-director__email:hover,
.dealers-director__email:focus-visible {
	color: var(--dr-primary);
}

.dealers-director__quote {
	margin: 0 0 28px;
	padding: 20px 20px 20px 24px;
	border-left: 4px solid var(--dr-primary);
	border-radius: var(--dr-radius-sm);
	background: var(--dr-bg);
	font-size: 16px;
	line-height: 1.55;
	color: var(--dr-graphite);
}

/* Approach */
.dealers-approach {
	padding: 0 0 80px;
}

.dealers-approach__header {
	max-width: 860px;
	margin-bottom: 32px;
}

.dealers-approach__title {
	margin: 0 0 8px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-approach__subtitle {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.4;
	color: var(--dr-muted);
}

.dealers-approach__intro {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-approach__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: minmax(220px, auto);
	gap: 16px;
}

.dealers-approach__card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: var(--dr-radius-md);
	background: #F2F8FD;
	border: 1px solid #D9EAF7;
	box-shadow: var(--dr-shadow);
}

.dealers-approach__card--featured {
	grid-row: span 2;
	background: var(--dr-primary);
	border-color: var(--dr-primary);
	color: var(--dr-white);
}

.dealers-approach__card--featured .dealers-approach__num,
.dealers-approach__card--featured .dealers-approach__card-title,
.dealers-approach__card--featured .dealers-approach__card-text {
	color: var(--dr-white);
}

.dealers-approach__card--featured .dealers-approach__card-title {
	font-size: 26px;
	line-height: 1.2;
}

.dealers-approach__card--featured .dealers-approach__card-text {
	font-size: 17px;
	line-height: 1.55;
}

.dealers-approach__card--featured .dealers-approach__watermark {
	width: 132px;
	height: 132px;
	right: 4px;
	bottom: 4px;
	opacity: 0.42;
	filter: brightness(0) invert(1);
}

.dealers-approach__card--cta {
	background: var(--dr-primary);
	border-color: var(--dr-primary);
	color: var(--dr-white);
}

.dealers-approach__card--cta .dealers-approach__card-title,
.dealers-approach__card--cta .dealers-approach__card-text {
	color: var(--dr-white);
}

.dealers-approach__card--cta .dealers-approach__num {
	display: none;
}

.dealers-approach__num {
	display: block;
	margin-bottom: 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-primary);
}

.dealers-approach__card-title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-approach__card-text {
	margin: 0;
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-approach__card--featured .dealers-approach__card-text,
.dealers-approach__card--cta .dealers-approach__card-text {
	color: rgba(255, 255, 255, 0.92);
}

.dealers-approach__watermark {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 88px;
	height: 88px;
	object-fit: contain;
	object-position: bottom right;
	opacity: 1;
	pointer-events: none;
}

.dealers-approach__card--cta .dealers-btn {
	margin-top: auto;
}

/* Values */
.dealers-values {
	padding: 0 0 80px;
}

.dealers-values__wrap {
	display: grid;
	grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
	align-items: stretch;
	gap: 32px;
	padding: 40px;
	border-radius: var(--dr-radius-lg);
	background: var(--dr-primary);
	color: var(--dr-white);
}

.dealers-values__left {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.dealers-values__title {
	margin: 0 0 8px;
	font-size: clamp(28px, 2.8vw, 36px);
	font-weight: 700;
	line-height: 1.12;
}

.dealers-values__subtitle {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.dealers-values__photo {
	display: block;
	width: 100%;
	flex: 1;
	min-height: 280px;
	border-radius: var(--dr-radius-md);
	object-fit: cover;
}

.dealers-values__list {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 14px;
}

.dealers-values__item {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 18px;
	padding: 22px 24px;
	border-radius: var(--dr-radius-sm);
	background: var(--dr-white);
}

.dealers-values__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--dr-primary);
	color: var(--dr-white);
	font-size: 18px;
	font-weight: 700;
}

.dealers-values__item-title {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-values__item-desc {
	display: block;
	font-size: 15px;
	line-height: 1.45;
	color: var(--dr-muted);
}

@media (min-width: 1025px) {
	.dealers-values__item {
		padding: 24px 28px;
		gap: 20px;
	}

	.dealers-values__num {
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		font-size: 19px;
	}

	.dealers-values__item-title {
		font-size: 19px;
	}

	.dealers-values__item-desc {
		font-size: 16px;
	}
}

/* Team */
.dealers-team {
	padding: 0 0 80px;
}

.dealers-team__title {
	margin: 0 0 28px;
	font-size: clamp(28px, 2.8vw, 36px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-team__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
}

.dealers-team__card:not(.dealers-team__card--info) {
	position: relative;
	display: block;
	min-height: 400px;
	height: 100%;
	border-radius: var(--dr-radius-md);
	overflow: hidden;
	background: var(--dr-white);
	border: 2px solid transparent;
	box-shadow: var(--dr-shadow);
}

.dealers-team__card {
	border-radius: var(--dr-radius-md);
	overflow: hidden;
	background: var(--dr-white);
	border: 2px solid transparent;
	box-shadow: var(--dr-shadow);
}

.dealers-team__card--highlight {
	border-color: var(--dr-primary);
}

.dealers-team__photo {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #d8e3ee;
}

.dealers-team__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center top;
}

.dealers-team__photo--efimenko img {
	object-position: right bottom;
	transform: scale(1.05);
	transform-origin: bottom right;
}

.dealers-team__photo--placeholder {
	background: linear-gradient(180deg, #c5d3df 0%, #e8eef4 100%);
}

.dealers-team__info {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 16px 52px 16px 16px;
	border-radius: var(--dr-radius-sm);
	background: var(--dr-white);
	box-shadow: 0 4px 16px rgba(7, 16, 28, 0.1);
}

.dealers-team__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-team__role {
	font-size: 13px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-team__chat {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: var(--dr-primary);
	color: var(--dr-white);
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(30, 143, 234, 0.35);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dealers-team__chat-icon {
	display: block;
	flex-shrink: 0;
}

.dealers-team__chat:hover,
.dealers-team__chat:focus-visible {
	background: var(--dr-dark-blue);
	box-shadow: 0 6px 16px rgba(11, 111, 204, 0.4);
	transform: translateY(-50%) scale(1.04);
}

.dealers-team__card--info {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	grid-column: span 2;
	gap: 24px;
	padding: 32px 36px 0;
	background: linear-gradient(145deg, var(--dr-dark-blue) 0%, var(--dr-primary) 100%);
	color: var(--dr-white);
	border: none;
	min-height: 400px;
	height: 100%;
	overflow: hidden;
}

.dealers-team__info-body {
	position: relative;
	z-index: 1;
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	max-width: 52%;
	padding-top: 8px;
}

.dealers-team__info-badge {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}

.dealers-team__info-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dr-white);
}

.dealers-team__info-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
}

.dealers-team__info-visual {
	position: absolute;
	right: -20px;
	bottom: -28px;
	z-index: 0;
	width: min(46%, 380px);
	max-width: 380px;
	height: auto;
	max-height: none;
	margin: 0;
	object-fit: contain;
	object-position: bottom right;
	opacity: 0.95;
}

/* Tablet */
@media (max-width: 1200px) {
	.dealers-nav__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dealers-hero__slide {
		min-height: 420px;
		padding: 40px;
	}
}

@media (max-width: 1024px) {
	.dealers-hero__slide {
		min-height: 380px;
		padding: 32px 28px 56px;
	}

	.dealers-hero__overlay {
		background:
			linear-gradient(
				180deg,
				rgba(3, 48, 102, 0.94) 0%,
				rgba(5, 62, 128, 0.86) 36%,
				rgba(8, 82, 158, 0.58) 68%,
				rgba(11, 111, 204, 0.2) 100%
			);
	}

	.dealers-director__card {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.dealers-approach__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-approach__card--featured {
		grid-row: span 1;
	}

	.dealers-values__wrap {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.dealers-values__left {
		min-height: auto;
	}

	.dealers-values__photo {
		flex: none;
		min-height: 0;
	}

	.dealers-values__list {
		height: auto;
		gap: 12px;
	}

	.dealers-values__item {
		flex: none;
		padding: 18px 20px;
		gap: 16px;
	}

	.dealers-values__num {
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.dealers-values__item-title {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.dealers-values__item-desc {
		font-size: 14px;
		line-height: 1.4;
	}

	.dealers-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.dealers-breadcrumb {
		padding-top: 16px;
	}

	.dealers-nav__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-nav__card {
		min-height: 200px;
	}

	.dealers-nav__card-icon {
		min-height: 112px;
	}

	.dealers-nav__card-icon img {
		max-width: 148px;
		max-height: 118px;
	}

	.dealers-approach__grid,
	.dealers-team__grid {
		grid-template-columns: 1fr;
	}

	.dealers-team__card:not(.dealers-team__card--info),
	.dealers-team__card--info {
		min-height: 360px;
	}

	.dealers-team__card--info {
		flex-direction: column;
		align-items: flex-start;
		grid-column: span 1;
		padding: 28px;
	}

	.dealers-team__info-body {
		max-width: none;
		padding-top: 0;
	}

	.dealers-team__info-visual {
		position: static;
		align-self: center;
		width: auto;
		max-width: 240px;
		max-height: 220px;
		margin: 16px auto 0;
	}

	.dealers-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.dealers-redesign-page .dealers-btn {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.dealers-nav__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.dealers-nav__card {
		min-height: 180px;
		padding: 14px 10px 12px;
	}

	.dealers-nav__card-title {
		font-size: 14px;
	}

	.dealers-nav__card-subtitle {
		font-size: 11px;
		line-height: 1.3;
	}

	.dealers-nav__card-icon {
		min-height: 88px;
		margin-top: 10px;
	}

	.dealers-nav__card-icon img {
		max-width: 112px;
		max-height: 92px;
	}

	.dealers-hero__slide {
		min-height: 360px;
		padding: 24px 20px 52px;
	}

	.dealers-hero__title {
		font-size: 26px;
	}

	.dealers-hero__subtitle {
		font-size: 16px;
	}

	.dealers-director__card,
	.dealers-values__wrap {
		padding: 20px;
	}
}

/* ============================================================
   /otdel-konsaltinga/ — consulting page (scoped)
   ============================================================ */

.dealers-consulting-hero {
	padding: 8px 0 56px;
}

.dealers-consulting-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
	gap: 40px;
	align-items: start;
}

.dealers-consulting-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	color: var(--dr-text);
}

.dealers-consulting-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-consulting-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-consulting-hero__lead {
	margin: 0 0 24px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-consulting-hero__checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.dealers-consulting-hero__checks li {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	line-height: 1.4;
	color: var(--dr-text);
}

.dealers-consulting-hero__checks li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dr-light-blue);
}

.dealers-consulting-hero__checks li::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 7px;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: rotate(-45deg);
}

.dealers-consulting-expert {
	overflow: hidden;
	border-radius: 28px;
	background: var(--dr-white);
	box-shadow: var(--dr-shadow);
}

.dealers-consulting-expert__photo-wrap {
	overflow: hidden;
	aspect-ratio: 4 / 3.2;
	background: #1a2332;
}

.dealers-consulting-expert__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.dealers-consulting-expert__body {
	padding: 24px;
}

.dealers-consulting-expert__name {
	display: block;
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-consulting-expert__role {
	display: block;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--dr-muted);
}

.dealers-consulting-expert__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.dealers-consulting-expert__tag {
	padding: 6px 12px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 13px;
	font-weight: 500;
	color: var(--dr-primary);
}

.dealers-consulting-expert__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.dealers-consulting-expert__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	border: none;
	background: transparent;
	color: var(--dr-primary);
	text-decoration: none;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.dealers-consulting-expert__social svg {
	display: block;
	width: 44px;
	height: 44px;
}

.dealers-consulting-expert__social:hover,
.dealers-consulting-expert__social:focus-visible {
	background: transparent;
	border-color: transparent;
	color: var(--dr-primary);
	opacity: 0.88;
}

.dealers-consulting-expert__social--max {
	padding: 0;
	border: none;
	background: transparent;
}

.dealers-consulting-expert__social--max:hover,
.dealers-consulting-expert__social--max:focus-visible {
	background: transparent;
	border-color: transparent;
	opacity: 0.88;
}

.dealers-consulting-expert__social-icon {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	object-fit: cover;
}

.dealers-consulting-expert__contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 1;
	min-width: 140px;
	min-height: 44px;
	padding: 10px 18px;
	border: none;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--dr-primary);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dealers-consulting-expert__contact:hover,
.dealers-consulting-expert__contact:focus-visible {
	background: var(--dr-primary);
	color: var(--dr-white);
}

.dealers-consulting-section-head {
	max-width: 680px;
	margin: 0 0 40px;
	text-align: left;
}

.dealers-consulting-section-head__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-consulting-section-head__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-consulting-services {
	padding: 0 0 80px;
}

.dealers-consulting-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-consulting-services__card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 240px;
	padding: 32px;
	border-radius: 24px;
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	box-shadow: 0 8px 24px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-consulting-services__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 32px;
	right: 32px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(90deg, var(--dr-primary) 0%, rgba(30, 143, 234, 0.35) 100%);
	opacity: 0.55;
	transition: opacity 0.22s ease;
}

.dealers-consulting-services__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-consulting-services__card:hover::before {
	opacity: 1;
}

.dealers-consulting-services__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: linear-gradient(135deg, #EAF5FF 0%, #D7ECFF 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}

.dealers-consulting-services__icon--chart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 18V6m0 12h16M8 18V10m4 8V8m4 10v-6'/%3E%3C/svg%3E");
}

.dealers-consulting-services__icon--calc {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='5' y='3' width='14' height='18' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M9 8h6M9 12h2M13 12h2M9 16h2M13 16h2'/%3E%3C/svg%3E");
}

.dealers-consulting-services__icon--target {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%231E8FEA' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M12 4V2M12 22v-2M4 12H2M22 12h-2'/%3E%3C/svg%3E");
}

.dealers-consulting-services__icon--wrench {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14.7 6.3a4.5 4.5 0 00-6.4 6.4L3 18l3 3 5.3-5.3a4.5 4.5 0 006.4-6.4l-2.1 2.1-3.6-3.6 2.1-2.1z'/%3E%3C/svg%3E");
}

.dealers-consulting-services__icon--pulse {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 12h3l2-6 4 12 2-6h5'/%3E%3C/svg%3E");
}

.dealers-consulting-services__icon--doc {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 01-2 2H8a2 2 0 01-2-2V6a2 2 0 012-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M16 4v4h4M9 13h6M9 17h4'/%3E%3C/svg%3E");
}

.dealers-consulting-services__title {
	margin: 0 0 12px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.28;
	color: var(--dr-text);
}

.dealers-consulting-services__text {
	margin: 0;
	flex: 1;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-consulting-academy {
	padding: 0 0 80px;
}

.dealers-consulting-academy__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr);
	grid-template-areas:
		"left calendar"
		"info calendar";
	gap: 36px 40px;
	align-items: start;
}

.dealers-consulting-academy__left {
	grid-area: left;
}

.dealers-consulting-academy__head {
	margin-bottom: 24px;
}

.dealers-consulting-academy__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
	text-align: left;
}

.dealers-consulting-academy__intro {
	margin: 0 0 16px;
	max-width: 620px;
	font-size: 16px;
	line-height: 1.55;
	color: var(--dr-muted);
	text-align: left;
}

.dealers-consulting-academy__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dealers-consulting-academy__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 50px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: var(--dr-white);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-consulting-academy__topics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.dealers-consulting-academy__topic {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 72px;
	padding: 18px 20px;
	border-radius: 18px;
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	box-shadow: 0 10px 28px rgba(7, 16, 28, 0.04);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dealers-consulting-academy__topic:hover {
	transform: translateY(-2px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 16px 36px rgba(7, 16, 28, 0.07);
}

.dealers-consulting-academy__topic-icon {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	border: 1px solid rgba(30, 143, 234, 0.14);
	background: linear-gradient(135deg, #EAF5FF 0%, #D7ECFF 100%) center / 24px 24px no-repeat;
}

.dealers-consulting-academy__topic-icon--chart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 18V6m0 12h16M8 18V10m4 8V8m4 10v-6'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__topic-icon--calc {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect x='5' y='3' width='14' height='18' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M9 8h6M9 12h2M13 12h2M9 16h2M13 16h2'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__topic-icon--target {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%231E8FEA' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M12 4V2M12 22v-2M4 12H2M22 12h-2'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__topic-icon--wrench {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14.7 6.3a4.5 4.5 0 00-6.4 6.4L3 18l3 3 5.3-5.3a4.5 4.5 0 006.4-6.4l-2.1 2.1-3.6-3.6 2.1-2.1z'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__topic-icon--pulse {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 12h3l2-6 4 12 2-6h5'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__topic-icon--doc {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 01-2 2H8a2 2 0 01-2-2V6a2 2 0 012-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M16 4v4h4M9 13h6M9 17h4'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__topic-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-consulting-academy__info {
	grid-area: info;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 22px;
	border-radius: 18px;
	border: 1px solid rgba(30, 143, 234, 0.16);
	background: linear-gradient(135deg, #EAF5FF 0%, #F5FAFF 100%);
}

.dealers-consulting-academy__info-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.14);
	background: var(--dr-white) center / 22px 22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath fill='%231E8FEA' d='M10 8.5v7l6-3.5-6-3.5z'/%3E%3C/svg%3E");
}

.dealers-consulting-academy__info-title {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-consulting-academy__info-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-consulting-calendar {
	grid-area: calendar;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 40px rgba(7, 16, 28, 0.07);
}

.dealers-consulting-calendar__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 26px 26px 24px;
	background: linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 100%);
	color: var(--dr-white);
}

.dealers-consulting-calendar__head-main {
	min-width: 0;
}

.dealers-consulting-calendar__badge {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 5px 11px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.14);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-white);
}

.dealers-consulting-calendar__title {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.dealers-consulting-calendar__subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
}

.dealers-consulting-calendar__head-icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.14) center / 26px 26px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' stroke='%23fff' stroke-width='1.75'/%3E%3Cpath stroke='%23fff' stroke-width='1.75' stroke-linecap='round' d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

.dealers-consulting-calendar__list {
	flex: 1;
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.dealers-consulting-calendar__item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid var(--dr-border);
	transition: background-color 0.2s ease;
}

.dealers-consulting-calendar__item:last-child {
	border-bottom: none;
}

.dealers-consulting-calendar__item:hover {
	background: rgba(234, 245, 255, 0.45);
}

.dealers-consulting-calendar__item-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: var(--dr-light-blue) center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' stroke='%231E8FEA' stroke-width='1.75'/%3E%3Cpath stroke='%231E8FEA' stroke-width='1.75' stroke-linecap='round' d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

.dealers-consulting-calendar__item-title {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--dr-text);
}

.dealers-consulting-calendar__item-meta {
	display: block;
	font-size: 13px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-consulting-calendar__item-status {
	padding: 6px 12px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
	white-space: nowrap;
}

.dealers-consulting-cta {
	padding: 0 0 80px;
}

.dealers-consulting-cta__inner {
	position: relative;
	overflow: hidden;
	padding: 56px 40px;
	border-radius: 28px;
	text-align: center;
	background: linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 55%, #3BA3F5 100%);
	color: var(--dr-white);
}

.dealers-consulting-cta__inner::before,
.dealers-consulting-cta__inner::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.dealers-consulting-cta__inner::before {
	width: 280px;
	height: 280px;
	left: -80px;
	bottom: -120px;
}

.dealers-consulting-cta__inner::after {
	width: 220px;
	height: 220px;
	right: -40px;
	top: -80px;
}

.dealers-consulting-cta__title {
	position: relative;
	margin: 0 auto 16px;
	max-width: 720px;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.15;
}

.dealers-consulting-cta__text {
	position: relative;
	margin: 0 auto 24px;
	max-width: 760px;
	font-size: 17px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.dealers-consulting-cta__tags {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 28px;
}

.dealers-consulting-cta__tag {
	padding: 8px 16px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
	font-size: 14px;
	font-weight: 500;
}

.dealers-consulting-cta__inner .dealers-btn--white {
	position: relative;
	width: auto;
	min-width: 220px;
}

@media (max-width: 1024px) {
	.dealers-consulting-hero__grid,
	.dealers-consulting-academy__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"left"
			"calendar"
			"info";
		gap: 28px;
	}

	.dealers-consulting-expert {
		max-width: 480px;
	}

	.dealers-consulting-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.dealers-consulting-hero {
		padding-bottom: 40px;
	}

	.dealers-consulting-hero__checks {
		grid-template-columns: 1fr;
	}

	.dealers-consulting-expert {
		max-width: none;
	}

	.dealers-consulting-services,
	.dealers-consulting-academy,
	.dealers-consulting-cta {
		padding-bottom: 56px;
	}

	.dealers-consulting-services__grid,
	.dealers-consulting-academy__topics {
		grid-template-columns: 1fr;
	}

	.dealers-consulting-calendar__item {
		grid-template-columns: 44px minmax(0, 1fr);
		grid-template-rows: auto auto;
		row-gap: 8px;
	}

	.dealers-consulting-calendar__item-status {
		grid-column: 2;
		justify-self: start;
	}

	.dealers-consulting-cta__inner {
		padding: 40px 24px;
	}

	.dealers-consulting-cta__inner .dealers-btn--white,
	.dealers-consulting-hero__content .dealers-btn--primary {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.dealers-consulting-hero__title {
		font-size: 28px;
	}

	.dealers-consulting-section-head {
		margin-bottom: 28px;
	}

	.dealers-consulting-academy__info {
		flex-direction: column;
		padding: 18px;
	}

	.dealers-consulting-academy__topic {
		min-height: 68px;
		padding: 16px 18px;
	}

	.dealers-consulting-services__card {
		padding: 24px;
		min-height: 0;
	}

	.dealers-consulting-services__card::before {
		left: 24px;
		right: 24px;
	}

	.dealers-consulting-services__icon {
		width: 52px;
		height: 52px;
		background-size: 24px 24px;
	}

	.dealers-consulting-expert__body {
		padding: 20px;
	}

	.dealers-consulting-expert__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.dealers-consulting-expert__social {
		width: 44px;
	}

	.dealers-consulting-expert__contact {
		width: 100%;
	}
}

/* ============================================================
   /kalkulyator-copy/ — calculator page (scoped)
   ============================================================ */

.dealers-redesign-page .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;
}

.dealers-calc-hero {
	padding: 8px 0 56px;
}

.dealers-calc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 40px;
	align-items: center;
}

.dealers-calc-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-calc-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-calc-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-calc-hero__lead {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--dr-text);
}

.dealers-calc-hero__text {
	margin: 0 0 24px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-calc-hero__chips {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.dealers-calc-hero__chips li {
	position: relative;
	padding-left: 28px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--dr-text);
}

.dealers-calc-hero__chips li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dr-light-blue);
}

.dealers-calc-hero__chips li::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 7px;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: rotate(-45deg);
}

.dealers-calc-hero__visual {
	margin: 0;
	min-width: 0;
}

.dealers-calc-hero__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.12);
}

/* Program mockup */
.dealers-calc-mockup__window {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.12);
}

.dealers-calc-mockup__titlebar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: #1A2332;
	color: var(--dr-white);
}

.dealers-calc-mockup__dots {
	display: inline-flex;
	gap: 6px;
}

.dealers-calc-mockup__dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
}

.dealers-calc-mockup__dots span:first-child {
	background: #FF5F57;
}

.dealers-calc-mockup__dots span:nth-child(2) {
	background: #FFBD2E;
}

.dealers-calc-mockup__dots span:nth-child(3) {
	background: #28CA42;
}

.dealers-calc-mockup__titlebar-text {
	flex: 1;
	font-size: 12px;
	font-weight: 500;
	opacity: 0.9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dealers-calc-mockup__titlebar-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1) center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='13' rx='2' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M8 20h8'/%3E%3C/svg%3E");
}

.dealers-calc-mockup__body {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	min-height: 340px;
}

.dealers-calc-mockup__sidebar {
	padding: 16px 12px;
	border-right: 1px solid var(--dr-border);
	background: #F8FAFC;
}

.dealers-calc-mockup__sidebar-label {
	display: block;
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--dr-muted);
}

.dealers-calc-mockup__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-calc-mockup__menu-item {
	margin-bottom: 6px;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 11px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-calc-mockup__menu-item--active {
	background: var(--dr-primary);
	color: var(--dr-white);
	font-weight: 600;
}

.dealers-calc-mockup__main {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.dealers-calc-mockup__main-head {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--dr-text);
}

.dealers-calc-mockup__params {
	margin: 0 0 14px;
	padding: 0;
}

.dealers-calc-mockup__params div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 7px 0;
	border-bottom: 1px solid #EEF3F8;
	font-size: 11px;
}

.dealers-calc-mockup__params dt {
	margin: 0;
	color: var(--dr-muted);
}

.dealers-calc-mockup__params dd {
	margin: 0;
	padding: 3px 8px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-calc-mockup__price {
	margin-top: auto;
	margin-bottom: 12px;
	padding: 14px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 100%);
	color: var(--dr-white);
}

.dealers-calc-mockup__price-label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	opacity: 0.9;
}

.dealers-calc-mockup__price-value {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.dealers-calc-mockup__price-note {
	display: block;
	margin-top: 4px;
	font-size: 10px;
	opacity: 0.85;
}

.dealers-calc-mockup__actions {
	display: flex;
	gap: 8px;
}

.dealers-calc-mockup__btn-prod {
	flex: 1;
	padding: 10px 12px;
	border-radius: 10px;
	background: #1A2332;
	font-size: 11px;
	font-weight: 600;
	color: var(--dr-white);
	text-align: center;
}

.dealers-calc-mockup__btn-pdf {
	flex: 0 0 52px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	font-size: 11px;
	font-weight: 600;
	color: var(--dr-muted);
	text-align: center;
}

/* Features */
.dealers-calc-features {
	padding: 0 0 80px;
}

.dealers-calc-features__head {
	max-width: 680px;
	margin: 0 0 40px;
	text-align: left;
}

.dealers-calc-features__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 50px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: var(--dr-white);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-calc-features__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-calc-features__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-calc-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	margin-bottom: 24px;
}

.dealers-calc-features__card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 240px;
	padding: 32px;
	border-radius: 24px;
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-calc-features__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 32px;
	right: 32px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(90deg, var(--dr-primary) 0%, rgba(30, 143, 234, 0.35) 100%);
	opacity: 0.55;
	transition: opacity 0.22s ease;
}

.dealers-calc-features__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 20px 48px rgba(7, 16, 28, 0.08);
}

.dealers-calc-features__card:hover::before {
	opacity: 1;
}

.dealers-calc-features__card-num {
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: rgba(30, 143, 234, 0.14);
	pointer-events: none;
	user-select: none;
}

.dealers-calc-features__icon {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: linear-gradient(135deg, #EAF5FF 0%, #D7ECFF 100%) center / 26px 26px no-repeat;
}

.dealers-calc-features__icon--box {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M12 12l8-4.5M12 12v9M12 12L4 7.5'/%3E%3C/svg%3E");
}

.dealers-calc-features__icon--layers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 2l9 5-9 5-9-5 9-5zM3 12l9 5 9-5M3 17l9 5 9-5'/%3E%3C/svg%3E");
}

.dealers-calc-features__icon--calc {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='5' y='3' width='14' height='18' rx='2' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 8h6M9 12h2M13 12h2M9 16h2M13 16h2'/%3E%3C/svg%3E");
}

.dealers-calc-features__icon--send {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E");
}

.dealers-calc-features__card-title {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	padding-right: 36px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.28;
	color: var(--dr-text);
}

.dealers-calc-features__card-text {
	position: relative;
	z-index: 1;
	margin: 0;
	flex: 1;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-calc-features__info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 20px 22px;
	border-radius: 20px;
	border: 1px solid var(--dr-border);
	background: linear-gradient(135deg, #EAF5FF 0%, #F5FAFF 100%);
	text-align: center;
}

.dealers-calc-features__info-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.14);
	background: var(--dr-white) center / 22px 22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M9 9h6M9 13h4'/%3E%3C/svg%3E");
}

.dealers-calc-features__info-text {
	margin: 0;
	max-width: 920px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-graphite);
}

/* Workflow */
.dealers-calc-workflow {
	padding: 0 0 80px;
}

.dealers-calc-workflow__panel {
	position: relative;
	overflow: hidden;
	padding: 48px;
	border-radius: 32px;
	border: 1px solid var(--dr-border);
	background: linear-gradient(135deg, #F7FBFF 0%, #EAF5FF 42%, #F5F8FB 100%);
}

.dealers-calc-workflow__panel::before,
.dealers-calc-workflow__panel::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(30, 143, 234, 0.06);
	pointer-events: none;
}

.dealers-calc-workflow__panel::before {
	width: 280px;
	height: 280px;
	top: -120px;
	right: 18%;
}

.dealers-calc-workflow__panel::after {
	width: 220px;
	height: 220px;
	bottom: -100px;
	left: 8%;
}

.dealers-calc-workflow__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(300px, 1fr);
	gap: 48px;
	align-items: start;
}

.dealers-calc-workflow__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 50px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: var(--dr-white);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-calc-workflow__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-calc-workflow__intro {
	margin: 0 0 32px;
	max-width: 620px;
	font-size: 16px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-calc-workflow__steps {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.dealers-calc-workflow__step {
	display: flex;
	align-items: stretch;
	gap: 18px;
	margin-bottom: 16px;
}

.dealers-calc-workflow__step:last-child {
	margin-bottom: 0;
}

.dealers-calc-workflow__step-track {
	position: relative;
	flex: 0 0 46px;
	display: flex;
	justify-content: center;
}

.dealers-calc-workflow__step:not(:last-child) .dealers-calc-workflow__step-track::after {
	content: '';
	position: absolute;
	top: 46px;
	bottom: -16px;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: rgba(30, 143, 234, 0.18);
}

.dealers-calc-workflow__step-num {
	position: relative;
	z-index: 1;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	border: 1px solid rgba(30, 143, 234, 0.14);
	background: linear-gradient(135deg, #EAF5FF 0%, #D7ECFF 100%);
	font-size: 14px;
	font-weight: 700;
	line-height: 46px;
	text-align: center;
	color: var(--dr-primary);
}

.dealers-calc-workflow__step-card {
	flex: 1;
	padding: 22px 24px;
	border-radius: 20px;
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-calc-workflow__step-card:hover {
	transform: translateY(-3px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-calc-workflow__step-title {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-calc-workflow__step-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-calc-workflow__info {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 20px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: rgba(255, 255, 255, 0.72);
}

.dealers-calc-workflow__info-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.14);
	background: var(--dr-white) center / 22px 22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 12h4l2-5 4 10 2-5h4'/%3E%3C/svg%3E");
}

.dealers-calc-workflow__info-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-calc-dashboard {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px;
	border-radius: 28px;
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	box-shadow: 0 20px 52px rgba(7, 16, 28, 0.1);
}

.dealers-calc-dashboard__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--dr-border);
}

.dealers-calc-dashboard__head-icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background-color: #1E8FEA;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='16' rx='2.5' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' d='M3 9h18'/%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' d='M9 9v11'/%3E%3Crect x='12' y='12' width='6' height='5' rx='1' stroke='%23FFFFFF' stroke-width='1.75'/%3E%3C/svg%3E"),
		linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 100%);
	background-position: center, center;
	background-size: 28px 28px, cover;
	background-repeat: no-repeat, no-repeat;
}

.dealers-calc-dashboard__title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dr-text);
}

.dealers-calc-dashboard__subtitle {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--dr-muted);
}

.dealers-calc-dashboard__sync {
	margin: 0 0 18px;
	padding: 10px 14px;
	border-radius: 12px;
	background: var(--dr-light-blue);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--dr-primary);
}

.dealers-calc-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.dealers-calc-dashboard__stat {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.1);
	background: linear-gradient(135deg, #EAF5FF 0%, #F5FAFF 100%);
}

.dealers-calc-dashboard__stat-value {
	display: block;
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-calc-dashboard__stat-label {
	display: block;
	font-size: 13px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-calc-dashboard__widget {
	margin-top: auto;
	padding: 20px;
	border-radius: 20px;
	background: #07101C;
	color: var(--dr-white);
}

.dealers-calc-dashboard__widget-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 600;
}

.dealers-calc-dashboard__widget-icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1) center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M4 18V6m0 12h16M8 18V10m4 8V8m4 10v-6'/%3E%3C/svg%3E");
}

.dealers-calc-dashboard__bars {
	display: grid;
	gap: 14px;
}

.dealers-calc-dashboard__bar {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 12px;
	align-items: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.82);
}

.dealers-calc-dashboard__bar i {
	display: block;
	height: 10px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
}

.dealers-calc-dashboard__bar i::after {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--w, 50%);
	border-radius: inherit;
	background: linear-gradient(90deg, #0B6FCC 0%, #1E8FEA 100%);
}

/* CTA */
.dealers-calc-cta {
	position: relative;
	padding: 0 0 80px;
}

.dealers-calc-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: var(--dealers-calc-cta-bg);
	background-size: cover;
	background-position: center;
	opacity: 0.22;
	pointer-events: none;
}

.dealers-calc-cta::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 16, 28, 0.35) 0%, rgba(11, 111, 204, 0.55) 100%);
	pointer-events: none;
}

.dealers-calc-cta .container {
	position: relative;
	z-index: 1;
}

.dealers-calc-cta__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
	gap: 32px;
	align-items: start;
	padding: 40px;
	border-radius: 28px;
	background: linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 55%, #3BA3F5 100%);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.18);
	color: var(--dr-white);
}

.dealers-calc-cta__title {
	margin: 0 0 16px;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.15;
}

.dealers-calc-cta__text {
	margin: 0;
	max-width: 480px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.dealers-calc-cta__form-title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.dealers-calc-cta__form {
	display: grid;
	gap: 12px;
}

.dealers-calc-cta__field input {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.14);
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	color: var(--dr-white);
	outline: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.dealers-calc-cta__field input::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.dealers-calc-cta__field input:focus {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.2);
}

.dealers-calc-cta__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

.dealers-calc-cta__consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.dealers-calc-cta__form .dealers-btn--white {
	width: 100%;
	margin-top: 4px;
}

@media (max-width: 1200px) {
	.dealers-calc-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.dealers-calc-hero__grid,
	.dealers-calc-workflow__grid,
	.dealers-calc-cta__card {
		grid-template-columns: 1fr;
	}

	.dealers-calc-workflow__panel {
		padding: 32px;
	}

	.dealers-calc-mockup,
	.dealers-calc-hero__visual {
		max-width: 560px;
	}
}

@media (max-width: 768px) {
	.dealers-calc-hero {
		padding-bottom: 40px;
	}

	.dealers-calc-features,
	.dealers-calc-workflow,
	.dealers-calc-cta {
		padding-bottom: 56px;
	}

	.dealers-calc-features__grid {
		grid-template-columns: 1fr;
	}

	.dealers-calc-hero__chips {
		grid-template-columns: 1fr;
	}

	.dealers-calc-mockup__body {
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 300px;
	}

	.dealers-calc-workflow__panel {
		padding: 28px 24px;
	}

	.dealers-calc-cta__card {
		padding: 28px 24px;
	}

	.dealers-redesign-page .dealers-calc-hero__content .dealers-btn--primary {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.dealers-calc-features__card {
		padding: 24px;
		min-height: 0;
	}

	.dealers-calc-features__card::before {
		left: 24px;
		right: 24px;
	}

	.dealers-calc-features__card-num {
		font-size: 32px;
		top: 16px;
		right: 16px;
	}

	.dealers-calc-features__info {
		flex-direction: column;
		align-items: center;
		padding: 18px;
	}

	.dealers-calc-workflow__panel {
		padding: 24px 20px;
	}

	.dealers-calc-workflow__info {
		flex-direction: column;
	}

	.dealers-calc-dashboard__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-calc-mockup__body {
		grid-template-columns: 1fr;
	}

	.dealers-calc-mockup__sidebar {
		border-right: none;
		border-bottom: 1px solid var(--dr-border);
	}

	.dealers-calc-mockup__menu {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.dealers-calc-mockup__menu-item {
		margin-bottom: 0;
	}
}

/* ============================================================
   Lead generation page (/lidogeneratsiya/)
   ============================================================ */

.dealers-leads-hero {
	padding: 8px 0 56px;
}

.dealers-leads-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
	gap: 48px;
	align-items: center;
}

.dealers-leads-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-leads-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-leads-hero__title {
	margin: 0 0 24px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-leads-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.dealers-leads-hero__chips li {
	position: relative;
	padding: 10px 16px 10px 38px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-leads-hero__chips li::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dr-white);
	transform: translateY(-50%);
}

.dealers-leads-hero__chips li::after {
	content: '';
	position: absolute;
	left: 19px;
	top: 50%;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: translateY(calc(-50% + 1px)) rotate(-45deg);
}

/* Dashboard mockup */
.dealers-leads-dashboard__window {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.12);
}

.dealers-leads-dashboard__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px;
	background: linear-gradient(135deg, rgba(26, 35, 50, 0.96) 0%, rgba(11, 111, 204, 0.88) 100%);
	color: var(--dr-white);
}

.dealers-leads-dashboard__head-title {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.dealers-leads-dashboard__head-sub {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.78);
}

.dealers-leads-dashboard__live {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.dealers-leads-dashboard__live::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4ADE80;
	box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.25);
}

.dealers-leads-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--dr-border);
}

.dealers-leads-dashboard__stat {
	padding: 18px 16px;
	text-align: center;
	border-right: 1px solid var(--dr-border);
}

.dealers-leads-dashboard__stat:last-child {
	border-right: none;
}

.dealers-leads-dashboard__stat strong {
	display: block;
	margin-bottom: 4px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-primary);
}

.dealers-leads-dashboard__stat span {
	font-size: 13px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-leads-dashboard__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px 20px;
}

.dealers-leads-dashboard__item {
	position: relative;
	padding: 16px 44px 16px 16px;
	border-radius: 16px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
}

.dealers-leads-dashboard__item::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 16px;
	width: 20px;
	height: 20px;
	background: center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M12 4.5a5.5 5.5 0 0 1 5.5 5.5v2.2l1.1 2.2H5.4l1.1-2.2V10A5.5 5.5 0 0 1 12 4.5z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='1.8' stroke-linecap='round' d='M10 18.5a2 2 0 0 0 4 0'/%3E%3C/svg%3E");
}

.dealers-leads-dashboard__item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}

.dealers-leads-dashboard__item-top strong {
	font-size: 14px;
	font-weight: 700;
	color: var(--dr-text);
}

.dealers-leads-dashboard__status {
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
}

.dealers-leads-dashboard__status--new {
	background: rgba(30, 143, 234, 0.12);
	color: var(--dr-primary);
}

.dealers-leads-dashboard__status--assigned {
	background: rgba(34, 197, 94, 0.12);
	color: #15803D;
}

.dealers-leads-dashboard__status--progress {
	background: rgba(249, 115, 22, 0.12);
	color: #C2410C;
}

.dealers-leads-dashboard__item-type {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--dr-muted);
}

.dealers-leads-dashboard__item-meta {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-leads-dashboard__foot {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 20px;
	background: var(--dr-light-blue);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--dr-primary);
	text-align: center;
}

.dealers-leads-dashboard__foot-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background: center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3.5' stroke='%231E8FEA' stroke-width='1.8'/%3E%3Cpath stroke='%231E8FEA' stroke-width='1.8' stroke-linecap='round' d='M4 19c0-2.8 2.2-5 5-5s5 2.2 5 5'/%3E%3Cpath stroke='%231E8FEA' stroke-width='1.8' stroke-linecap='round' d='M17 8v6M14 11h6'/%3E%3C/svg%3E");
}

/* Transfer info */
.dealers-leads-transfer {
	padding: 0 0 80px;
}

.dealers-leads-transfer__card {
	display: flex;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 16px 44px rgba(7, 16, 28, 0.07);
}

.dealers-leads-transfer__rail {
	flex: 0 0 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #1E8FEA 0%, #0B6FCC 100%);
}

.dealers-leads-transfer__rail-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.16) center / 28px 28px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 4.5a5.5 5.5 0 0 1 5.5 5.5v2.2l1.1 2.2H5.4l1.1-2.2V10A5.5 5.5 0 0 1 12 4.5z'/%3E%3Cpath stroke='%23fff' stroke-width='2.2' stroke-linecap='round' d='M10 18.5a2 2 0 0 0 4 0'/%3E%3C/svg%3E");
}

.dealers-leads-transfer__content {
	flex: 1;
	min-width: 0;
	padding: 36px 40px;
}

.dealers-leads-transfer__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.dealers-leads-transfer__title {
	margin: 0;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--dr-text);
}

.dealers-leads-transfer__status {
	flex: 0 0 auto;
	padding: 8px 14px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
	white-space: nowrap;
}

.dealers-leads-transfer__lead {
	margin: 0 0 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--dr-border);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--dr-graphite);
}

.dealers-leads-transfer__text {
	margin: 0;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--dr-muted);
}

.dealers-leads-transfer__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 24px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid var(--dr-border);
	list-style: none;
}

.dealers-leads-transfer__steps li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-right: 1px solid var(--dr-border);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--dr-text);
}

.dealers-leads-transfer__steps li:first-child {
	padding-left: 0;
}

.dealers-leads-transfer__steps li:last-child {
	padding-right: 0;
	border-right: none;
}

.dealers-leads-transfer__step-dot {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
	box-shadow: 0 0 0 4px rgba(30, 143, 234, 0.14);
}

/* Process */
.dealers-leads-process {
	padding: 0 0 80px;
}

.dealers-leads-process__head {
	margin: 0 0 40px;
	max-width: 720px;
	text-align: left;
}

.dealers-leads-process__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-leads-process__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-leads-process__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-leads-process__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 32px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-leads-process__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 20px 48px rgba(7, 16, 28, 0.08);
}

.dealers-leads-process__card-num {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: rgba(30, 143, 234, 0.35);
}

.dealers-leads-process__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.2);
	background: linear-gradient(135deg, #EAF5FF 0%, #D7ECFF 100%) center / 26px 26px no-repeat;
	box-shadow: 0 8px 20px rgba(30, 143, 234, 0.1);
}

.dealers-leads-process__icon--request {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M12 11v6'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 14h6'/%3E%3C/svg%3E");
}

.dealers-leads-process__icon--clipboard {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='6' y='5' width='12' height='15' rx='2' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 5V4a3 3 0 0 1 6 0v1'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

.dealers-leads-process__icon--pin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 21s6-5.2 6-10a6 6 0 1 0-12 0c0 4.8 6 10 6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.5' stroke='%231E8FEA' stroke-width='2.2'/%3E%3C/svg%3E");
}

.dealers-leads-process__icon--bell {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 4.5a5.5 5.5 0 0 1 5.5 5.5v2.2l1.1 2.2H5.4l1.1-2.2V10A5.5 5.5 0 0 1 12 4.5z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M10 18.5a2 2 0 0 0 4 0'/%3E%3C/svg%3E");
}

.dealers-leads-process__icon--bolt {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M13 2 5 14h6l-1 8 8-12h-6l1-8z'/%3E%3C/svg%3E");
}

.dealers-leads-process__icon--doc {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4M9 13l2 2 4-4'/%3E%3C/svg%3E");
}

.dealers-leads-process__card-title {
	margin: 0 0 10px;
	padding-right: 36px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-leads-process__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

/* Benefits */
.dealers-leads-benefits {
	padding: 16px 0 80px;
}

.dealers-leads-benefits__head {
	margin: 0 0 40px;
	max-width: 720px;
	text-align: left;
}

.dealers-leads-benefits__badge {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 50px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: var(--dr-white);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-leads-benefits__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-leads-benefits__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-leads-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.dealers-leads-benefits__card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 210px;
	padding: 32px 34px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-leads-benefits__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 32px;
	right: 32px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(90deg, var(--dr-primary) 0%, rgba(30, 143, 234, 0.35) 100%);
	opacity: 0.55;
	transition: opacity 0.22s ease;
}

.dealers-leads-benefits__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 20px 48px rgba(7, 16, 28, 0.08);
}

.dealers-leads-benefits__card:hover::before {
	opacity: 1;
}

.dealers-leads-benefits__card-glow {
	position: absolute;
	right: -24px;
	top: -24px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(30, 143, 234, 0.12) 0%, rgba(30, 143, 234, 0) 72%);
	pointer-events: none;
}

.dealers-leads-benefits__card-num {
	position: absolute;
	top: 22px;
	right: 22px;
	font-size: clamp(32px, 3vw, 38px);
	font-weight: 800;
	line-height: 1;
	color: rgba(30, 143, 234, 0.16);
	letter-spacing: -0.02em;
}

.dealers-leads-benefits__card-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}

.dealers-leads-benefits__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.2);
	background: linear-gradient(135deg, #EAF5FF 0%, #D7ECFF 100%) center / 26px 26px no-repeat;
	box-shadow: 0 8px 20px rgba(30, 143, 234, 0.1);
}

.dealers-leads-benefits__category {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-leads-benefits__icon--target {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='10' cy='9' r='3.5' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M4 18c0-2.8 2.7-5 6-5'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M17 8v6M14 11h6'/%3E%3C/svg%3E");
}

.dealers-leads-benefits__icon--bolt {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M13 2 5 14h6l-1 8 8-12h-6l1-8z'/%3E%3C/svg%3E");
}

.dealers-leads-benefits__icon--history {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4M9 13l2 2 4-4'/%3E%3C/svg%3E");
}

.dealers-leads-benefits__card-title {
	margin: 0 0 10px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-leads-benefits__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

/* CTA */
.dealers-leads-cta {
	padding: 0 0 80px;
}

.dealers-leads-cta__inner {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: 40px;
	align-items: center;
	padding: 56px 48px;
	border-radius: 28px;
	background: linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 55%, #3BA3F5 100%);
	color: var(--dr-white);
}

.dealers-leads-cta__inner::before,
.dealers-leads-cta__inner::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.dealers-leads-cta__inner::before {
	width: 320px;
	height: 320px;
	left: -100px;
	bottom: -140px;
}

.dealers-leads-cta__inner::after {
	width: 240px;
	height: 240px;
	right: 20%;
	top: -100px;
}

.dealers-leads-cta__content {
	position: relative;
	z-index: 1;
}

.dealers-leads-cta__title {
	margin: 0 0 16px;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.15;
}

.dealers-leads-cta__text {
	margin: 0 0 28px;
	max-width: 560px;
	font-size: 17px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.dealers-leads-cta__inner .dealers-btn--white {
	position: relative;
	z-index: 1;
	width: auto;
	min-width: 220px;
}

.dealers-leads-cta__preview {
	position: relative;
	z-index: 1;
}

.dealers-leads-cta__preview-card {
	padding: 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	box-shadow: 0 16px 40px rgba(7, 16, 28, 0.12);
}

.dealers-leads-cta__preview-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.dealers-leads-cta__preview-head strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.dealers-leads-cta__preview-dot {
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4ADE80;
	box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.25);
}

.dealers-leads-cta__preview-rows {
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dealers-leads-cta__preview-rows div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
}

.dealers-leads-cta__preview-rows div:last-child {
	margin-bottom: 0;
}

.dealers-leads-cta__preview-rows dt {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

.dealers-leads-cta__preview-rows dd {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-align: right;
}

.dealers-leads-cta__preview-foot {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1200px) {
	.dealers-leads-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-leads-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.dealers-leads-hero__grid,
	.dealers-leads-cta__inner {
		grid-template-columns: 1fr;
	}

	.dealers-leads-dashboard {
		max-width: 560px;
	}
}

@media (max-width: 768px) {
	.dealers-leads-hero {
		padding-bottom: 40px;
	}

	.dealers-leads-transfer,
	.dealers-leads-process,
	.dealers-leads-benefits,
	.dealers-leads-cta {
		padding-bottom: 56px;
	}

	.dealers-leads-transfer__card {
		flex-direction: column;
	}

	.dealers-leads-transfer__rail {
		flex: 0 0 auto;
		width: 100%;
		height: 72px;
	}

	.dealers-leads-transfer__content {
		padding: 24px 20px;
	}

	.dealers-leads-transfer__top {
		flex-direction: column;
		gap: 12px;
	}

	.dealers-leads-transfer__status {
		align-self: flex-start;
		white-space: normal;
	}

	.dealers-leads-transfer__lead {
		font-size: 16px;
	}

	.dealers-leads-transfer__steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-top: 16px;
	}

	.dealers-leads-transfer__steps li {
		flex-direction: column;
		align-items: center;
		gap: 6px;
		padding: 0 6px;
		border-right: 1px solid var(--dr-border);
		font-size: 11px;
		text-align: center;
	}

	.dealers-leads-transfer__steps li:first-child {
		padding-left: 0;
	}

	.dealers-leads-transfer__steps li:last-child {
		padding-right: 0;
	}

	.dealers-leads-process__grid {
		grid-template-columns: 1fr;
	}

	.dealers-leads-benefits__grid {
		grid-template-columns: 1fr;
	}

	.dealers-leads-cta__inner {
		padding: 32px 24px;
	}

	.dealers-redesign-page .dealers-leads-hero__content .dealers-btn--primary {
		width: 100%;
	}

	.dealers-leads-cta__inner .dealers-btn--white {
		width: 100%;
	}

	.dealers-leads-dashboard__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dealers-leads-dashboard__stat {
		padding: 14px 8px;
		border-right: 1px solid var(--dr-border);
		border-bottom: none;
	}

	.dealers-leads-dashboard__stat:last-child {
		border-right: none;
	}

	.dealers-leads-dashboard__stat strong {
		font-size: 22px;
	}

	.dealers-leads-dashboard__stat span {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.dealers-leads-process__card,
	.dealers-leads-benefits__card {
		padding: 24px;
		min-height: 0;
	}

	.dealers-leads-process__card-num,
	.dealers-leads-benefits__card-num {
		top: 20px;
		right: 20px;
		font-size: 28px;
	}

	.dealers-leads-process__icon,
	.dealers-leads-benefits__icon {
		flex: 0 0 52px;
		width: 52px;
		height: 52px;
	}

	.dealers-leads-benefits__card {
		min-height: 0;
	}

	.dealers-leads-benefits__card::before {
		left: 24px;
		right: 24px;
	}

	.dealers-leads-benefits__card-num {
		top: 18px;
		right: 18px;
		font-size: 32px;
	}

	.dealers-leads-benefits__icon {
		flex: 0 0 52px;
		width: 52px;
		height: 52px;
	}

	.dealers-leads-hero__chips {
		flex-direction: column;
	}

	.dealers-leads-hero__chips li {
		width: 100%;
	}
}

/* ============================================================
   /akkreditovannyye-partnery/ — Accreditation page
   ============================================================ */

.dealers-acc-hero {
	padding: 8px 0 56px;
}

.dealers-acc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
	gap: 40px;
	align-items: center;
}

.dealers-acc-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	color: var(--dr-text);
}

.dealers-acc-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-acc-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-acc-hero__lead {
	margin: 0 0 20px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-acc-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.dealers-acc-hero__chips li {
	position: relative;
	padding: 10px 16px 10px 38px;
	border-radius: 50px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-acc-hero__chips li::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dr-light-blue);
	transform: translateY(-50%);
}

.dealers-acc-hero__chips li::after {
	content: '';
	position: absolute;
	left: 19px;
	top: 50%;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: translateY(calc(-50% + 1px)) rotate(-45deg);
}

.dealers-acc-dashboard {
	min-width: 0;
}

.dealers-acc-dashboard__panel {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.12);
}

.dealers-acc-dashboard__body {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	border-top: 1px solid var(--dr-border);
}

.dealers-acc-status {
	position: relative;
	overflow: hidden;
	min-height: 176px;
	border-radius: 0;
	background-color: #1a2332;
	background-size: cover;
	background-position: center;
	box-shadow: none;
}

.dealers-acc-status__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 16, 28, 0.35) 0%, rgba(7, 16, 28, 0.82) 100%);
}

.dealers-acc-status__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	min-height: 176px;
	padding: 20px 22px;
	color: var(--dr-white);
}

.dealers-acc-status__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.dealers-acc-status__label {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.dealers-acc-status__value {
	display: block;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 700;
	line-height: 1.1;
}

.dealers-acc-status__shield {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08) center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linejoin='round' d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M9.5 12.5l1.8 1.8 3.7-3.7'/%3E%3C/svg%3E");
}

.dealers-acc-status__verify {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
}

.dealers-acc-status__verify-icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--dr-primary) center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E");
}

.dealers-acc-status__verify strong {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.dealers-acc-status__verify span {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

.dealers-acc-perks {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 18px 16px;
	border-right: 1px solid var(--dr-border);
	background: var(--dr-bg);
}

.dealers-acc-perks__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 0;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: none;
}

.dealers-acc-perks__icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: var(--dr-light-blue) center / 18px 18px no-repeat;
}

.dealers-acc-perks__icon--gift {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='10' width='16' height='10' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M12 10V20M4 10h16M12 6c-1.5 0-2.5-1-2.5-2S10.5 2 12 2s2.5 1 2.5 2S13.5 6 12 6zM12 6c1.5 0 2.5-1 2.5-2S13.5 2 12 2 9.5 3 9.5 4 10.5 6 12 6z'/%3E%3C/svg%3E");
}

.dealers-acc-perks__icon--globe {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M3 12h18M12 3c2.5 2.8 4 6.2 4 9s-1.5 6.2-4 9M12 3c-2.5 2.8-4 6.2-4 9s1.5 6.2 4 9'/%3E%3C/svg%3E");
}

.dealers-acc-perks__icon--crm {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Cellipse cx='12' cy='6' rx='8' ry='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M4 6v6c0 1.7 3.6 3 8 3s8-1.3 8-3V6M4 12v6c0 1.7 3.6 3 8 3s8-1.3 8-3v-6'/%3E%3C/svg%3E");
}

.dealers-acc-perks__title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-text);
	text-align: left;
}

.dealers-acc-conditions {
	padding: 18px 20px;
	border-radius: 0;
	border: none;
	background: var(--dr-white);
	box-shadow: none;
}

.dealers-acc-conditions__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.dealers-acc-conditions__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-acc-conditions__ribbon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: var(--dr-light-blue) center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linejoin='round' d='M6 4h12l2 4-8 4-8-4 2-4z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M8 12v6l4 2 4-2v-6'/%3E%3C/svg%3E");
}

.dealers-acc-conditions__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-acc-conditions__list li {
	position: relative;
	padding: 0 0 0 26px;
	border-top: none;
	font-size: 13px;
	line-height: 1.4;
	color: var(--dr-text);
}

.dealers-acc-conditions__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dr-light-blue) center / 10px 10px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E");
}

.dealers-acc-conditions__list li:first-child {
	padding-top: 0;
}

.dealers-acc-conditions__list li:first-child::before {
	top: 1px;
}

.dealers-acc-benefits {
	padding: 0 0 80px;
}

.dealers-acc-benefits__head {
	max-width: 720px;
	margin: 0 0 40px;
	text-align: left;
}

.dealers-acc-benefits__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-acc-benefits__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-acc-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-acc-benefits__card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 32px 28px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-acc-benefits__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 28px;
	right: 28px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(90deg, var(--dr-primary) 0%, rgba(30, 143, 234, 0.35) 100%);
	opacity: 0;
	transition: opacity 0.22s ease;
}

.dealers-acc-benefits__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-acc-benefits__card:hover::before {
	opacity: 1;
}

.dealers-acc-benefits__card:hover .dealers-acc-benefits__icon {
	border-color: rgba(30, 143, 234, 0.28);
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.14);
}

.dealers-acc-benefits__card--accent {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 0 22px;
	align-items: start;
	min-height: 0;
	padding: 32px 36px;
	border-color: rgba(30, 143, 234, 0.22);
	background: linear-gradient(135deg, #ffffff 0%, #edf6ff 52%, #f5faff 100%);
}

.dealers-acc-benefits__card--accent::before {
	left: 36px;
	right: 36px;
	opacity: 1;
}

.dealers-acc-benefits__card--accent .dealers-acc-benefits__icon {
	grid-row: 1 / span 2;
	width: 64px;
	height: 64px;
	margin-bottom: 0;
	border-radius: 20px;
	background-size: 30px 30px;
	box-shadow: 0 12px 28px rgba(30, 143, 234, 0.16);
}

.dealers-acc-benefits__card--accent .dealers-acc-benefits__card-title {
	margin-bottom: 8px;
	font-size: 20px;
}

.dealers-acc-benefits__card--accent .dealers-acc-benefits__card-text {
	margin-top: 0;
	max-width: 760px;
}

.dealers-acc-benefits__icon {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 18px;
	border: 1px solid rgba(30, 143, 234, 0.16);
	background: linear-gradient(145deg, #ffffff 0%, #eaf5ff 100%) center / 28px 28px no-repeat;
	box-shadow: 0 8px 20px rgba(30, 143, 234, 0.08);
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-acc-benefits__icon--chart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linecap='round' d='M4 19h16'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M7 19V11M12 19V7M17 19v-5'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M15 5l3 3-3 3'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__icon--user-check {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='9.5' cy='8.5' r='3.5' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M4 18.5c0-2.8 2.5-5 5.5-5'/%3E%3Ccircle cx='17.5' cy='17.5' r='4.5' stroke='%230B6FCC' stroke-width='2'/%3E%3Cpath stroke='%230B6FCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15.8 17.5l1.2 1.2 2.8-2.8'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__icon--crm {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='14' rx='2' stroke='%230B6FCC' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M7 9h10M7 13h6'/%3E%3Ccircle cx='17' cy='13' r='1.5' fill='%231E8FEA'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M8 20h8'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__icon--globe {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='13' rx='2' stroke='%230B6FCC' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M8 20h8'/%3E%3Ccircle cx='12' cy='10.5' r='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M12 7.5V14'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__icon--building {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='2' stroke-linejoin='round' d='M4 20V8l8-4 8 4v12'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 20v-6h6v6'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M10 11h1M13 11h1M10 14h1M13 14h1'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__icon--handle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='5' y='4' width='14' height='16' rx='2' stroke='%230B6FCC' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M12 8v8'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M9 10h6M9 14h6'/%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%231E8FEA'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__icon--leads {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='2' stroke-linejoin='round' d='M5 5h14l-3 6 3 6H5l3-6-3-6z'/%3E%3Ccircle cx='12' cy='11' r='1.5' fill='%231E8FEA'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9.5 11h5'/%3E%3C/svg%3E");
}

.dealers-acc-benefits__card-title {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.28;
	color: var(--dr-text);
}

.dealers-acc-benefits__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-acc-process {
	padding: 0 0 80px;
}

.dealers-acc-process__head {
	max-width: 720px;
	margin: 0 0 40px;
	text-align: left;
}

.dealers-acc-process__badge {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 50px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: var(--dr-white);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-acc-process__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-acc-process__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-acc-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 28px;
	padding: 24px;
	border-radius: 28px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: linear-gradient(180deg, #f5f8fb 0%, #eaf5ff 100%);
	list-style: none;
}

.dealers-acc-steps__item {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 248px;
	padding: 22px 20px 24px;
	border-radius: 22px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-acc-steps__item:hover {
	transform: translateY(-3px);
	border-color: rgba(30, 143, 234, 0.28);
	box-shadow: 0 18px 40px rgba(7, 16, 28, 0.08);
}

.dealers-acc-steps__item:last-child {
	border-color: rgba(30, 143, 234, 0.22);
	background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

.dealers-acc-steps__item:not(:last-child)::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 52px;
	right: -16px;
	width: 14px;
	height: 14px;
	background: center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
	pointer-events: none;
}

.dealers-acc-steps__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	border-radius: 18px;
	border: 1px solid rgba(30, 143, 234, 0.16);
	background: linear-gradient(145deg, #ffffff 0%, #eaf5ff 100%) center / 28px 28px no-repeat;
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.1);
}

.dealers-acc-steps__icon--request {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4M12 11v6'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 14h6'/%3E%3C/svg%3E");
}

.dealers-acc-steps__icon--clipboard {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='6' y='5' width='12' height='15' rx='2' stroke='%230B6FCC' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 5V4a3 3 0 0 1 6 0v1'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

.dealers-acc-steps__icon--monitor {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='13' rx='2' stroke='%230B6FCC' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M8 20h8M12 16v4'/%3E%3C/svg%3E");
}

.dealers-acc-steps__icon--shield {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='2' stroke-linejoin='round' d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9.5 12.5l1.8 1.8 3.7-3.7'/%3E%3C/svg%3E");
}

.dealers-acc-steps__num {
	position: absolute;
	right: -8px;
	top: -8px;
	min-width: 28px;
	padding: 4px 8px;
	border-radius: 50px;
	background: linear-gradient(135deg, #1E8FEA 0%, #0B6FCC 100%);
	border: 2px solid var(--dr-white);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dr-white);
	box-shadow: 0 6px 16px rgba(30, 143, 234, 0.24);
}

.dealers-acc-steps__badge {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 12px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	border: 1px solid rgba(30, 143, 234, 0.12);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-acc-steps__title {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-acc-steps__text {
	margin: 0;
	margin-top: auto;
	font-size: 14px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-acc-process-cta {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 28px;
	padding: 32px 36px;
	border-radius: 28px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: linear-gradient(135deg, #ffffff 0%, #edf6ff 48%, #d7ecff 100%);
	color: var(--dr-text);
	box-shadow: 0 16px 44px rgba(30, 143, 234, 0.12);
}

.dealers-acc-process-cta::before,
.dealers-acc-process-cta::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(30, 143, 234, 0.08);
	pointer-events: none;
}

.dealers-acc-process-cta::before {
	width: 260px;
	height: 260px;
	right: -70px;
	top: -120px;
}

.dealers-acc-process-cta::after {
	width: 180px;
	height: 180px;
	left: -60px;
	bottom: -100px;
}

.dealers-acc-process-cta__icon {
	position: relative;
	z-index: 1;
	flex: 0 0 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: linear-gradient(135deg, #1E8FEA 0%, #0B6FCC 100%);
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.22);
}

.dealers-acc-process-cta__icon::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.28) 0%, transparent 58%);
	pointer-events: none;
}

.dealers-acc-process-cta__icon svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 32px;
	height: 32px;
}

.dealers-acc-process-cta__body {
	position: relative;
	z-index: 1;
	flex: 1 1 240px;
}

.dealers-acc-process-cta__title {
	margin: 0 0 6px;
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--dr-graphite);
}

.dealers-acc-process-cta__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: var(--dr-muted);
}

.dealers-acc-process-cta .dealers-btn--primary {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	min-width: 200px;
	width: auto;
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.22);
}

@media (max-width: 1200px) {
	.dealers-acc-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-acc-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.dealers-acc-steps__item:not(:last-child)::after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.dealers-acc-hero__grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.dealers-acc-dashboard {
		max-width: 560px;
	}
}

@media (max-width: 768px) {
	.dealers-acc-hero {
		padding-bottom: 40px;
	}

	.dealers-acc-benefits,
	.dealers-acc-process {
		padding-bottom: 56px;
	}

	.dealers-acc-benefits__grid {
		grid-template-columns: 1fr;
	}

	.dealers-acc-benefits__card--accent {
		grid-template-columns: 1fr;
		padding: 28px 24px;
	}

	.dealers-acc-benefits__card--accent .dealers-acc-benefits__icon {
		grid-row: auto;
		width: 56px;
		height: 56px;
		margin-bottom: 16px;
		background-size: 28px 28px;
	}

	.dealers-acc-hero__chips {
		flex-direction: column;
	}

	.dealers-acc-hero__chips li {
		width: 100%;
	}

	.dealers-acc-dashboard__body {
		grid-template-columns: 1fr;
	}

	.dealers-acc-perks {
		flex-direction: row;
		flex-wrap: wrap;
		border-right: none;
		border-bottom: 1px solid var(--dr-border);
	}

	.dealers-acc-perks__item {
		flex: 1 1 calc(33.333% - 8px);
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 88px;
		padding: 12px 8px;
		text-align: center;
	}

	.dealers-acc-perks__title {
		text-align: center;
		font-size: 12px;
	}

	.dealers-acc-conditions__list {
		grid-template-columns: 1fr;
	}

	.dealers-acc-steps {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px;
	}

	.dealers-acc-steps__item {
		min-height: 0;
		padding: 20px 18px 22px;
	}

	.dealers-acc-steps__item:not(:last-child)::after,
	.dealers-acc-steps__item:not(:last-child)::before {
		display: none;
	}

	.dealers-acc-steps__icon {
		position: relative;
		left: auto;
		top: auto;
		width: 56px;
		height: 56px;
		margin-bottom: 14px;
	}

	.dealers-acc-process-cta {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
	}

	.dealers-acc-process-cta .dealers-btn--primary {
		width: 100%;
		min-width: 0;
	}

	.dealers-redesign-page .dealers-acc-hero__content .dealers-btn--primary {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.dealers-acc-perks {
		flex-direction: column;
	}

	.dealers-acc-perks__item {
		flex: 1 1 auto;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
	}

	.dealers-acc-perks__title {
		text-align: left;
	}

	.dealers-acc-status__body {
		min-height: 168px;
		padding: 18px;
	}
}

/* ============================================================
   /brending-ofisa/ — Office branding page
   ============================================================ */

.dealers-brand-hero {
	padding: 40px 0 56px;
}

.dealers-brand-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 460px);
	gap: 40px;
	align-items: center;
}

.dealers-brand-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	color: var(--dr-text);
}

.dealers-brand-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-brand-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-brand-hero__lead {
	margin: 0 0 24px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-brand-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.dealers-brand-hero__chips li {
	position: relative;
	padding: 8px 16px 8px 36px;
	border-radius: 50px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-brand-hero__chips li::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--dr-light-blue);
	transform: translateY(-50%);
}

.dealers-brand-hero__chips li::after {
	content: '';
	position: absolute;
	left: 16px;
	top: calc(50% + 1px);
	width: 7px;
	height: 4px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: translateY(-50%) rotate(-45deg);
}

.dealers-brand-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.dealers-brand-hero__stat {
	padding: 16px 14px;
	border-radius: 18px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 10px 24px rgba(7, 16, 28, 0.04);
}

.dealers-brand-hero__stat-value {
	display: block;
	margin-bottom: 4px;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-brand-hero__stat-label {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-brand-visual {
	min-width: 0;
}

.dealers-brand-panel {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.1);
}

.dealers-brand-panel__cover {
	position: relative;
	min-height: 140px;
	background-color: #1a2332;
	background-size: cover;
	background-position: center 40%;
}

.dealers-brand-panel__cover-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 16, 28, 0.08) 0%, rgba(7, 16, 28, 0.78) 100%);
}

.dealers-brand-panel__cover-text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 140px;
	padding: 20px 22px;
	color: var(--dr-white);
}

.dealers-brand-panel__cover-label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.dealers-brand-panel__cover-title {
	display: block;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dealers-brand-panel__body {
	padding: 22px 22px 20px;
}

.dealers-brand-panel__title {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-brand-panel__kit {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 18px;
}

.dealers-brand-panel__kit-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 14px;
	background: var(--dr-bg);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-brand-panel__kit-icon {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white) center / 16px 16px no-repeat;
}

.dealers-brand-panel__kit-icon--sign {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='12' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M8 17v3M16 17v3'/%3E%3C/svg%3E");
}

.dealers-brand-panel__kit-icon--stand {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Crect x='6' y='4' width='12' height='16' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M9 9h6M9 13h4'/%3E%3C/svg%3E");
}

.dealers-brand-panel__kit-icon--booklet {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M16 4v4h4'/%3E%3C/svg%3E");
}

.dealers-brand-panel__kit-icon--sample {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='6' width='16' height='12' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M4 10h16M10 6v12'/%3E%3C/svg%3E");
}

.dealers-brand-panel__brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--dr-border);
}

.dealers-brand-panel__brand-label {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-brand-panel__swatches {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	gap: 8px;
}

.dealers-brand-panel__swatch-color {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	box-shadow: inset 0 0 0 1px rgba(7, 16, 28, 0.06);
}

.dealers-brand-panel__swatch-color--border {
	border: 1px solid var(--dr-border);
}

.dealers-brand-panel__note {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	border-top: 1px solid var(--dr-border);
	background: linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--dr-primary);
}

.dealers-brand-panel__note-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--dr-white) center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E");
	box-shadow: 0 4px 12px rgba(30, 143, 234, 0.12);
}

.dealers-brand-partners {
	padding: 0 0 80px;
}

.dealers-brand-partners__head {
	max-width: 720px;
	margin: 0 0 40px;
	text-align: left;
}

.dealers-brand-partners__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-brand-partners__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-brand-partners__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.dealers-brand-partners__card {
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 36px 36px 40px;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-brand-partners__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 20px 48px rgba(7, 16, 28, 0.08);
}

.dealers-brand-partners__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: var(--dr-light-blue) center / 28px 28px no-repeat;
}

.dealers-brand-partners__icon--palette {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 3c4.4 0 8 3.1 8 7.5 0 2.2-1.2 4.2-3 5.3-.6.4-1 1-1.2 1.7l-.3 1.2c-.2.8-.9 1.3-1.7 1.3H10c-3.3 0-6-2.7-6-6 0-5.8 3.6-10.5 8-10.5z'/%3E%3Ccircle cx='8.5' cy='10' r='1.2' fill='%231E8FEA'/%3E%3Ccircle cx='12' cy='7.5' r='1.2' fill='%231E8FEA'/%3E%3Ccircle cx='15.5' cy='10' r='1.2' fill='%231E8FEA'/%3E%3C/svg%3E");
}

.dealers-brand-partners__icon--box {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M12 12l8-4.5M12 12v9M12 12L4 7.5'/%3E%3C/svg%3E");
}

.dealers-brand-partners__card-title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-brand-partners__card-text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-brand-partners__list {
	margin: 0;
	margin-top: auto;
	padding: 0;
	list-style: none;
}

.dealers-brand-partners__list li {
	position: relative;
	padding: 10px 0 10px 32px;
	border-top: 1px solid var(--dr-border);
	font-size: 15px;
	line-height: 1.45;
	color: var(--dr-text);
}

.dealers-brand-partners__list li:first-child {
	border-top: none;
	padding-top: 0;
}

.dealers-brand-partners__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--dr-light-blue) center / 12px 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E");
}

.dealers-brand-partners__list li:first-child::before {
	top: 2px;
}

.dealers-brand-steps-section {
	padding: 0 0 80px;
}

.dealers-brand-steps-section__title {
	max-width: 720px;
	margin: 0 0 32px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
	text-align: left;
}

.dealers-brand-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.dealers-brand-steps__card {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 36px 36px 40px;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
}

.dealers-brand-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, #1E8FEA 0%, #0B6FCC 100%);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-white);
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.22);
}

.dealers-brand-steps__title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-brand-steps__text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-brand-steps__btn {
	margin-top: auto;
	align-self: flex-start;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 50px;
	border: 2px solid var(--dr-primary);
	background: transparent;
	color: var(--dr-primary);
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dealers-brand-steps__btn:hover,
.dealers-brand-steps__btn:focus-visible {
	background: var(--dr-primary);
	border-color: var(--dr-primary);
	color: var(--dr-white);
}

@media (max-width: 1024px) {
	.dealers-brand-hero__grid {
		grid-template-columns: 1fr;
	}

	.dealers-brand-visual {
		max-width: 520px;
	}
}

@media (max-width: 768px) {
	.dealers-brand-hero {
		padding-top: 32px;
		padding-bottom: 40px;
	}

	.dealers-brand-partners,
	.dealers-brand-steps-section {
		padding-bottom: 56px;
	}

	.dealers-brand-partners__grid,
	.dealers-brand-steps {
		grid-template-columns: 1fr;
	}

	.dealers-brand-partners__card,
	.dealers-brand-steps__card {
		min-height: 0;
		padding: 28px 24px 32px;
	}

	.dealers-brand-hero__stats {
		grid-template-columns: 1fr;
	}

	.dealers-brand-panel__kit {
		grid-template-columns: 1fr;
	}

	.dealers-brand-panel__brand {
		flex-direction: column;
		align-items: flex-start;
	}

	.dealers-brand-panel__swatches {
		justify-content: flex-start;
	}

	.dealers-redesign-page .dealers-brand-hero__content .dealers-btn--primary {
		width: 100%;
	}

	.dealers-brand-steps__btn {
		width: 100%;
		align-self: stretch;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.dealers-brand-hero__chips {
		flex-direction: column;
	}

	.dealers-brand-hero__chips li {
		width: 100%;
	}
}

/* ============================================================
   /okonnyye-ruchki-s-logotipom/ — Branded window handles page
   ============================================================ */

.dealers-breadcrumb:has(+ .dealers-handle-hero) {
	padding-top: 36px;
}

.dealers-handle-hero {
	padding: 12px 0 56px;
}

.dealers-handle-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 420px);
	gap: 40px;
	align-items: center;
}

.dealers-handle-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	color: var(--dr-text);
}

.dealers-handle-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-handle-hero__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-handle-hero__lead {
	margin: 0 0 24px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-handle-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.dealers-handle-hero__chips li {
	position: relative;
	padding: 8px 16px 8px 36px;
	border-radius: 50px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-text);
	white-space: nowrap;
}

.dealers-handle-hero__chips li::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--dr-light-blue);
	transform: translateY(-50%);
}

.dealers-handle-hero__chips li::after {
	content: '';
	position: absolute;
	left: 16px;
	top: calc(50% + 1px);
	width: 7px;
	height: 4px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: translateY(-50%) rotate(-45deg);
}

.dealers-handle-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.dealers-handle-hero__stat {
	padding: 16px 14px;
	border-radius: 18px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 10px 24px rgba(7, 16, 28, 0.04);
}

.dealers-handle-hero__stat-value {
	display: block;
	margin-bottom: 4px;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-handle-hero__stat-label {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-handle-visual {
	min-width: 0;
}

.dealers-handle-panel {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.1);
}

.dealers-handle-panel__cover {
	position: relative;
	overflow: hidden;
	min-height: 152px;
	background: #eef3f8;
}

.dealers-handle-panel__photo {
	display: block;
	width: 100%;
	height: 152px;
	object-fit: cover;
	object-position: center;
}

.dealers-handle-panel__cover-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 16, 28, 0.04) 0%, rgba(7, 16, 28, 0.5) 100%);
	pointer-events: none;
}

.dealers-handle-panel__cover-label {
	position: absolute;
	left: 18px;
	bottom: 16px;
	z-index: 1;
	padding: 7px 12px;
	border-radius: 10px;
	background: rgba(7, 16, 28, 0.72);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--dr-white);
}

.dealers-handle-panel__cover-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
	padding: 7px 12px;
	border-radius: 50px;
	background: var(--dr-white);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-handle-panel__body {
	padding: 20px 22px 18px;
}

.dealers-handle-panel__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.dealers-handle-panel__head-main {
	flex: 1 1 auto;
	min-width: 0;
}

.dealers-handle-panel__title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-handle-panel__meta {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: var(--dr-muted);
}

.dealers-handle-panel__price-badge {
	flex: 0 0 auto;
	padding: 7px 12px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
	white-space: nowrap;
}

.dealers-handle-panel__colors {
	margin-bottom: 16px;
}

.dealers-handle-panel__colors-title {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-handle-panel__swatches {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.dealers-handle-panel__swatch {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.dealers-handle-panel__swatch-color {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(7, 16, 28, 0.06);
}

.dealers-handle-panel__swatch-color--border {
	border: 1px solid var(--dr-border);
}

.dealers-handle-panel__swatch-label {
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--dr-muted);
	text-align: center;
}

.dealers-handle-panel__specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding-top: 16px;
	border-top: 1px solid var(--dr-border);
}

.dealers-handle-panel__spec {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 10px 8px;
	border-radius: 14px;
	background: var(--dr-bg);
	text-align: center;
}

.dealers-handle-panel__spec strong {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-text);
}

.dealers-handle-panel__spec span {
	display: block;
	font-size: 11px;
	line-height: 1.25;
	color: var(--dr-muted);
}

.dealers-handle-panel__note {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	border-top: 1px solid var(--dr-border);
	background: linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--dr-primary);
}

.dealers-handle-panel__note-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--dr-white) center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M6 4h12l2 4-8 4-8-4 2-4z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M8 12v6l4 2 4-2v-6'/%3E%3C/svg%3E");
	box-shadow: 0 4px 12px rgba(30, 143, 234, 0.12);
}

.dealers-handle-about {
	padding: 0 0 80px;
}

.dealers-handle-about__title {
	max-width: 720px;
	margin: 0 0 32px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
	text-align: left;
}

.dealers-handle-about__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-handle-about__card {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 32px 28px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-handle-about__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-handle-about__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: var(--dr-light-blue) center / 26px 26px no-repeat;
}

.dealers-handle-about__icon--material {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M12 12l8-4.5M12 12v9M12 12L4 7.5'/%3E%3C/svg%3E");
}

.dealers-handle-about__icon--laser {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 3.5l2.4 4.9 5.4.8-3.9 3.8.9 5.4L12 16.2l-4.8 2.5.9-5.4-3.9-3.8 5.4-.8L12 3.5z'/%3E%3C/svg%3E");
}

.dealers-handle-about__icon--colors {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M6 4h12l2 4-8 4-8-4 2-4z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M8 12v6l4 2 4-2v-6'/%3E%3C/svg%3E");
}

.dealers-handle-about__card-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-handle-about__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-handle-steps-section {
	padding: 0 0 80px;
}

.dealers-handle-steps-section__title {
	max-width: 720px;
	margin: 0 0 32px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
	text-align: left;
}

.dealers-handle-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.dealers-handle-steps__card {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 36px 36px 40px;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
}

.dealers-handle-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, #1E8FEA 0%, #0B6FCC 100%);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-white);
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.22);
}

.dealers-handle-steps__title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-handle-steps__text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-handle-steps__btn {
	margin-top: auto;
	align-self: flex-start;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 50px;
	border: 2px solid var(--dr-primary);
	background: transparent;
	color: var(--dr-primary);
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dealers-handle-steps__btn:hover,
.dealers-handle-steps__btn:focus-visible {
	background: var(--dr-primary);
	border-color: var(--dr-primary);
	color: var(--dr-white);
}

@media (max-width: 1200px) {
	.dealers-handle-about__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-handle-about__grid .dealers-handle-about__card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 11px);
	}
}

@media (max-width: 1024px) {
	.dealers-handle-hero__grid {
		grid-template-columns: 1fr;
	}

	.dealers-handle-visual {
		max-width: 520px;
	}

	.dealers-handle-about__grid .dealers-handle-about__card:last-child {
		max-width: none;
	}
}

@media (max-width: 768px) {
	.dealers-breadcrumb:has(+ .dealers-handle-hero) {
		padding-top: 32px;
	}

	.dealers-handle-hero {
		padding-bottom: 40px;
	}

	.dealers-handle-about,
	.dealers-handle-steps-section {
		padding-bottom: 56px;
	}

	.dealers-handle-about__grid,
	.dealers-handle-steps {
		grid-template-columns: 1fr;
	}

	.dealers-handle-about__card,
	.dealers-handle-steps__card {
		min-height: 0;
		padding: 28px 24px 32px;
	}

	.dealers-handle-hero__stats {
		grid-template-columns: 1fr;
	}

	.dealers-handle-panel__swatches {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealers-handle-panel__specs {
		grid-template-columns: 1fr;
	}

	.dealers-handle-panel__spec {
		flex-direction: row;
		justify-content: flex-start;
		gap: 10px;
		min-height: 0;
		padding: 12px 14px;
		text-align: left;
	}

	.dealers-redesign-page .dealers-handle-hero__content .dealers-btn--primary {
		width: 100%;
	}

	.dealers-handle-steps__btn {
		width: 100%;
		align-self: stretch;
		justify-content: center;
	}

	.dealers-handle-hero__chips li {
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.dealers-handle-panel__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.dealers-handle-panel__body {
		padding: 18px 18px 16px;
	}

	.dealers-handle-hero__chips {
		flex-direction: column;
	}

	.dealers-handle-hero__chips li {
		width: 100%;
	}
}

/* ===== CRM Bitrix24 page ===== */

.dealers-crm-hero {
	padding-bottom: 48px;
}

.dealers-crm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
	gap: 40px;
	align-items: center;
}

.dealers-crm-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid var(--dr-border);
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 14px;
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-crm-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-crm-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-crm-hero__lead {
	margin: 0 0 32px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

/* Hero Bitrix24 screenshot */
.dealers-crm-hero__visual {
	margin: 0;
	min-width: 0;
}

.dealers-crm-hero__screen {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.12);
}

.dealers-crm-hero__screen-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: #f3f6fa;
	border-bottom: 1px solid var(--dr-border);
}

.dealers-crm-hero__screen-dots {
	display: inline-flex;
	gap: 6px;
	flex: 0 0 auto;
}

.dealers-crm-hero__screen-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.dealers-crm-hero__screen-dots span:nth-child(1) {
	background: #ff5f57;
}

.dealers-crm-hero__screen-dots span:nth-child(2) {
	background: #febc2e;
}

.dealers-crm-hero__screen-dots span:nth-child(3) {
	background: #28c840;
}

.dealers-crm-hero__screen-url {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	min-width: 0;
	padding: 7px 14px;
	border-radius: 10px;
	background: var(--dr-white);
	border: 1px solid var(--dr-border);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--dr-muted);
}

.dealers-crm-hero__screen-url-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3C/svg%3E");
}

.dealers-crm-hero__screen-img {
	display: block;
	width: 100%;
	height: auto;
}

.dealers-crm-hero__screen-media {
	position: relative;
	line-height: 0;
}

.dealers-crm-hero__screen-blur-zones span {
	position: absolute;
	left: 11%;
	width: 88%;
	height: 4.2%;
	border-radius: 6px;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.dealers-crm-hero__screen-blur-zones span:nth-child(1) {
	top: 36.5%;
}

.dealers-crm-hero__screen-blur-zones span:nth-child(2) {
	top: 47.5%;
}

.dealers-crm-hero__screen-blur-zones span:nth-child(3) {
	top: 58.5%;
}

.dealers-crm-hero__screen-blur-zones span:nth-child(4) {
	top: 69.5%;
}

.dealers-crm-hero__screen-blur-zones span:nth-child(5) {
	top: 80.5%;
}

.dealers-crm-hero__screen-blur-zones span:nth-child(6) {
	top: 90%;
	height: 3.5%;
}

/* Legacy dashboard mockup (other sections) */
.dealers-crm-dashboard {
	min-width: 0;
}

.dealers-crm-dashboard__window {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.12);
}

.dealers-crm-dashboard__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	background: #1a2332;
	color: var(--dr-white);
}

.dealers-crm-dashboard__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.dealers-crm-dashboard__logo {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--dr-primary) center / 22px 22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2.2' stroke-linecap='round' d='M4 18V6M4 18h16M4 18l4-8 4 5 4-3 4 6'/%3E%3C/svg%3E");
}

.dealers-crm-dashboard__brand-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.dealers-crm-dashboard__brand-sub {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

.dealers-crm-dashboard__bell {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1) center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 4.5a5.5 5.5 0 0 1 5.5 5.5v2.2l1.1 2.2H5.4l1.1-2.2V10A5.5 5.5 0 0 1 12 4.5z'/%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M10 18.5a2 2 0 0 0 4 0'/%3E%3C/svg%3E");
}

.dealers-crm-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--dr-border);
}

.dealers-crm-dashboard__stat {
	padding: 18px 12px;
	text-align: center;
	border-right: 1px solid var(--dr-border);
}

.dealers-crm-dashboard__stat:last-child {
	border-right: none;
}

.dealers-crm-dashboard__stat strong {
	display: block;
	margin-bottom: 4px;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-crm-dashboard__stat span {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-crm-dashboard__funnel {
	padding: 22px 24px 20px;
}

.dealers-crm-dashboard__funnel-title {
	margin: 0 0 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-crm-dashboard__funnel-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dealers-crm-dashboard__funnel-row {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.dealers-crm-dashboard__funnel-label {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-crm-dashboard__funnel-track {
	height: 28px;
	border-radius: 8px;
	background: var(--dr-bg);
	overflow: hidden;
}

.dealers-crm-dashboard__funnel-bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	min-width: 36px;
	width: var(--crm-bar-width, 50%);
	padding-right: 10px;
	border-radius: 8px;
	transition: width 0.3s ease;
}

.dealers-crm-dashboard__funnel-bar span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-white);
}

.dealers-crm-dashboard__funnel-bar--blue {
	background: linear-gradient(90deg, #1E8FEA 0%, #3BA3F0 100%);
}

.dealers-crm-dashboard__funnel-bar--purple {
	background: linear-gradient(90deg, #7C5CFF 0%, #9B7DFF 100%);
}

.dealers-crm-dashboard__funnel-bar--orange {
	background: linear-gradient(90deg, #F59E0B 0%, #FBBF24 100%);
}

.dealers-crm-dashboard__funnel-bar--green {
	background: linear-gradient(90deg, #22C55E 0%, #4ADE80 100%);
}

.dealers-crm-dashboard__lead-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 12px 16px;
	margin: 0 16px 16px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid var(--dr-border);
	background: var(--dr-bg);
}

.dealers-crm-dashboard__lead-main {
	display: flex;
	align-items: center;
	gap: 12px;
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.dealers-crm-dashboard__avatar {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--dr-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-white);
}

.dealers-crm-dashboard__lead-name {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-crm-dashboard__lead-meta {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--dr-muted);
}

.dealers-crm-dashboard__lead-status {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	padding: 4px 10px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
	white-space: nowrap;
}

.dealers-crm-dashboard__lead-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 1 / -1;
	grid-row: 2;
}

.dealers-crm-dashboard__lead-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 14px;
	border-radius: 50px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-text);
}

.dealers-crm-dashboard__lead-btn--primary {
	border-color: var(--dr-primary);
	background: var(--dr-primary);
	color: var(--dr-white);
}

/* Promo block */
.dealers-crm-promo {
	padding: 0 0 80px;
}

.dealers-crm-promo__card {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	padding: 40px 44px;
	border-radius: 28px;
	background: var(--dr-light-blue);
}

.dealers-crm-promo__icon {
	position: relative;
	flex: 0 0 72px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: linear-gradient(135deg, #1E8FEA 0%, #0B6FCC 100%);
	box-shadow: 0 12px 28px rgba(30, 143, 234, 0.28);
}

.dealers-crm-promo__icon::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.3) 0%, transparent 58%);
	pointer-events: none;
}

.dealers-crm-promo__icon svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 36px;
	height: 36px;
}

.dealers-crm-promo__content {
	flex: 1;
	min-width: 0;
}

.dealers-crm-promo__title {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--dr-text);
}

.dealers-crm-promo__text {
	margin: 0 0 20px;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--dr-muted);
}

.dealers-crm-promo__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-crm-promo__chips li {
	padding: 8px 16px;
	border-radius: 50px;
	border: 1px solid rgba(30, 143, 234, 0.2);
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-text);
}

/* Section head */
.dealers-crm-section-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	max-width: 760px;
	margin: 0 0 36px;
	text-align: left;
}

.dealers-crm-section-head__icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin-top: 4px;
	border-radius: 14px;
	border: 1px solid rgba(30, 143, 234, 0.15);
	background: var(--dr-light-blue) center / 24px 24px no-repeat;
}

.dealers-crm-section-head__icon--leads {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M5 20c0-3.3 3.1-6 7-6s7 2.7 7 6'/%3E%3C/svg%3E");
}

.dealers-crm-section-head__icon--deals {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4'/%3E%3C/svg%3E");
}

.dealers-crm-section-head__title {
	margin: 0 0 8px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-crm-section-head__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

/* Feature cards (shared) */
.dealers-crm-leads {
	padding: 0 0 80px;
}

.dealers-crm-deals {
	padding: 64px 0 80px;
}

.dealers-crm-deals .dealers-crm-section-head {
	margin-bottom: 36px;
}

.dealers-crm-deals__kanban {
	margin-bottom: 28px;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 16px 40px rgba(7, 16, 28, 0.06);
}

.dealers-crm-deals__columns {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-crm-deals__column {
	display: flex;
	flex-direction: column;
	min-height: 132px;
	padding: 0;
	border-right: 1px solid var(--dr-border);
}

.dealers-crm-deals__column:last-child {
	border-right: none;
}

.dealers-crm-deals__column-bar {
	display: block;
	height: 4px;
	background: var(--crm-stage-color, var(--dr-primary));
}

.dealers-crm-deals__column--blue {
	--crm-stage-color: #1E8FEA;
}

.dealers-crm-deals__column--violet {
	--crm-stage-color: #7C6CF6;
}

.dealers-crm-deals__column--amber {
	--crm-stage-color: #F59E0B;
}

.dealers-crm-deals__column--green {
	--crm-stage-color: #22C55E;
}

.dealers-crm-deals__column--cyan {
	--crm-stage-color: #06B6D4;
}

.dealers-crm-deals__column-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 18px 22px;
}

.dealers-crm-deals__column-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-crm-deals__column-value {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--dr-text);
}

.dealers-crm-deals__column-meta {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-primary);
}

.dealers-crm-features__grid--deals {
	margin-top: 0;
}

.dealers-crm-messengers {
	padding: 0 0 80px;
}

.dealers-crm-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-crm-features__card {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 32px 28px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-crm-features__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-crm-features__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: var(--dr-light-blue) center / 26px 26px no-repeat;
}

.dealers-crm-features__icon--stages {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 2l9 5-9 5-9-5 9-5zM3 12l9 5 9-5M3 17l9 5 9-5'/%3E%3C/svg%3E");
}

.dealers-crm-features__icon--user {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M5 20c0-3.3 3.1-6 7-6s7 2.7 7 6'/%3E%3C/svg%3E");
}

.dealers-crm-features__icon--chart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M4 18V6M4 18h16M4 18l4-8 4 5 4-3 4 6'/%3E%3C/svg%3E");
}

.dealers-crm-features__icon--phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M6.6 10.8a12.4 12.4 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24c1.1.37 2.28.57 3.5.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A16 16 0 0 1 3 7a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.22.2 2.4.57 3.5a1 1 0 0 1-.24 1L6.6 10.8z'/%3E%3C/svg%3E");
}

.dealers-crm-features__icon--reports {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='10' width='4' height='10' rx='1' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Crect x='10' y='6' width='4' height='14' rx='1' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Crect x='16' y='3' width='4' height='17' rx='1' stroke='%231E8FEA' stroke-width='2.2'/%3E%3C/svg%3E");
}

.dealers-crm-features__icon--chat {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M4 5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H9l-5 4v-4H6a2 2 0 0 1-2-2V5z'/%3E%3C/svg%3E");
}

.dealers-crm-features__icon--mail {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M3 7l9 6 9-6'/%3E%3C/svg%3E");
}

.dealers-crm-features__card-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-crm-features__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

/* Reports */
.dealers-crm-reports {
	padding: 0 0 80px;
}

.dealers-crm-reports__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 40px;
	align-items: start;
}

.dealers-crm-reports__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-crm-reports__subtitle {
	margin: 0 0 28px;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-crm-reports__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-crm-reports__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.18);
	background: var(--dr-light-blue);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--dr-text);
}

.dealers-crm-reports__check {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--dr-primary) center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5L19 7'/%3E%3C/svg%3E");
}

.dealers-crm-analytics__window {
	overflow: hidden;
	padding: 28px;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.1);
}

.dealers-crm-analytics__title {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-crm-analytics__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.dealers-crm-analytics__stat {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.15);
	background: var(--dr-light-blue);
}

.dealers-crm-analytics__stat-label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-crm-analytics__stat-value {
	display: block;
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-text);
}

.dealers-crm-analytics__stat-trend {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: #22C55E;
}

.dealers-crm-analytics__chart-label {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-crm-analytics__bars {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	height: 120px;
	padding: 12px 4px 0;
	border-top: 1px solid var(--dr-border);
}

.dealers-crm-analytics__bars span {
	flex: 1;
	min-width: 0;
	height: var(--crm-bar-height, 50%);
	border-radius: 6px 6px 2px 2px;
	background: linear-gradient(180deg, #7EC8FF 0%, #1E8FEA 100%);
}

/* CRM responsive */
@media (max-width: 1200px) {
	.dealers-crm-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.dealers-crm-hero__grid,
	.dealers-crm-reports__grid {
		grid-template-columns: 1fr;
	}

	.dealers-crm-hero__visual,
	.dealers-crm-analytics {
		max-width: 560px;
	}

	.dealers-crm-promo__card {
		flex-direction: column;
		padding: 32px 28px;
	}

	.dealers-crm-deals__kanban {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.dealers-crm-deals__columns {
		min-width: 720px;
	}
}

@media (max-width: 768px) {
	.dealers-crm-hero {
		padding-bottom: 40px;
	}

	.dealers-crm-leads,
	.dealers-crm-deals,
	.dealers-crm-reports,
	.dealers-crm-messengers,
	.dealers-crm-promo {
		padding-bottom: 56px;
	}

	.dealers-crm-deals {
		padding-top: 48px;
	}

	.dealers-crm-features__grid {
		grid-template-columns: 1fr;
	}

	.dealers-crm-features__card {
		min-height: 0;
		padding: 28px 24px;
	}

	.dealers-redesign-page .dealers-crm-hero__content .dealers-btn--primary {
		width: 100%;
	}

	.dealers-crm-analytics__window {
		padding: 22px 20px;
	}

	.dealers-crm-analytics__stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.dealers-crm-dashboard__stats {
		grid-template-columns: 1fr;
	}

	.dealers-crm-dashboard__stat {
		border-right: none;
		border-bottom: 1px solid var(--dr-border);
	}

	.dealers-crm-dashboard__stat:last-child {
		border-bottom: none;
	}

	.dealers-crm-dashboard__funnel {
		padding: 18px 16px;
	}

	.dealers-crm-dashboard__funnel-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.dealers-crm-promo__icon {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
		border-radius: 16px;
	}

	.dealers-crm-promo__icon svg {
		width: 30px;
		height: 30px;
	}
}

/* ============================================================
   /besplatnyy-odnostranichnyy-sayt/ — Partner landing page
   ============================================================ */

.dealers-breadcrumb:has(+ .dealers-site-hero) {
	padding-top: 36px;
}

.dealers-site-hero {
	padding: 40px 0 56px;
}

.dealers-site-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
	gap: 40px;
	align-items: center;
}

.dealers-site-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid rgba(30, 143, 234, 0.2);
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 14px;
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-site-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-site-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-site-hero__lead {
	margin: 0 0 24px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-site-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.dealers-site-hero__chips li {
	position: relative;
	padding: 10px 16px 10px 38px;
	border-radius: 50px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-site-hero__chips li::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dr-light-blue);
	transform: translateY(-50%);
}

.dealers-site-hero__chips li::after {
	content: '';
	position: absolute;
	left: 19px;
	top: 50%;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--dr-primary);
	border-bottom: 2px solid var(--dr-primary);
	transform: translateY(calc(-50% + 1px)) rotate(-45deg);
}

.dealers-site-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.dealers-site-hero__stat {
	padding: 16px 14px;
	border-radius: 18px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 10px 24px rgba(7, 16, 28, 0.04);
}

.dealers-site-hero__stat-value {
	display: block;
	margin-bottom: 4px;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-site-hero__stat-label {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--dr-muted);
}

/* Browser + mobile visual */
.dealers-site-visual {
	min-width: 0;
}

.dealers-site-panel {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 24px 60px rgba(7, 16, 28, 0.1);
}

.dealers-site-browser {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	border: none;
	background: var(--dr-white);
	box-shadow: none;
}

.dealers-site-browser__titlebar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: #F3F6FA;
	border-bottom: 1px solid var(--dr-border);
}

.dealers-site-browser__dots {
	display: inline-flex;
	gap: 6px;
	flex: 0 0 auto;
}

.dealers-site-browser__dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #DDE7F0;
}

.dealers-site-browser__dots span:first-child {
	background: #FF5F57;
}

.dealers-site-browser__dots span:nth-child(2) {
	background: #FFBD2E;
}

.dealers-site-browser__dots span:nth-child(3) {
	background: #28CA42;
}

.dealers-site-browser__url {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 8px 14px;
	border-radius: 10px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
}

.dealers-site-browser__url-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%2366717D' stroke-width='2'/%3E%3Cpath stroke='%2366717D' stroke-width='2' d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

.dealers-site-browser__url-text {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--dr-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dealers-site-browser__viewport {
	padding: 0;
}

.dealers-site-browser__hero {
	position: relative;
	min-height: 128px;
	background-color: #1a2332;
	background-size: cover;
	background-position: center;
}

.dealers-site-browser__hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 16, 28, 0.35) 0%, rgba(7, 16, 28, 0.78) 100%);
}

.dealers-site-browser__hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 128px;
	padding: 16px 18px;
	color: var(--dr-white);
}

.dealers-site-browser__hero-label {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.78);
}

.dealers-site-browser__hero-title {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 700;
	line-height: 1.15;
}

.dealers-site-browser__hero-meta {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.82);
}

.dealers-site-browser__hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 14px;
	border-radius: 50px;
	background: var(--dr-primary);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-white);
}

.dealers-site-browser__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-bottom: 1px solid var(--dr-border);
}

.dealers-site-browser__benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 8px;
	border-right: 1px solid var(--dr-border);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-site-browser__benefit:last-child {
	border-right: none;
}

.dealers-site-browser__benefit-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--dr-light-blue) center / 9px 9px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5L19 7'/%3E%3C/svg%3E");
}

.dealers-site-browser__lead {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border-top: 1px solid var(--dr-border);
	background: linear-gradient(180deg, #FAFBFD 0%, var(--dr-white) 100%);
}

.dealers-site-browser__lead-icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	border: 1px solid rgba(30, 143, 234, 0.15);
	background: var(--dr-light-blue) center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M8 9h8M8 13h5'/%3E%3C/svg%3E");
}

.dealers-site-browser__lead-text {
	flex: 1;
	min-width: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-site-browser__lead-tag {
	flex: 0 0 auto;
	padding: 5px 10px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
	white-space: nowrap;
}

.dealers-site-panel__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--dr-border);
	background: #FAFBFD;
}

.dealers-site-panel__feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 10px;
	border-right: 1px solid var(--dr-border);
	text-align: center;
}

.dealers-site-panel__feature:last-child {
	border-right: none;
}

.dealers-site-panel__feature-icon {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background-color: var(--dr-white);
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 6px 16px rgba(7, 16, 28, 0.04);
}

.dealers-site-panel__feature-icon--mobile {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Crect x='7' y='2' width='10' height='20' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Ccircle cx='12' cy='18' r='1' fill='%231E8FEA'/%3E%3C/svg%3E");
}

.dealers-site-panel__feature-icon--form {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='3' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M8 9h8M8 13h5'/%3E%3C/svg%3E");
}

.dealers-site-panel__feature-icon--domain {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

.dealers-site-panel__feature-label {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--dr-muted);
}

/* Features */
.dealers-site-features {
	padding: 0 0 80px;
}

.dealers-site-features__head {
	max-width: 720px;
	margin: 0 0 36px;
	text-align: left;
}

.dealers-site-features__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-site-features__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-site-features__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-site-features__card {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 32px 28px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-site-features__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-site-features__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 16px;
	border: 1px solid rgba(30, 143, 234, 0.12);
	background: var(--dr-light-blue) center / 26px 26px no-repeat;
}

.dealers-site-features__icon--responsive {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='13' rx='2' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M8 20h8'/%3E%3C/svg%3E");
}

.dealers-site-features__icon--form {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4M9 13h6M9 17h4'/%3E%3C/svg%3E");
}

.dealers-site-features__icon--domain {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

.dealers-site-features__icon--speed {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M13 2L3 14h8l-1 8 10-12h-8l1-8z'/%3E%3C/svg%3E");
}

.dealers-site-features__icon--brand {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linejoin='round' d='M12 3l2.4 4.9 5.4.8-3.9 3.8.9 5.4L12 16.2l-4.8 2.5.9-5.4-3.9-3.8 5.4-.8L12 3z'/%3E%3C/svg%3E");
}

.dealers-site-features__icon--seo {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Crect x='7' y='2' width='10' height='20' rx='2' stroke='%231E8FEA' stroke-width='2.2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M10 7h4M10 11h4'/%3E%3C/svg%3E");
}

.dealers-site-features__card-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-site-features__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

/* Steps */
.dealers-site-steps-section {
	padding: 0 0 80px;
}

.dealers-site-steps-section__title {
	max-width: 720px;
	margin: 0 0 32px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
	text-align: left;
}

.dealers-site-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.dealers-site-steps__card {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 36px 36px 40px;
	border-radius: 28px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 14px 36px rgba(7, 16, 28, 0.05);
}

.dealers-site-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, #1E8FEA 0%, #0B6FCC 100%);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--dr-white);
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.22);
}

.dealers-site-steps__title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-site-steps__text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

.dealers-site-steps__btn {
	margin-top: auto;
	align-self: flex-start;
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 50px;
	border: 2px solid var(--dr-primary);
	background: var(--dr-primary);
	color: var(--dr-white);
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.22);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dealers-site-steps__btn:hover,
.dealers-site-steps__btn:focus-visible {
	background: var(--dr-dark-blue);
	color: var(--dr-white);
	border-color: var(--dr-dark-blue);
	box-shadow: 0 12px 28px rgba(30, 143, 234, 0.28);
}

/* Site page responsive */
@media (max-width: 1200px) {
	.dealers-site-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.dealers-site-hero__grid {
		grid-template-columns: 1fr;
	}

	.dealers-site-visual {
		max-width: 560px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.dealers-breadcrumb:has(+ .dealers-site-hero) {
		padding-top: 24px;
	}

	.dealers-site-hero {
		padding: 28px 0 40px;
	}

	.dealers-site-features,
	.dealers-site-steps-section {
		padding-bottom: 56px;
	}

	.dealers-site-features__grid,
	.dealers-site-steps {
		grid-template-columns: 1fr;
	}

	.dealers-site-features__card,
	.dealers-site-steps__card {
		min-height: 0;
		padding: 28px 24px 32px;
	}

	.dealers-redesign-page .dealers-site-hero__content .dealers-btn--primary {
		width: 100%;
	}

	.dealers-site-steps__btn {
		width: 100%;
		align-self: stretch;
		justify-content: center;
	}

	.dealers-site-hero__chips {
		flex-direction: column;
	}

	.dealers-site-hero__chips li {
		width: 100%;
	}

	.dealers-site-hero__stats {
		grid-template-columns: 1fr;
	}

	.dealers-site-browser__lead {
		flex-wrap: wrap;
		padding: 12px 14px;
	}

	.dealers-site-browser__lead-tag {
		margin-left: 42px;
	}
}

@media (max-width: 480px) {
	.dealers-site-browser__benefits {
		grid-template-columns: 1fr;
	}

	.dealers-site-browser__benefit {
		justify-content: flex-start;
		padding: 12px 16px;
		border-right: none;
		border-bottom: 1px solid var(--dr-border);
	}

	.dealers-site-browser__benefit:last-child {
		border-bottom: none;
	}

	.dealers-site-panel__features {
		grid-template-columns: 1fr;
	}

	.dealers-site-panel__feature {
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
		padding: 12px 16px;
		border-right: none;
		border-bottom: 1px solid var(--dr-border);
		text-align: left;
	}

	.dealers-site-panel__feature:last-child {
		border-bottom: none;
	}
}

/* ============================================================
   /lichnyy-kabinet-partner/ — Partner cabinet page
   ============================================================ */

.dealers-breadcrumb:has(+ .dealers-cabinet-hero) {
	padding-top: 36px;
}

.dealers-cabinet-hero {
	padding: 40px 0 56px;
}

.dealers-cabinet-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
	gap: 40px;
	align-items: center;
}

.dealers-cabinet-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px 8px 12px;
	border: 1px solid rgba(30, 143, 234, 0.2);
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 14px;
	font-weight: 600;
	color: var(--dr-primary);
}

.dealers-cabinet-hero__badge::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dr-primary);
}

.dealers-cabinet-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-cabinet-hero__lead {
	margin: 0 0 32px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-redesign-page .dealers-cabinet-hero__content .dealers-btn--primary {
	box-shadow: 0 12px 28px rgba(30, 143, 234, 0.28);
}

/* Dashboard mockup */
.dealers-cabinet-dashboard {
	min-width: 0;
}

.dealers-cabinet-dashboard__window {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 20px 48px rgba(7, 16, 28, 0.1);
}

.dealers-cabinet-dashboard__head {
	position: relative;
	min-height: 72px;
	background-color: #1a2332;
	background-size: cover;
	background-position: center top;
}

.dealers-cabinet-dashboard__head-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(7, 16, 28, 0.82) 0%, rgba(11, 111, 204, 0.72) 100%);
}

.dealers-cabinet-dashboard__head-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	color: var(--dr-white);
}

.dealers-cabinet-dashboard__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.dealers-cabinet-dashboard__logo {
	flex: 0 0 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--dr-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: lowercase;
	color: var(--dr-white);
}

.dealers-cabinet-dashboard__brand-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.dealers-cabinet-dashboard__brand-sub {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.78);
}

.dealers-cabinet-dashboard__bell {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12) center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 4.5a5.5 5.5 0 0 1 5.5 5.5v2.2l1.1 2.2H5.4l1.1-2.2V10A5.5 5.5 0 0 1 12 4.5z'/%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M10 18.5a2 2 0 0 0 4 0'/%3E%3C/svg%3E");
}

.dealers-cabinet-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--dr-border);
	background: #FAFBFD;
}

.dealers-cabinet-dashboard__stat {
	padding: 12px 8px;
	text-align: center;
	border-right: 1px solid var(--dr-border);
}

.dealers-cabinet-dashboard__stat:last-child {
	border-right: none;
}

.dealers-cabinet-dashboard__stat strong {
	display: block;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-cabinet-dashboard__stat span {
	display: block;
	font-size: 11px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-cabinet-dashboard__orders {
	padding: 16px 18px 14px;
}

.dealers-cabinet-dashboard__orders-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.dealers-cabinet-dashboard__orders-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-cabinet-dashboard__orders-count {
	padding: 4px 10px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
	white-space: nowrap;
}

.dealers-cabinet-dashboard__orders-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 12px;
}

.dealers-cabinet-dashboard__order {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 10px 0;
	border-bottom: 1px solid var(--dr-border);
}

.dealers-cabinet-dashboard__order:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.dealers-cabinet-dashboard__order-dot {
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	border-radius: 50%;
}

.dealers-cabinet-dashboard__order-dot--production {
	background: #EA580C;
	box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.16);
}

.dealers-cabinet-dashboard__order-dot--ready {
	background: var(--dr-primary);
	box-shadow: 0 0 0 3px rgba(30, 143, 234, 0.16);
}

.dealers-cabinet-dashboard__order-dot--delivered {
	background: #16A34A;
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.16);
}

.dealers-cabinet-dashboard__order-info {
	min-width: 0;
}

.dealers-cabinet-dashboard__order-line {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}

.dealers-cabinet-dashboard__order-name {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--dr-text);
}

.dealers-cabinet-dashboard__order-date {
	flex: 0 0 auto;
	font-size: 11px;
	line-height: 1.25;
	color: var(--dr-muted);
	white-space: nowrap;
}

.dealers-cabinet-dashboard__order-progress {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.dealers-cabinet-dashboard__order-status {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.dealers-cabinet-dashboard__order-status--production {
	color: #EA580C;
}

.dealers-cabinet-dashboard__order-status--ready {
	color: var(--dr-primary);
}

.dealers-cabinet-dashboard__order-status--delivered {
	color: #16A34A;
}

.dealers-cabinet-dashboard__order-percent {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-cabinet-dashboard__order-track {
	height: 5px;
	border-radius: 999px;
	background: var(--dr-border);
	overflow: hidden;
}

.dealers-cabinet-dashboard__order-bar {
	height: 100%;
	width: var(--cabinet-progress, 50%);
	border-radius: 999px;
}

.dealers-cabinet-dashboard__order-bar--production {
	background: linear-gradient(90deg, #F97316 0%, #FB923C 100%);
}

.dealers-cabinet-dashboard__order-bar--ready {
	background: linear-gradient(90deg, #1E8FEA 0%, #3BA3F0 100%);
}

.dealers-cabinet-dashboard__order-bar--delivered {
	background: linear-gradient(90deg, #22C55E 0%, #4ADE80 100%);
}

.dealers-cabinet-dashboard__orders-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.2);
	background: var(--dr-light-blue);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

/* Features */
.dealers-cabinet-features {
	padding: 0 0 80px;
}

.dealers-cabinet-features__head {
	max-width: 760px;
	margin: 0 0 36px;
	text-align: left;
}

.dealers-cabinet-features__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-cabinet-features__subtitle {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-cabinet-features__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.dealers-cabinet-features__card {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 32px 28px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 12px 32px rgba(7, 16, 28, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-cabinet-features__card:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 143, 234, 0.35);
	box-shadow: 0 18px 44px rgba(7, 16, 28, 0.08);
}

.dealers-cabinet-features__card:hover .dealers-cabinet-features__icon {
	border-color: rgba(30, 143, 234, 0.28);
	box-shadow: 0 10px 24px rgba(30, 143, 234, 0.14);
}

.dealers-cabinet-features__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 18px;
	border: 1px solid rgba(30, 143, 234, 0.16);
	background: linear-gradient(145deg, #ffffff 0%, #eaf5ff 100%) center / 28px 28px no-repeat;
	box-shadow: 0 8px 20px rgba(30, 143, 234, 0.08);
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-cabinet-features__icon--estimate {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linejoin='round' d='M8 4h8l4 4v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M16 4v4h4M9 13h6M9 17h4'/%3E%3C/svg%3E");
}

.dealers-cabinet-features__icon--bonus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linejoin='round' d='M12 3l1.8 3.6 4 .6-2.9 2.8.7 4-3.6-1.9-3.6 1.9.7-4L6.2 7.2l4-.6L12 3z'/%3E%3Crect x='5' y='14' width='14' height='7' rx='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2' stroke-linecap='round' d='M12 14v7'/%3E%3C/svg%3E");
}

.dealers-cabinet-features__icon--status {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linecap='round' d='M4 19h16'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M7 19V11M12 19V7M17 19v-5'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M15 5l3 3-3 3'/%3E%3C/svg%3E");
}

.dealers-cabinet-features__icon--photo {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%230B6FCC' stroke-width='1.8'/%3E%3Ccircle cx='9' cy='10' r='2' stroke='%231E8FEA' stroke-width='2'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M21 16l-5-5-4 4-2-2-5 5'/%3E%3C/svg%3E");
}

.dealers-cabinet-features__icon--delivery {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='16' rx='2' stroke='%230B6FCC' stroke-width='1.8'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M8 3v4M16 3v4M4 11h16'/%3E%3Ccircle cx='12' cy='16' r='1.5' fill='%231E8FEA'/%3E%3C/svg%3E");
}

.dealers-cabinet-features__icon--documents {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linejoin='round' d='M7 4h7l4 4v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M14 4v4h4M8 13h8M8 17h5'/%3E%3C/svg%3E");
}

.dealers-cabinet-features__card-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-text);
}

.dealers-cabinet-features__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dr-muted);
}

/* Analytics */
.dealers-cabinet-analytics {
	padding: 0 0 80px;
}

.dealers-cabinet-analytics__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 420px);
	gap: 36px;
	align-items: center;
}

.dealers-cabinet-analytics__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--dr-graphite);
}

.dealers-cabinet-analytics__subtitle {
	margin: 0 0 24px;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dr-muted);
}

.dealers-cabinet-analytics__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-cabinet-analytics__item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 72px;
	padding: 16px 18px;
	border-radius: 20px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 10px 28px rgba(7, 16, 28, 0.04);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--dr-text);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.dealers-cabinet-analytics__item:hover {
	transform: translateY(-2px);
	border-color: rgba(30, 143, 234, 0.28);
	box-shadow: 0 14px 32px rgba(7, 16, 28, 0.07);
}

.dealers-cabinet-analytics__item:hover .dealers-cabinet-analytics__icon {
	border-color: rgba(30, 143, 234, 0.28);
	box-shadow: 0 8px 20px rgba(30, 143, 234, 0.12);
}

.dealers-cabinet-analytics__item-text {
	min-width: 0;
}

.dealers-cabinet-analytics__icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(30, 143, 234, 0.16);
	background-color: #eef6ff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: 0 6px 16px rgba(30, 143, 234, 0.08);
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.dealers-cabinet-analytics__icon--history {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linecap='round' d='M4 19h16'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M7 19V11M12 19V7M17 19v-5'/%3E%3C/svg%3E");
}

.dealers-cabinet-analytics__icon--volume {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Crect x='5' y='4' width='14' height='16' rx='2' stroke='%230B6FCC' stroke-width='1.8'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M9 9h6M9 13h4M9 17h7'/%3E%3C/svg%3E");
}

.dealers-cabinet-analytics__icon--installs {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linecap='round' d='M4 20h16'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M8 20V10l4-4 4 4v10'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M12 6v4'/%3E%3C/svg%3E");
}

.dealers-cabinet-analytics__icon--bonuses {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230B6FCC' stroke-width='1.8' stroke-linejoin='round' d='M12 3l1.8 3.6 4 .6-2.9 2.8.7 4-3.6-1.9-3.6 1.9.7-4L6.2 7.2l4-.6L12 3z'/%3E%3Cpath stroke='%231E8FEA' stroke-width='2.2' stroke-linecap='round' d='M6 18h12'/%3E%3C/svg%3E");
}

.dealers-cabinet-stats {
	min-width: 0;
}

.dealers-cabinet-stats__window {
	overflow: hidden;
	padding: 22px 22px 20px;
	border-radius: 24px;
	border: 1px solid var(--dr-border);
	background: var(--dr-white);
	box-shadow: 0 20px 48px rgba(7, 16, 28, 0.08);
}

.dealers-cabinet-stats__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--dr-graphite);
}

.dealers-cabinet-stats__title::after {
	content: '30 дней';
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 50px;
	background: var(--dr-light-blue);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dr-primary);
}

.dealers-cabinet-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.dealers-cabinet-stats__item {
	padding: 14px 14px 12px;
	border-radius: 16px;
	border: 1px solid var(--dr-border);
	background: #FAFBFD;
}

.dealers-cabinet-stats__label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.3;
	color: var(--dr-muted);
}

.dealers-cabinet-stats__value {
	display: block;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--dr-primary);
}

.dealers-cabinet-stats__bars {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px 14px 16px;
	border-radius: 16px;
	background: #FAFBFD;
	border: 1px solid var(--dr-border);
}

.dealers-cabinet-stats__bar-row {
	display: grid;
	grid-template-columns: minmax(92px, 0.9fr) minmax(0, 1.6fr) auto;
	gap: 10px;
	align-items: center;
}

.dealers-cabinet-stats__bar-label {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dr-text);
}

.dealers-cabinet-stats__bar-track {
	height: 6px;
	border-radius: 999px;
	background: var(--dr-border);
	overflow: hidden;
}

.dealers-cabinet-stats__bar-fill {
	height: 100%;
	width: var(--cabinet-bar-width, 50%);
	border-radius: 999px;
}

.dealers-cabinet-stats__bar-fill--orange {
	background: linear-gradient(90deg, #F97316 0%, #FB923C 100%);
}

.dealers-cabinet-stats__bar-fill--green {
	background: linear-gradient(90deg, #22C55E 0%, #4ADE80 100%);
}

.dealers-cabinet-stats__bar-fill--blue {
	background: linear-gradient(90deg, #1E8FEA 0%, #3BA3F0 100%);
}

.dealers-cabinet-stats__bar-value {
	min-width: 36px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dr-primary);
	text-align: right;
	white-space: nowrap;
}

/* CTA block */
.dealers-cabinet-cta {
	padding: 0 0 80px;
}

.dealers-cabinet-cta__inner {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px 40px;
	align-items: center;
	padding: 40px 44px;
	border-radius: 28px;
	background: linear-gradient(135deg, #0B6FCC 0%, #1E8FEA 55%, #3BA3F5 100%);
	color: var(--dr-white);
	text-align: left;
}

.dealers-cabinet-cta__inner::before,
.dealers-cabinet-cta__inner::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.dealers-cabinet-cta__inner::before {
	width: 320px;
	height: 320px;
	left: -120px;
	bottom: -180px;
}

.dealers-cabinet-cta__inner::after {
	width: 240px;
	height: 240px;
	right: -60px;
	top: -120px;
}

.dealers-cabinet-cta__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.dealers-cabinet-cta__title {
	margin: 0 0 10px;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.12;
}

.dealers-cabinet-cta__text {
	margin: 0;
	max-width: 560px;
	font-size: 17px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
}

.dealers-cabinet-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
	min-width: min(100%, 260px);
}

.dealers-redesign-page .dealers-cabinet-cta__actions .dealers-btn--white {
	min-width: 0;
	width: 100%;
	box-shadow: 0 10px 24px rgba(7, 16, 28, 0.12);
}

.dealers-redesign-page .dealers-cabinet-cta__btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.08);
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	color: var(--dr-white);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dealers-redesign-page .dealers-cabinet-cta__btn-outline:hover,
.dealers-redesign-page .dealers-cabinet-cta__btn-outline:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	border-color: var(--dr-white);
	color: var(--dr-white);
}

/* Cabinet responsive */
@media (max-width: 1200px) {
	.dealers-cabinet-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.dealers-cabinet-hero__grid,
	.dealers-cabinet-analytics__grid {
		grid-template-columns: 1fr;
	}

	.dealers-cabinet-dashboard,
	.dealers-cabinet-stats {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.dealers-breadcrumb:has(+ .dealers-cabinet-hero) {
		padding-top: 24px;
	}

	.dealers-cabinet-hero {
		padding: 28px 0 40px;
	}

	.dealers-cabinet-features,
	.dealers-cabinet-analytics,
	.dealers-cabinet-cta {
		padding-bottom: 56px;
	}

	.dealers-cabinet-features__grid {
		grid-template-columns: 1fr;
	}

	.dealers-cabinet-features__card {
		min-height: 0;
		padding: 28px 24px 32px;
	}

	.dealers-cabinet-analytics__list {
		grid-template-columns: 1fr;
	}

	.dealers-cabinet-cta__inner {
		grid-template-columns: 1fr;
		padding: 36px 28px;
		text-align: center;
	}

	.dealers-cabinet-cta__text {
		margin: 0 auto;
	}

	.dealers-cabinet-cta__actions {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

	.dealers-redesign-page .dealers-cabinet-hero__content .dealers-btn--primary {
		width: 100%;
	}

	.dealers-redesign-page .dealers-cabinet-cta__actions .dealers-btn--white,
	.dealers-redesign-page .dealers-cabinet-cta__btn-outline {
		width: 100%;
		min-width: 0;
	}

	.dealers-cabinet-stats__window {
		padding: 22px 20px;
	}

	.dealers-cabinet-stats__bar-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.dealers-cabinet-stats__bar-value {
		justify-self: start;
	}
}

@media (max-width: 480px) {
	.dealers-cabinet-dashboard__stats {
		grid-template-columns: 1fr;
	}

	.dealers-cabinet-dashboard__stat {
		border-right: none;
		border-bottom: 1px solid var(--dr-border);
	}

	.dealers-cabinet-dashboard__stat:last-child {
		border-bottom: none;
	}

	.dealers-cabinet-dashboard__orders {
		padding: 14px 16px 12px;
	}

	.dealers-cabinet-dashboard__order-line {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.dealers-cabinet-dashboard__order-progress {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.dealers-cabinet-dashboard__order-percent {
		justify-self: start;
	}
}
