/*
 * Страницы для бизнеса (template-b2b.php): договор, после отделки, объекты.
 * Свои классы с префиксом b2b-, чтобы не пересекаться с посадочными квартир.
 * Цвета, радиусы и шрифты — из :root основной темы.
 */

.b2b-hero {
	position: relative;
	overflow: hidden;
	padding-bottom: 64px;
	background: var(--grad-hero);
}

.b2b-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 520px;
	gap: 56px;
	align-items: start;
	margin-top: 22px;
}

.b2b-hero__grid--tight {
	margin-top: 22px;
}

.b2b-kicker {
	display: inline-flex;
	margin: 6px 0 16px;
	padding: 6px 14px;
	background: var(--white);
	border-radius: var(--radius-pill);
	color: var(--blue);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.b2b-h1 {
	margin: 0;
	font-family: var(--font-head);
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-wrap: balance;
}

.b2b-h1 span {
	display: block;
	color: var(--blue);
}

.b2b-h1--wide {
	max-width: 900px;
}

.b2b-pricelead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	gap: 8px 14px;
	margin-top: 22px;
	padding: 12px 24px;
	background: var(--white);
	border-radius: var(--radius-pill);
	box-shadow: var(--shadow-card);
	font-size: 16px;
}

/* цена всегда одной строкой, длинный хвост переносится сам или уходит под неё */
.b2b-pricelead b {
	flex: none;
	white-space: nowrap;
	font-family: var(--font-head);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: var(--blue);
}

.b2b-pricelead > span:last-child {
	flex: 1 1 240px;
	min-width: 0;
}

.b2b-pricelead .sep {
	color: var(--blue-line);
}

.b2b-lead {
	max-width: 580px;
	margin: 22px 0 0;
	font-size: 18px;
}

.b2b-objpanel .b2b-lead {
	margin-top: 0;
}

.b2b-facts {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
}

.b2b-facts--section {
	margin-top: 18px;
}

.b2b-facts li {
	display: flex;
	gap: 12px;
	align-items: baseline;
}

.b2b-facts li::before {
	content: '';
	flex: none;
	width: 8px;
	height: 8px;
	background: var(--yellow);
	border-radius: 50%;
	transform: translateY(-1px);
}

.b2b-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.b2b-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 26px;
	color: var(--muted);
	font-size: 14px;
}

/* ------------------------------------------------------------ карточка героя */
.b2b-card {
	background: var(--white);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
}

.b2b-card__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 26px;
	background: var(--blue-050);
	border-radius: var(--radius-card) var(--radius-card) 0 0;
}

.b2b-card__head b {
	font-family: var(--font-head);
	font-size: 19px;
	font-weight: 600;
}

.b2b-card__head span {
	font-size: 14px;
	color: var(--muted);
}

.b2b-card__body {
	display: grid;
	gap: 16px;
	padding: 22px 26px 24px;
}

.b2b-card__text {
	margin: 0;
	font-size: 15px;
}

.b2b-label {
	margin-bottom: 6px;
	font-size: 13px;
	color: var(--muted);
}

.b2b-seg,
.b2b-freq {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	gap: 4px;
}

.b2b-seg {
	padding: 4px;
	background: var(--blue-050);
	border-radius: var(--radius-row);
}

.b2b-seg button,
.b2b-freq button {
	padding: 10px 6px;
	border: 0;
	border-radius: 12px;
	background: none;
	font: inherit;
	font-size: 15px;
	line-height: 1.25;
	color: var(--ink);
	text-align: center;
	cursor: pointer;
}

.b2b-seg button.is-on {
	background: var(--blue-300);
	font-weight: 400;
}

.b2b-freq {
	gap: 6px;
}

.b2b-freq button {
	padding: 12px 6px;
	border: 1px solid var(--blue-300);
	font-size: 14px;
	line-height: 1.2;
}

.b2b-freq button.is-on {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.b2b-freq small {
	display: block;
	font-size: 12px;
	opacity: 0.75;
}

.b2b-seg button:focus-visible,
.b2b-freq button:focus-visible,
.b2b-objtab:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
}

.b2b-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid var(--blue-300);
	border-radius: var(--radius-row);
	font-size: 15px;
}

.b2b-field span:last-child {
	color: var(--muted);
	font-size: 14px;
}

.b2b-field--input input {
	width: 90px;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 16px;
	text-align: right;
	background: none;
	outline: none;
}

.b2b-card__foot {
	display: grid;
	gap: 12px;
	padding-top: 14px;
	border-top: 1px solid #e3edf8;
}

.b2b-card__foot p {
	margin: 0;
	font-size: 14px;
	color: var(--muted);
}

.b2b-result b {
	display: block;
	font-family: var(--font-head);
	font-size: 20px;
	font-weight: 600;
	color: var(--blue);
}

.b2b-result span {
	font-size: 14px;
	color: var(--muted);
}

.b2b-bar {
	height: 6px;
	background: var(--blue-050);
	border-radius: 3px;
	overflow: hidden;
}

.b2b-bar i {
	display: block;
	height: 100%;
	background: var(--blue);
	border-radius: 3px;
}

.b2b-accept {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.b2b-accept li {
	border-bottom: 1px solid #e3edf8;
}

/* Пункт чек-листа — кнопка: клик отмечает, состояние в aria-pressed. */
.b2b-accept__item {
	display: grid;
	grid-template-columns: 26px 1fr auto;
	gap: 12px;
	align-items: center;
	width: 100%;
	padding: 12px 4px;
	border: 0;
	border-radius: 10px;
	background: none;
	font: inherit;
	font-size: 15px;
	color: var(--ink);
	text-align: left;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.b2b-accept__item:hover {
	background: var(--blue-050);
}

.b2b-accept__item:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: -2px;
}

.b2b-accept__item[aria-pressed='false'] > span:nth-child(2) {
	color: var(--muted);
}

.b2b-bar i {
	transition: width 0.25s ease;
}

.b2b-accept li:last-child {
	border-bottom: 0;
}

.b2b-accept .box {
	width: 22px;
	height: 22px;
	border: 1.5px solid var(--blue-line);
	border-radius: 6px;
	display: grid;
	place-items: center;
}

.b2b-accept .box.on {
	background: var(--blue);
	border-color: var(--blue);
}

.b2b-accept .box.on::after {
	content: '';
	width: 10px;
	height: 6px;
	border-left: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	transform: translateY(-1px) rotate(-45deg);
}

.b2b-accept small {
	color: var(--muted);
	font-size: 13px;
	white-space: nowrap;
}

/* ------------------------------------------------------------ вкладки объектов */
.b2b-objtabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 26px;
}

.b2b-objtab {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	border: 2px solid transparent;
	border-radius: var(--radius-row);
	background: var(--white);
	box-shadow: var(--shadow-card);
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.b2b-objtab.is-on {
	border-color: var(--blue);
}

.b2b-objtab b {
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
}

.b2b-objtab span {
	font-size: 13px;
	color: var(--muted);
}

.b2b-objpanel {
	display: none;
}

.b2b-objpanel.is-on {
	display: block;
}

.b2b-zones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 22px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.b2b-zones li {
	display: flex;
	gap: 10px;
	align-items: baseline;
	font-size: 15px;
}

.b2b-zones li::before {
	content: '';
	flex: none;
	width: 6px;
	height: 6px;
	background: var(--blue);
	border-radius: 50%;
	transform: translateY(-2px);
}

.b2b-zones li.is-dim {
	color: var(--muted);
}

.b2b-zones li.is-dim::before {
	background: var(--blue-line);
}

/* ------------------------------------------------------------ секции */
.b2b-section {
	padding: 64px 0;
}

.b2b-section--soft {
	background: var(--blue-050);
}

.b2b-section__head {
	display: grid;
	gap: 10px;
	max-width: 820px;
	margin-bottom: 34px;
}

.b2b-h2 {
	margin: 0;
	font-family: var(--font-head);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	text-wrap: balance;
}

.b2b-h2 span {
	color: var(--muted);
	font-weight: 500;
}

.b2b-section__lead {
	max-width: 720px;
	margin: 0;
	font-size: 17px;
	color: var(--muted);
}

.b2b-h3 {
	display: block;
	font-family: var(--font-head);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
}

.b2b-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.b2b-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.b2b-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.b2b-stack { display: grid; gap: 16px; }

.b2b-tile {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 24px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.b2b-tile--line {
	box-shadow: none;
	border: 1px solid var(--blue-100, #e4efff);
}

.b2b-tile p {
	margin: 0;
	font-size: 15px;
	color: var(--muted);
}

.b2b-tile > b:not(.b2b-h3) {
	font-weight: 500;
}

.b2b-num {
	font-family: var(--font-head);
	font-size: 26px;
	font-weight: 600;
	color: var(--blue);
}

.b2b-list {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

.b2b-list li {
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.b2b-list li::before {
	content: '';
	flex: none;
	width: 6px;
	height: 6px;
	background: var(--blue-line);
	border-radius: 50%;
	transform: translateY(-2px);
}

.b2b-list--no li::before {
	background: #d9a1a1;
}

.b2b-note {
	margin: 10px 0 0;
	font-size: 14px;
	color: var(--muted);
}

.b2b-note--after {
	margin-top: 18px;
}

/* множители ставки */
.b2b-mult {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 40px;
	align-items: center;
}

.b2b-bars {
	display: grid;
	gap: 12px;
	padding: 26px 28px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.b2b-bars__row {
	display: grid;
	grid-template-columns: 130px 1fr 92px;
	gap: 14px;
	align-items: center;
	font-size: 14px;
}

.b2b-bars__row i {
	display: block;
	height: 14px;
	background: var(--blue-300);
	border-radius: 7px;
}

.b2b-bars__row i.b {
	background: var(--blue);
}

.b2b-bars__row em {
	font-style: normal;
	color: var(--muted);
	text-align: right;
}

.b2b-bars__note {
	padding-top: 10px;
	border-top: 1px solid #e3edf8;
	color: var(--muted);
	font-size: 13px;
}

.b2b-not {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.b2b-not span {
	padding: 6px 12px;
	border: 1px solid var(--blue-100, #e4efff);
	border-radius: var(--radius-pill);
	background: var(--white);
	font-size: 14px;
	color: var(--muted);
	text-decoration: line-through;
}

/* регламент */
.b2b-table-wrap {
	overflow-x: auto;
}

.b2b-regl {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: var(--white);
	border-radius: var(--radius-soft);
	overflow: hidden;
	box-shadow: var(--shadow-card);
	font-size: 15px;
}

.b2b-regl th,
.b2b-regl td {
	padding: 14px 18px;
	border-bottom: 1px solid #e3edf8;
	text-align: left;
	vertical-align: top;
}

.b2b-regl thead th {
	background: var(--blue-050);
	font-size: 13px;
	font-weight: 500;
	color: var(--muted);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.b2b-regl th[scope='row'] {
	width: 200px;
	font-weight: 500;
}

.b2b-regl .dot,
.b2b-legend .dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--blue);
	vertical-align: 1px;
}

.b2b-regl .dot.w,
.b2b-legend .dot.w {
	background: var(--yellow);
}

.b2b-regl .dot.m,
.b2b-legend .dot.m {
	background: var(--blue-line);
}

.b2b-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 14px;
	font-size: 14px;
	color: var(--muted);
}

/* режимы */
.b2b-mode {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 24px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.b2b-mode__time {
	font-family: var(--font-head);
	font-size: 30px;
	font-weight: 600;
	color: var(--blue);
}

.b2b-mode b {
	font-weight: 500;
}

.b2b-mode p {
	margin: 0;
	font-size: 15px;
	color: var(--muted);
}

/* бригада */
.b2b-crew {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.b2b-people {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.b2b-person {
	display: grid;
	gap: 8px;
	padding: 16px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
	text-align: center;
}

.b2b-person img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 14px;
}

.b2b-person b {
	font-weight: 500;
}

.b2b-person span {
	font-size: 13px;
	color: var(--muted);
}

/* шаги */
.b2b-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	counter-reset: b2bstep;
}

.b2b-step {
	display: grid;
	gap: 8px;
	align-content: start;
	padding: 26px 22px 22px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.b2b-step::before {
	counter-increment: b2bstep;
	content: counter(b2bstep);
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-bottom: 6px;
	border-radius: 50%;
	background: var(--blue);
	color: var(--white);
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
}

.b2b-step b {
	font-family: var(--font-head);
	font-size: 17px;
	font-weight: 600;
}

.b2b-step p {
	margin: 0;
	font-size: 14px;
	color: var(--muted);
}

.b2b-step small {
	color: var(--blue);
	font-size: 13px;
}

/* документы */
.b2b-docs {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 16px;
	align-items: start;
}

.b2b-docs__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.b2b-doc {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 16px 18px;
	background: var(--white);
	border-radius: var(--radius-row);
	box-shadow: var(--shadow-card);
}

.b2b-doc i {
	position: relative;
	flex: none;
	width: 34px;
	height: 42px;
	border: 1.5px solid var(--blue-300);
	border-radius: 6px;
	background: var(--blue-050);
}

.b2b-doc i::after {
	content: '';
	position: absolute;
	left: 7px;
	right: 7px;
	top: 12px;
	height: 2px;
	background: var(--blue-line);
	box-shadow: 0 7px 0 var(--blue-line), 0 14px 0 var(--blue-line);
}

.b2b-doc b {
	display: block;
	font-weight: 500;
}

.b2b-doc span {
	font-size: 13px;
	color: var(--muted);
}

.b2b-pay {
	display: grid;
	gap: 12px;
	padding: 26px;
	background: #0b1e3f;
	color: var(--white);
	border-radius: var(--radius-soft);
}

.b2b-pay .b2b-h3 {
	color: var(--white);
}

.b2b-pay p {
	margin: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
}

.b2b-pay .big {
	font-family: var(--font-head);
	font-size: 28px;
	font-weight: 600;
	color: var(--yellow);
}

/* допработы и перелинковка */
.b2b-extras {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.b2b-extras--after {
	margin-top: 16px;
}

.b2b-extra {
	display: grid;
	gap: 6px;
	padding: 18px 20px;
	border: 1px solid var(--blue-100, #e4efff);
	border-radius: var(--radius-row);
	color: var(--ink);
	transition: border-color 0.15s ease;
}

.b2b-extra:hover {
	border-color: var(--blue);
}

.b2b-extra b {
	font-weight: 500;
}

.b2b-extra span {
	font-size: 14px;
	color: var(--muted);
}

.b2b-extra em {
	font-style: normal;
	color: var(--blue);
	font-weight: 500;
}

/* таблица отличий */
.b2b-diff {
	display: grid;
	grid-template-columns: 200px 1fr 1fr;
	min-width: 720px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
	overflow: hidden;
	font-size: 15px;
}

.b2b-diff > div {
	padding: 16px 20px;
	border-bottom: 1px solid #e3edf8;
}

.b2b-diff .hd {
	background: var(--blue-050);
	font-size: 13px;
	font-weight: 500;
	color: var(--muted);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.b2b-diff .hd.on {
	color: var(--blue);
}

.b2b-diff .rh {
	font-weight: 500;
}

.b2b-diff .on {
	background: #f9fbff;
}

/* зоны */
.b2b-zone {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 22px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.b2b-zone ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

.b2b-zone li {
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.b2b-zone li::before {
	content: '✓';
	flex: none;
	color: var(--blue);
	font-weight: 600;
}

.b2b-zone li.opt {
	color: var(--muted);
}

.b2b-zone li.opt::before {
	content: '+';
	color: var(--blue-line);
}

/* линия времени */
.b2b-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.b2b-timeline::before {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	top: 17px;
	height: 2px;
	background: var(--blue-300);
}

.b2b-tl {
	position: relative;
	display: grid;
	gap: 8px;
	justify-items: center;
	padding: 0 10px;
	text-align: center;
}

.b2b-tl i {
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	border: 2px solid var(--blue);
	border-radius: 50%;
	background: var(--white);
}

.b2b-tl i.day {
	background: var(--yellow);
	border-color: var(--yellow);
}

.b2b-tl b {
	font-size: 15px;
	font-weight: 500;
}

.b2b-tl span {
	font-size: 13px;
	color: var(--muted);
}

/*
 * Маршрут покупателя по автосалону (05.09.2026): пять остановок на одной
 * линии, порядок совпадает с чек-листом бригады. На широком экране линия
 * горизонтальная, до 1100px список становится вертикальным с линией слева.
 */
.b2b-journey {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: b2bstop;
}

.b2b-journey::before {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	top: 19px;
	height: 2px;
	background: var(--blue-300);
}

.b2b-stop {
	position: relative;
	display: grid;
	gap: 8px;
	align-content: start;
}

.b2b-stop i {
	counter-increment: b2bstop;
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-bottom: 6px;
	border: 2px solid var(--blue);
	border-radius: 50%;
	background: var(--white);
	color: var(--blue);
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}

.b2b-stop i::before {
	content: counter(b2bstop);
}

.b2b-stop:last-child i {
	background: var(--blue);
	color: var(--white);
}

.b2b-stop b {
	font-family: var(--font-head);
	font-size: 17px;
	font-weight: 600;
}

.b2b-stop em {
	display: block;
	padding-left: 12px;
	border-left: 2px solid var(--yellow);
	font-size: 14px;
	font-style: normal;
	color: var(--ink);
}

.b2b-stop em::before {
	content: 'Покупатель видит';
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}

.b2b-stop p {
	margin: 0;
	font-size: 14px;
	color: var(--muted);
}

/*
 * Блок заявки, вариант «слева путь до сметы» (05.09.2026): четыре элемента
 * в двух колонках, форма растянута на всю правую и стоит на голубой подложке,
 * чтобы поля читались даже без рамок. Слева три шага и телефон закрывают
 * пустоту, которая раньше висела рядом с высокой формой.
 */
.b2b-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto 1fr;
	gap: 0 44px;
	align-items: start;
	padding: 40px;
	background: var(--white);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
}

.b2b-cta__head,
.b2b-cta .b2b-path,
.b2b-cta .b2b-contactbar {
	grid-column: 1;
}

.b2b-cta .b2b-form {
	grid-column: 2;
	grid-row: 1 / -1;
}

.b2b-cta__kicker {
	margin: 0 0 12px;
	color: var(--blue);
	font-size: 12.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.b2b-cta .b2b-section__lead {
	margin-top: 12px;
}

.b2b-path {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: b2bcta;
}

.b2b-path li {
	position: relative;
	padding: 0 0 20px 44px;
	counter-increment: b2bcta;
}

.b2b-path li::before {
	content: counter(b2bcta);
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--blue-050);
	color: var(--blue);
	font-size: 13px;
}

.b2b-path li::after {
	content: '';
	position: absolute;
	left: 13.5px;
	top: 32px;
	bottom: 4px;
	width: 1px;
	background: #e0e9f6;
}

.b2b-path li:last-child {
	padding-bottom: 0;
}

.b2b-path li:last-child::after {
	display: none;
}

.b2b-path b {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: var(--ink);
}

.b2b-path span {
	display: block;
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--muted);
}

.b2b-contactbar {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #e0e9f6;
}

.b2b-contactbar__tel {
	display: inline-block;
	font-family: var(--font-head);
	font-size: 22px;
	font-weight: 600;
	color: var(--ink);
}

.b2b-contactbar__alt {
	margin: 6px 0 0;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--muted);
}

.b2b-contactbar__alt a {
	color: var(--blue);
	border-bottom: 1px solid rgba(0, 89, 255, 0.3);
}

/* форма на подложке, поля с видимой рамкой (в попапе поля без рамки, здесь они на белом) */
.b2b-form {
	padding: 28px;
	background: var(--blue-050);
	border-radius: 20px;
}

.b2b-form__title {
	margin: 0 0 16px;
	font-family: var(--font-head);
	font-size: 17px;
	font-weight: 500;
	color: var(--ink);
}

.b2b-form .lead-form__fields {
	gap: 10px;
}

.b2b-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.b2b-form .lead-form__field input {
	width: 100%;
	height: 56px;
	padding: 0 18px;
	background: var(--white);
	border: 1px solid #e0e9f6;
	border-radius: 14px;
	color: var(--ink);
	font-family: var(--font-text);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.b2b-form .lead-form__field input::placeholder {
	color: var(--muted);
	opacity: 0.85;
}

.b2b-form .lead-form__field input:hover {
	border-color: #c6d9f5;
}

.b2b-form .lead-form__field input:focus {
	outline: 0;
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(0, 89, 255, 0.14);
}

.b2b-form .lead-form__field--phone input {
	padding-left: 52px;
}

.b2b-form .lead-form__code {
	left: 18px;
	font-size: 16px;
	pointer-events: none;
}

.b2b-form .lead-form__note {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--muted);
	text-align: center;
}

/* фото к заявке: компактная строка с иконкой */
.b2b-upload {
	display: grid;
	gap: 8px;
}

.b2b-upload__drop {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 14px 16px;
	border: 1.5px dashed var(--blue-line);
	border-radius: var(--radius-row);
	background: var(--white);
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.b2b-upload__drop:hover,
.b2b-upload__drop:focus-within {
	border-color: var(--blue);
}

.b2b-upload__drop input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.b2b-upload__drop svg {
	flex: none;
	color: var(--blue);
}

.b2b-upload__drop b {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: var(--blue);
}

.b2b-upload__drop em {
	display: block;
	font-size: 12.5px;
	font-style: normal;
	line-height: 1.4;
	color: var(--muted);
}

.b2b-upload__list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.b2b-upload__list li {
	padding: 4px 10px;
	border-radius: var(--radius-pill);
	background: var(--blue-100, #e4efff);
	font-size: 13px;
}

/* Ссылка в примечании подчёркнута; кнопка в том же подвале остаётся кнопкой. */
.b2b-card__foot p a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.b2b-card__foot .btn {
	color: var(--white);
	text-decoration: none;
}

/* ------------------------------------------------------------ адаптив */
@media (max-width: 1100px) {
	.b2b-hero__grid,
	.b2b-mult,
	.b2b-crew,
	.b2b-docs {
		grid-template-columns: minmax(0, 1fr);
	}

	.b2b-cta {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 24px;
	}

	.b2b-cta__head,
	.b2b-cta .b2b-path,
	.b2b-cta .b2b-contactbar,
	.b2b-cta .b2b-form {
		grid-column: 1;
		grid-row: auto;
	}

	.b2b-grid-3,
	.b2b-grid-4,
	.b2b-steps,
	.b2b-extras {
		grid-template-columns: 1fr 1fr;
	}

	.b2b-timeline {
		grid-template-columns: repeat(5, minmax(120px, 1fr));
	}

	.b2b-journey {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-left: 60px;
	}

	.b2b-journey::before {
		left: 19px;
		right: auto;
		top: 20px;
		bottom: 20px;
		width: 2px;
		height: auto;
	}

	.b2b-stop i {
		position: absolute;
		left: -60px;
		top: 0;
		margin: 0;
	}
}

@media (max-width: 720px) {
	.b2b-hero {
		padding-bottom: 44px;
	}

	.b2b-pricelead {
		gap: 6px 12px;
		padding: 12px 18px;
		border-radius: var(--radius-soft);
	}

	.b2b-pricelead .sep {
		display: none;
	}

	/* таблица «что портит вид» на телефоне складывается в карточки,
	   чтобы колонка «что делаем» не уезжала за экран */
	.b2b-diff--cards {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.b2b-diff--cards .hd {
		display: none;
	}

	.b2b-diff--cards > div {
		border-bottom: 0;
	}

	.b2b-diff--cards .rh {
		padding: 18px 18px 4px;
		font-family: var(--font-head);
		font-size: 16px;
		font-weight: 600;
	}

	.b2b-diff--cards .rh + div {
		padding: 0 18px 8px;
		font-size: 13px;
		color: var(--muted);
	}

	.b2b-diff--cards .on {
		padding: 0 18px 18px;
		border-bottom: 1px solid #e3edf8;
		background: var(--white);
	}

	.b2b-diff--cards .on::before {
		content: 'Что делаем';
		display: block;
		margin-bottom: 2px;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: var(--blue);
	}

	.b2b-h1 {
		font-size: 30px;
	}

	.b2b-h2 {
		font-size: 26px;
	}

	.b2b-section {
		padding: 44px 0;
	}

	.b2b-grid-2,
	.b2b-grid-3,
	.b2b-grid-4,
	.b2b-steps,
	.b2b-extras,
	.b2b-objtabs,
	.b2b-zones,
	.b2b-people,
	.b2b-docs__list,
	.b2b-form__row {
		grid-template-columns: 1fr;
	}

	.b2b-cta {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 22px;
		padding: 22px 18px;
		border-radius: 20px;
	}

	.b2b-cta__head,
	.b2b-cta .b2b-path,
	.b2b-cta .b2b-contactbar,
	.b2b-cta .b2b-form {
		grid-column: 1;
		grid-row: auto;
	}

	.b2b-cta__head { order: 1; }
	.b2b-cta .b2b-form { order: 2; padding: 0; background: none; }
	.b2b-cta .b2b-path { order: 3; margin-top: 0; padding-top: 18px; border-top: 1px solid #e0e9f6; }
	.b2b-cta .b2b-path li { padding-bottom: 14px; }
	.b2b-cta .b2b-contactbar { order: 4; margin-top: 0; padding-top: 16px; }
	.b2b-contactbar__tel { font-size: 20px; }
	.b2b-form .lead-form__field input { height: 52px; }
	.b2b-form .btn { min-height: 54px; font-size: 17px; }
	.b2b-upload__drop { background: var(--blue-050); }

	.b2b-bars__row {
		grid-template-columns: 90px 1fr 70px;
	}

	.b2b-freq {
		grid-auto-flow: row;
		grid-template-columns: 1fr 1fr;
	}

	.b2b-timeline {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.b2b-timeline::before {
		display: none;
	}

	.b2b-tl {
		grid-template-columns: 36px 1fr;
		justify-items: start;
		text-align: left;
	}

	.b2b-tl span {
		grid-column: 2;
	}
}
