﻿/* Commercial homepage system 20260820 production18 */
:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-2: #f9fafb;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: rgba(17, 24, 39, .11);
  --shadow: 0 18px 48px rgba(15, 23, 42, .09);
  --shadow-soft: 0 10px 28px rgba(15, 23, 42, .07);
  --radius: 8px;
  --container: 1180px;
}

.premium-ready { scroll-padding-top: 82px; scroll-padding-bottom: 92px; }
.premium-proof-strip,
.premium-action-rail,
.premium-drawer-backdrop,
.premium-progress { display: none; }

.elite-site {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--bg);
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --brand: var(--elite-primary, #ea580c);
  --accent: var(--elite-accent, #2563eb);
  --dark: var(--elite-dark, #111827);
  --hero-tint: #eef4ff;
}

.elite-site * { box-sizing: border-box; }
.elite-site a { color: inherit; }
.elite-site .elite-header nav a,
.elite-site .elite-footer nav a,
.mvp5-service-page .mvp5-brand {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
}
.elite-site img,
.elite-site picture {
  max-width: 100%;
}
.elite-site main {
  display: block;
}
.elite-site button,
.elite-site a,
.elite-site input,
.elite-site textarea,
.elite-site select {
  touch-action: manipulation;
}
.elite-container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}
.elite-site section[id],
.elite-site [id="request"] {
  scroll-margin-top: 92px;
}

.elite-skip {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--dark);
}
.elite-skip:focus { transform: translateY(0); }

.elite-header {
  position: relative;
  top: auto;
  z-index: 70;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 12px max(16px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
  backdrop-filter: none;
}

.elite-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}
.elite-logo span {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--brand) 22%, transparent);
}
.elite-logo b {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.elite-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.elite-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
}
.elite-nav a:hover,
.elite-nav a:focus-visible {
  color: var(--ink);
  background: rgba(15, 23, 42, .06);
  outline: none;
}

.elite-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.elite-call,
.elite-cta {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
  cursor: pointer;
}
.elite-call {
  color: var(--ink);
  background: #fff;
  white-space: nowrap;
}
.elite-cta {
  color: #fff;
  border-color: transparent;
  background: var(--brand);
  box-shadow: 0 16px 30px color-mix(in srgb, var(--brand) 24%, transparent);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.elite-site .elite-cta:not(.elite-cta-soft),
.elite-site .elite-submit,
.elite-site .final-filter-bar a {
  color: #fff;
}
.elite-cta:hover,
.elite-cta:focus-visible,
.elite-service-card:hover,
.elite-service-card:focus-visible,
.mvp5-service-link:hover,
.mvp5-service-link:focus-visible {
  transform: translate3d(0, -2px, 0);
  outline: none;
}
.elite-cta:hover,
.elite-cta:focus-visible { filter: brightness(1.03); }
.elite-cta-small {
  min-height: 42px;
  padding: 0 14px;
  font-size: 14px;
}
.elite-cta-ghost { background: var(--accent); }
.elite-cta-soft {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
  box-shadow: none;
}

.elite-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, var(--hero-tint) 100%);
}
.elite-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .42), transparent 72%);
}
.elite-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: 34px;
  align-items: center;
}
.elite-hero-copy,
.elite-visual,
.elite-stat,
.elite-service-card,
.elite-photo-card,
.elite-case,
.elite-step,
.elite-form,
.final-listing-card,
.mvp5-service-link {
  min-width: 0;
}
.elite-kicker {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.elite-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}
.elite-lead {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}
.elite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.elite-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111827;
  box-shadow: var(--shadow);
}
.elite-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 760;
  object-fit: cover;
  object-position: center;
}

.elite-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.elite-stat,
.elite-service-card,
.elite-case,
.elite-step,
.elite-form,
.elite-lead-copy,
.elite-faq details,
.final-listing-card,
.final-filter-bar,
.mvp5-service-link {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.elite-stat { padding: 18px; }
.elite-stat span,
.elite-service-card span,
.elite-case b,
.elite-step span,
.mvp5-service-link span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.elite-stat strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.elite-stat p,
.elite-service-card em,
.elite-case dd,
.elite-photo-card p,
.final-listing-card p,
.mvp5-service-link em {
  color: var(--muted);
}
.elite-stat p {
  margin: 8px 0 0;
  line-height: 1.45;
}

.elite-section {
  padding: 68px 0;
  background: var(--bg);
}
.elite-section:nth-of-type(even),
.elite-photo-proof,
.elite-seo-links {
  background: #fff;
}
.elite-section-head {
  max-width: 820px;
}
.elite-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}
.elite-section-head p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.elite-service-grid,
.mvp5-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.elite-service-card,
.mvp5-service-link {
  min-height: 198px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  color: var(--ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.elite-service-card:hover,
.elite-service-card:focus-visible,
.mvp5-service-link:hover,
.mvp5-service-link:focus-visible {
  border-color: color-mix(in srgb, var(--brand) 42%, #fff);
  box-shadow: var(--shadow);
}
.elite-service-card strong,
.mvp5-service-link strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.elite-service-card em,
.mvp5-service-link em {
  margin-top: auto;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}

.elite-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.elite-photo-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease;
}
.elite-photo-card:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: var(--shadow);
}
.elite-photo-card picture { display: block; background: #111827; }
.elite-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 960 / 600;
  object-fit: cover;
}
.elite-photo-card div {
  min-width: 0;
  padding: 16px;
}
.elite-photo-card strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.elite-photo-card p {
  margin: 8px 0 0;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.elite-photo-card picture,
.elite-visual picture {
  overflow: hidden;
}

.elite-showcase-grid,
.elite-lead-grid,
.elite-faq-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: start;
}
.elite-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.elite-trust-list li {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  font-weight: 800;
}
.elite-trust-list li:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateY(-50%);
}
.elite-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.elite-case {
  min-height: 260px;
  padding: 22px;
}
.elite-case h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.14;
}
.elite-case dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}
.elite-case div {
  padding: 12px;
  border-radius: 8px;
  background: var(--surface-2);
}
.elite-case dt {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.elite-case dd {
  margin: 6px 0 0;
  line-height: 1.45;
}

.elite-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.elite-step {
  min-height: 142px;
  padding: 20px;
}
.elite-step p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}

.elite-lead-section {
  color: #fff;
  background: linear-gradient(135deg, var(--dark), #1f2937);
}
.elite-lead-copy {
  padding: 28px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: none;
}
.elite-lead-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.05;
}
.elite-lead-copy p {
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.6;
}
.elite-lead-copy .elite-kicker { color: rgba(255, 255, 255, .92); }
.elite-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.elite-contact-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
.elite-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #fff;
  min-width: 0;
}
.elite-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}
.elite-form input,
.elite-form textarea,
.elite-form select,
.final-filter-bar input,
.final-filter-bar select {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 8px;
  color: var(--ink);
  background: #f8fafc;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .64);
}
.elite-form textarea {
  min-height: 96px;
  resize: vertical;
}
.elite-submit {
  min-width: 0;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--brand);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 30px color-mix(in srgb, var(--brand) 24%, transparent);
}
.elite-form-note,
.elite-form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.elite-form-status {
  color: var(--ink);
  font-weight: 800;
}
.elite-form-status.is-error {
  color: #b91c1c;
}

.elite-faq-list {
  display: grid;
  gap: 10px;
}
.elite-faq details {
  padding: 18px;
}
.elite-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.elite-faq p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.final-marketplace { background: var(--bg); }
.final-filter-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 10px;
  margin-top: 24px;
  padding: 12px;
}
.final-filter-bar label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.final-filter-bar a {
  min-height: 50px;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--brand);
  text-decoration: none;
  font-weight: 950;
}
.final-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.final-listing-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  overflow: hidden;
}
.final-machine-art {
  position: relative;
  height: 128px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #111827, color-mix(in srgb, var(--accent) 68%, #111827));
}
.final-machine-art:before {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 30px;
  width: 190px;
  height: 48px;
  border-radius: 10px;
  background: var(--brand);
  box-shadow: 210px -22px 0 -4px var(--accent);
}
.final-machine-art:after {
  content: "";
  position: absolute;
  left: 58px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0f172a;
  box-shadow: 204px 0 0 #0f172a;
}
.final-machine-art span {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 80px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  box-shadow: -34px 18px 0 rgba(255,255,255,.24), -80px 36px 0 rgba(255,255,255,.18);
}
.final-listing-meta {
  display: grid;
  gap: 4px;
}
.final-listing-meta b {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}
.final-listing-meta span {
  color: var(--muted);
  font-weight: 800;
}
.final-price {
  color: var(--brand);
  font-size: 22px;
}
.final-listing-card p {
  margin: 0;
  line-height: 1.5;
}
.final-listing-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.final-listing-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--dark);
  text-decoration: none;
  font-weight: 900;
}
.final-listing-actions a:nth-child(2) {
  color: var(--ink);
  background: #eef2f7;
}

.section-heading span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.1;
}

.elite-footer {
  padding: 30px 0 92px;
  color: #cbd5e1;
  background: #111827;
}
.elite-footer .elite-container {
  display: grid;
  grid-template-columns: .7fr 1.3fr auto;
  gap: 18px;
  align-items: center;
}
.elite-footer b {
  color: #fff;
  font-size: 18px;
}
.elite-footer span { line-height: 1.5; }
.elite-footer nav {
  display: flex;
  gap: 12px;
}
.elite-footer a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 800;
}
.elite-truksale {
  --brand: #f97316;
  --accent: #2563eb;
  --dark: #0f172a;
  --bg: #f4f7fb;
  --hero-tint: #eef4ff;
}
.elite-truksale .elite-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(238,244,255,.94) 100%),
    linear-gradient(90deg, rgba(37,99,235,.08) 1px, transparent 1px);
}
.elite-truksale .elite-hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
}
.elite-truksale .elite-stats {
  grid-template-columns: .86fr 1.08fr .9fr;
}
.elite-truksale .elite-visual {
  border-color: rgba(15, 23, 42, .18);
  box-shadow: 0 22px 56px rgba(37, 99, 235, .14);
}
.elite-truksale .elite-service-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.elite-truksale .final-marketplace {
  background: #edf3fb;
}
.elite-truksale .final-filter-bar {
  box-shadow: 0 18px 40px rgba(37, 99, 235, .1);
}
.elite-truksale .final-listing-card {
  min-height: 100%;
}

.elite-remont {
  --brand: #d84f2a;
  --accent: #475569;
  --dark: #171b22;
  --bg: #f7f5f2;
  --hero-tint: #fff2ea;
}
.elite-remont .elite-hero {
  background: linear-gradient(135deg, #fffaf6 0%, #f3f1ee 100%);
}
.elite-remont .elite-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
}
.elite-remont .elite-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.elite-remont .elite-service-card {
  min-height: 154px;
  border-left: 4px solid var(--brand);
}
.elite-remont .elite-stats {
  grid-template-columns: 1fr 1.18fr 1fr;
}
.elite-remont .elite-visual {
  border-radius: 6px;
  box-shadow: 0 22px 54px rgba(216, 79, 42, .15);
}
.elite-remont .elite-step {
  background: #fff;
}
.elite-remont .elite-step span {
  color: #fff;
  min-width: 42px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(--brand);
}
.elite-remont .elite-lead-section { background: linear-gradient(135deg, #171b22, #303844); }

.elite-kabina {
  --brand: #d94a2f;
  --accent: #0f766e;
  --dark: #12302d;
  --bg: #f8faf8;
  --hero-tint: #eef8f5;
}
.elite-kabina .elite-hero {
  background: linear-gradient(135deg, #ffffff 0%, #eef8f5 72%, #f8faf8 100%);
}
.elite-kabina .elite-hero-grid {
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
}
.elite-kabina .elite-visual {
  order: -1;
  border: 8px solid #fff;
  box-shadow: 0 22px 54px rgba(15, 118, 110, .14);
}
.elite-kabina .elite-stats {
  grid-template-columns: 1fr 1fr 1fr;
}
.elite-kabina .elite-service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.elite-kabina .elite-service-card:nth-child(1),
.elite-kabina .elite-service-card:nth-child(2) {
  grid-column: span 3;
}
.elite-kabina .elite-service-card:nth-child(n+3) {
  grid-column: span 2;
}
.elite-kabina .elite-photo-grid {
  grid-template-columns: 1.15fr .925fr .925fr;
}
.elite-kabina .elite-logo span { border-radius: 999px; }
.elite-kabina .elite-lead-section { background: linear-gradient(135deg, #12302d, #0f766e); }

.elite-dorabotka {
  --brand: #ea580c;
  --accent: #0284c7;
  --dark: #10202b;
  --bg: #f5f8fb;
  --hero-tint: #eef7fb;
}
.elite-dorabotka .elite-hero {
  background: linear-gradient(135deg, #ffffff 0%, #eef7fb 100%);
}
.elite-dorabotka .elite-hero:before {
  background-image:
    linear-gradient(rgba(2,132,199,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234,88,12,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.38), transparent 70%);
}
.elite-dorabotka .elite-visual {
  box-shadow: -10px 10px 0 rgba(2,132,199,.12), 0 22px 52px rgba(15,23,42,.1);
}
.elite-dorabotka .elite-stats {
  grid-template-columns: .88fr 1.24fr .88fr;
}
.elite-dorabotka .elite-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.elite-dorabotka .elite-service-card {
  border-top: 4px solid var(--accent);
}
.elite-dorabotka .elite-step-grid {
  gap: 10px;
}
.elite-dorabotka .elite-step {
  box-shadow: none;
}
.elite-dorabotka .elite-logo span { border-radius: 4px 12px 4px 12px; }
.elite-dorabotka .elite-lead-section { background: linear-gradient(135deg, #10202b, #0f3b4d); }

.elite-profiads {
  --brand: #1f7a4d;
  --accent: #d97706;
  --dark: #102016;
  --bg: #f5faf7;
  --hero-tint: #edf8f1;
}
.elite-profiads .elite-hero {
  background: linear-gradient(135deg, #ffffff 0%, #edf8f1 100%);
}
.elite-profiads .elite-hero-grid {
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
}
.elite-profiads .elite-hero-copy {
  padding: 26px;
  border: 1px solid rgba(31, 122, 77, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(31, 122, 77, .08);
}
.elite-profiads .elite-visual {
  box-shadow: 0 22px 54px rgba(31, 122, 77, .16);
}
.elite-profiads .elite-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.elite-profiads .elite-service-card:before {
  content: "";
  display: block;
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
.elite-profiads .elite-logo span { border-radius: 12px 4px 12px 4px; }
.elite-profiads .elite-lead-section { background: linear-gradient(135deg, #102016, #1f7a4d); }

/* Production polish 20260818 */
.elite-site :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 42%, #fff);
  outline-offset: 3px;
}
.elite-site ::selection {
  color: #fff;
  background: var(--brand);
}
.elite-header,
.elite-hero,
.elite-section,
.elite-footer {
  isolation: isolate;
}
.elite-section:not(.elite-lead-section) {
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}
.elite-section-head,
.elite-lead-copy,
.elite-form,
.elite-case,
.elite-step,
.elite-service-card,
.elite-photo-card,
.final-listing-card,
.mvp5-service-link {
  overflow-wrap: anywhere;
}
.elite-hero {
  display: block;
}
.elite-hero .elite-container {
  width: min(var(--container), calc(100% - 32px));
}
.elite-hero h1 {
  max-width: 740px;
}
.elite-visual picture,
.elite-visual img {
  height: auto;
}
.elite-visual img {
  min-height: 0;
}
.elite-stat,
.elite-service-card,
.elite-photo-card,
.elite-case,
.elite-step,
.final-listing-card,
.mvp5-service-link {
  position: relative;
}
.elite-service-card:after,
.mvp5-service-link:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 2px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 24%, transparent);
  opacity: .75;
}
.elite-service-card em,
.mvp5-service-link em {
  padding-bottom: 10px;
}
.elite-form {
  box-shadow: 0 22px 58px rgba(15, 23, 42, .16);
}
.elite-form input:focus,
.elite-form textarea:focus,
.elite-form select:focus,
.final-filter-bar input:focus,
.final-filter-bar select:focus {
  border-color: color-mix(in srgb, var(--accent) 54%, #fff);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent);
  outline: none;
}
.elite-submit,
.elite-cta,
.final-filter-bar a,
.final-listing-actions a {
  min-width: 0;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
}
.elite-submit:hover,
.elite-submit:focus-visible,
.final-filter-bar a:hover,
.final-filter-bar a:focus-visible,
.final-listing-actions a:hover,
.final-listing-actions a:focus-visible {
  filter: brightness(1.04);
}
.elite-contact-row a:hover,
.elite-contact-row a:focus-visible {
  background: rgba(255, 255, 255, .12);
}
.elite-faq details[open] {
  border-color: color-mix(in srgb, var(--brand) 30%, #fff);
}

.elite-truksale .elite-hero {
  min-height: 610px;
}
.elite-truksale .elite-stat {
  border-top: 3px solid color-mix(in srgb, var(--accent) 72%, #fff);
}
.elite-truksale .final-listing-card {
  border-top: 4px solid color-mix(in srgb, var(--brand) 82%, #fff);
}
.elite-truksale .final-price {
  padding-top: 2px;
  border-top: 1px solid var(--line);
}
.elite-truksale .elite-stat:first-child {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.elite-truksale .elite-service-card {
  border-top: 3px solid color-mix(in srgb, var(--accent) 34%, transparent);
}
.elite-remont .elite-process {
  background: #fff;
}
.elite-remont .elite-photo-grid {
  align-items: stretch;
}
.elite-remont .elite-photo-card {
  border-radius: 6px;
  border-left: 4px solid color-mix(in srgb, var(--brand) 75%, #fff);
}
.elite-remont .elite-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.elite-remont .elite-step {
  min-height: 128px;
}
.elite-remont .elite-stat {
  border-left: 4px solid color-mix(in srgb, var(--brand) 76%, #fff);
}
.elite-remont .elite-case {
  border-radius: 6px;
}
.elite-kabina .elite-photo-card:first-child {
  grid-column: span 2;
}
.elite-kabina .elite-photo-card {
  box-shadow: 0 16px 40px rgba(15, 118, 110, .08);
}
.elite-kabina .elite-photo-card:first-child img {
  aspect-ratio: 16 / 7;
}
.elite-kabina .elite-photo-card strong {
  font-size: 20px;
}
.elite-kabina .elite-service-card {
  border-bottom: 3px solid color-mix(in srgb, var(--accent) 48%, #fff);
}
.elite-kabina .elite-stat {
  border-bottom: 3px solid color-mix(in srgb, var(--accent) 40%, #fff);
}
.elite-dorabotka .elite-step span {
  padding: 5px 9px;
  border-radius: 6px;
  color: #fff;
  background: var(--accent);
}
.elite-dorabotka .elite-case div {
  border-left: 3px solid color-mix(in srgb, var(--accent) 62%, #fff);
}
.elite-dorabotka .elite-service-card {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}
.elite-dorabotka .elite-step {
  border-style: dashed;
  background: #fbfdff;
}
.elite-dorabotka .elite-stat {
  border-style: dashed;
}
.elite-profiads .elite-stat {
  border-top: 4px solid color-mix(in srgb, var(--brand) 80%, #fff);
}
.elite-profiads .elite-stats {
  grid-template-columns: .82fr 1.18fr .82fr;
}
.elite-profiads .elite-stat strong {
  font-size: 19px;
}
.elite-profiads .elite-showcase-grid {
  grid-template-columns: 1.08fr .92fr;
}
.elite-profiads .elite-form {
  border-color: rgba(31, 122, 77, .18);
}

/* Commercial refinement 20260818 */
.elite-service-card,
.elite-photo-card,
.elite-case,
.elite-step,
.final-listing-card,
.mvp5-service-link {
  contain: layout;
}
.elite-section-head h2,
.elite-lead-copy h2 {
  max-width: 920px;
}
.elite-contact-row a,
.final-listing-actions a {
  -webkit-tap-highlight-color: transparent;
}
.elite-submit,
.elite-cta,
.final-filter-bar a,
.final-listing-actions a {
  text-wrap: balance;
}
.elite-form select {
  cursor: pointer;
}
.elite-form textarea {
  max-height: 220px;
}
.elite-truksale .elite-cases {
  grid-template-columns: .92fr 1.08fr;
}
.elite-remont .elite-showcase-grid {
  grid-template-columns: 1.05fr .95fr;
}
.elite-kabina .elite-cases {
  grid-template-columns: 1.08fr .92fr;
}
.elite-dorabotka .elite-showcase-grid {
  grid-template-columns: .9fr 1.1fr;
}
.elite-profiads .elite-case {
  background: linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
}

/* Production12 distinct commercial interfaces */
.elite-header {
  min-height: 64px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .035);
}
.elite-logo span {
  width: 32px;
  height: 32px;
}
.elite-hero {
  min-height: auto;
  padding: 40px 0 34px;
}
.elite-hero:before {
  opacity: .18;
}
.elite-hero h1 {
  max-width: 760px;
  font-size: 42px;
  line-height: 1.1;
  text-wrap: balance;
}
.elite-lead {
  max-width: 620px;
}
.elite-actions {
  gap: 10px;
}
.elite-call,
.elite-cta,
.elite-submit,
.final-filter-bar a,
.final-listing-actions a {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.elite-call {
  white-space: nowrap;
}
.elite-actions .elite-cta,
.elite-submit,
.final-filter-bar a,
.final-listing-actions a {
  min-height: 49px;
}
.elite-cta {
  box-shadow: 0 10px 22px color-mix(in srgb, var(--brand) 16%, transparent);
  transition: none;
}
.elite-cta:hover,
.elite-cta:focus-visible,
.elite-service-card:hover,
.elite-service-card:focus-visible,
.mvp5-service-link:hover,
.mvp5-service-link:focus-visible {
  transform: none;
}
.elite-visual {
  border-radius: 8px;
  background: #101827;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .075);
}
.elite-visual img {
  filter: saturate(.98) contrast(1.02);
}
.elite-stats {
  margin-top: 22px;
  align-items: stretch;
}
.elite-stat {
  padding: 15px;
}
.elite-section {
  padding: 58px 0;
}
.elite-section-head h2 {
  font-size: 38px;
  text-wrap: balance;
}
.elite-stat,
.elite-service-card,
.elite-photo-card,
.elite-case,
.elite-step,
.elite-lead-copy,
.elite-faq details,
.final-listing-card,
.final-filter-bar,
.mvp5-service-link {
  border-radius: 8px;
}
.elite-stat,
.elite-service-card,
.elite-case,
.elite-step,
.final-listing-card,
.mvp5-service-link {
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}
.elite-service-card,
.mvp5-service-link {
  min-height: 172px;
  transition: none;
}
.elite-form {
  gap: 12px;
  padding: 24px;
  border-color: color-mix(in srgb, var(--brand) 14%, var(--line));
}
.elite-submit {
  min-height: 54px;
}
.elite-form input,
.elite-form textarea,
.elite-form select {
  min-height: 52px;
  border-color: rgba(15, 23, 42, .16);
  background: #fff;
}
.elite-form-note {
  max-width: 540px;
}
.elite-service-card:after,
.mvp5-service-link:after {
  display: none;
}

.elite-truksale,
.elite-remont,
.elite-kabina,
.elite-dorabotka,
.elite-profiads {
  --domain-panel: #fff;
  --domain-soft: #f8fafc;
  --domain-radius: 8px;
}

.elite-truksale .elite-hero {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 54%, #eaf2ff 100%);
  border-bottom: 1px solid rgba(37, 99, 235, .12);
}
.elite-truksale .elite-header {
  background: #f8fafc;
  box-shadow: none;
}
.elite-truksale .elite-nav a {
  border: 1px solid rgba(37, 99, 235, .12);
  background: #fff;
}
.elite-truksale .elite-logo span {
  border-radius: 6px;
  background: linear-gradient(135deg, #f97316 0%, #2563eb 100%);
}
.elite-truksale .elite-hero-grid {
  grid-template-columns: minmax(0, .64fr) minmax(520px, 1.36fr);
  gap: 34px;
  align-items: start;
}
.elite-truksale .elite-hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.elite-truksale .elite-visual {
  margin-top: 0;
  padding: 44px 10px 10px;
  background: #f8fafc;
  border-color: rgba(37, 99, 235, .24);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .1);
}
.elite-truksale .elite-visual:before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  height: 18px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(37,99,235,.95) 0 18%, rgba(37,99,235,.12) 18% 56%, rgba(249,115,22,.9) 56% 70%, rgba(15,23,42,.1) 70% 100%);
}
.elite-truksale .elite-visual img {
  height: clamp(340px, 32vw, 430px);
  object-fit: cover;
  border-radius: 6px;
}
.elite-truksale .elite-stats {
  grid-template-columns: .88fr 1.26fr .86fr;
  gap: 12px;
}
.elite-truksale .elite-stat {
  border-top: 0;
  border-left: 4px solid color-mix(in srgb, var(--accent) 74%, #fff);
  background: #fff;
  box-shadow: none;
}
.elite-truksale .elite-service-card {
  min-height: 184px;
  border-top: 0;
  border-left: 3px solid color-mix(in srgb, var(--accent) 42%, #fff);
  background: #fff;
  box-shadow: none;
}
.elite-truksale .elite-service-card strong {
  font-size: 22px;
}
.elite-truksale .final-filter-bar {
  padding: 14px;
  align-items: end;
  background: #fff;
  border-color: rgba(37, 99, 235, .2);
  box-shadow: none;
}
.elite-truksale .final-listing-grid {
  gap: 14px;
}
.elite-truksale .final-listing-card {
  border-color: rgba(37, 99, 235, .15);
  background: #fff;
  box-shadow: none;
}
.elite-truksale .final-listing-card:hover,
.elite-truksale .final-listing-card:focus-within {
  border-color: rgba(37, 99, 235, .28);
  box-shadow: 0 10px 26px rgba(37, 99, 235, .08);
}
.elite-truksale .final-listing-actions {
  border-top: 1px solid rgba(37, 99, 235, .11);
  padding-top: 12px;
}
.elite-truksale .elite-lead-grid {
  grid-template-columns: .82fr 1.18fr;
}
.elite-truksale .elite-form {
  border-radius: 6px;
  box-shadow: none;
}

.elite-remont .elite-hero {
  background: linear-gradient(180deg, #fffaf6 0%, #f8f0e8 72%, #f3eee7 100%);
  border-bottom: 1px solid rgba(216, 79, 42, .12);
}
.elite-remont .elite-header {
  border-bottom-color: rgba(216, 79, 42, .16);
  background: #fffdf9;
  box-shadow: none;
}
.elite-remont .elite-logo span {
  width: 36px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ef5b2a 0%, #111827 100%);
}
.elite-remont .elite-nav a {
  border-radius: 4px;
}
.elite-remont .elite-hero-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, .86fr);
  gap: 46px;
  align-items: center;
}
.elite-remont .elite-hero-copy {
  padding: 24px;
  border-left: 5px solid color-mix(in srgb, var(--brand) 64%, #fff);
  border-radius: 6px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 0 rgba(216, 79, 42, .055);
}
.elite-remont .elite-visual {
  border-radius: 6px;
  border-color: rgba(216, 79, 42, .18);
  background: #fff7ef;
  box-shadow: none;
}
.elite-remont .elite-visual img {
  height: clamp(300px, 28vw, 370px);
  object-fit: cover;
}
.elite-remont .elite-stats {
  grid-template-columns: 1.02fr 1.1fr .88fr;
  gap: 10px;
}
.elite-remont .elite-stat {
  border-left: 4px solid color-mix(in srgb, var(--brand) 64%, #fff);
  box-shadow: none;
}
.elite-remont .elite-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.elite-remont .elite-service-card,
.elite-remont .elite-photo-card,
.elite-remont .elite-case {
  border-radius: 6px;
  box-shadow: none;
  border-color: rgba(216, 79, 42, .16);
}
.elite-remont .elite-service-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  min-height: 132px;
  background: #fffdf9;
  border-left: 6px solid color-mix(in srgb, var(--brand) 60%, #fff);
}
.elite-remont .elite-service-card span {
  grid-row: 1 / span 2;
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fff0e6;
}
.elite-remont .elite-service-card strong,
.elite-remont .elite-service-card em {
  grid-column: 2;
}
.elite-remont .elite-photo-grid {
  grid-template-columns: .86fr 1.14fr 1fr;
}
.elite-remont .elite-cases {
  gap: 12px;
}
.elite-remont .elite-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  border-left: 4px solid color-mix(in srgb, var(--brand) 70%, #fff);
  box-shadow: none;
}
.elite-remont .elite-lead-grid {
  grid-template-columns: 1fr .9fr;
}

.elite-kabina .elite-hero {
  background: linear-gradient(135deg, #ffffff 0%, #edf8f5 62%, #f7fbf9 100%);
  border-bottom: 1px solid rgba(15, 118, 110, .12);
}
.elite-kabina .elite-header {
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 118, 110, .05);
}
.elite-kabina .elite-logo span {
  border-radius: 999px;
  background: linear-gradient(135deg, #e24b2d 0%, #0f766e 100%);
}
.elite-kabina .elite-hero-grid {
  grid-template-columns: minmax(500px, 1.1fr) minmax(0, .9fr);
  gap: 40px;
  align-items: center;
}
.elite-kabina .elite-hero-copy {
  padding: 26px 0 26px 18px;
}
.elite-kabina .elite-kicker {
  color: #0f766e;
}
.elite-kabina .elite-actions {
  max-width: 560px;
}
.elite-kabina .elite-visual {
  order: -1;
  border-width: 5px;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 118, 110, .1);
}
.elite-kabina .elite-visual img {
  height: clamp(340px, 34vw, 450px);
  object-fit: cover;
}
.elite-kabina .elite-stat {
  border-bottom: 0;
  border-top: 4px solid color-mix(in srgb, var(--accent) 42%, #fff);
}
.elite-kabina .elite-service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.elite-kabina .elite-service-card {
  grid-column: span 2;
  min-height: 162px;
  border-bottom: 0;
  background: linear-gradient(180deg, #fff 0%, #f8fcfb 100%);
}
.elite-kabina .elite-service-card span {
  color: #0f766e;
}
.elite-kabina .elite-service-card:nth-child(4),
.elite-kabina .elite-service-card:nth-child(5) {
  grid-column: span 3;
}
.elite-kabina .elite-photo-grid {
  grid-template-columns: 1.35fr .82fr .82fr;
  gap: 14px;
}
.elite-kabina .elite-photo-card {
  border-color: rgba(15, 118, 110, .16);
}
.elite-kabina .elite-photo-card:first-child {
  grid-column: span 1;
  grid-row: span 2;
}
.elite-kabina .elite-photo-card:first-child img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.elite-kabina .elite-cases {
  grid-template-columns: 1.15fr .85fr;
}
.elite-kabina .elite-case {
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .08);
}
.elite-kabina .elite-lead-grid {
  grid-template-columns: .92fr 1.08fr;
}

.elite-dorabotka .elite-hero {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(239,248,252,.95) 100%),
    linear-gradient(rgba(2,132,199,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,132,199,.1) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  border-bottom: 1px solid rgba(2, 132, 199, .13);
}
.elite-dorabotka .elite-header {
  background: #fbfdff;
  border-bottom-color: rgba(2, 132, 199, .18);
  box-shadow: none;
}
.elite-dorabotka .elite-logo span {
  border-radius: 4px 12px 4px 12px;
  background: linear-gradient(135deg, #f97316 0%, #0ea5e9 100%);
}
.elite-dorabotka .elite-nav a {
  font-variant-numeric: tabular-nums;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.elite-dorabotka .elite-nav a:hover,
.elite-dorabotka .elite-nav a:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--accent) 60%, #fff);
  background: transparent;
}
.elite-dorabotka .elite-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 38px;
}
.elite-dorabotka .elite-hero-copy {
  padding: 24px;
  border: 1px solid rgba(2, 132, 199, .22);
  border-left: 5px solid color-mix(in srgb, var(--accent) 65%, #fff);
  border-radius: 6px;
  background: rgba(255, 255, 255, .84);
}
.elite-dorabotka .elite-hero:before {
  opacity: .16;
  background-size: 38px 38px;
}
.elite-dorabotka .elite-visual {
  border-radius: 6px;
  box-shadow: 7px 7px 0 rgba(2, 132, 199, .08), 0 12px 32px rgba(15, 23, 42, .085);
}
.elite-dorabotka .elite-visual img {
  height: clamp(320px, 31vw, 420px);
  object-fit: cover;
}
.elite-dorabotka .elite-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.elite-dorabotka .elite-stat {
  border-left: 4px solid color-mix(in srgb, var(--accent) 56%, #fff);
}
.elite-dorabotka .elite-service-card {
  display: grid;
  align-content: space-between;
  min-height: 190px;
  border-top: 0;
  border-left: 4px solid color-mix(in srgb, var(--accent) 62%, #fff);
  background: #fbfdff;
  box-shadow: none;
}
.elite-dorabotka .elite-service-card span {
  border-bottom: 1px solid rgba(2, 132, 199, .16);
  padding-bottom: 8px;
}
.elite-dorabotka .elite-step {
  min-height: 132px;
  background: #fff;
  border-color: rgba(2, 132, 199, .18);
  box-shadow: none;
}
.elite-dorabotka .elite-case {
  border-color: rgba(2, 132, 199, .18);
  background: #fbfdff;
}
.elite-dorabotka .elite-case dl {
  border-left: 3px solid rgba(2, 132, 199, .24);
  padding-left: 12px;
}
.elite-dorabotka .elite-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.elite-dorabotka .elite-form {
  border-radius: 6px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(14, 165, 233, .38), rgba(249, 115, 22, .22)) border-box;
  border: 1px solid transparent;
}

.elite-profiads .elite-hero {
  background: linear-gradient(135deg, #101820 0%, #102016 38%, #edf6f1 38%, #f8fcfa 100%);
  border-bottom: 1px solid rgba(31, 122, 77, .12);
}
.elite-profiads .elite-header {
  background: #fbfffc;
  border-bottom-color: rgba(31, 122, 77, .14);
}
.elite-profiads .elite-logo span {
  border-radius: 12px 4px 12px 4px;
  background: linear-gradient(135deg, #1f7a4d 0%, #f59e0b 100%);
}
.elite-profiads .elite-nav a {
  background: rgba(31, 122, 77, .05);
}
.elite-profiads .elite-hero-grid {
  grid-template-columns: minmax(0, .74fr) minmax(500px, 1.26fr);
  gap: 36px;
}
.elite-profiads .elite-hero-copy {
  padding: 28px;
  border: 1px solid rgba(31, 122, 77, .14);
  border-radius: 8px;
  color: #f8fafc;
  background: #101820;
  box-shadow: 0 12px 30px rgba(16, 24, 32, .16);
}
.elite-profiads .elite-hero-copy .elite-kicker,
.elite-profiads .elite-hero-copy .elite-lead {
  color: rgba(248, 250, 252, .78);
}
.elite-profiads .elite-hero .elite-cta-soft {
  color: #f8fafc;
  border-color: rgba(248, 250, 252, .24);
  background: rgba(255, 255, 255, .1);
}
.elite-profiads .elite-visual {
  padding: 12px;
  background: #101820;
  border-color: rgba(31, 122, 77, .26);
  box-shadow: 0 16px 36px rgba(31, 122, 77, .12);
}
.elite-profiads .elite-visual img {
  height: clamp(330px, 32vw, 430px);
  object-fit: cover;
  border-radius: 6px;
}
.elite-profiads .elite-stats {
  grid-template-columns: .9fr 1.1fr 1fr;
  gap: 10px;
}
.elite-profiads .elite-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.elite-profiads .elite-service-card {
  min-height: 164px;
  border-top: 4px solid color-mix(in srgb, var(--brand) 72%, #fff);
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 122, 77, .055);
}
.elite-profiads .elite-service-card:first-child {
  grid-column: span 2;
  background: #101820;
  color: #f8fafc;
}
.elite-profiads .elite-service-card:first-child span,
.elite-profiads .elite-service-card:first-child em {
  color: rgba(248, 250, 252, .78);
}
.elite-profiads .elite-service-card:before {
  width: 30px;
}
.elite-profiads .elite-stat {
  border-top-width: 3px;
  color: #f8fafc;
  background: #101820;
  box-shadow: 0 8px 22px rgba(16, 24, 32, .09);
}
.elite-profiads .elite-stat span,
.elite-profiads .elite-stat p {
  color: rgba(248, 250, 252, .72);
}
.elite-profiads .elite-showcase-grid {
  grid-template-columns: .78fr 1.22fr;
}
.elite-profiads .elite-case {
  background: #f8fcfa;
  border-color: rgba(31, 122, 77, .15);
}
.elite-profiads .elite-form {
  border-color: rgba(31, 122, 77, .2);
  box-shadow: 0 16px 38px rgba(31, 122, 77, .09);
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  .elite-cta,
  .elite-service-card,
  .elite-photo-card,
  .mvp5-service-link {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .elite-header {
    grid-template-columns: 1fr auto;
  }
  .elite-nav { display: none; }
  .elite-hero-grid,
  .elite-truksale .elite-hero-grid,
  .elite-remont .elite-hero-grid,
  .elite-kabina .elite-hero-grid,
  .elite-dorabotka .elite-hero-grid,
  .elite-profiads .elite-hero-grid,
  .elite-showcase-grid,
  .elite-lead-grid,
  .elite-faq-grid {
    grid-template-columns: 1fr;
  }
  .elite-service-grid,
  .elite-truksale .elite-service-grid,
  .elite-remont .elite-service-grid,
  .elite-kabina .elite-service-grid,
  .elite-kabina .elite-photo-grid,
  .elite-dorabotka .elite-service-grid,
  .elite-profiads .elite-service-grid,
  .elite-photo-grid,
  .elite-remont .elite-step-grid,
  .elite-step-grid,
  .elite-cases,
  .final-listing-grid,
  .mvp5-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .final-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .elite-footer .elite-container { grid-template-columns: 1fr; }
  .elite-kabina .elite-service-card:nth-child(n) {
    grid-column: auto;
  }
  .elite-kabina .elite-visual {
    order: initial;
  }
  .elite-truksale .elite-cases,
  .elite-remont .elite-showcase-grid,
  .elite-kabina .elite-cases,
  .elite-dorabotka .elite-showcase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .premium-ready { scroll-padding-top: 62px; }
  .elite-container { width: min(100% - 24px, var(--container)); }
  .elite-site section[id],
  .elite-site [id="request"] {
    scroll-margin-top: 70px;
  }
  .elite-header {
    min-height: 58px;
    gap: 10px;
  }
  .elite-head-actions .elite-call,
  .elite-head-actions .elite-cta { display: none; }
  .elite-logo b {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .elite-hero {
    min-height: 0;
    display: block;
    padding: 30px 0 22px;
  }
  .elite-hero-grid {
    gap: 18px;
  }
  .elite-kicker {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .elite-hero h1 {
    font-size: 33px;
    line-height: 1.09;
  }
  .elite-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.48;
  }
  .elite-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }
  .elite-actions .elite-cta:first-child {
    grid-column: 1 / -1;
  }
  .elite-cta {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    font-size: 15px;
  }
  .elite-visual img {
    min-height: 0;
    height: clamp(188px, 54vw, 216px);
  }
  .elite-kabina .elite-visual {
    order: initial;
    border-width: 1px;
  }
  .elite-profiads .elite-hero-copy {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .elite-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    overflow: visible;
    padding-bottom: 0;
  }
  .elite-stat {
    min-width: 0;
    padding: 12px;
  }
  .elite-stat span {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .elite-stat strong { font-size: 15px; }
  .elite-stat p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.35;
  }
  .elite-section {
    padding: 44px 0;
  }
  .elite-section-head h2 {
    font-size: 32px;
    line-height: 1.12;
  }
  .elite-section-head p {
    font-size: 15px;
  }
  .elite-service-grid,
  .elite-truksale .elite-service-grid,
  .elite-remont .elite-service-grid,
  .elite-kabina .elite-service-grid,
  .elite-kabina .elite-photo-grid,
  .elite-dorabotka .elite-service-grid,
  .elite-profiads .elite-service-grid,
  .elite-truksale .elite-stats,
  .elite-remont .elite-stats,
  .elite-kabina .elite-stats,
  .elite-dorabotka .elite-stats,
  .elite-profiads .elite-stats,
  .elite-profiads .elite-showcase-grid,
  .elite-photo-grid,
  .elite-cases,
  .elite-remont .elite-step-grid,
  .elite-step-grid,
  .elite-trust-list,
  .final-filter-bar,
  .final-listing-grid,
  .mvp5-service-grid {
    grid-template-columns: 1fr;
  }
  .elite-service-card,
  .mvp5-service-link {
    min-height: 0;
    padding: 16px;
  }
  .elite-kabina .elite-photo-card:first-child {
    grid-column: auto;
  }
  .elite-kabina .elite-photo-card:first-child img {
    aspect-ratio: 960 / 600;
  }
  .elite-case {
    min-height: 0;
  }
  .elite-lead-copy {
    padding: 20px;
  }
  .elite-lead-copy h2 {
    font-size: 34px;
    line-height: 1.1;
  }
  .elite-form {
    padding: 18px;
    gap: 12px;
  }
  .elite-form input,
  .elite-form textarea,
  .elite-form select {
    min-height: 52px;
  }
  .elite-contact-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .elite-contact-row a {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .elite-actions {
    grid-template-columns: 1fr;
  }
  .elite-actions .elite-cta:first-child {
    grid-column: auto;
  }
}

@media (max-width: 1040px) {
  .elite-remont .elite-lead-grid,
  .elite-profiads .elite-showcase-grid,
  .elite-dorabotka .elite-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .elite-remont .elite-hero-copy,
  .elite-kabina .elite-hero-copy {
    padding-left: 0;
    border-left: 0;
  }
  .elite-remont .elite-hero-copy,
  .elite-dorabotka .elite-hero-copy {
    padding: 18px;
  }
  .elite-profiads .elite-hero {
    background: linear-gradient(180deg, #101820 0%, #102016 56%, #f8fcfa 56%, #f8fcfa 100%);
  }
  .elite-profiads .elite-hero-copy {
    padding: 18px;
    border: 1px solid rgba(248, 250, 252, .14);
    border-radius: 8px;
    color: #f8fafc;
    background: #101820;
    box-shadow: none;
  }
  .elite-profiads .elite-service-card:first-child {
    grid-column: auto;
  }
  .elite-kabina .elite-photo-card:first-child img {
    min-height: 0;
  }
}

/* Service pages finish 20260820 production16 */
.mvp5-service-page {
  --service-bg: #f6f8fb;
  --service-surface: #ffffff;
  --service-surface-2: #eef3f8;
  --service-ink: #111827;
  --service-muted: #5b6472;
  --service-line: rgba(17, 24, 39, .12);
  --service-primary: #f97316;
  --service-accent: #2563eb;
  --service-shadow: 0 18px 50px rgba(17, 24, 39, .12);
  margin: 0;
  color: var(--service-ink);
  background: var(--service-bg);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

.mvp5-service-page * {
  box-sizing: border-box;
}

.mvp5-service-page a {
  color: inherit;
  text-decoration: none;
}

.mvp5-service-page .mvp5-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.mvp5-service-page .mvp5-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px min(40px, 4vw);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--service-line);
}

.mvp5-service-page .mvp5-brand {
  font-weight: 900;
  letter-spacing: 0;
}

.mvp5-service-page .mvp5-header nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mvp5-service-page .mvp5-header nav a,
.mvp5-service-page .mvp5-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--service-muted);
  font-size: 14px;
  font-weight: 800;
}

.mvp5-service-page .mvp5-call {
  color: #fff;
  background: var(--service-primary);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--service-primary) 28%, transparent);
}

.mvp5-service-page .mvp5-hero {
  padding: 58px 0 46px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-primary) 14%, transparent), transparent 40%),
    linear-gradient(180deg, #fff 0%, var(--service-bg) 100%);
}

.mvp5-service-page .mvp5-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: stretch;
}

.mvp5-service-page .mvp5-eyebrow,
.mvp5-service-page .mvp5-kicker {
  margin: 0 0 12px;
  color: var(--service-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mvp5-service-page h1,
.mvp5-service-page h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.mvp5-service-page h1 {
  max-width: 820px;
  font-size: 58px;
}

.mvp5-service-page h2 {
  font-size: 38px;
}

.mvp5-service-page .mvp5-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--service-muted);
  font-size: 21px;
}

.mvp5-service-page .mvp5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mvp5-service-page .mvp5-actions.vertical {
  flex-direction: column;
}

.mvp5-service-page .mvp5-primary,
.mvp5-service-page .mvp5-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.15;
}

.mvp5-service-page .mvp5-primary {
  color: #fff;
  background: var(--service-primary);
}

.mvp5-service-page .mvp5-secondary {
  color: var(--service-ink);
  background: var(--service-surface);
  border: 1px solid var(--service-line);
}

.mvp5-service-page .mvp5-proof,
.mvp5-service-page .mvp5-panel,
.mvp5-service-page .mvp5-lead-card,
.mvp5-service-page .mvp5-faq details {
  background: var(--service-surface);
  border: 1px solid var(--service-line);
  border-radius: 8px;
  box-shadow: var(--service-shadow);
}

.mvp5-service-page .mvp5-proof {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.mvp5-service-page .mvp5-proof b {
  font-size: 22px;
}

.mvp5-service-page .mvp5-proof p,
.mvp5-service-page .mvp5-panel p,
.mvp5-service-page .mvp5-lead-card p,
.mvp5-service-page .mvp5-faq p {
  color: var(--service-muted);
  overflow-wrap: anywhere;
}

.mvp5-service-page .mvp5-proof a {
  margin-top: 18px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 900;
  color: var(--service-primary);
  background: color-mix(in srgb, var(--service-primary) 9%, #fff);
}

.mvp5-service-page .mvp5-service-form-card {
  display: grid;
  gap: 16px;
  align-content: start;
}

.mvp5-service-page .mvp5-service-form-card::before {
  content: "Задача -> расчет -> связь";
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--service-primary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mvp5-service-page .mvp5-service-form {
  display: grid;
  gap: 12px;
}

.mvp5-service-page .mvp5-service-form label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--service-ink);
  font-size: 13px;
  font-weight: 850;
}

.mvp5-service-page .mvp5-service-form input,
.mvp5-service-page .mvp5-service-form select,
.mvp5-service-page .mvp5-service-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--service-line);
  border-radius: 8px;
  color: var(--service-ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(17, 24, 39, .03);
}

.mvp5-service-page .mvp5-service-form textarea {
  min-height: 92px;
  resize: vertical;
}

.mvp5-service-page .mvp5-service-form input:focus,
.mvp5-service-page .mvp5-service-form select:focus,
.mvp5-service-page .mvp5-service-form textarea:focus {
  border-color: color-mix(in srgb, var(--service-primary) 72%, #fff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--service-primary) 14%, transparent);
}

.mvp5-service-page .mvp5-service-form .mvp5-primary {
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.mvp5-service-page .mvp5-service-form .mvp5-primary:disabled {
  cursor: progress;
  opacity: .72;
}

.mvp5-service-page .mvp5-service-form .mvp5-primary.is-loading {
  background: color-mix(in srgb, var(--service-primary) 78%, #111827);
}

.mvp5-service-page .mvp5-service-status {
  min-height: 22px;
  margin: 0;
  color: var(--service-muted);
  font-size: 13px;
  font-weight: 750;
}

.mvp5-service-page .mvp5-service-status.is-ok {
  color: #087443;
}

.mvp5-service-page .mvp5-service-status.is-error {
  color: #b42318;
}

.mvp5-service-page .mvp5-service-whatsapp {
  width: 100%;
  min-height: 46px;
}

.mvp5-service-page.elite-truksale .mvp5-service-form-card {
  background:
    linear-gradient(90deg, rgba(37, 99, 235, .08) 0 28%, transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff8f0 100%);
}

.mvp5-service-page.elite-truksale .mvp5-service-form-card::before {
  content: "Каталог -> проверка -> сделка";
  background: linear-gradient(90deg, #f97316 0%, #2563eb 100%);
}

.mvp5-service-page.elite-remont .mvp5-service-form-card {
  border-top: 6px solid var(--service-primary);
  background:
    linear-gradient(180deg, #fff 0%, #fff 68%, #fff4ee 100%);
}

.mvp5-service-page.elite-remont .mvp5-service-form-card::before {
  content: "Диагностика -> смета -> срок";
  color: #fff;
  background: #111827;
}

.mvp5-service-page.elite-kabina .mvp5-service-form-card {
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f3fbf8 100%);
}

.mvp5-service-page.elite-kabina .mvp5-service-form-card::before {
  content: "Модель -> состояние -> доставка";
  background: linear-gradient(90deg, #0f766e 0%, #e24b2d 100%);
}

.mvp5-service-page.elite-dorabotka .mvp5-service-form-card {
  background:
    linear-gradient(rgba(14, 165, 233, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, .08) 1px, transparent 1px),
    #fff;
  background-size: 22px 22px;
}

.mvp5-service-page.elite-dorabotka .mvp5-service-form-card::before {
  content: "Задача -> комплект -> документы";
  background: #0f172a;
}

.mvp5-service-page.elite-profiads .mvp5-service-form-card {
  color: #f8fafc;
  background:
    linear-gradient(180deg, rgba(31, 122, 77, .9) 0%, rgba(16, 24, 32, .96) 100%);
  border-color: rgba(255, 255, 255, .12);
}

.mvp5-service-page.elite-profiads .mvp5-service-form-card::before {
  content: "Аудит -> гипотезы -> CRM";
  color: #101820;
  background: #f59e0b;
}

.mvp5-service-page.elite-profiads .mvp5-service-form-card h2,
.mvp5-service-page.elite-profiads .mvp5-service-form-card label {
  color: #f8fafc;
}

.mvp5-service-page.elite-profiads .mvp5-service-form-card p,
.mvp5-service-page.elite-profiads .mvp5-service-status {
  color: rgba(248, 250, 252, .78);
}

.mvp5-service-page.elite-profiads .mvp5-service-whatsapp {
  color: #f8fafc;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

/* Final hero clarity pass 20260820 production18 */
.elite-site .elite-visual {
  overflow: hidden;
}

.elite-site .elite-visual img {
  opacity: .74;
  filter: saturate(.88) contrast(.92);
}

.elite-profiads .elite-hero-copy h1,
.elite-profiads .elite-hero-copy strong,
.elite-profiads .elite-hero-copy b {
  color: #f8fafc;
}

.elite-profiads .elite-hero-copy .elite-lead,
.elite-profiads .elite-hero-copy .elite-kicker {
  color: rgba(248, 250, 252, .84);
}

.elite-truksale .elite-visual,
.elite-remont .elite-visual,
.elite-kabina .elite-visual,
.elite-dorabotka .elite-visual,
.elite-profiads .elite-visual {
  position: relative;
}

.elite-truksale .elite-visual img,
.elite-remont .elite-visual img,
.elite-kabina .elite-visual img,
.elite-dorabotka .elite-visual img,
.elite-profiads .elite-visual img {
  opacity: .24;
  filter: blur(.8px) saturate(.72) contrast(.9);
}

.elite-truksale .elite-visual::after,
.elite-remont .elite-visual::after,
.elite-kabina .elite-visual::after,
.elite-dorabotka .elite-visual::after,
.elite-profiads .elite-visual::after {
  position: absolute;
  inset: auto 28px 28px 28px;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.18;
  white-space: pre-line;
  background: rgba(15, 23, 42, .86);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .18);
}

.elite-truksale .elite-visual::after {
  content: "Каталог техники\A Проверка сделки\A Подбор и лизинг";
}

.elite-remont .elite-visual::after {
  content: "Диагностика\A Смета и сроки\A Ремонт без простоя";
}

.elite-kabina .elite-visual::after {
  content: "Подбор кабины\A Фото и состояние\A Доставка и монтаж";
}

.elite-dorabotka .elite-visual::after {
  content: "Расчет доработки\A Комплект и монтаж\A Документы";
}

.elite-profiads .elite-visual::after {
  content: "Avito-аудит\A Гипотезы и лиды\A CRM и отчетность";
}

/* Instant service-card links 20260820 production18 */
.elite-site .elite-service-card,
.elite-site .elite-task-card,
.elite-site .mvp5-service-link {
  position: relative;
  z-index: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(15, 23, 42, .08);
}

.elite-site .elite-service-card span,
.elite-site .elite-service-card strong,
.elite-site .elite-service-card em,
.elite-site .elite-service-card b,
.elite-site .elite-task-card span,
.elite-site .elite-task-card strong,
.elite-site .elite-task-card em,
.elite-site .elite-task-card b,
.elite-site .mvp5-service-link span,
.elite-site .mvp5-service-link strong,
.elite-site .mvp5-service-link em,
.elite-site .mvp5-service-link b {
  pointer-events: none;
}

.elite-site .elite-service-card:focus-visible,
.elite-site .elite-task-card:focus-visible,
.elite-site .mvp5-service-link:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 52%, #fff);
  outline-offset: 4px;
}

.mvp5-service-page .mvp5-section {
  padding: 54px 0;
}

.mvp5-service-page .mvp5-muted {
  background: var(--service-surface-2);
}

.mvp5-service-page .mvp5-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
  gap: 22px;
  align-items: start;
}

.mvp5-service-page .mvp5-panel,
.mvp5-service-page .mvp5-lead-card {
  padding: 26px;
}

.mvp5-service-page .mvp5-checks {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mvp5-service-page .mvp5-checks li {
  padding: 12px 14px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--service-primary) 8%, #fff);
  color: var(--service-ink);
  font-weight: 750;
}

.mvp5-service-page .mvp5-steps,
.mvp5-service-page .mvp5-related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.mvp5-service-page .mvp5-steps article,
.mvp5-service-page .mvp5-related-links a {
  min-height: 108px;
  padding: 18px;
  border-radius: 8px;
  background: var(--service-surface);
  border: 1px solid var(--service-line);
}

.mvp5-service-page .mvp5-steps span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--service-primary);
  font-weight: 950;
}

.mvp5-service-page .mvp5-faq {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.mvp5-service-page .mvp5-faq details {
  padding: 18px;
}

.mvp5-service-page .mvp5-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.mvp5-service-page .mvp5-related-links a {
  display: flex;
  align-items: center;
  color: var(--service-ink);
  font-weight: 850;
}

.mvp5-service-page .mvp5-mobile-actions {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 12px;
  border-radius: 8px;
  background: var(--service-surface);
  border: 1px solid var(--service-line);
  box-shadow: var(--service-shadow);
}

.mvp5-service-page .mvp5-mobile-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: var(--service-primary);
  font-weight: 900;
}

.mvp5-service-page.elite-truksale {
  --service-primary: #f97316;
  --service-accent: #2563eb;
  --service-bg: #f7f8fb;
  --service-surface-2: #eef3ff;
}

.mvp5-service-page.elite-truksale .mvp5-proof {
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.mvp5-service-page.elite-remont {
  --service-primary: #ef5b2a;
  --service-accent: #1264ff;
  --service-bg: #f5f7fb;
  --service-surface-2: #eef2f7;
}

.mvp5-service-page.elite-remont .mvp5-hero-grid {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
}

.mvp5-service-page.elite-remont .mvp5-proof {
  border-top: 6px solid var(--service-primary);
}

.mvp5-service-page.elite-kabina {
  --service-primary: #e24b2d;
  --service-accent: #0f766e;
  --service-bg: #fbf8f4;
  --service-surface-2: #edf6f3;
}

.mvp5-service-page.elite-kabina .mvp5-hero {
  background:
    linear-gradient(90deg, #fff 0%, #fff 52%, #edf6f3 52%, #edf6f3 100%);
}

.mvp5-service-page.elite-kabina .mvp5-related-links {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mvp5-service-page.elite-dorabotka {
  --service-primary: #f97316;
  --service-accent: #0ea5e9;
  --service-bg: #f8fafc;
  --service-surface-2: #eef6fb;
}

.mvp5-service-page.elite-dorabotka .mvp5-panel,
.mvp5-service-page.elite-dorabotka .mvp5-lead-card {
  border-left: 6px solid var(--service-accent);
}

.mvp5-service-page.elite-dorabotka .mvp5-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mvp5-service-page.elite-profiads {
  --service-primary: #1f7a4d;
  --service-accent: #f59e0b;
  --service-bg: #f8fcfa;
  --service-surface-2: #ecf7f0;
}

.mvp5-service-page.elite-profiads .mvp5-hero {
  background:
    linear-gradient(135deg, #101820 0%, #143324 58%, var(--service-bg) 58%, var(--service-bg) 100%);
}

.mvp5-service-page.elite-profiads .mvp5-hero-grid > div:first-child {
  color: #fff;
}

.mvp5-service-page.elite-profiads .mvp5-lead {
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 980px) {
  .mvp5-service-page .mvp5-header,
  .mvp5-service-page .mvp5-hero-grid,
  .mvp5-service-page .mvp5-two,
  .mvp5-service-page.elite-remont .mvp5-hero-grid {
    grid-template-columns: 1fr;
  }

  .mvp5-service-page .mvp5-header nav {
    justify-content: flex-start;
  }

  .mvp5-service-page .mvp5-steps,
  .mvp5-service-page .mvp5-related-links,
  .mvp5-service-page.elite-kabina .mvp5-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mvp5-service-page .mvp5-container,
  .mvp5-service-page .mvp5-mobile-actions {
    width: min(100% - 28px, 1160px);
  }

  .mvp5-service-page .mvp5-header {
    padding: 14px;
    gap: 10px;
  }

  .mvp5-service-page .mvp5-header nav {
    display: none;
  }

  .mvp5-service-page h1 {
    font-size: 42px;
  }

  .mvp5-service-page .mvp5-hero {
    padding: 34px 0 28px;
  }

  .mvp5-service-page .mvp5-section {
    padding: 34px 0;
  }

  .mvp5-service-page .mvp5-actions,
  .mvp5-service-page .mvp5-mobile-actions,
  .mvp5-service-page .mvp5-steps,
  .mvp5-service-page.elite-dorabotka .mvp5-steps,
  .mvp5-service-page .mvp5-related-links,
  .mvp5-service-page.elite-kabina .mvp5-related-links {
    grid-template-columns: 1fr;
  }

  .mvp5-service-page .mvp5-actions {
    display: grid;
  }

  .mvp5-service-page .mvp5-primary,
  .mvp5-service-page .mvp5-secondary {
    width: 100%;
  }

  .mvp5-service-page.elite-kabina .mvp5-hero,
  .mvp5-service-page.elite-profiads .mvp5-hero {
    background: linear-gradient(180deg, #fff 0%, var(--service-bg) 100%);
  }

  .mvp5-service-page.elite-profiads .mvp5-hero-grid > div:first-child,
  .mvp5-service-page.elite-profiads .mvp5-lead {
    color: var(--service-ink);
  }
}

/* Kabina task hub 20260820 production16 */
.elite-kabina .elite-task-hub {
  background:
    linear-gradient(180deg, #f1faf7 0%, #ffffff 78%);
  border-top: 1px solid rgba(15, 118, 110, .12);
}

.elite-kabina .elite-task-hub .section-heading span {
  color: #0f766e;
}

.elite-kabina .elite-task-hub .section-heading h2 {
  max-width: 760px;
}

.elite-kabina .elite-task-hub > .container > p {
  max-width: 760px;
  margin: 16px 0 28px;
  color: #52606d;
  font-size: 17px;
}

.elite-kabina .elite-task-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.elite-kabina .elite-task-card {
  grid-column: span 2;
  min-height: 226px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, .14);
  border-top: 4px solid #0f766e;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
}

.elite-kabina .elite-task-card:nth-child(4),
.elite-kabina .elite-task-card:nth-child(5) {
  grid-column: span 3;
}

.elite-kabina .elite-task-card span {
  min-width: 42px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-weight: 950;
}

.elite-kabina .elite-task-card strong {
  color: #111827;
  font-size: 22px;
  line-height: 1.12;
}

.elite-kabina .elite-task-card em {
  margin: 14px 0 20px;
  color: #52606d;
  font-style: normal;
  line-height: 1.45;
}

.elite-kabina .elite-task-card b {
  margin-top: auto;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff;
  background: #e24b2d;
  font-size: 14px;
  font-weight: 900;
}

.elite-kabina .elite-task-card:hover,
.elite-kabina .elite-task-card:focus-visible {
  border-color: rgba(226, 75, 45, .34);
  box-shadow: 0 18px 42px rgba(17, 24, 39, .12);
}

@media (max-width: 980px) {
  .elite-kabina .elite-task-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elite-kabina .elite-task-card,
  .elite-kabina .elite-task-card:nth-child(4),
  .elite-kabina .elite-task-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .elite-kabina .elite-task-grid {
    grid-template-columns: 1fr;
  }

  .elite-kabina .elite-task-card {
    min-height: 0;
    padding: 18px;
  }
}

/* Commercial task hubs 20260820 production18 */
.elite-site .elite-task-hub {
  --task-accent: var(--elite-accent, #2563eb);
  --task-cta: var(--elite-primary, #f97316);
  --task-bg: #ffffff;
  --task-band: #f6f8fb;
  background: linear-gradient(180deg, var(--task-band) 0%, #ffffff 78%);
  border-top: 1px solid color-mix(in srgb, var(--task-accent) 15%, transparent);
}

.elite-truksale .elite-task-hub {
  --task-accent: #2563eb;
  --task-cta: #f97316;
  --task-band: #eef3ff;
}

.elite-remont .elite-task-hub {
  --task-accent: #1264ff;
  --task-cta: #ef5b2a;
  --task-band: #eef2f7;
}

.elite-kabina .elite-task-hub {
  --task-accent: #0f766e;
  --task-cta: #e24b2d;
  --task-band: #f1faf7;
}

.elite-dorabotka .elite-task-hub {
  --task-accent: #0ea5e9;
  --task-cta: #f97316;
  --task-band: #eef6fb;
}

.elite-profiads .elite-task-hub {
  --task-accent: #1f7a4d;
  --task-cta: #f59e0b;
  --task-band: #ecf7f0;
}

.elite-site .elite-task-hub .section-heading span {
  color: var(--task-accent);
}

.elite-site .elite-task-hub .section-heading h2 {
  max-width: 820px;
}

.elite-site .elite-task-hub > .container > p {
  max-width: 820px;
  margin: 16px 0 28px;
  color: #52606d;
  font-size: 17px;
}

.elite-site .elite-task-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.elite-site .elite-task-card {
  grid-column: span 2;
  min-height: 226px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--task-bg);
  border: 1px solid color-mix(in srgb, var(--task-accent) 16%, transparent);
  border-top: 4px solid var(--task-accent);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
  transition: border-color .18s ease, box-shadow .18s ease;
}

.elite-site .elite-task-card:nth-child(4),
.elite-site .elite-task-card:nth-child(5) {
  grid-column: span 3;
}

.elite-site .elite-task-card span {
  min-width: 42px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--task-accent);
  font-weight: 950;
}

.elite-site .elite-task-card strong {
  color: #111827;
  font-size: 22px;
  line-height: 1.12;
}

.elite-site .elite-task-card em {
  margin: 14px 0 20px;
  color: #52606d;
  font-style: normal;
  line-height: 1.45;
}

.elite-site .elite-task-card b {
  margin-top: auto;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--task-cta);
  font-size: 14px;
  font-weight: 900;
}

.elite-site .elite-task-card:hover,
.elite-site .elite-task-card:focus-visible {
  border-color: color-mix(in srgb, var(--task-cta) 38%, transparent);
  box-shadow: 0 18px 42px rgba(17, 24, 39, .12);
}

@media (max-width: 980px) {
  .elite-site .elite-task-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elite-site .elite-task-card,
  .elite-site .elite-task-card:nth-child(4),
  .elite-site .elite-task-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .elite-site .elite-task-grid {
    grid-template-columns: 1fr;
  }

  .elite-site .elite-task-card {
    min-height: 0;
    padding: 18px;
  }
}

/* Production19: stronger domain-specific commercial interfaces */
@media (min-width: 981px) {
  .elite-truksale .elite-hero-grid {
    grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr);
    align-items: stretch;
  }

  .elite-truksale .elite-hero-copy {
    justify-content: flex-start;
    padding: 30px 28px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 8px;
    background: #ffffff;
  }

  .elite-truksale .elite-visual {
    min-height: 430px;
    border-radius: 8px;
    background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(135deg, rgba(37, 99, 235, .36), rgba(249, 115, 22, .28)) border-box;
    border: 1px solid transparent;
  }

  .elite-truksale .elite-service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .elite-truksale .elite-service-card:first-child {
    grid-column: span 2;
  }

  .elite-truksale .elite-service-card {
    grid-column: span 1;
    min-height: 204px;
  }

  .elite-remont .elite-hero {
    background: linear-gradient(90deg, #fff7ef 0%, #fff7ef 38%, #ffffff 38%, #ffffff 100%);
  }

  .elite-remont .elite-hero-grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: stretch;
  }

  .elite-remont .elite-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 6px solid #ef5b2a;
    background: #fffdf9;
  }

  .elite-remont .elite-visual {
    align-self: stretch;
    min-height: 390px;
  }

  .elite-remont .elite-service-grid {
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr);
  }

  .elite-kabina .elite-hero-grid {
    grid-template-columns: minmax(470px, 1.05fr) minmax(0, .95fr);
  }

  .elite-kabina .elite-visual {
    order: -1;
    min-height: 430px;
    border: 8px solid #ffffff;
  }

  .elite-kabina .elite-photo-grid {
    grid-template-columns: 1.45fr .78fr .78fr;
  }

  .elite-kabina .elite-service-card {
    border-radius: 12px;
  }

  .elite-dorabotka .elite-hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  }

  .elite-dorabotka .elite-hero-copy {
    border-radius: 4px;
    box-shadow: 8px 8px 0 rgba(14, 165, 233, .08);
  }

  .elite-dorabotka .elite-visual {
    min-height: 420px;
    border-radius: 4px;
  }

  .elite-dorabotka .elite-service-card {
    border-style: dashed;
    border-left-style: solid;
  }

  .elite-profiads .elite-hero {
    background: #0b1712;
  }

  .elite-profiads .elite-hero-grid {
    grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr);
    align-items: stretch;
  }

  .elite-profiads .elite-hero-copy,
  .elite-profiads .elite-visual {
    border-color: rgba(47, 183, 111, .22);
    background: #101820;
  }

  .elite-profiads .elite-visual {
    min-height: 430px;
  }

  .elite-profiads .elite-service-grid {
    grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  }
}

/* Production20: thematic service visual panels */
.elite-truksale .elite-visual::after,
.elite-remont .elite-visual::after,
.elite-kabina .elite-visual::after,
.elite-dorabotka .elite-visual::after,
.elite-profiads .elite-visual::after {
  content: none;
  display: none;
}

.elite-visual-panel {
  position: absolute;
  inset: 24px;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  pointer-events: none;
}

.visual-panel-head,
.visual-panel-card,
.visual-panel-flow {
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .18);
}

.visual-panel-head {
  max-width: 390px;
  padding: 15px 16px;
  border-radius: 10px;
  color: #fff;
  background: rgba(15, 23, 42, .88);
}

.visual-panel-head span,
.visual-panel-card small,
.visual-panel-card em {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
}

.visual-panel-head b {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 27px;
  line-height: 1.08;
}

.visual-panel-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: end;
  gap: 12px;
}

.visual-panel-card {
  min-height: 118px;
  padding: 16px;
  border-radius: 10px;
  color: #fff;
  background: rgba(15, 23, 42, .86);
}

.visual-panel-card strong {
  display: block;
  margin: 8px 0 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.visual-panel-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
}

.visual-panel-flow span {
  flex: 1 1 0;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 999px;
  color: #111827;
  background: rgba(15, 23, 42, .06);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.elite-truksale .elite-visual-panel {
  inset: 34px 22px 22px;
}

.elite-truksale .visual-panel-head {
  background: #10203e;
}

.elite-truksale .visual-panel-main {
  grid-template-columns: 1.18fr .92fr .92fr;
}

.elite-truksale .visual-panel-card {
  border-color: rgba(37, 99, 235, .28);
  background: rgba(14, 35, 72, .9);
}

.elite-truksale .visual-panel-card:first-child {
  min-height: 156px;
}

.elite-truksale .visual-panel-card:nth-child(2) {
  background: rgba(249, 115, 22, .92);
}

.elite-truksale .visual-panel-flow span:nth-child(3) {
  color: #fff;
  background: #2563eb;
}

.elite-remont .elite-visual-panel {
  inset: 28px;
  grid-template-columns: 1fr 160px;
  grid-template-rows: auto 1fr;
}

.elite-remont .visual-panel-head,
.elite-remont .visual-panel-flow {
  grid-column: 1 / -1;
}

.elite-remont .visual-panel-main {
  grid-template-columns: 1fr;
  align-content: stretch;
}

.elite-remont .visual-panel-card {
  min-height: 0;
  border-left: 5px solid #ef5b2a;
  border-radius: 6px;
  background: rgba(17, 24, 39, .88);
}

.elite-remont .visual-panel-flow {
  align-self: end;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(255, 247, 239, .94);
}

.elite-remont .visual-panel-flow span {
  width: 100%;
  border-radius: 6px;
}

.elite-kabina .elite-visual-panel {
  inset: 26px;
}

.elite-kabina .visual-panel-head {
  justify-self: end;
  color: #0f172a;
  background: rgba(255, 255, 255, .94);
}

.elite-kabina .visual-panel-head span,
.elite-kabina .visual-panel-card small,
.elite-kabina .visual-panel-card em {
  color: rgba(15, 23, 42, .62);
}

.elite-kabina .visual-panel-head b,
.elite-kabina .visual-panel-card strong {
  color: #0f172a;
}

.elite-kabina .visual-panel-main {
  grid-template-columns: 1.25fr .86fr .86fr;
}

.elite-kabina .visual-panel-card {
  color: #0f172a;
  border-color: rgba(15, 118, 110, .2);
  background: rgba(255, 255, 255, .92);
}

.elite-kabina .visual-panel-card:first-child {
  min-height: 158px;
}

.elite-kabina .visual-panel-flow span:nth-child(2) {
  color: #fff;
  background: #0f766e;
}

.elite-dorabotka .elite-visual-panel {
  inset: 28px;
}

.elite-dorabotka .visual-panel-head,
.elite-dorabotka .visual-panel-card {
  border-radius: 4px;
  border-color: rgba(14, 165, 233, .34);
  background:
    linear-gradient(rgba(11, 31, 48, .92), rgba(11, 31, 48, .92)),
    linear-gradient(rgba(14, 165, 233, .2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, .2) 1px, transparent 1px);
  background-size: auto, 18px 18px, 18px 18px;
}

.elite-dorabotka .visual-panel-main {
  grid-template-columns: .95fr 1.1fr .95fr;
}

.elite-dorabotka .visual-panel-card {
  border-style: dashed;
  border-left: 4px solid #0ea5e9;
}

.elite-dorabotka .visual-panel-flow {
  border-radius: 6px;
}

.elite-dorabotka .visual-panel-flow span:nth-child(1),
.elite-dorabotka .visual-panel-flow span:nth-child(4) {
  color: #fff;
  background: #0ea5e9;
}

.elite-profiads .elite-visual-panel {
  inset: 22px;
}

.elite-profiads .visual-panel-head {
  max-width: 430px;
  background: rgba(5, 18, 14, .92);
  border-color: rgba(47, 183, 111, .26);
}

.elite-profiads .visual-panel-main {
  grid-template-columns: .9fr 1.15fr .95fr;
}

.elite-profiads .visual-panel-card {
  border-color: rgba(47, 183, 111, .22);
  background: rgba(10, 28, 21, .92);
}

.elite-profiads .visual-panel-card:nth-child(2) {
  border-color: rgba(245, 158, 11, .36);
  background: rgba(35, 27, 8, .92);
}

.elite-profiads .visual-panel-flow {
  background: rgba(5, 18, 14, .92);
  border-color: rgba(47, 183, 111, .24);
}

.elite-profiads .visual-panel-flow span {
  color: #dffbea;
  background: rgba(47, 183, 111, .14);
}

.elite-profiads .visual-panel-flow span:nth-child(3) {
  color: #111827;
  background: #f59e0b;
}

@media (max-width: 980px) {
  .elite-visual-panel {
    inset: 18px;
    gap: 10px;
  }

  .visual-panel-main {
    grid-template-columns: 1fr;
  }

  .visual-panel-card {
    min-height: 0;
  }

  .elite-remont .elite-visual-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }

  .elite-remont .visual-panel-flow {
    flex-direction: row;
  }
}

@media (max-width: 640px) {
  .elite-visual-panel {
    inset: 12px;
    grid-template-rows: auto 1fr;
  }

  .visual-panel-head {
    max-width: none;
    padding: 12px;
  }

  .visual-panel-head b {
    font-size: 18px;
  }

  .visual-panel-main {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 8px;
  }

  .visual-panel-card {
    padding: 12px;
    min-height: 74px;
  }

  .visual-panel-card:nth-child(n+3) {
    display: none;
  }

  .visual-panel-card strong {
    font-size: 16px;
  }

  .visual-panel-flow {
    display: none;
  }

  .elite-kabina .visual-panel-head {
    justify-self: stretch;
  }
}

/* Production22: Magnetto-inspired smooth commercial system */
.elite-site,
.mvp5-service-page {
  --p22-bg: #f2f3ef;
  --p22-surface: #ffffff;
  --p22-surface-soft: #f8f8f4;
  --p22-card: #18191b;
  --p22-card-2: #101113;
  --p22-text: #242532;
  --p22-muted: #68707c;
  --p22-line: rgba(24, 25, 27, .12);
  --p22-shadow: 0 24px 70px rgba(22, 25, 31, .10);
  --p22-radius: 30px;
  --p22-radius-lg: 40px;
  --p22-accent: var(--elite-primary, #78ff00);
  --p22-accent-2: var(--elite-accent, #2563eb);
  --p22-accent-ink: #101113;
  color: var(--p22-text);
  background: var(--p22-bg);
}

.elite-truksale {
  --p22-accent: #ff7a1a;
  --p22-accent-2: #275cff;
  --p22-accent-ink: #ffffff;
  --p22-card: #19191b;
  --p22-card-2: #101827;
}

.elite-remont {
  --p22-accent: #ff4f24;
  --p22-accent-2: #f5b21d;
  --p22-accent-ink: #ffffff;
  --p22-card: #1b1715;
  --p22-card-2: #271713;
}

.elite-kabina {
  --p22-accent: #15c8ad;
  --p22-accent-2: #275cff;
  --p22-accent-ink: #071d1a;
  --p22-card: #11211f;
  --p22-card-2: #0b302d;
}

.elite-dorabotka {
  --p22-accent: #38bdf8;
  --p22-accent-2: #facc15;
  --p22-accent-ink: #07151d;
  --p22-card: #101d27;
  --p22-card-2: #071928;
}

.elite-profiads {
  --p22-accent: #72ff12;
  --p22-accent-2: #8b5cf6;
  --p22-accent-ink: #101510;
  --p22-card: #171817;
  --p22-card-2: #0d1410;
}

.elite-site *,
.elite-site *::before,
.elite-site *::after,
.mvp5-service-page *,
.mvp5-service-page *::before,
.mvp5-service-page *::after {
  box-sizing: border-box;
}

body.elite-site,
body.mvp5-service-page {
  min-width: 0;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, 0) 480px),
    var(--p22-bg);
}

.elite-site img,
.mvp5-service-page img {
  max-width: 100%;
  height: auto;
}

.elite-site a,
.mvp5-service-page a,
.elite-site button,
.mvp5-service-page button {
  cursor: pointer;
}

.elite-site :where([id]),
.mvp5-service-page :where([id]) {
  scroll-margin-top: 20px;
}

.elite-header,
.mvp5-service-page .mvp5-header {
  width: min(calc(100% - 32px), 1180px);
  min-height: 68px;
  margin: 18px auto 0;
  padding: 10px 12px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 48px rgba(18, 23, 31, .08);
  backdrop-filter: blur(14px);
}

.elite-logo,
.mvp5-service-page .mvp5-brand {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 8px;
  border-radius: 999px;
  color: var(--p22-text);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(24, 25, 27, .07);
  text-decoration: none;
  white-space: nowrap;
}

.elite-logo span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--p22-accent);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .42);
}

.elite-logo b,
.mvp5-service-page .mvp5-brand {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.elite-nav,
.mvp5-service-page .mvp5-header nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(22, 25, 31, .05);
}

.elite-nav a,
.mvp5-service-page .mvp5-header nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #343846;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
}

.elite-nav a:hover,
.elite-nav a:focus-visible,
.mvp5-service-page .mvp5-header nav a:hover,
.mvp5-service-page .mvp5-header nav a:focus-visible {
  color: #111214;
  background: #fff;
  outline: none;
}

.elite-head-actions,
.mvp5-service-page .mvp5-header > .mvp5-call {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.elite-call,
.mvp5-service-page .mvp5-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #111214;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(24, 25, 27, .08);
}

.elite-hero,
.mvp5-service-page .mvp5-hero {
  min-height: auto;
  margin: 0;
  padding: 28px 0 72px;
  color: var(--p22-text);
  background: transparent;
  overflow: visible;
}

.elite-hero::before,
.elite-hero::after,
.mvp5-service-page .mvp5-hero::before,
.mvp5-service-page .mvp5-hero::after {
  content: none;
  display: none;
}

.elite-container,
.mvp5-service-page .mvp5-container {
  width: min(calc(100% - 32px), 1180px);
  max-width: 1180px;
}

.elite-hero-grid,
.mvp5-service-page .mvp5-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: 24px;
  align-items: stretch;
}

.elite-hero-copy,
.mvp5-service-page .mvp5-hero-grid > div:first-child {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(30px, 4.6vw, 58px);
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--p22-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--p22-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, var(--p22-card), var(--p22-card-2));
  box-shadow: var(--p22-shadow);
  overflow: hidden;
}

.elite-hero-copy::after,
.mvp5-service-page .mvp5-hero-grid > div:first-child::after {
  content: "";
  position: absolute;
  inset: auto 34px 30px auto;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  opacity: .55;
  z-index: -1;
}

.elite-kicker,
.mvp5-service-page .mvp5-eyebrow,
.mvp5-service-page .mvp5-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 32px;
  margin: 0 0 20px;
  padding: 7px 12px;
  border: 1px solid color-mix(in srgb, var(--p22-accent) 42%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--p22-accent) 82%, #fff 18%);
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.elite-section-head .elite-kicker,
.mvp5-section > .mvp5-container > .mvp5-kicker,
.mvp5-panel .mvp5-kicker {
  color: color-mix(in srgb, var(--p22-accent) 72%, #111214 28%);
  background: rgba(255, 255, 255, .7);
}

.elite-hero h1,
.mvp5-service-page h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.elite-lead,
.mvp5-service-page .mvp5-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
  line-height: 1.58;
}

.elite-actions,
.mvp5-service-page .mvp5-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.elite-cta,
.elite-submit,
.mvp5-service-page .mvp5-primary,
.mvp5-service-page .mvp5-secondary,
.mvp5-service-page .mvp5-service-whatsapp {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  box-shadow: none;
}

.elite-cta:not(.elite-cta-ghost):not(.elite-cta-soft),
.elite-submit,
.mvp5-service-page .mvp5-primary {
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
}

.elite-cta-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 13px;
}

.elite-cta-ghost,
.mvp5-service-page .mvp5-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .08);
}

.elite-cta-soft {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .14);
}

.elite-header .elite-cta,
.elite-header .elite-cta-small {
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
}

.elite-visual {
  min-height: 520px;
  position: relative;
  border: 0;
  border-radius: var(--p22-radius-lg);
  background: var(--p22-card);
  box-shadow: var(--p22-shadow);
  overflow: hidden;
}

.elite-visual picture,
.elite-visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.elite-visual img {
  object-fit: cover;
  opacity: .76;
  filter: saturate(.94) contrast(1.02);
}

.elite-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 10, 12, .12), rgba(9, 10, 12, .58)),
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--p22-accent) 22%, transparent), transparent 34%);
  pointer-events: none;
}

.elite-visual-panel {
  inset: 24px;
  z-index: 3;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  pointer-events: none;
}

.visual-panel-head,
.visual-panel-card,
.visual-panel-flow {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(18, 19, 22, .76);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
  backdrop-filter: blur(14px);
}

.visual-panel-head {
  width: min(100%, 450px);
  padding: 16px 18px;
}

.visual-panel-head span,
.visual-panel-card small,
.visual-panel-card em {
  color: rgba(255, 255, 255, .68);
}

.visual-panel-head b,
.visual-panel-card strong {
  color: #fff;
  letter-spacing: 0;
}

.visual-panel-main {
  align-items: end;
  gap: 12px;
}

.visual-panel-card {
  min-height: 120px;
  padding: 18px;
}

.visual-panel-flow {
  padding: 8px;
  background: rgba(255, 255, 255, .88);
}

.visual-panel-flow span {
  min-width: 0;
  color: #18191b;
  background: transparent;
}

.elite-stats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.elite-stat {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 26px;
  color: var(--p22-text);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 48px rgba(18, 23, 31, .07);
}

.elite-stat span {
  color: color-mix(in srgb, var(--p22-accent) 70%, #111214 30%);
  font-size: 12px;
  font-weight: 900;
}

.elite-stat strong {
  margin-top: 9px;
  color: #18191b;
  font-size: 22px;
  line-height: 1.14;
}

.elite-stat p {
  color: var(--p22-muted);
}

.elite-section,
.mvp5-service-page .mvp5-section {
  padding: 70px 0;
  background: transparent;
}

.elite-section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.elite-section-head h2,
.mvp5-service-page h2 {
  color: var(--p22-text);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.elite-section-head p,
.mvp5-service-page .mvp5-section p,
.mvp5-service-page .mvp5-panel p,
.mvp5-service-page .mvp5-lead-card p,
.elite-service-card em,
.elite-case dd,
.elite-photo-card p {
  color: var(--p22-muted);
}

.elite-service-grid,
.elite-photo-grid,
.elite-showcase-grid,
.elite-step-grid,
.final-listing-grid,
.mvp5-service-page .mvp5-two,
.mvp5-service-page .mvp5-steps,
.mvp5-service-page .mvp5-related-links {
  gap: 16px;
}

.elite-service-card,
.elite-photo-card,
.elite-case,
.elite-step,
.final-listing-card,
.elite-form,
.mvp5-service-page .mvp5-panel,
.mvp5-service-page .mvp5-lead-card,
.mvp5-service-page .mvp5-proof,
.mvp5-service-page .mvp5-steps article,
.mvp5-service-page .mvp5-related-links a {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 26px;
  color: var(--p22-text);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 48px rgba(18, 23, 31, .07);
}

.elite-service-card,
.mvp5-service-page .mvp5-related-links a {
  min-height: 190px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-decoration: none;
}

.elite-service-card::before,
.mvp5-service-page .mvp5-related-links a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--p22-accent);
}

.elite-service-card span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: color-mix(in srgb, var(--p22-accent) 76%, #111214 24%);
  background: color-mix(in srgb, var(--p22-accent) 13%, #ffffff 87%);
  font-size: 11px;
  font-weight: 900;
}

.elite-service-card strong,
.elite-case h3,
.mvp5-service-page .mvp5-related-links a {
  color: #18191b;
  line-height: 1.18;
  letter-spacing: 0;
}

.elite-service-card em {
  font-style: normal;
  line-height: 1.48;
}

.elite-service-card:hover,
.elite-service-card:focus-visible,
.final-listing-actions a:hover,
.final-listing-actions a:focus-visible,
.mvp5-service-page .mvp5-related-links a:hover,
.mvp5-service-page .mvp5-related-links a:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(18, 23, 31, .11);
}

.elite-photo-proof {
  padding-top: 34px;
}

.elite-photo-card {
  overflow: hidden;
}

.elite-photo-card picture,
.elite-photo-card img {
  width: 100%;
  display: block;
}

.elite-photo-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.elite-photo-card div {
  padding: 20px;
}

.final-marketplace,
.elite-showcase,
.elite-process,
.mvp5-service-page .mvp5-muted {
  position: relative;
  margin: 0;
  background: color-mix(in srgb, var(--p22-bg) 72%, #fff 28%);
}

.final-filter-bar {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(18, 23, 31, .07);
}

.final-filter-bar label,
.final-filter-bar a {
  border-radius: 999px;
}

.final-filter-bar a,
.final-listing-actions a:first-child {
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
}

.final-listing-card {
  padding: 18px;
  overflow: hidden;
}

.final-machine-art {
  min-height: 160px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--p22-accent) 18%, #fff 82%), #fff),
    var(--p22-surface);
}

.final-price {
  color: color-mix(in srgb, var(--p22-accent) 72%, #111214 28%);
}

.final-listing-actions a {
  min-height: 40px;
  border-radius: 999px;
  text-decoration: none;
}

.elite-showcase-grid {
  align-items: stretch;
}

.elite-trust-list {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.elite-trust-list li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
}

.elite-step {
  min-height: 142px;
  padding: 22px;
}

.elite-step span,
.mvp5-service-page .mvp5-steps span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
  font-weight: 900;
}

.elite-lead-section {
  padding: 72px 0;
  color: #fff;
  background: var(--p22-card);
}

.elite-lead-grid {
  align-items: stretch;
}

.elite-lead-copy {
  padding: clamp(26px, 3.2vw, 42px);
  border-radius: var(--p22-radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
}

.elite-lead-copy h2,
.elite-lead-copy p,
.elite-lead-copy .elite-kicker {
  color: #fff;
}

.elite-contact-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.elite-form,
.mvp5-service-page .mvp5-service-form-card {
  padding: clamp(22px, 3vw, 34px);
  color: var(--p22-text);
  background: #fff;
}

.elite-form label,
.mvp5-service-page .mvp5-service-form label {
  gap: 8px;
  color: #303440;
  font-size: 13px;
  font-weight: 900;
}

.elite-form input,
.elite-form select,
.elite-form textarea,
.mvp5-service-page .mvp5-service-form input,
.mvp5-service-page .mvp5-service-form select,
.mvp5-service-page .mvp5-service-form textarea {
  min-height: 50px;
  border: 1px solid rgba(24, 25, 27, .12);
  border-radius: 16px;
  color: #18191b;
  background: #f7f7f4;
  box-shadow: none;
}

.elite-form textarea,
.mvp5-service-page .mvp5-service-form textarea {
  min-height: 104px;
}

.elite-form input:focus,
.elite-form select:focus,
.elite-form textarea:focus,
.mvp5-service-page .mvp5-service-form input:focus,
.mvp5-service-page .mvp5-service-form select:focus,
.mvp5-service-page .mvp5-service-form textarea:focus {
  border-color: color-mix(in srgb, var(--p22-accent) 68%, #111214 32%);
  outline: 3px solid color-mix(in srgb, var(--p22-accent) 22%, transparent);
}

.elite-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, .72);
  background: #111214;
}

.elite-footer a,
.elite-footer b {
  color: #fff;
}

/* Domain character: the sites share rhythm, not a template. */
.elite-truksale .elite-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.elite-truksale .elite-service-card:first-child {
  grid-column: span 2;
}

.elite-truksale .final-listing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elite-truksale .visual-panel-main {
  grid-template-columns: 1.18fr .92fr .92fr;
}

.elite-truksale .visual-panel-card:nth-child(2),
.elite-truksale .visual-panel-flow span:nth-child(3) {
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
}

.elite-remont .elite-hero-grid {
  grid-template-columns: minmax(390px, .88fr) minmax(0, 1.12fr);
}

.elite-remont .elite-hero-copy {
  min-height: 560px;
  border-left: 9px solid var(--p22-accent);
}

.elite-remont .elite-visual {
  min-height: 560px;
}

.elite-remont .elite-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elite-remont .elite-service-card {
  min-height: 160px;
  border-radius: 22px;
}

.elite-remont .elite-step-grid {
  grid-template-columns: 1fr;
}

.elite-remont .elite-step {
  min-height: 86px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
}

.elite-remont .visual-panel-main {
  grid-template-columns: 1fr;
  align-content: stretch;
}

.elite-remont .visual-panel-flow {
  align-self: end;
}

.elite-kabina .elite-hero-grid {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
}

.elite-kabina .elite-visual {
  min-height: 560px;
}

.elite-kabina .elite-photo-grid {
  grid-template-columns: 1.2fr .8fr .8fr;
}

.elite-kabina .elite-photo-card:first-child {
  grid-row: span 2;
}

.elite-kabina .elite-photo-card:first-child img {
  aspect-ratio: 4 / 5;
}

.elite-kabina .elite-service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.elite-kabina .elite-service-card {
  grid-column: span 2;
}

.elite-kabina .elite-service-card:nth-child(1),
.elite-kabina .elite-service-card:nth-child(2) {
  grid-column: span 3;
}

.elite-kabina .visual-panel-head,
.elite-kabina .visual-panel-card {
  color: #111214;
  background: rgba(255, 255, 255, .9);
}

.elite-kabina .visual-panel-head span,
.elite-kabina .visual-panel-card small,
.elite-kabina .visual-panel-card em {
  color: rgba(17, 18, 20, .62);
}

.elite-kabina .visual-panel-head b,
.elite-kabina .visual-panel-card strong {
  color: #111214;
}

.elite-dorabotka .elite-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
}

.elite-dorabotka .elite-hero-copy,
.elite-dorabotka .elite-visual {
  border-radius: 28px;
}

.elite-dorabotka .elite-hero-copy {
  background:
    linear-gradient(145deg, rgba(16, 29, 39, .96), rgba(7, 25, 40, .98)),
    linear-gradient(rgba(56, 189, 248, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, .17) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
}

.elite-dorabotka .elite-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elite-dorabotka .elite-service-card,
.elite-dorabotka .elite-step,
.elite-dorabotka .visual-panel-card,
.elite-dorabotka .visual-panel-head {
  border-radius: 18px;
}

.elite-dorabotka .elite-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elite-dorabotka .visual-panel-head,
.elite-dorabotka .visual-panel-card {
  background:
    linear-gradient(rgba(9, 25, 40, .86), rgba(9, 25, 40, .86)),
    linear-gradient(rgba(56, 189, 248, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, .16) 1px, transparent 1px);
  background-size: auto, 18px 18px, 18px 18px;
}

.elite-profiads .elite-hero-grid {
  grid-template-columns: minmax(0, .96fr) minmax(390px, 1.04fr);
}

.elite-profiads .elite-hero-copy {
  background:
    radial-gradient(circle at 88% 10%, rgba(114, 255, 18, .22), transparent 30%),
    linear-gradient(145deg, #171817, #0d1410);
}

.elite-profiads .elite-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elite-profiads .elite-service-card {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .78)),
    repeating-linear-gradient(90deg, rgba(114, 255, 18, .08) 0 1px, transparent 1px 42px);
}

.elite-profiads .visual-panel-flow {
  color: #dffbea;
  background: rgba(13, 20, 16, .92);
}

.elite-profiads .visual-panel-flow span:nth-child(3) {
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
}

/* Service pages: smooth commercial page shell. */
.mvp5-service-page .mvp5-header {
  max-width: 1180px;
}

.mvp5-service-page .mvp5-hero {
  padding-top: 28px;
}

.mvp5-service-page .mvp5-hero-grid > div:first-child {
  min-height: 470px;
}

.mvp5-service-page .mvp5-proof {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 34px);
  position: relative;
  overflow: hidden;
}

.mvp5-service-page .mvp5-proof::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--p22-accent) 24%, transparent);
}

.mvp5-service-page .mvp5-proof b {
  color: #18191b;
  font-size: 34px;
  line-height: 1.05;
}

.mvp5-service-page .mvp5-proof a {
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--p22-accent-ink);
  background: var(--p22-accent);
  text-decoration: none;
}

.mvp5-service-page .mvp5-panel,
.mvp5-service-page .mvp5-lead-card {
  padding: clamp(22px, 3vw, 34px);
}

.mvp5-service-page .mvp5-checks {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mvp5-service-page .mvp5-checks li {
  padding: 12px 14px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--p22-accent) 10%, #fff 90%);
}

.mvp5-service-page .mvp5-steps article {
  min-height: 142px;
  padding: 20px;
}

.mvp5-service-page .mvp5-related-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mvp5-service-page .mvp5-related-links a {
  min-height: 142px;
  justify-content: flex-end;
}

.mvp5-service-page .mvp5-service-form .mvp5-primary {
  width: 100%;
}

.mvp5-service-page .mvp5-service-whatsapp {
  width: 100%;
  margin-top: 10px;
  color: var(--p22-text);
  border-color: rgba(24, 25, 27, .12);
  background: #f7f7f4;
}

.mvp5-service-page.elite-remont .mvp5-hero-grid {
  grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr);
}

.mvp5-service-page.elite-remont .mvp5-proof {
  order: -1;
  border-left: 8px solid var(--p22-accent);
}

.mvp5-service-page.elite-kabina .mvp5-hero-grid {
  grid-template-columns: minmax(0, .86fr) minmax(330px, 1.14fr);
}

.mvp5-service-page.elite-kabina .mvp5-proof {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .72)),
    color-mix(in srgb, var(--p22-accent) 10%, #fff 90%);
}

.mvp5-service-page.elite-dorabotka .mvp5-hero-grid > div:first-child,
.mvp5-service-page.elite-dorabotka .mvp5-proof,
.mvp5-service-page.elite-dorabotka .mvp5-panel,
.mvp5-service-page.elite-dorabotka .mvp5-lead-card,
.mvp5-service-page.elite-dorabotka .mvp5-steps article,
.mvp5-service-page.elite-dorabotka .mvp5-related-links a {
  border-radius: 18px;
}

.mvp5-service-page.elite-profiads .mvp5-proof {
  color: #dffbea;
  background:
    radial-gradient(circle at 82% 18%, rgba(114, 255, 18, .18), transparent 36%),
    linear-gradient(145deg, #171817, #0d1410);
}

.mvp5-service-page.elite-profiads .mvp5-proof b,
.mvp5-service-page.elite-profiads .mvp5-proof p {
  color: #fff;
}

.mvp5-service-page.elite-profiads .mvp5-proof a {
  color: var(--p22-accent-ink);
}

.mvp5-mobile-actions {
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(18, 23, 31, .16);
}

@media (prefers-reduced-motion: reduce) {
  .elite-site *,
  .mvp5-service-page * {
    animation-duration: .001ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
  }
}

@media (max-width: 1100px) {
  .elite-header,
  .mvp5-service-page .mvp5-header {
    border-radius: 28px;
    align-items: flex-start;
  }

  .elite-nav,
  .mvp5-service-page .mvp5-header nav {
    overflow-x: auto;
    justify-content: flex-start;
    max-width: 100%;
    scrollbar-width: none;
  }

  .elite-nav::-webkit-scrollbar,
  .mvp5-service-page .mvp5-header nav::-webkit-scrollbar {
    display: none;
  }

  .elite-truksale .elite-service-grid,
  .elite-kabina .elite-service-grid,
  .elite-dorabotka .elite-service-grid,
  .elite-profiads .elite-service-grid,
  .elite-truksale .final-listing-grid,
  .mvp5-service-page .mvp5-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elite-kabina .elite-service-card,
  .elite-kabina .elite-service-card:nth-child(1),
  .elite-kabina .elite-service-card:nth-child(2),
  .elite-truksale .elite-service-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .elite-header,
  .mvp5-service-page .mvp5-header {
    width: min(calc(100% - 24px), 1180px);
    margin-top: 12px;
    flex-wrap: wrap;
    padding: 10px;
  }

  .elite-logo,
  .mvp5-service-page .mvp5-brand {
    min-height: 42px;
  }

  .elite-nav,
  .mvp5-service-page .mvp5-header nav {
    order: 3;
    width: 100%;
  }

  .elite-head-actions {
    margin-left: auto;
  }

  .elite-head-actions .elite-cta-small {
    display: none;
  }

  .elite-container,
  .mvp5-service-page .mvp5-container {
    width: min(calc(100% - 24px), 1180px);
  }

  .elite-hero,
  .mvp5-service-page .mvp5-hero {
    padding: 18px 0 46px;
  }

  .elite-hero-grid,
  .elite-remont .elite-hero-grid,
  .elite-kabina .elite-hero-grid,
  .elite-dorabotka .elite-hero-grid,
  .elite-profiads .elite-hero-grid,
  .mvp5-service-page .mvp5-hero-grid,
  .mvp5-service-page.elite-remont .mvp5-hero-grid,
  .mvp5-service-page.elite-kabina .mvp5-hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .elite-hero-copy,
  .elite-remont .elite-hero-copy,
  .mvp5-service-page .mvp5-hero-grid > div:first-child {
    min-height: 0;
    padding: 28px;
    border-radius: 28px;
  }

  .elite-hero h1,
  .mvp5-service-page h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .elite-lead,
  .mvp5-service-page .mvp5-lead {
    font-size: 16px;
  }

  .elite-visual,
  .elite-remont .elite-visual,
  .elite-kabina .elite-visual {
    min-height: 430px;
    border-radius: 28px;
  }

  .elite-stats,
  .elite-photo-grid,
  .elite-kabina .elite-photo-grid,
  .elite-step-grid,
  .elite-dorabotka .elite-step-grid,
  .mvp5-service-page .mvp5-steps,
  .mvp5-service-page .mvp5-two {
    grid-template-columns: 1fr;
  }

  .elite-section,
  .mvp5-service-page .mvp5-section {
    padding: 48px 0;
  }

  .final-filter-bar {
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .mvp5-service-page.elite-remont .mvp5-proof {
    order: 0;
  }
}

@media (max-width: 640px) {
  body.mvp5-service-page {
    padding-bottom: 86px;
  }

  .elite-header,
  .mvp5-service-page .mvp5-header {
    gap: 8px;
  }

  .elite-call,
  .mvp5-service-page .mvp5-call {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .elite-nav a,
  .mvp5-service-page .mvp5-header nav a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .elite-hero-copy,
  .mvp5-service-page .mvp5-hero-grid > div:first-child {
    padding: 24px;
    border-radius: 24px;
  }

  .elite-actions,
  .mvp5-service-page .mvp5-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .elite-cta,
  .elite-submit,
  .mvp5-service-page .mvp5-primary,
  .mvp5-service-page .mvp5-secondary {
    width: 100%;
    min-height: 50px;
  }

  .elite-visual {
    min-height: 360px;
  }

  .elite-visual-panel {
    inset: 12px;
    gap: 8px;
  }

  .visual-panel-head {
    width: 100%;
    padding: 12px;
    border-radius: 18px;
  }

  .visual-panel-card {
    min-height: 78px;
    padding: 12px;
    border-radius: 16px;
  }

  .visual-panel-card:nth-child(n+3),
  .visual-panel-flow {
    display: none;
  }

  .elite-stats,
  .elite-truksale .elite-service-grid,
  .elite-remont .elite-service-grid,
  .elite-kabina .elite-service-grid,
  .elite-dorabotka .elite-service-grid,
  .elite-profiads .elite-service-grid,
  .elite-truksale .final-listing-grid,
  .mvp5-service-page .mvp5-related-links {
    grid-template-columns: 1fr;
  }

  .elite-service-card,
  .mvp5-service-page .mvp5-related-links a {
    min-height: 154px;
  }

  .elite-photo-card:first-child {
    grid-row: auto;
  }

  .elite-lead-grid {
    grid-template-columns: 1fr;
  }

  .mvp5-mobile-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 6px;
    background: rgba(255, 255, 255, .94);
  }

  .mvp5-mobile-actions a {
    min-height: 42px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .elite-header,
  .mvp5-service-page .mvp5-header {
    width: calc(100% - 18px);
    border-radius: 22px;
  }

  .elite-container,
  .mvp5-service-page .mvp5-container {
    width: calc(100% - 18px);
  }

  .elite-logo b {
    font-size: 14px;
  }

  .elite-call {
    max-width: 154px;
  }

  .elite-hero-copy,
  .mvp5-service-page .mvp5-hero-grid > div:first-child {
    padding: 22px;
  }

  .elite-hero h1,
  .mvp5-service-page h1 {
    font-size: 38px;
  }
}

/* Production22 fix: beat legacy domain hero layouts. */
body.elite-site .elite-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: stretch;
}

body.elite-site .elite-hero-copy {
  align-self: stretch;
  min-height: 520px;
  padding: clamp(30px, 4.2vw, 54px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--p22-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--p22-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, var(--p22-card), var(--p22-card-2));
  box-shadow: var(--p22-shadow);
}

body.elite-site .elite-hero h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1;
}

body.elite-site .elite-lead {
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
}

body.elite-site .elite-visual {
  align-self: stretch;
  min-height: 520px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: var(--p22-radius-lg);
  background: var(--p22-card);
  box-shadow: var(--p22-shadow);
}

body.elite-site .elite-visual img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

body.elite-site.elite-truksale .elite-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
}

body.elite-site.elite-truksale .elite-service-grid {
  grid-template-columns: 1.15fr .92fr .92fr .92fr .92fr;
}

body.elite-site.elite-remont .elite-hero-grid {
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
}

body.elite-site.elite-remont .elite-hero-copy {
  border-left: 9px solid var(--p22-accent);
}

body.elite-site.elite-remont .elite-hero h1 {
  font-size: 48px;
  line-height: 1.02;
}

body.elite-site.elite-kabina .elite-hero-grid {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
}

body.elite-site.elite-dorabotka .elite-hero-copy {
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(16, 29, 39, .96), rgba(7, 25, 40, .98)),
    linear-gradient(rgba(56, 189, 248, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, .17) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
}

body.elite-site.elite-profiads .elite-hero-copy {
  background:
    radial-gradient(circle at 88% 10%, rgba(114, 255, 18, .22), transparent 30%),
    linear-gradient(145deg, #171817, #0d1410);
}

body.elite-site.elite-profiads .elite-stat {
  color: #fff;
  border-color: rgba(114, 255, 18, .28);
  background: rgba(15, 25, 19, .92);
}

body.elite-site.elite-profiads .elite-stat span {
  color: #72ff12;
}

body.elite-site.elite-profiads .elite-stat strong {
  color: #fff;
}

body.elite-site.elite-profiads .elite-stat p {
  color: rgba(255, 255, 255, .72);
}

@media (max-width: 900px) {
  body.elite-site .elite-hero-grid,
  body.elite-site.elite-truksale .elite-hero-grid,
  body.elite-site.elite-remont .elite-hero-grid,
  body.elite-site.elite-kabina .elite-hero-grid {
    grid-template-columns: 1fr;
  }

  body.elite-site .elite-hero-copy {
    min-height: 0;
    padding: 28px;
    border-radius: 28px;
  }

  body.elite-site .elite-visual {
    min-height: 390px;
    border-radius: 28px;
  }
}

@media (max-width: 640px) {
  body.elite-site .elite-hero-copy {
    padding: 24px;
    border-radius: 24px;
  }

  body.elite-site .elite-visual {
    min-height: 350px;
  }
}

/* Production22 hotfix: keep domain service grids readable after final domain overrides. */
@media (max-width: 900px) {
  body.elite-site.elite-truksale .elite-service-grid,
  body.elite-site.elite-remont .elite-service-grid,
  body.elite-site.elite-kabina .elite-service-grid,
  body.elite-site.elite-dorabotka .elite-service-grid,
  body.elite-site.elite-profiads .elite-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.elite-site .elite-service-card {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  body.elite-site.elite-truksale .elite-service-grid,
  body.elite-site.elite-remont .elite-service-grid,
  body.elite-site.elite-kabina .elite-service-grid,
  body.elite-site.elite-dorabotka .elite-service-grid,
  body.elite-site.elite-profiads .elite-service-grid {
    grid-template-columns: 1fr;
  }

  body.elite-site .elite-service-card {
    min-height: 138px;
  }
}

/* Production23 clean commercial polish. */
html.premium-ready {
  scroll-behavior: auto;
}

body.elite-site,
body.mvp5-service-page {
  --p23-ink: #121826;
  --p23-muted: #5b6575;
  --p23-line: rgba(18, 24, 38, .11);
  --p23-surface: #ffffff;
  --p23-soft-shadow: 0 18px 44px rgba(18, 24, 38, .08);
  --p23-strong-shadow: 0 28px 70px rgba(18, 24, 38, .13);
  background: var(--p23-bg, #f7f9fc);
  background-image: none;
  color: var(--p23-ink);
  overflow-x: clip;
}

body.elite-truksale,
body.mvp5-service-page.elite-truksale {
  --p23-accent: #f97316;
  --p23-accent-2: #2563eb;
  --p23-bg: #f7f9fc;
  --p23-soft: #fff7ed;
  --p23-tint: #eef4ff;
}

body.elite-remont,
body.mvp5-service-page.elite-remont {
  --p23-accent: #ef5b2a;
  --p23-accent-2: #155eef;
  --p23-bg: #f6f8fb;
  --p23-soft: #fff3ef;
  --p23-tint: #eef3ff;
}

body.elite-kabina,
body.mvp5-service-page.elite-kabina {
  --p23-accent: #d84a2b;
  --p23-accent-2: #0f766e;
  --p23-bg: #fbfaf7;
  --p23-soft: #fff4ee;
  --p23-tint: #edf8f5;
}

body.elite-dorabotka,
body.mvp5-service-page.elite-dorabotka {
  --p23-accent: #2563eb;
  --p23-accent-2: #f97316;
  --p23-bg: #f7f9fc;
  --p23-soft: #eef5ff;
  --p23-tint: #fff7ed;
}

body.elite-profiads,
body.mvp5-service-page.elite-profiads {
  --p23-accent: #1f7a4d;
  --p23-accent-2: #f59e0b;
  --p23-bg: #f8fbf7;
  --p23-soft: #edf8f1;
  --p23-tint: #fff7df;
}

body .premium-proof-strip,
body .premium-action-rail,
body .premium-drawer-backdrop,
body .premium-progress {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

body.elite-site .elite-hero::before,
body.elite-site .elite-hero::after,
body.mvp5-service-page .mvp5-hero::before,
body.mvp5-service-page .mvp5-hero::after {
  display: none;
}

body.elite-site .elite-header,
body.mvp5-service-page .mvp5-header {
  position: relative;
  top: auto;
  z-index: 20;
  border: 1px solid var(--p23-line);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 34px rgba(18, 24, 38, .07);
  backdrop-filter: blur(14px);
}

body.elite-site .elite-logo span,
body.mvp5-service-page .mvp5-brand::before {
  background: var(--p23-accent);
  box-shadow: none;
}

body.elite-site .elite-call,
body.mvp5-service-page .mvp5-call {
  color: var(--p23-ink);
  background: var(--p23-surface);
  border-color: var(--p23-line);
  box-shadow: none;
}

body.elite-site .elite-cta,
body.elite-site .elite-submit,
body.mvp5-service-page .mvp5-primary,
body.mvp5-service-page .mvp5-service-form button {
  min-height: 48px;
  border-radius: 8px;
  color: #fff;
  background: var(--p23-accent);
  border-color: transparent;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--p23-accent) 22%, transparent);
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
}

body.elite-site .elite-cta:hover,
body.elite-site .elite-cta:focus-visible,
body.elite-site .elite-submit:hover,
body.elite-site .elite-submit:focus-visible,
body.mvp5-service-page .mvp5-primary:hover,
body.mvp5-service-page .mvp5-primary:focus-visible,
body.mvp5-service-page .mvp5-service-form button:hover,
body.mvp5-service-page .mvp5-service-form button:focus-visible {
  transform: none;
  background: color-mix(in srgb, var(--p23-accent) 88%, #111827);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--p23-accent) 24%, transparent);
}

body.elite-site .elite-cta-ghost,
body.elite-site .elite-cta-soft,
body.mvp5-service-page .mvp5-secondary {
  min-height: 48px;
  color: var(--p23-ink);
  background: var(--p23-surface);
  border: 1px solid var(--p23-line);
  box-shadow: none;
}

body.elite-site .elite-hero {
  padding: clamp(28px, 4vw, 54px) 0 clamp(44px, 6vw, 76px);
  background: var(--p23-bg);
  background-image: none;
}

body.elite-site .elite-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 34px);
}

body.elite-site .elite-hero-copy {
  align-self: stretch;
  min-height: auto;
  padding: clamp(28px, 4.1vw, 50px);
  color: var(--p23-ink);
  background: var(--p23-surface);
  background-image: none;
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: var(--p23-strong-shadow);
}

body.elite-site .elite-kicker,
body.mvp5-service-page .mvp5-eyebrow,
body.mvp5-service-page .mvp5-kicker {
  color: var(--p23-accent);
  letter-spacing: .02em;
}

body.elite-site .elite-hero h1,
body.mvp5-service-page h1 {
  max-width: 980px;
  color: var(--p23-ink);
  font-size: 50px;
  line-height: 1.05;
  letter-spacing: 0;
}

body.elite-site .elite-lead,
body.mvp5-service-page .mvp5-lead {
  color: var(--p23-muted);
  font-size: 19px;
  line-height: 1.62;
}

body.elite-site .elite-actions,
body.mvp5-service-page .mvp5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.elite-site .elite-visual {
  align-self: stretch;
  min-height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  background: var(--p23-soft);
  background-image: none;
  box-shadow: var(--p23-strong-shadow);
}

body.elite-site .elite-visual picture,
body.elite-site .elite-visual img {
  width: 100%;
  height: 100%;
  display: block;
}

body.elite-site .elite-visual img {
  object-fit: cover;
  transform: none;
  filter: saturate(.98) contrast(1.02);
}

body.elite-site .elite-visual-panel {
  left: 18px;
  right: 18px;
  bottom: 18px;
  width: auto;
  max-width: none;
  padding: 14px;
  color: var(--p23-ink);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(18, 24, 38, .13);
  backdrop-filter: blur(14px);
}

body.elite-site .visual-panel-head,
body.elite-site .visual-panel-card,
body.elite-site .visual-panel-flow {
  color: var(--p23-ink);
  background: var(--p23-surface);
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: none;
}

body.elite-site .visual-panel-card strong,
body.elite-site .visual-panel-head b {
  color: var(--p23-ink);
}

body.elite-site .visual-panel-card small,
body.elite-site .visual-panel-head span,
body.elite-site .visual-panel-flow span {
  color: var(--p23-accent);
}

body.elite-site .elite-stats {
  gap: 14px;
  margin-top: 18px;
}

body.elite-site .elite-stat,
body.elite-site .elite-service-card,
body.elite-site .elite-case,
body.elite-site .elite-step,
body.elite-site .elite-form,
body.elite-site .elite-lead-copy,
body.elite-site .elite-faq details,
body.elite-site .elite-photo-card,
body.elite-site .final-filter-bar,
body.elite-site .final-listing-card,
body.mvp5-service-page .mvp5-proof,
body.mvp5-service-page .mvp5-panel,
body.mvp5-service-page .mvp5-lead-card,
body.mvp5-service-page .mvp5-faq details,
body.mvp5-service-page .mvp5-steps article,
body.mvp5-service-page .mvp5-related-links a {
  color: var(--p23-ink);
  background: var(--p23-surface);
  background-image: none;
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: var(--p23-soft-shadow);
  transform: none;
}

body.elite-site .elite-service-card:hover,
body.elite-site .elite-service-card:focus-visible,
body.elite-site .elite-photo-card:hover,
body.elite-site .elite-case:hover,
body.mvp5-service-page .mvp5-related-links a:hover,
body.mvp5-service-page .mvp5-related-links a:focus-visible {
  transform: none;
  border-color: color-mix(in srgb, var(--p23-accent) 42%, var(--p23-line));
  box-shadow: 0 18px 44px rgba(18, 24, 38, .11);
}

body.elite-site .elite-section {
  background: transparent;
  background-image: none;
}

body.elite-site .elite-section:nth-of-type(even),
body.mvp5-service-page .mvp5-muted {
  background: var(--p23-soft);
  background-image: none;
}

body.elite-site .elite-section-head h2,
body.elite-site .elite-lead-copy h2,
body.mvp5-service-page h2 {
  color: var(--p23-ink);
  letter-spacing: 0;
}

body.elite-site .elite-section-head p,
body.elite-site .elite-card p,
body.elite-site .elite-service-card em,
body.elite-site .elite-case dd,
body.elite-site .elite-step p,
body.elite-site .elite-form-note,
body.mvp5-service-page p,
body.mvp5-service-page li {
  color: var(--p23-muted);
}

body.elite-site .elite-form label,
body.mvp5-service-page .mvp5-service-form label {
  color: var(--p23-ink);
  font-weight: 760;
}

body.elite-site .elite-form input,
body.elite-site .elite-form select,
body.elite-site .elite-form textarea,
body.mvp5-service-page .mvp5-service-form input,
body.mvp5-service-page .mvp5-service-form select,
body.mvp5-service-page .mvp5-service-form textarea {
  min-height: 48px;
  color: var(--p23-ink);
  background: #fff;
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: none;
}

body.elite-site .elite-form textarea,
body.mvp5-service-page .mvp5-service-form textarea {
  min-height: 108px;
}

body.elite-site .elite-contact-row a,
body.mvp5-service-page .mvp5-proof a,
body.mvp5-service-page .mvp5-service-whatsapp {
  color: var(--p23-accent);
  background: color-mix(in srgb, var(--p23-accent) 8%, #fff);
  border-color: color-mix(in srgb, var(--p23-accent) 18%, var(--p23-line));
}

body.elite-site .elite-footer {
  color: var(--p23-muted);
  background: #101828;
  background-image: none;
}

body.elite-site.elite-truksale .elite-hero-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(410px, .86fr);
}

body.elite-site.elite-truksale .elite-hero-copy {
  border-top: 7px solid var(--p23-accent);
}

body.elite-site.elite-truksale .elite-service-grid {
  grid-template-columns: minmax(260px, 1.28fr) repeat(4, minmax(170px, 1fr));
}

body.elite-site.elite-truksale .final-filter-bar {
  grid-template-columns: 1.1fr 1fr 1fr auto;
  border-left: 7px solid var(--p23-accent);
}

body.elite-site.elite-truksale .final-listing-card {
  min-height: 248px;
}

body.elite-site.elite-remont .elite-hero-grid {
  grid-template-columns: minmax(400px, .92fr) minmax(0, 1.08fr);
}

body.elite-site.elite-remont .elite-visual {
  order: 1;
}

body.elite-site.elite-remont .elite-hero-copy {
  order: 2;
  border-left: 8px solid var(--p23-accent);
}

body.elite-site.elite-remont .elite-service-grid {
  grid-template-columns: repeat(3, minmax(210px, 1fr));
}

body.elite-site.elite-remont .elite-service-card:nth-child(1),
body.elite-site.elite-remont .elite-service-card:nth-child(2) {
  min-height: 230px;
}

body.elite-site.elite-kabina .elite-hero-grid {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
}

body.elite-site.elite-kabina .elite-visual {
  min-height: 540px;
}

body.elite-site.elite-kabina .elite-photo-grid {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(220px, .88fr));
}

body.elite-site.elite-kabina .elite-photo-card:first-child {
  grid-row: span 2;
}

body.elite-site.elite-dorabotka .elite-hero-copy {
  border-left: 8px solid var(--p23-accent-2);
}

body.elite-site.elite-dorabotka .elite-step-grid,
body.elite-site.elite-dorabotka .elite-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.elite-site.elite-dorabotka .elite-service-card:first-child {
  grid-column: span 2;
}

body.elite-site.elite-profiads .elite-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}

body.elite-site.elite-profiads .elite-hero-copy {
  border-top: 7px solid var(--p23-accent);
}

body.elite-site.elite-profiads .elite-stat {
  color: var(--p23-ink);
  background: var(--p23-surface);
  border-color: var(--p23-line);
}

body.elite-site.elite-profiads .elite-stat span {
  color: var(--p23-accent);
}

body.elite-site.elite-profiads .elite-stat strong,
body.elite-site.elite-profiads .elite-stat p {
  color: inherit;
}

body.elite-site.elite-profiads .elite-service-grid {
  grid-template-columns: repeat(2, minmax(240px, 1fr));
}

body.elite-site.elite-profiads .elite-service-card:first-child {
  grid-row: span 2;
}

body.mvp5-service-page {
  --service-primary: var(--p23-accent);
  --service-accent: var(--p23-accent-2);
  --service-bg: var(--p23-bg);
  --service-surface: var(--p23-surface);
  --service-surface-2: var(--p23-soft);
  --service-line: var(--p23-line);
  --service-ink: var(--p23-ink);
  --service-muted: var(--p23-muted);
}

body.mvp5-service-page .mvp5-hero {
  padding: clamp(38px, 5vw, 70px) 0;
  color: var(--p23-ink);
  background: var(--p23-bg);
  background-image: none;
}

body.mvp5-service-page .mvp5-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(20px, 3vw, 34px);
}

body.mvp5-service-page .mvp5-hero-grid > div:first-child {
  padding: clamp(26px, 3.5vw, 44px);
  color: var(--p23-ink);
  background: var(--p23-surface);
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: var(--p23-strong-shadow);
}

body.mvp5-service-page .mvp5-proof {
  border-top: 7px solid var(--p23-accent);
}

body.mvp5-service-page.elite-remont .mvp5-hero-grid {
  grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
}

body.mvp5-service-page.elite-remont .mvp5-proof {
  border-left: 7px solid var(--p23-accent);
  border-top-width: 1px;
}

body.mvp5-service-page.elite-kabina .mvp5-hero {
  background: var(--p23-tint);
}

body.mvp5-service-page.elite-dorabotka .mvp5-panel,
body.mvp5-service-page.elite-dorabotka .mvp5-lead-card {
  border-left: 7px solid var(--p23-accent);
}

body.mvp5-service-page.elite-profiads .mvp5-hero {
  background: var(--p23-soft);
  background-image: none;
}

body.mvp5-service-page.elite-profiads .mvp5-hero-grid > div:first-child,
body.mvp5-service-page.elite-profiads .mvp5-lead {
  color: var(--p23-ink);
}

body.mvp5-service-page .mvp5-mobile-actions {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 12px;
  background: var(--p23-surface);
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: var(--p23-soft-shadow);
  backdrop-filter: none;
}

body.mvp5-service-page .mvp5-mobile-actions a {
  min-height: 46px;
  padding: 0 10px;
  color: #fff;
  background: var(--p23-accent);
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

body.elite-site a,
body.elite-site button,
body.mvp5-service-page a,
body.mvp5-service-page button {
  overflow-wrap: anywhere;
  touch-action: manipulation;
}

@media (max-width: 1100px) {
  body.elite-site.elite-truksale .elite-service-grid,
  body.elite-site.elite-dorabotka .elite-step-grid,
  body.elite-site.elite-dorabotka .elite-service-grid,
  body.elite-site.elite-profiads .elite-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.elite-site.elite-dorabotka .elite-service-card:first-child,
  body.elite-site.elite-profiads .elite-service-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  body.elite-site .elite-header,
  body.mvp5-service-page .mvp5-header {
    width: min(100% - 28px, 1160px);
  }

  body.elite-site .elite-hero-grid,
  body.elite-site.elite-truksale .elite-hero-grid,
  body.elite-site.elite-remont .elite-hero-grid,
  body.elite-site.elite-kabina .elite-hero-grid,
  body.elite-site.elite-profiads .elite-hero-grid,
  body.mvp5-service-page .mvp5-hero-grid,
  body.mvp5-service-page.elite-remont .mvp5-hero-grid {
    grid-template-columns: 1fr;
  }

  body.elite-site.elite-remont .elite-visual,
  body.elite-site.elite-remont .elite-hero-copy {
    order: initial;
  }

  body.elite-site .elite-hero-copy,
  body.mvp5-service-page .mvp5-hero-grid > div:first-child {
    padding: 28px;
  }

  body.elite-site .elite-visual,
  body.elite-site.elite-kabina .elite-visual {
    min-height: 390px;
  }

  body.elite-site .elite-photo-grid,
  body.elite-site.elite-kabina .elite-photo-grid,
  body.elite-site .elite-lead-grid,
  body.mvp5-service-page .mvp5-two {
    grid-template-columns: 1fr;
  }

  body.elite-site.elite-kabina .elite-photo-card:first-child {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  body.elite-site,
  body.mvp5-service-page {
    --p23-soft-shadow: 0 12px 28px rgba(18, 24, 38, .08);
    --p23-strong-shadow: 0 18px 40px rgba(18, 24, 38, .11);
  }

  body.elite-site .elite-container,
  body.mvp5-service-page .mvp5-container,
  body.mvp5-service-page .mvp5-mobile-actions {
    width: min(100% - 24px, 1160px);
  }

  body.elite-site .elite-hero {
    padding-top: 24px;
  }

  body.elite-site .elite-hero-copy,
  body.mvp5-service-page .mvp5-hero-grid > div:first-child {
    padding: 22px;
  }

  body.elite-site .elite-hero h1,
  body.mvp5-service-page h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  body.elite-site .elite-actions,
  body.mvp5-service-page .mvp5-actions,
  body.mvp5-service-page .mvp5-mobile-actions,
  body.elite-site .final-filter-bar,
  body.elite-site .elite-service-grid,
  body.elite-site.elite-truksale .elite-service-grid,
  body.elite-site.elite-remont .elite-service-grid,
  body.elite-site.elite-dorabotka .elite-step-grid,
  body.elite-site.elite-dorabotka .elite-service-grid,
  body.elite-site.elite-profiads .elite-service-grid,
  body.mvp5-service-page .mvp5-steps,
  body.mvp5-service-page .mvp5-related-links {
    grid-template-columns: 1fr;
  }

  body.elite-site .elite-actions,
  body.mvp5-service-page .mvp5-actions {
    display: grid;
  }

  body.elite-site .elite-cta,
  body.elite-site .elite-submit,
  body.mvp5-service-page .mvp5-primary,
  body.mvp5-service-page .mvp5-secondary {
    width: 100%;
  }

  body.elite-site .elite-visual,
  body.elite-site.elite-kabina .elite-visual {
    min-height: 330px;
  }

  body.elite-site .elite-visual-panel {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }

  body.elite-site .visual-panel-main {
    grid-template-columns: 1fr;
  }

  body.elite-site .visual-panel-card:nth-child(n+3),
  body.elite-site .visual-panel-flow {
    display: none;
  }

  body.elite-site .elite-service-card,
  body.mvp5-service-page .mvp5-related-links a {
    min-height: auto;
  }
}

body.elite-site a.elite-cta.elite-cta-ghost,
body.elite-site a.elite-cta.elite-cta-soft {
  color: var(--p23-ink);
  background: #fff;
  border-color: var(--p23-line);
}

body.elite-site a.elite-cta.elite-cta-ghost:hover,
body.elite-site a.elite-cta.elite-cta-ghost:focus-visible,
body.elite-site a.elite-cta.elite-cta-soft:hover,
body.elite-site a.elite-cta.elite-cta-soft:focus-visible {
  color: var(--p23-ink);
  background: color-mix(in srgb, var(--p23-accent) 8%, #fff);
  border-color: color-mix(in srgb, var(--p23-accent) 24%, var(--p23-line));
}

/* Production23b contrast lock: override higher-specificity legacy domain hero skins. */
body.elite-site.elite-truksale .elite-hero-copy,
body.elite-site.elite-remont .elite-hero-copy,
body.elite-site.elite-kabina .elite-hero-copy,
body.elite-site.elite-dorabotka .elite-hero-copy,
body.elite-site.elite-profiads .elite-hero-copy {
  color: var(--p23-ink);
  background: var(--p23-surface);
  background-image: none;
  border: 1px solid var(--p23-line);
  border-radius: 8px;
  box-shadow: var(--p23-strong-shadow);
}

body.elite-site.elite-remont .elite-hero-copy {
  border-left: 8px solid var(--p23-accent);
}

body.elite-site.elite-dorabotka .elite-hero-copy {
  border-left: 8px solid var(--p23-accent-2);
}

body.elite-site.elite-truksale .elite-hero-copy,
body.elite-site.elite-profiads .elite-hero-copy {
  border-top: 7px solid var(--p23-accent);
}

body.elite-site.elite-truksale .elite-hero h1,
body.elite-site.elite-remont .elite-hero h1,
body.elite-site.elite-kabina .elite-hero h1,
body.elite-site.elite-dorabotka .elite-hero h1,
body.elite-site.elite-profiads .elite-hero h1 {
  color: var(--p23-ink);
}

body.elite-site.elite-truksale .elite-lead,
body.elite-site.elite-remont .elite-lead,
body.elite-site.elite-kabina .elite-lead,
body.elite-site.elite-dorabotka .elite-lead,
body.elite-site.elite-profiads .elite-lead {
  color: var(--p23-muted);
}

body.elite-site.elite-truksale .elite-kicker,
body.elite-site.elite-remont .elite-kicker,
body.elite-site.elite-kabina .elite-kicker,
body.elite-site.elite-dorabotka .elite-kicker,
body.elite-site.elite-profiads .elite-kicker {
  color: var(--p23-accent);
}

body.elite-site.elite-dorabotka .elite-visual,
body.elite-site.elite-profiads .elite-visual {
  background: var(--p23-soft);
  background-image: none;
}

body.elite-site.elite-dorabotka .elite-visual-panel,
body.elite-site.elite-profiads .elite-visual-panel {
  color: var(--p23-ink);
  background: rgba(255, 255, 255, .92);
  border-color: rgba(255, 255, 255, .66);
}

/* Production24 service-page polish: clearer commercial pages with domain-specific interfaces. */
body.mvp5-service-page {
  --p24-page: #f7f8fb;
  --p24-surface: #ffffff;
  --p24-soft: #eef2f7;
  --p24-ink: #111827;
  --p24-muted: #5c6677;
  --p24-line: rgba(20, 32, 50, .11);
  --p24-accent: #ff5a1f;
  --p24-accent-2: #1062ff;
  --p24-radius: 8px;
  --p24-shadow: 0 18px 42px rgba(17, 24, 39, .08);
  --p24-strong-shadow: 0 28px 70px rgba(17, 24, 39, .12);
  color: var(--p24-ink);
  background: var(--p24-page);
}

body.mvp5-service-page.elite-truksale {
  --p24-page: #f7f8fb;
  --p24-soft: #eef1f5;
  --p24-accent: #b63f0d;
  --p24-accent-2: #1f3a5f;
}

body.mvp5-service-page.elite-remont {
  --p24-page: #f5f9fb;
  --p24-soft: #eaf4f7;
  --p24-accent: #bf4318;
  --p24-accent-2: #146c7e;
}

body.mvp5-service-page.elite-kabina {
  --p24-page: #f6faf8;
  --p24-soft: #edf6f2;
  --p24-accent: #007260;
  --p24-accent-2: #264653;
}

body.mvp5-service-page.elite-dorabotka {
  --p24-page: #f7f8f6;
  --p24-soft: #eef2ea;
  --p24-accent: #056e9b;
  --p24-accent-2: #9a3c09;
}

body.mvp5-service-page.elite-profiads {
  --p24-page: #f7faf7;
  --p24-soft: #edf8ef;
  --p24-accent: #1f7a4d;
  --p24-accent-2: #123d26;
}

body.mvp5-service-page .mvp5-header {
  position: static;
  align-items: center;
  min-height: 72px;
  margin-top: 18px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  box-shadow: 0 14px 34px rgba(17, 24, 39, .06);
  backdrop-filter: blur(10px);
}

body.mvp5-service-page .mvp5-header nav {
  gap: 8px;
}

body.mvp5-service-page .mvp5-header nav a {
  min-height: 38px;
  padding: 0 12px;
  color: var(--p24-muted);
  border-radius: var(--p24-radius);
  text-decoration: none;
}

body.mvp5-service-page .mvp5-header nav a:hover,
body.mvp5-service-page .mvp5-header nav a:focus-visible {
  color: var(--p24-ink);
  background: var(--p24-soft);
}

body.mvp5-service-page .mvp5-brand,
body.mvp5-service-page .mvp5-call {
  color: var(--p24-ink);
}

body.mvp5-service-page .mvp5-call {
  min-height: 42px;
  padding: 0 14px;
  background: var(--p24-soft);
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  text-decoration: none;
}

body.mvp5-service-page .mvp5-hero {
  padding: 42px 0 34px;
  background: transparent;
}

body.mvp5-service-page .mvp5-hero-grid {
  align-items: stretch;
  gap: clamp(18px, 3vw, 34px);
}

body.mvp5-service-page .mvp5-hero-grid > div:first-child {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
  background: var(--p24-surface);
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  box-shadow: var(--p24-strong-shadow);
}

body.mvp5-service-page .mvp5-eyebrow,
body.mvp5-service-page .mvp5-kicker {
  color: var(--p24-accent-2);
  letter-spacing: .02em;
}

body.mvp5-service-page h1 {
  max-width: 860px;
  margin-top: 14px;
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: 0;
}

body.mvp5-service-page .mvp5-lead {
  max-width: 720px;
  color: var(--p24-muted);
  font-size: 21px;
  line-height: 1.62;
}

body.mvp5-service-page .mvp5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.mvp5-service-page .mvp5-primary,
body.mvp5-service-page .mvp5-secondary,
body.mvp5-service-page .mvp5-service-whatsapp {
  min-height: 50px;
  padding: 0 20px;
  border-radius: var(--p24-radius);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
}

body.mvp5-service-page .mvp5-primary {
  color: #fff;
  background: var(--p24-accent);
  border: 1px solid color-mix(in srgb, var(--p24-accent) 80%, #111 20%);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--p24-accent) 24%, transparent);
}

body.mvp5-service-page .mvp5-service-form button {
  color: #fff;
  background: var(--p24-accent);
  border: 1px solid color-mix(in srgb, var(--p24-accent) 82%, #111 18%);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--p24-accent) 22%, transparent);
}

body.mvp5-service-page .mvp5-secondary,
body.mvp5-service-page .mvp5-service-whatsapp {
  color: var(--p24-ink);
  background: #fff;
  border: 1px solid var(--p24-line);
}

body.mvp5-service-page .mvp5-proof {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px);
  color: var(--p24-ink);
  background: var(--p24-soft);
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  box-shadow: var(--p24-shadow);
}

body.mvp5-service-page .mvp5-proof::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 104px;
  height: 104px;
  border: 1px solid color-mix(in srgb, var(--p24-accent) 34%, transparent);
  border-radius: 50%;
}

body.mvp5-service-page .mvp5-proof::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 54%;
  max-width: 260px;
  height: 9px;
  background: repeating-linear-gradient(90deg, var(--p24-accent) 0 34px, transparent 34px 46px);
  opacity: .8;
}

body.mvp5-service-page .mvp5-proof b {
  position: relative;
  max-width: 340px;
  font-size: 34px;
  line-height: 1.08;
}

body.mvp5-service-page .mvp5-proof p {
  position: relative;
  max-width: 420px;
  color: var(--p24-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.mvp5-service-page .mvp5-proof a {
  position: relative;
  align-self: flex-start;
  min-height: 44px;
  padding: 0 14px;
  color: var(--p24-ink);
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  text-decoration: none;
}

body.mvp5-service-page .mvp5-section {
  padding: 38px 0;
}

body.mvp5-service-page .mvp5-muted {
  background: transparent;
}

body.mvp5-service-page .mvp5-panel,
body.mvp5-service-page .mvp5-lead-card,
body.mvp5-service-page .mvp5-faq details,
body.mvp5-service-page .mvp5-related-links a,
body.mvp5-service-page .mvp5-steps article {
  background: var(--p24-surface);
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  box-shadow: 0 12px 32px rgba(17, 24, 39, .06);
}

body.mvp5-service-page .mvp5-panel,
body.mvp5-service-page .mvp5-lead-card {
  padding: clamp(22px, 3vw, 34px);
}

body.mvp5-service-page .mvp5-two {
  gap: clamp(18px, 3vw, 30px);
}

body.mvp5-service-page .mvp5-steps {
  align-items: stretch;
}

body.mvp5-service-page .mvp5-steps article {
  min-height: 142px;
  padding: 22px;
}

body.mvp5-service-page .mvp5-steps span {
  color: var(--p24-accent);
  background: var(--p24-soft);
  border-radius: var(--p24-radius);
}

body.mvp5-service-page .mvp5-checks {
  gap: 10px;
}

body.mvp5-service-page .mvp5-checks li {
  padding: 12px 14px;
  background: var(--p24-soft);
  border: 1px solid color-mix(in srgb, var(--p24-accent) 12%, var(--p24-line));
  border-radius: var(--p24-radius);
}

body.mvp5-service-page .mvp5-service-form {
  gap: 14px;
}

body.mvp5-service-page .mvp5-service-form label {
  gap: 7px;
}

body.mvp5-service-page .mvp5-service-form input,
body.mvp5-service-page .mvp5-service-form select,
body.mvp5-service-page .mvp5-service-form textarea {
  min-height: 48px;
  color: var(--p24-ink);
  background: #fff;
  border: 1px solid var(--p24-line);
  border-radius: var(--p24-radius);
  box-shadow: none;
}

body.mvp5-service-page .mvp5-service-form textarea {
  min-height: 94px;
}

body.mvp5-service-page .mvp5-related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.mvp5-service-page .mvp5-related-links a {
  min-height: 110px;
  padding: 18px;
  color: var(--p24-ink);
  text-decoration: none;
}

body.mvp5-service-page .mvp5-related-links a:hover,
body.mvp5-service-page .mvp5-related-links a:focus-visible {
  border-color: color-mix(in srgb, var(--p24-accent) 38%, var(--p24-line));
  box-shadow: 0 16px 36px color-mix(in srgb, var(--p24-accent) 12%, transparent);
}

body.mvp5-service-page.elite-truksale .mvp5-hero-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
}

body.mvp5-service-page.elite-truksale .mvp5-proof {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .94)),
    repeating-linear-gradient(0deg, transparent 0 43px, rgba(31, 58, 95, .08) 43px 44px);
}

body.mvp5-service-page.elite-remont .mvp5-hero-grid {
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
}

body.mvp5-service-page.elite-remont .mvp5-hero-grid > div:first-child {
  order: 2;
  border-left: 8px solid var(--p24-accent);
}

body.mvp5-service-page.elite-remont .mvp5-proof {
  order: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .92)),
    repeating-linear-gradient(90deg, rgba(21, 127, 146, .10) 0 1px, transparent 1px 34px);
}

body.mvp5-service-page.elite-kabina .mvp5-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr);
}

body.mvp5-service-page.elite-kabina .mvp5-proof {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .94)),
    linear-gradient(90deg, rgba(0, 169, 143, .12), transparent);
}

body.mvp5-service-page.elite-kabina .mvp5-proof::before {
  border-radius: var(--p24-radius);
  transform: rotate(8deg);
}

body.mvp5-service-page.elite-dorabotka .mvp5-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
}

body.mvp5-service-page.elite-dorabotka .mvp5-hero-grid > div:first-child {
  border-top: 8px solid var(--p24-accent-2);
}

body.mvp5-service-page.elite-dorabotka .mvp5-proof {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .94)),
    repeating-linear-gradient(135deg, rgba(255, 122, 26, .12) 0 1px, transparent 1px 22px);
}

body.mvp5-service-page.elite-profiads .mvp5-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
}

body.mvp5-service-page.elite-profiads .mvp5-hero-grid > div:first-child {
  border-top: 8px solid var(--p24-accent);
}

body.mvp5-service-page.elite-profiads .mvp5-proof {
  color: #0d1f16;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .95)),
    linear-gradient(135deg, rgba(41, 242, 11, .18), transparent 58%);
}

body.mvp5-service-page.elite-profiads .mvp5-proof::after {
  height: 78px;
  background:
    linear-gradient(90deg, var(--p24-accent) 0 18%, transparent 18% 24%, var(--p24-accent-2) 24% 52%, transparent 52% 58%, #111827 58% 100%);
  border-radius: var(--p24-radius);
  opacity: .9;
}

@media (max-width: 1100px) {
  body.mvp5-service-page .mvp5-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.mvp5-service-page.elite-truksale .mvp5-hero-grid,
  body.mvp5-service-page.elite-remont .mvp5-hero-grid,
  body.mvp5-service-page.elite-kabina .mvp5-hero-grid,
  body.mvp5-service-page.elite-dorabotka .mvp5-hero-grid,
  body.mvp5-service-page.elite-profiads .mvp5-hero-grid {
    grid-template-columns: 1fr;
  }

  body.mvp5-service-page.elite-remont .mvp5-hero-grid > div:first-child,
  body.mvp5-service-page.elite-remont .mvp5-proof {
    order: initial;
  }

  body.mvp5-service-page .mvp5-hero-grid > div:first-child,
  body.mvp5-service-page .mvp5-proof {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  body.mvp5-service-page .mvp5-header {
    margin-top: 12px;
    padding: 10px;
  }

  body.mvp5-service-page .mvp5-header nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mvp5-service-page h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  body.mvp5-service-page .mvp5-lead {
    font-size: 16px;
  }

  body.mvp5-service-page .mvp5-actions,
  body.mvp5-service-page .mvp5-related-links {
    grid-template-columns: 1fr;
  }

  body.mvp5-service-page .mvp5-proof::before {
    width: 74px;
    height: 74px;
  }

  body.mvp5-service-page .mvp5-proof::after {
    display: none;
  }

  body.mvp5-service-page .mvp5-related-links a {
    min-height: auto;
  }
}

/* Production24 no-autoplay lock for legacy animation layers. */
body.elite-site *,
body.elite-site *::before,
body.elite-site *::after,
body.mvp5-service-page *,
body.mvp5-service-page *::before,
body.mvp5-service-page *::after {
  animation-name: none;
  animation-duration: 0s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

body.elite-site .reveal,
body.mvp5-service-page .reveal,
body.elite-site [class*="reveal"],
body.mvp5-service-page [class*="reveal"] {
  opacity: 1;
  transform: none;
}

/* Production24 proof-panel readability lock. */
body.mvp5-service-page .mvp5-proof::before,
body.mvp5-service-page .mvp5-proof::after {
  z-index: 0;
  pointer-events: none;
}

body.mvp5-service-page .mvp5-proof > * {
  position: relative;
  z-index: 1;
}

body.mvp5-service-page .mvp5-proof b {
  color: var(--p24-ink);
  text-shadow: none;
}

body.mvp5-service-page .mvp5-proof p {
  color: var(--p24-muted);
  text-shadow: none;
}

body.mvp5-service-page.elite-profiads .mvp5-proof b,
body.mvp5-service-page.elite-profiads .mvp5-proof a {
  color: #0d1f16;
}

body.mvp5-service-page.elite-profiads .mvp5-proof p {
  color: #475569;
}

body.mvp5-service-page.elite-profiads .mvp5-proof a {
  background: rgba(255, 255, 255, .94);
}

/* Production25 TrukSale catalog upgrade */
body.elite-site.elite-truksale .elite-service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.elite-site.elite-truksale .elite-section:not(.elite-lead-section) {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

body.elite-site.elite-truksale #deal-system,
body.elite-site.elite-truksale #cases,
body.elite-site.elite-truksale #process,
body.elite-site.elite-truksale #request,
body.elite-site.elite-truksale #faq,
body.elite-site.elite-truksale #seo-directions {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

body.elite-site.elite-truksale .elite-service-card {
  min-height: 176px;
  align-content: start;
}

body.elite-site.elite-truksale .elite-service-card span {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 8px;
  color: #9a3412;
  background: #fff7ed;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

body.elite-site.elite-truksale .truck-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

body.elite-site.elite-truksale .truck-category-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, .11);
  border-radius: 8px;
  color: #334155;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

body.elite-site.elite-truksale .truck-category-tabs button.is-active,
body.elite-site.elite-truksale .truck-category-tabs button:hover,
body.elite-site.elite-truksale .truck-category-tabs button:focus-visible {
  color: #fff;
  border-color: #0f172a;
  background: #0f172a;
  outline: none;
}

body.elite-site.elite-truksale .truck-category-tabs button b {
  min-width: 24px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 7px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 950;
}

body.elite-site.elite-truksale .truck-category-tabs button.is-active b {
  color: #0f172a;
  background: #fff;
}

body.elite-site.elite-truksale .truck-filter-bar {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(150px, .7fr) minmax(132px, .56fr) minmax(168px, .68fr) minmax(220px, 1fr) auto;
  margin-bottom: 10px;
  border-color: rgba(15, 23, 42, .08);
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

body.elite-site.elite-truksale .truck-market-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 10px 12px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: #f8fafc;
}

body.elite-site.elite-truksale .truck-market-summary > span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

body.elite-site.elite-truksale .truck-market-summary > div:not(.truck-market-metrics) {
  display: flex;
  flex: 1 1 280px;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

body.elite-site.elite-truksale .truck-market-summary b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

body.elite-site.elite-truksale .truck-market-summary > a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2563eb;
  border-radius: 8px;
  padding: 0 12px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

body.elite-site.elite-truksale .truck-market-summary > a:hover,
body.elite-site.elite-truksale .truck-market-summary > a:focus-visible {
  background: #1d4ed8;
  outline: none;
}

body.elite-site.elite-truksale .truck-market-metrics {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

body.elite-site.elite-truksale .truck-market-metrics span {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  color: #334155;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

body.elite-site.elite-truksale .truck-market-summary button {
  min-height: 34px;
  border: 1px solid #0f172a;
  border-radius: 8px;
  padding: 0 12px;
  background: #0f172a;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

body.elite-site.elite-truksale .truck-market-summary button:disabled {
  border-color: #cbd5e1;
  background: #e2e8f0;
  color: #64748b;
  cursor: default;
}

body.elite-site.elite-truksale .truck-deal-calculator {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(220px, .8fr) minmax(260px, 1fr) auto;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, .9), rgba(255, 255, 255, .92) 58%),
    #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

body.elite-site.elite-truksale .truck-deal-calculator__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.elite-site.elite-truksale .truck-deal-calculator__copy span {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 0 9px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

body.elite-site.elite-truksale .truck-deal-calculator__copy b {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.25;
}

body.elite-site.elite-truksale .truck-deal-calculator__copy p {
  margin: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

body.elite-site.elite-truksale .truck-deal-calculator__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

body.elite-site.elite-truksale .truck-deal-calculator__controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

body.elite-site.elite-truksale .truck-deal-calculator__controls select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

body.elite-site.elite-truksale .truck-deal-calculator__controls select:focus-visible {
  border-color: #2563eb;
  outline: 3px solid rgba(37, 99, 235, .16);
}

body.elite-site.elite-truksale .truck-deal-calculator__metrics {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.elite-site.elite-truksale .truck-deal-calculator__metrics span {
  min-width: 0;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .86);
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.elite-site.elite-truksale .truck-deal-calculator > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border: 1px solid #0f766e;
  border-radius: 8px;
  padding: 0 14px;
  background: #0f766e;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.elite-site.elite-truksale .truck-deal-calculator > a:hover,
body.elite-site.elite-truksale .truck-deal-calculator > a:focus-visible {
  background: #0d9488;
  outline: none;
}

body.elite-site.elite-truksale .truck-inventory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body.elite-site.elite-truksale .truck-product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto auto;
  gap: 12px;
  min-height: 430px;
  padding: 16px;
  overflow: hidden;
  border-color: rgba(15, 23, 42, .09);
  background:
    linear-gradient(180deg, #fff 0%, #fff 66%, #f8fafc 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
  content-visibility: auto;
  contain-intrinsic-size: 430px;
}

body.elite-site.elite-truksale .truck-product-card[hidden] {
  display: none;
}

body.elite-site.elite-truksale .truck-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

body.elite-site.elite-truksale .truck-card-top span,
body.elite-site.elite-truksale .truck-card-top em {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

body.elite-site.elite-truksale .truck-card-top span {
  color: #fff;
  background: #0f766e;
}

body.elite-site.elite-truksale .truck-card-top em {
  color: #1d4ed8;
  background: #eff6ff;
}

body.elite-site.elite-truksale .truck-product-card .final-machine-art {
  min-height: 116px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, .12), rgba(37, 99, 235, .08)),
    linear-gradient(rgba(15, 23, 42, .08) 1px, transparent 1px),
    #f8fafc;
  background-size: auto, 22px 22px, auto;
}

body.elite-site.elite-truksale .truck-product-card .final-machine-art span {
  width: 72%;
  max-width: 220px;
  height: 48px;
  border-radius: 8px 18px 8px 8px;
  background: linear-gradient(90deg, #0f766e 0 38%, #2563eb 38% 60%, #94a3b8 60% 100%);
  box-shadow:
    28px 42px 0 -30px #0f172a,
    118px 42px 0 -30px #0f172a;
}

body.elite-site.elite-truksale .truck-product-card .final-listing-meta {
  display: grid;
  gap: 5px;
}

body.elite-site.elite-truksale .truck-product-card .final-price {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  color: #075985;
  background: #e0f2fe;
  font-size: 18px;
}

body.elite-site.elite-truksale .truck-spec-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

body.elite-site.elite-truksale .truck-spec-row div {
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

body.elite-site.elite-truksale .truck-spec-row dt {
  margin: 0 0 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.elite-site.elite-truksale .truck-spec-row dd {
  margin: 0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

body.elite-site.elite-truksale .truck-product-card .final-listing-actions {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

body.elite-site.elite-truksale .truck-product-card .final-listing-actions button[data-market-compare] {
  min-height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 11px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

body.elite-site.elite-truksale .truck-product-card .final-listing-actions button[data-market-compare].is-active {
  border-color: #0f766e;
  background: #ecfdf5;
  color: #047857;
}

body.elite-site.elite-truksale .truck-product-card .final-listing-actions button[data-market-compare]:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .18);
  outline-offset: 2px;
}

body.elite-site.elite-truksale .truck-compare-bar {
  position: sticky;
  bottom: 12px;
  z-index: 48;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #0f172a;
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .16);
}

body.elite-site.elite-truksale .truck-compare-bar[hidden] {
  display: none !important;
}

body.elite-site.elite-truksale .truck-compare-bar > span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

body.elite-site.elite-truksale .truck-compare-bar > span b {
  color: #2563eb;
}

body.elite-site.elite-truksale .truck-compare-bar > div {
  display: flex;
  flex: 1 1 280px;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

body.elite-site.elite-truksale .truck-compare-bar > div b {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  padding: 0 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

body.elite-site.elite-truksale .truck-compare-bar a,
body.elite-site.elite-truksale .truck-compare-bar button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

body.elite-site.elite-truksale .truck-compare-bar a {
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #fff;
}

body.elite-site.elite-truksale .truck-compare-bar button {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font: inherit;
  cursor: pointer;
}

body.elite-site.elite-truksale .truck-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  padding: 4px;
  background: #f8fafc;
}

body.elite-site.elite-truksale .truck-view-toggle button {
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: #475569;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

body.elite-site.elite-truksale .truck-view-toggle button.is-active {
  background: #0f172a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view {
  grid-template-columns: 1fr;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-product-card {
  grid-template-columns: 128px minmax(0, 1.25fr) minmax(150px, .72fr) minmax(190px, .78fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 10px 16px;
  min-height: 0;
  padding: 14px;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-card-top {
  grid-column: 1 / -1;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-machine-art {
  grid-column: 1;
  grid-row: 2 / span 2;
  min-height: 92px;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-machine-art span {
  height: 38px;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-listing-meta {
  grid-column: 2;
  grid-row: 2;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-price {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-product-card > p {
  grid-column: 2 / span 2;
  grid-row: 3;
  margin: 0;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-spec-row {
  grid-column: 2 / span 2;
  grid-row: 4;
  align-self: end;
}

body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-listing-actions {
  grid-column: 4;
  grid-row: 2 / span 3;
  align-self: stretch;
  grid-template-columns: 1fr;
}

body.elite-site.elite-truksale .truck-empty-state {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  color: #475569;
  background: #fff;
  font-weight: 800;
}

@media (max-width: 1180px) {
  body.elite-site.elite-truksale .elite-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.elite-site.elite-truksale .truck-inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.elite-site.elite-truksale .truck-deal-calculator {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  body.elite-site.elite-truksale .truck-deal-calculator > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 760px) {
  body.elite-site.elite-truksale .elite-service-grid,
  body.elite-site.elite-truksale .truck-inventory-grid,
  body.elite-site.elite-truksale .truck-market-summary,
  body.elite-site.elite-truksale .truck-filter-bar,
  body.elite-site.elite-truksale .truck-deal-calculator,
  body.elite-site.elite-truksale .truck-deal-calculator__controls {
    grid-template-columns: 1fr;
  }

  body.elite-site.elite-truksale .elite-service-card {
    min-height: 0;
  }

  body.elite-site.elite-truksale .truck-category-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.elite-site.elite-truksale .truck-category-tabs button {
    width: 100%;
    padding-inline: 8px;
    font-size: 12px;
  }

  body.elite-site.elite-truksale .truck-market-metrics {
    grid-template-columns: 1fr;
  }

  body.elite-site.elite-truksale .truck-market-summary > a,
  body.elite-site.elite-truksale .truck-deal-calculator > a,
  body.elite-site.elite-truksale .truck-compare-bar a,
  body.elite-site.elite-truksale .truck-compare-bar button,
  body.elite-site.elite-truksale .truck-view-toggle,
  body.elite-site.elite-truksale .truck-market-summary button {
    width: 100%;
  }

  body.elite-site.elite-truksale .truck-view-toggle {
    justify-content: stretch;
  }

  body.elite-site.elite-truksale .truck-view-toggle button {
    flex: 1 1 0;
  }

  body.elite-site.elite-truksale .truck-product-card {
    min-height: 0;
    padding: 14px;
  }

  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-card-top,
  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-machine-art,
  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-listing-meta,
  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-price,
  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-product-card > p,
  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .truck-spec-row,
  body.elite-site.elite-truksale .truck-inventory-grid.is-list-view .final-listing-actions {
    grid-column: auto;
    grid-row: auto;
  }

  body.elite-site.elite-truksale .truck-product-card .final-listing-actions {
    grid-template-columns: 1fr;
  }

  body.elite-site.elite-truksale .truck-compare-bar {
    position: fixed;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 160;
    max-height: calc(100vh - 24px);
    margin-top: 0;
    overflow: auto;
    align-items: stretch;
  }
}


/* Production26 SEO/CRO refinements */
.mvp5-section-lead {
  max-width: 760px;
  margin: -4px 0 20px;
  color: var(--muted, #64748b);
  font-size: 17px;
  line-height: 1.65;
}
.mvp5-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.mvp5-signal-grid article,
.mvp5-photo-brief-card {
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}
.mvp5-signal-grid article {
  padding: 22px;
}
.mvp5-signal-grid span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: color-mix(in srgb, var(--brand, #f97316) 13%, #fff);
  color: var(--brand, #f97316);
  font-weight: 800;
}
.mvp5-signal-grid h3,
.mvp5-photo-brief-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--ink, #111827);
}
.mvp5-signal-grid p,
.mvp5-photo-brief-card p,
.mvp5-photo-list {
  color: var(--muted, #64748b);
  line-height: 1.6;
}
.mvp5-photo-brief {
  background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(248,250,252,.92));
}
.mvp5-photo-brief-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 22px;
  align-items: stretch;
}
.mvp5-photo-brief-card {
  padding: 24px;
}
.mvp5-photo-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 14px 0 20px;
}
.mvp5-photo-list li::marker {
  color: var(--brand, #f97316);
}
.elite-truksale .mvp5-signal-grid article { border-top: 3px solid #f97316; }
.elite-remont .mvp5-signal-grid article { border-top: 3px solid #2563eb; }
.elite-kabina .mvp5-signal-grid article { border-top: 3px solid #0f766e; }
.elite-dorabotka .mvp5-signal-grid article { border-top: 3px solid #7c3aed; }
.elite-profiads .mvp5-signal-grid article { border-top: 3px solid #06b6d4; }
.elite-truksale .mvp5-photo-brief { background: linear-gradient(180deg, #fff7ed, #ffffff); }
.elite-remont .mvp5-photo-brief { background: linear-gradient(180deg, #eff6ff, #ffffff); }
.elite-kabina .mvp5-photo-brief { background: linear-gradient(180deg, #ecfdf5, #ffffff); }
.elite-dorabotka .mvp5-photo-brief { background: linear-gradient(180deg, #f5f3ff, #ffffff); }
.elite-profiads .mvp5-photo-brief { background: linear-gradient(180deg, #ecfeff, #ffffff); }
@media (max-width: 860px) {
  .mvp5-signal-grid,
  .mvp5-photo-brief-grid {
    grid-template-columns: 1fr;
  }
  .mvp5-section-lead {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .mvp5-signal-grid article,
  .mvp5-photo-brief-card {
    padding: 18px;
  }
}


/* Production26 compact mobile service header */
@media (max-width: 640px) {
  body.mvp5-service-page {
    padding-bottom: 78px;
  }
  body.mvp5-service-page .mvp5-header {
    position: sticky;
    top: 8px;
    z-index: 60;
    width: min(calc(100% - 20px), 520px);
    margin: 8px auto 0;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    border-radius: 16px;
    min-height: 0;
  }
  body.mvp5-service-page .mvp5-brand {
    min-height: 34px;
    padding: 0;
    justify-content: flex-start;
    font-size: 17px;
    line-height: 1.1;
  }
  body.mvp5-service-page .mvp5-call {
    grid-column: 2;
    grid-row: 1;
    min-height: 32px;
    padding: 7px 9px;
    border-radius: 999px;
    font-size: 12px;
    white-space: nowrap;
  }
  body.mvp5-service-page .mvp5-header nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  body.mvp5-service-page .mvp5-header nav a {
    min-height: 32px;
    padding: 7px 4px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }
  body.mvp5-service-page .mvp5-hero {
    padding-top: 18px;
  }
  body.mvp5-service-page .mvp5-hero-grid {
    gap: 14px;
  }
  body.mvp5-service-page .mvp5-hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }
  body.mvp5-service-page .mvp5-lead {
    font-size: 15.5px;
  }
  body.mvp5-service-page .mvp5-proof {
    padding: 14px;
  }
}
@media (max-width: 390px) {
  body.mvp5-service-page .mvp5-header {
    width: calc(100% - 16px);
    padding: 9px;
  }
  body.mvp5-service-page .mvp5-header nav a {
    font-size: 10.5px;
    padding-inline: 3px;
  }
  body.mvp5-service-page .mvp5-call {
    font-size: 11.5px;
    padding-inline: 8px;
  }
}


/* Production27 reference polish: light premium flow */
.elite-site {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f7 46%, #f8fafc 100%);
}
.elite-header,
body.mvp5-service-page .mvp5-header {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(15, 23, 42, .08);
}
.elite-section {
  position: relative;
  scroll-margin-top: 96px;
}
.elite-section + .elite-section {
  border-top: 1px solid rgba(15, 23, 42, .04);
}
.elite-reference-map {
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(241,245,249,.74));
}
.elite-reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.elite-reference-card {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,23,42,.09);
  box-shadow: 0 18px 46px rgba(15,23,42,.07);
}
.elite-reference-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: color-mix(in srgb, var(--brand, #f97316) 12%, #fff);
  color: var(--brand, #f97316);
  font-weight: 900;
}
.elite-reference-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}
.elite-reference-card p {
  margin: 0;
  color: var(--muted, #64748b);
  line-height: 1.6;
}
.elite-reference-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.elite-reference-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.09);
  color: var(--ink, #111827);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
}
.elite-truksale .elite-reference-card { border-top: 3px solid #f97316; }
.elite-remont .elite-reference-card { border-top: 3px solid #2563eb; }
.elite-kabina .elite-reference-card { border-top: 3px solid #0f766e; }
.elite-dorabotka .elite-reference-card { border-top: 3px solid #7c3aed; }
.elite-profiads .elite-reference-card { border-top: 3px solid #06b6d4; }
.truck-deal-lane {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: stretch;
}
.truck-deal-panel,
.truck-market-checklist {
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,23,42,.09);
  box-shadow: 0 20px 50px rgba(15,23,42,.08);
  padding: 24px;
}
.truck-deal-panel h3,
.truck-market-checklist h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.2; }
.truck-deal-steps { display: grid; gap: 10px; margin-top: 16px; }
.truck-deal-steps div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; }
.truck-deal-steps span { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background:#fff7ed; color:#f97316; font-weight:900; }
.truck-deal-steps p { margin: 0; color: var(--muted, #64748b); line-height: 1.55; }
.truck-market-checklist ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.truck-market-checklist li { padding-left: 24px; position: relative; color: var(--muted, #64748b); line-height: 1.55; }
.truck-market-checklist li::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background:#f97316; position:absolute; left:0; top:.55em; }
@media (max-width: 980px) {
  .elite-reference-grid,
  .truck-deal-lane { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .elite-reference-grid,
  .truck-deal-lane { grid-template-columns: 1fr; }
  .elite-reference-card,
  .truck-deal-panel,
  .truck-market-checklist { padding: 18px; }
  .elite-reference-links { gap: 8px; }
  .elite-reference-links a { width: 100%; justify-content: center; text-align: center; }
}


/* Production28 performance and conversion cleanup */
.elite-section:not(.elite-hero),
.mvp5-section:not(.mvp5-hero) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}
.elite-hero,
.mvp5-hero {
  content-visibility: visible;
}
body.mvp5-service-page .mvp5-section:not(.mvp5-hero) {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}
.elite-form input,
.elite-form select,
.elite-form textarea,
.mvp5-service-form input,
.mvp5-service-form select,
.mvp5-service-form textarea {
  min-height: 48px;
  font-size: 16px;
}
.elite-submit,
.mvp5-primary,
.elite-cta {
  min-height: 48px;
}
.elite-site a:focus-visible,
.elite-site button:focus-visible,
.mvp5-service-page a:focus-visible,
.mvp5-service-page button:focus-visible,
.mvp5-service-page input:focus-visible,
.mvp5-service-page textarea:focus-visible,
.mvp5-service-page select:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand, #f97316) 45%, #ffffff);
  outline-offset: 3px;
}
.elite-site img,
.mvp5-service-page img {
  height: auto;
}
@media (max-width: 640px) {
  .elite-section:not(.elite-hero),
  .mvp5-section:not(.mvp5-hero) {
    contain-intrinsic-size: 1px 980px;
  }
}

/* Production28 mobile contact visibility */
.elite-mobile-phone {
  display: none;
}
@media (max-width: 720px) {
  .elite-mobile-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  }
}

/* Production28 mobile hero type safety */
@media (max-width: 720px) {
  body.elite-site .elite-hero h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: 0;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }
}

/* Production29 final accessibility and performance polish */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.elite-site,
body.mvp5-service-page {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.elite-site a,
body.elite-site button,
body.mvp5-service-page a,
body.mvp5-service-page button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(15, 23, 42, 0.08);
}
.elite-form [required],
.mvp5-service-form [required] {
  scroll-margin-top: 96px;
}
.elite-form input::placeholder,
.elite-form textarea::placeholder,
.mvp5-service-form input::placeholder,
.mvp5-service-form textarea::placeholder {
  color: color-mix(in srgb, var(--muted, #667085) 76%, #ffffff);
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  body.elite-site *,
  body.elite-site *::before,
  body.elite-site *::after,
  body.mvp5-service-page *,
  body.mvp5-service-page *::before,
  body.mvp5-service-page *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
}

/* Production30 SEO/CRO interface hardening */
html {
  scroll-padding-top: 96px;
}
body.elite-site,
body.mvp5-service-page {
  overflow-x: clip;
  background-color: #f6f8fb;
}
body.elite-site a,
body.elite-site button,
body.mvp5-service-page a,
body.mvp5-service-page button,
body.mvp5-service-page summary {
  cursor: pointer;
}
body.elite-site .elite-header,
body.mvp5-service-page .mvp5-header {
  max-width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
body.elite-site .elite-hero,
body.mvp5-service-page .mvp5-hero {
  isolation: isolate;
}
body.elite-site .elite-hero::before,
body.mvp5-service-page .mvp5-hero::before {
  opacity: 0.42;
}
body.elite-site .elite-hero h1,
body.mvp5-service-page .mvp5-hero h1 {
  max-width: 820px;
  text-wrap: balance;
}
body.elite-site .elite-lead,
body.mvp5-service-page .mvp5-lead,
body.elite-site .elite-section-head p,
body.mvp5-service-page .mvp5-section-lead {
  max-width: 760px;
}
body.elite-site .elite-visual,
body.mvp5-service-page .mvp5-proof,
body.elite-site .elite-service-card,
body.elite-site .elite-stat,
body.elite-site .elite-case,
body.mvp5-service-page .mvp5-panel,
body.mvp5-service-page .mvp5-lead-card,
body.mvp5-service-page .mvp5-photo-brief-card {
  border-radius: 10px;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}
body.elite-site .elite-service-card,
body.mvp5-service-page .mvp5-related-links a,
body.mvp5-service-page .mvp5-signal-grid article {
  min-width: 0;
  overflow: hidden;
}
body.elite-site .elite-service-card strong,
body.elite-site .elite-service-card em,
body.elite-site .elite-cta,
body.elite-site .elite-submit,
body.mvp5-service-page .mvp5-primary,
body.mvp5-service-page .mvp5-secondary,
body.mvp5-service-page .mvp5-panel,
body.mvp5-service-page .mvp5-related-links a {
  overflow-wrap: anywhere;
}
body.elite-site .elite-cta,
body.elite-site .elite-submit,
body.mvp5-service-page .mvp5-primary {
  box-shadow: 0 16px 36px color-mix(in srgb, var(--brand, #f97316) 24%, transparent);
}
body.elite-site .elite-cta:hover,
body.elite-site .elite-submit:hover,
body.mvp5-service-page .mvp5-primary:hover {
  transform: translateY(-1px);
}
body.elite-site .elite-visual-panel {
  width: min(92%, 560px);
  border-radius: 12px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
}
.elite-truksale .elite-visual-panel {
  background:
    linear-gradient(90deg, rgba(249, 115, 22, 0.10) 0 2px, transparent 2px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,247,237,0.94));
}
.elite-remont .elite-visual-panel {
  background:
    repeating-linear-gradient(180deg, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px 54px),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,246,255,0.94));
}
.elite-kabina .elite-visual-panel {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.09), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(240,253,250,0.94));
}
.elite-dorabotka .elite-visual-panel {
  background:
    linear-gradient(90deg, rgba(124, 58, 237, 0.10) 0 1px, transparent 1px 64px),
    linear-gradient(0deg, rgba(124, 58, 237, 0.06) 0 1px, transparent 1px 54px),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,243,255,0.94));
}
.elite-profiads .elite-visual-panel {
  background:
    radial-gradient(circle at 80% 18%, rgba(6, 182, 212, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(236,254,255,0.94));
}
body.mvp5-service-page .mvp5-hero {
  padding-top: clamp(118px, 12vw, 152px);
  padding-bottom: clamp(42px, 7vw, 76px);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.94), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
}
body.mvp5-service-page .mvp5-hero-grid {
  align-items: stretch;
  gap: clamp(18px, 3vw, 34px);
}
body.mvp5-service-page .mvp5-proof {
  position: relative;
  min-height: 320px;
  padding: clamp(24px, 4vw, 34px);
  overflow: hidden;
}
body.mvp5-service-page .mvp5-proof > * {
  position: relative;
  z-index: 2;
}
body.mvp5-service-page .mvp5-proof::before,
body.mvp5-service-page .mvp5-proof::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: 1;
  pointer-events: none;
}
body.mvp5-service-page .mvp5-proof::before {
  left: 24px;
  right: 24px;
  bottom: 24px;
  height: 128px;
  border-radius: 10px;
  opacity: 0.9;
}
body.mvp5-service-page.elite-truksale .mvp5-proof::before {
  background:
    linear-gradient(90deg, #fff 0 31%, transparent 31% 34%, #fff 34% 65%, transparent 65% 68%, #fff 68% 100%),
    linear-gradient(180deg, rgba(249, 115, 22, 0.20), rgba(255,255,255,0.55));
  border: 1px solid rgba(249, 115, 22, 0.22);
  box-shadow: inset 0 -34px 0 rgba(249, 115, 22, 0.08);
}
body.mvp5-service-page.elite-remont .mvp5-proof::before {
  background:
    repeating-linear-gradient(180deg, rgba(37,99,235,0.16) 0 2px, transparent 2px 33px),
    linear-gradient(180deg, #ffffff, #eff6ff);
  border-left: 5px solid #2563eb;
}
body.mvp5-service-page.elite-kabina .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(15,118,110,0.12) 0 30%, transparent 30% 35%, rgba(15,118,110,0.10) 35% 65%, transparent 65% 70%, rgba(15,118,110,0.12) 70%),
    linear-gradient(180deg, #ffffff, #f0fdfa);
  border: 1px solid rgba(15,118,110,0.18);
}
body.mvp5-service-page.elite-dorabotka .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(124,58,237,0.12) 0 1px, transparent 1px 44px),
    linear-gradient(0deg, rgba(124,58,237,0.12) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, #ffffff, #f5f3ff);
  border: 1px solid rgba(124,58,237,0.20);
}
body.mvp5-service-page.elite-profiads .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(6,182,212,0.22) 0 18%, transparent 18% 24%, rgba(6,182,212,0.32) 24% 46%, transparent 46% 52%, rgba(6,182,212,0.18) 52% 100%),
    linear-gradient(180deg, #ffffff, #ecfeff);
  border: 1px solid rgba(6,182,212,0.22);
}
body.mvp5-service-page .mvp5-signal-grid,
body.mvp5-service-page .mvp5-steps,
body.mvp5-service-page .mvp5-related-links {
  gap: 14px;
}
body.mvp5-service-page .mvp5-signal-grid article {
  border-radius: 10px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
body.mvp5-service-page .mvp5-photo-brief-grid {
  align-items: stretch;
}
body.mvp5-service-page .mvp5-photo-list li {
  line-height: 1.55;
}
body.mvp5-service-page .mvp5-service-form label span,
body.mvp5-service-page .mvp5-service-form label {
  line-height: 1.35;
}
body.mvp5-service-page .mvp5-service-form input,
body.mvp5-service-page .mvp5-service-form select,
body.mvp5-service-page .mvp5-service-form textarea {
  border-radius: 10px;
}
body.mvp5-service-page .mvp5-mobile-actions {
  box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.10);
}
.elite-truksale .truck-product-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,247,237,0.82));
}
.elite-truksale .truck-card-top span,
.elite-truksale .final-price {
  color: #c2410c;
}
.elite-remont .elite-stat,
.elite-remont .elite-case,
body.mvp5-service-page.elite-remont .mvp5-panel {
  border-left: 4px solid rgba(37, 99, 235, 0.56);
}
.elite-kabina .elite-photo-card,
body.mvp5-service-page.elite-kabina .mvp5-photo-brief-card {
  background: linear-gradient(180deg, #ffffff, #f0fdfa);
}
.elite-dorabotka .elite-step,
body.mvp5-service-page.elite-dorabotka .mvp5-signal-grid article {
  background:
    linear-gradient(90deg, rgba(124,58,237,0.07) 0 1px, transparent 1px 38px),
    #ffffff;
}
.elite-profiads .elite-stat,
body.mvp5-service-page.elite-profiads .mvp5-signal-grid article {
  background:
    radial-gradient(circle at 88% 18%, rgba(6,182,212,0.16), transparent 34%),
    #ffffff;
}
@media (min-width: 981px) {
  body.mvp5-service-page.elite-remont .mvp5-hero-grid,
  body.elite-site.elite-remont .elite-hero-grid {
    direction: rtl;
  }
  body.mvp5-service-page.elite-remont .mvp5-hero-grid > *,
  body.elite-site.elite-remont .elite-hero-grid > * {
    direction: ltr;
  }
  body.mvp5-service-page.elite-profiads .mvp5-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }
  body.mvp5-service-page.elite-kabina .mvp5-hero-grid {
    grid-template-columns: minmax(360px, 1.02fr) minmax(0, 0.98fr);
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 82px;
  }
  body.elite-site .elite-header,
  body.mvp5-service-page .mvp5-header {
    max-width: calc(100% - 16px);
  }
  body.mvp5-service-page .mvp5-hero {
    padding-top: 104px;
  }
  body.mvp5-service-page .mvp5-proof {
    min-height: auto;
  }
  body.mvp5-service-page .mvp5-proof::before {
    display: none;
  }
  body.mvp5-service-page .mvp5-mobile-actions + *,
  body.mvp5-service-page {
    padding-bottom: 74px;
  }
  body.elite-site .elite-actions,
  body.mvp5-service-page .mvp5-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.elite-site .elite-cta,
  body.mvp5-service-page .mvp5-primary,
  body.mvp5-service-page .mvp5-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Production30 final visual proof panels */
body.mvp5-service-page .mvp5-proof {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 380px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96));
}

body.mvp5-service-page .mvp5-proof b {
  max-width: 430px;
  font-size: 34px;
  line-height: 1.08;
}

body.mvp5-service-page .mvp5-proof p {
  max-width: 430px;
  align-self: center;
  padding: 18px 0 18px 18px;
  border-left: 3px solid color-mix(in srgb, var(--service-primary) 72%, #ffffff);
}

body.mvp5-service-page .mvp5-proof a {
  align-self: end;
  width: max-content;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

body.mvp5-service-page .mvp5-proof::before {
  top: 104px;
  left: 34px;
  right: 34px;
  bottom: 88px;
  height: auto;
  border-radius: 14px;
  opacity: 1;
}

body.mvp5-service-page .mvp5-proof::after {
  top: 32px;
  right: 34px;
  width: 168px;
  height: 28px;
  border-radius: 999px;
  opacity: 0.95;
}

body.mvp5-service-page.elite-truksale .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0 30%, transparent 30% 34%, rgba(255,255,255,0.92) 34% 65%, transparent 65% 69%, rgba(255,255,255,0.98) 69%),
    linear-gradient(180deg, rgba(249,115,22,0.22), rgba(255,247,237,0.9));
  border: 1px solid rgba(249, 115, 22, 0.24);
  box-shadow:
    inset 0 -42px 0 rgba(249,115,22,0.12),
    inset 0 42px 0 rgba(37,99,235,0.12);
}

body.mvp5-service-page.elite-truksale .mvp5-proof::after {
  background:
    linear-gradient(90deg, #2563eb 0 33%, #f97316 33% 66%, #0f172a 66%);
}

body.mvp5-service-page.elite-remont .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(37,99,235,0.22) 0 4px, transparent 4px 100%),
    repeating-linear-gradient(180deg, rgba(37,99,235,0.18) 0 2px, transparent 2px 34px),
    linear-gradient(180deg, #ffffff, #eff6ff);
  border: 1px solid rgba(37, 99, 235, 0.24);
  box-shadow:
    inset 24px 0 0 rgba(37,99,235,0.10),
    inset -70px 0 0 rgba(14,165,233,0.10);
}

body.mvp5-service-page.elite-remont .mvp5-proof::after {
  background:
    linear-gradient(90deg, #2563eb 0 28%, #0ea5e9 28% 60%, #f97316 60%);
}

body.mvp5-service-page.elite-kabina .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(15,118,110,0.15) 0 29%, transparent 29% 35%, rgba(15,118,110,0.12) 35% 64%, transparent 64% 70%, rgba(15,118,110,0.16) 70%),
    linear-gradient(180deg, #ffffff, #f0fdfa);
  border: 1px solid rgba(15, 118, 110, 0.22);
  box-shadow:
    inset 0 42px 0 rgba(15,118,110,0.10),
    inset 0 -38px 0 rgba(226,75,45,0.08);
}

body.mvp5-service-page.elite-kabina .mvp5-proof::after {
  background:
    linear-gradient(90deg, #0f766e 0 42%, #14b8a6 42% 70%, #e24b2d 70%);
}

body.mvp5-service-page.elite-dorabotka .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(124,58,237,0.14) 0 1px, transparent 1px 42px),
    linear-gradient(0deg, rgba(124,58,237,0.14) 0 1px, transparent 1px 32px),
    linear-gradient(135deg, rgba(124,58,237,0.18) 0 22%, transparent 22% 100%),
    linear-gradient(180deg, #ffffff, #f5f3ff);
  border: 1px solid rgba(124, 58, 237, 0.22);
  box-shadow: inset -82px 0 0 rgba(14,165,233,0.10);
}

body.mvp5-service-page.elite-dorabotka .mvp5-proof::after {
  background:
    linear-gradient(90deg, #7c3aed 0 38%, #0ea5e9 38% 68%, #0f172a 68%);
}

body.mvp5-service-page.elite-profiads .mvp5-proof::before {
  background:
    linear-gradient(90deg, rgba(6,182,212,0.18) 0 16%, transparent 16% 23%, rgba(34,197,94,0.28) 23% 46%, transparent 46% 53%, rgba(6,182,212,0.16) 53%),
    linear-gradient(180deg, #ffffff, #ecfeff);
  border: 1px solid rgba(6, 182, 212, 0.24);
  box-shadow:
    inset 0 -44px 0 rgba(34,197,94,0.12),
    inset 0 38px 0 rgba(6,182,212,0.10);
}

body.mvp5-service-page.elite-profiads .mvp5-proof::after {
  background:
    linear-gradient(90deg, #06b6d4 0 30%, #22c55e 30% 66%, #0f172a 66%);
}

@media (max-width: 720px) {
  body.mvp5-service-page .mvp5-proof {
    min-height: auto;
    gap: 14px;
  }

  body.mvp5-service-page .mvp5-proof p {
    align-self: start;
    padding: 12px 0 12px 14px;
  }

  body.mvp5-service-page .mvp5-proof::before,
  body.mvp5-service-page .mvp5-proof::after {
    display: none;
  }

body.mvp5-service-page {
    padding-bottom: 74px;
  }
}

/* Production31 best-in-niche commercial scenario layer */
body.elite-site .p31-command-center {
  --p31-a: #2563eb;
  --p31-b: #0f172a;
  --p31-soft: #eef4ff;
  --p31-line: rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,252,0.98));
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(54px, 7vw, 92px);
  overflow: clip;
}

body.elite-truksale .p31-command-center {
  --p31-a: #ea580c;
  --p31-b: #1d4ed8;
  --p31-soft: #fff7ed;
}

body.elite-remont .p31-command-center {
  --p31-a: #dc2626;
  --p31-b: #0f766e;
  --p31-soft: #fef2f2;
}

body.elite-kabina .p31-command-center {
  --p31-a: #0891b2;
  --p31-b: #92400e;
  --p31-soft: #ecfeff;
}

body.elite-dorabotka .p31-command-center {
  --p31-a: #475569;
  --p31-b: #d97706;
  --p31-soft: #f8fafc;
}

body.elite-profiads .p31-command-center {
  --p31-a: #2563eb;
  --p31-b: #16a34a;
  --p31-soft: #eff6ff;
}

body.elite-site .p31-command-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

body.elite-site .p31-command-head h2 {
  max-width: 820px;
  margin: 0;
  color: #0f172a;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0;
}

body.elite-site .p31-command-head p:not(.elite-kicker) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 19px;
  line-height: 1.62;
}

body.elite-site .p31-head-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid var(--p31-line);
  border-radius: 8px;
  color: #0f172a;
  background: #ffffff;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

body.elite-site .p31-command-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.76fr);
  gap: 20px;
  align-items: stretch;
}

body.elite-site .p31-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.elite-site .p31-command-card,
body.elite-site .p31-command-panel {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

body.elite-site .p31-command-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
}

body.elite-site .p31-command-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--p31-a);
}

body.elite-site .p31-command-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--p31-a);
  font-size: 13px;
  font-weight: 900;
}

body.elite-site .p31-command-card h3 {
  margin: 18px 0 8px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: 0;
}

body.elite-site .p31-command-card p {
  margin: 0;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.58;
}

body.elite-site .p31-command-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 26px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--p31-b), #0f172a 76%);
}

body.elite-site .p31-command-panel strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

body.elite-site .p31-command-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
}

body.elite-site .p31-panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.elite-site .p31-panel-metrics span {
  min-height: 86px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.34;
}

body.elite-site .p31-panel-metrics b {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

body.elite-site .p31-panel-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.elite-site .p31-panel-actions .elite-cta {
  width: 100%;
  min-height: 50px;
  text-align: center;
}

body.elite-site .p31-panel-actions .elite-cta-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

body.elite-truksale .p31-command-layout {
  grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.58fr);
}

body.elite-truksale .p31-command-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.elite-remont .p31-command-card {
  min-height: 176px;
}

body.elite-remont .p31-command-card:nth-child(2n)::before {
  background: var(--p31-b);
}

body.elite-kabina .p31-command-grid {
  gap: 18px;
}

body.elite-kabina .p31-command-card {
  background: linear-gradient(180deg, #ffffff, var(--p31-soft));
}

body.elite-dorabotka .p31-command-card {
  border-style: dashed;
}

body.elite-dorabotka .p31-command-card span {
  background: var(--p31-b);
}

body.elite-profiads .p31-command-layout {
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.9fr);
}

body.elite-profiads .p31-command-card::before {
  width: 100%;
  height: 5px;
  inset: 0 0 auto 0;
}

@media (max-width: 1120px) {
  body.elite-truksale .p31-command-grid,
  body.elite-site .p31-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.elite-site .p31-command-layout,
  body.elite-truksale .p31-command-layout,
  body.elite-profiads .p31-command-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.elite-site .p31-command-center {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  body.elite-site .p31-command-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  body.elite-site .p31-head-link {
    width: 100%;
    min-height: 48px;
    white-space: normal;
  }

  body.elite-truksale .p31-command-grid,
  body.elite-site .p31-command-grid {
    grid-template-columns: 1fr;
  }

  body.elite-site .p31-command-card {
    min-height: auto;
    padding: 20px;
  }

  body.elite-site .p31-command-card h3 {
    font-size: 19px;
  }

  body.elite-site .p31-command-panel {
    padding: 22px;
  }

  body.elite-site .p31-panel-metrics {
    grid-template-columns: 1fr;
  }

  body.elite-site .p31-panel-metrics span {
    min-height: 72px;
  }
}

/* Production31 mobile first-screen tightening */
@media (max-width: 720px) {
  body.elite-site .elite-header,
  body.mvp5-service-page .mvp5-header {
    width: min(calc(100% - 20px), 1180px);
    min-height: 54px;
    margin: 8px auto 0;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
  }

  body.elite-site .elite-header nav,
  body.mvp5-service-page .mvp5-header nav {
    display: none;
  }

  body.elite-site .elite-logo,
  body.mvp5-service-page .mvp5-brand {
    min-width: 0;
    font-size: 16px;
    line-height: 1.1;
  }

  body.elite-site .elite-call,
  body.mvp5-service-page .mvp5-call {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 12px;
    line-height: 1;
    border-radius: 8px;
    white-space: nowrap;
  }

  body.elite-site .elite-hero,
  body.mvp5-service-page .mvp5-hero {
    padding-top: 14px;
    padding-bottom: 24px;
    min-height: auto;
  }

  body.elite-site .elite-container,
  body.mvp5-service-page .mvp5-container {
    width: min(calc(100% - 20px), 1180px);
  }

  body.elite-site .elite-hero-grid,
  body.mvp5-service-page .mvp5-hero-grid,
  body.mvp5-service-page.elite-truksale .mvp5-hero-grid,
  body.mvp5-service-page.elite-remont .mvp5-hero-grid,
  body.mvp5-service-page.elite-kabina .mvp5-hero-grid,
  body.mvp5-service-page.elite-dorabotka .mvp5-hero-grid,
  body.mvp5-service-page.elite-profiads .mvp5-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
  }

  body.elite-site .elite-hero-copy,
  body.mvp5-service-page .mvp5-hero-grid > div:first-child {
    order: 1;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 8px;
  }

  body.elite-site .elite-visual,
  body.mvp5-service-page .mvp5-proof {
    order: 2;
  }

  body.elite-site .elite-kicker,
  body.mvp5-service-page .mvp5-eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.25;
  }

  body.elite-site .elite-hero h1,
  body.mvp5-service-page .mvp5-hero h1 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  body.elite-site .elite-lead,
  body.mvp5-service-page .mvp5-lead {
    margin-bottom: 12px;
    font-size: 14.5px;
    line-height: 1.45;
    max-width: calc(100vw - 58px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.elite-site .elite-actions,
  body.mvp5-service-page .mvp5-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.elite-site .elite-cta,
  body.mvp5-service-page .mvp5-primary,
  body.mvp5-service-page .mvp5-secondary {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 8px;
  }

  body.elite-site .elite-visual {
    min-height: 250px;
    border-radius: 8px;
  }

  body.mvp5-service-page .mvp5-proof {
    min-height: auto;
    padding: 16px;
    border-radius: 8px;
  }

  body.mvp5-service-page .mvp5-proof b {
    font-size: 17px;
  }

  body.mvp5-service-page .mvp5-proof p {
    font-size: 13.5px;
    line-height: 1.45;
  }

  body.elite-site .elite-stats {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  body.elite-site .elite-stat {
    min-height: auto;
    padding: 14px;
  }
}

/* Leasing stock marketplace block */
.lease-stock-hub {
  background: #eef3f7;
  border-top: 1px solid #d9e2ea;
  border-bottom: 1px solid #d9e2ea;
}
.lease-stock-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
  gap: 20px;
  align-items: end;
}
.lease-stock-head h2 {
  max-width: 940px;
}
.lease-stock-head p {
  max-width: 880px;
}
.lease-stock-summary {
  display: grid;
  gap: 10px;
}
.lease-stock-summary span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}
.lease-stock-summary b {
  color: #0f172a;
  font-size: 20px;
  line-height: 1;
}
.lease-category-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.lease-category-nav article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d7e0e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}
.lease-category-nav article.is-active {
  border-color: #0f172a;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
}
.lease-category-nav span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.lease-category-nav span b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 24px;
  border-radius: 8px;
  padding: 0 8px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  line-height: 1;
}
.lease-category-nav article.is-active span b {
  background: #0f172a;
  color: #fff;
}
.lease-category-nav h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
}
.lease-category-nav p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}
.lease-category-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}
.lease-category-nav button,
.lease-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  padding: 0 11px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.lease-category-nav button {
  border: 1px solid #0f172a;
  background: #0f172a;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.lease-category-nav a {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
}
.lease-stock-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(4, minmax(132px, .8fr));
  gap: 10px;
  align-items: end;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.lease-stock-toolbar label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}
.lease-stock-toolbar input,
.lease-stock-toolbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 12px;
  color: #0f172a;
  background: #f8fafc;
  font: inherit;
  font-size: 14px;
  outline: none;
}
.lease-stock-toolbar input:focus,
.lease-stock-toolbar select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}
.lease-view-switch {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  min-width: 0;
}
.lease-view-switch button,
.lease-save-search,
.lease-lot-actions a,
.lease-lot-actions button,
.lease-compare-bar a,
.lease-compare-bar button {
  min-height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.lease-view-switch button.is-active,
.lease-save-search,
.lease-lot-actions a,
.lease-lot-actions button.is-active,
.lease-compare-bar a {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
}
.lease-save-search {
  grid-column: span 2;
}
.lease-filter-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: #f8fafc;
}
.lease-filter-summary > span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}
.lease-filter-summary > div {
  display: flex;
  flex: 1 1 280px;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.lease-filter-summary b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}
.lease-filter-summary button {
  min-height: 34px;
  border: 1px solid #0f172a;
  border-radius: 8px;
  padding: 0 12px;
  background: #0f172a;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.lease-filter-summary button:disabled {
  border-color: #cbd5e1;
  background: #e2e8f0;
  color: #64748b;
  cursor: default;
}
.lease-saved-note {
  min-height: 24px;
  margin-top: 10px;
  color: #166534;
  font-size: 14px;
  font-weight: 800;
}
.lease-stock-grid {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.lease-stock-grid[data-lease-view-state="grid"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lease-lot-card {
  display: grid;
  grid-template-rows: auto 156px auto auto auto auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d7e0e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}
.lease-lot-card[hidden] {
  display: none !important;
}
.lease-lot-top,
.lease-lot-actions,
.lease-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lease-lot-top {
  justify-content: space-between;
}
.lease-lot-top span,
.lease-docs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}
.lease-lot-top button[data-lease-favorite] {
  width: 34px;
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
}
.lease-lot-top button[data-lease-favorite].is-active {
  border-color: #ea580c;
  background: #fff7ed;
  color: #c2410c;
}
.lease-status.is-ready {
  background: #dcfce7;
  color: #166534;
}
.lease-status.is-inspection {
  background: #dbeafe;
  color: #1d4ed8;
}
.lease-status.is-reserved {
  background: #fef3c7;
  color: #92400e;
}
.lease-lot-media {
  display: grid;
  place-items: center;
  min-height: 140px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, .08), transparent 42%),
    #f8fafc;
  color: #0f172a;
}
.lease-lot-media span {
  display: grid;
  place-items: center;
  width: min(62%, 180px);
  aspect-ratio: 16 / 9;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
}
.lease-lot-code {
  margin: 0 0 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.lease-lot-main h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: 0;
}
.lease-lot-main p:not(.lease-lot-code) {
  margin: 8px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}
.lease-lot-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
.lease-lot-specs div {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.lease-lot-specs dt {
  margin: 0 0 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.lease-lot-specs dd {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
}
.lease-lot-price {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
}
.lease-lot-price strong {
  color: #0f172a;
  font-size: 22px;
  line-height: 1;
}
.lease-lot-price span {
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
}
.lease-lot-actions {
  align-self: end;
}
.lease-lot-actions a,
.lease-lot-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lease-lot-actions button {
  background: #fff;
  color: #0f172a;
}
.lease-stock-grid[data-lease-view-state="list"] {
  grid-template-columns: 1fr;
}
.lease-stock-grid[data-lease-view-state="list"] .lease-lot-card {
  grid-template-columns: 168px minmax(0, 1fr) minmax(240px, .45fr);
  grid-template-rows: auto auto auto;
  align-items: start;
}
.lease-stock-grid[data-lease-view-state="list"] .lease-lot-top {
  grid-column: 1 / -1;
}
.lease-stock-grid[data-lease-view-state="list"] .lease-lot-media {
  grid-row: 2 / 5;
  min-height: 160px;
}
.lease-stock-grid[data-lease-view-state="list"] .lease-lot-price,
.lease-stock-grid[data-lease-view-state="list"] .lease-lot-actions {
  grid-column: 3;
}
.lease-stock-grid[data-lease-view-state="table"] {
  grid-template-columns: 1fr;
}
.lease-stock-grid[data-lease-view-state="table"] .lease-lot-card {
  grid-template-columns: minmax(220px, 1.1fr) minmax(220px, 1fr) minmax(180px, .8fr) minmax(220px, .9fr);
  grid-template-rows: auto;
  align-items: center;
  padding: 12px;
}
.lease-stock-grid[data-lease-view-state="table"] .lease-lot-top {
  grid-column: 1 / -1;
}
.lease-stock-grid[data-lease-view-state="table"] .lease-lot-media,
.lease-stock-grid[data-lease-view-state="table"] .lease-lot-main p:not(.lease-lot-code),
.lease-stock-grid[data-lease-view-state="table"] .lease-docs {
  display: none;
}
.lease-stock-grid[data-lease-view-state="table"] .lease-lot-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lease-stock-grid[data-lease-view-state="table"] .lease-lot-actions {
  justify-content: flex-end;
}
.lease-compare-bar {
  position: sticky;
  bottom: 12px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid #0f172a;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
}
.lease-compare-bar span {
  font-weight: 900;
}
.lease-deal-board {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 18px;
}
.lease-deal-board__lead,
.lease-deal-matrix article {
  border: 1px solid #d7e0e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}
.lease-deal-board__lead {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}
.lease-deal-board__lead h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.18;
}
.lease-deal-board__lead p:not(.elite-kicker) {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}
.lease-deal-board__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}
.lease-deal-board__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #0f172a;
  border-radius: 8px;
  padding: 0 12px;
  background: #0f172a;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}
.lease-deal-board__actions a + a {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
}
.lease-deal-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lease-deal-matrix article {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
}
.lease-deal-matrix span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.lease-deal-matrix b {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.25;
}
.lease-deal-matrix p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}
.lease-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.lease-trust-grid article {
  padding: 18px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: #fff;
}
.lease-trust-grid span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
}
.lease-trust-grid h3 {
  margin: 8px 0 8px;
  color: #0f172a;
  font-size: 18px;
}
.lease-trust-grid p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .lease-stock-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lease-search-field,
  .lease-view-switch,
  .lease-save-search {
    grid-column: 1 / -1;
  }
  .lease-stock-grid[data-lease-view-state="grid"],
  .lease-category-nav,
  .lease-deal-board,
  .lease-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lease-stock-grid[data-lease-view-state="list"] .lease-lot-card,
  .lease-stock-grid[data-lease-view-state="table"] .lease-lot-card {
    grid-template-columns: 1fr;
  }
  .lease-stock-grid[data-lease-view-state="list"] .lease-lot-top,
  .lease-stock-grid[data-lease-view-state="list"] .lease-lot-price,
  .lease-stock-grid[data-lease-view-state="list"] .lease-lot-actions,
  .lease-stock-grid[data-lease-view-state="list"] .lease-lot-media,
  .lease-stock-grid[data-lease-view-state="table"] .lease-lot-top {
    grid-column: auto;
    grid-row: auto;
  }
  .lease-stock-grid[data-lease-view-state="table"] .lease-lot-media {
    display: grid;
  }
  .lease-stock-grid[data-lease-view-state="table"] .lease-lot-main p:not(.lease-lot-code),
  .lease-stock-grid[data-lease-view-state="table"] .lease-docs {
    display: flex;
  }
  .lease-stock-grid[data-lease-view-state="table"] .lease-lot-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 760px) {
  .lease-stock-head,
  .lease-stock-toolbar,
  .lease-stock-grid[data-lease-view-state="grid"],
  .lease-category-nav,
  .lease-deal-board,
  .lease-deal-matrix,
  .lease-deal-board__actions,
  .lease-trust-grid,
  .lease-lot-specs {
    grid-template-columns: 1fr;
  }
  .lease-stock-toolbar {
    padding: 12px;
  }
  .lease-view-switch {
    grid-template-columns: 1fr;
  }
  .lease-save-search,
  .lease-filter-summary button,
  .lease-category-nav button,
  .lease-category-nav a,
  .lease-deal-board__actions a,
  .lease-view-switch button,
  .lease-lot-actions a,
  .lease-lot-actions button,
  .lease-compare-bar a,
  .lease-compare-bar button {
    width: 100%;
  }
  .lease-lot-card {
    grid-template-rows: auto;
    padding: 14px;
  }
  .lease-lot-media {
    min-height: 124px;
  }
  .lease-lot-main h3 {
    font-size: 18px;
  }
  .lease-lot-price strong {
    font-size: 20px;
  }
  .lease-compare-bar {
    position: static;
    flex-direction: column;
    align-items: stretch;
  }
}

/* Multisite SEO expansion 2026-08-26 */
.seo-expansion,.seo-section,.seo-hero{background:#f8fafc}.seo-expansion{border-top:1px solid #d9e2ea;border-bottom:1px solid #d9e2ea}.seo-expansion .seo-expansion__head,.seo-expansion .seo-expansion__grid,.seo-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.seo-expansion .seo-expansion__head{padding:48px 0 18px}.seo-expansion .seo-expansion__head p,.seo-lead,.seo-local-focus,.seo-panel p,.seo-assurance-card p,.seo-route-head p,.seo-route-item p,.seo-local-head p,.seo-local-item p,.seo-form p{color:#475569}.seo-expansion .seo-expansion__grid,.seo-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.seo-expansion .seo-expansion__grid{padding:0 0 48px}.seo-expansion a,.seo-mini-card{display:grid;gap:8px;align-content:start;padding:16px;min-width:0;min-height:112px;border:1px solid #d9e2ea;border-radius:8px;background:#fff;color:#0f172a;text-decoration:none;overflow-wrap:anywhere}.seo-expansion a span,.seo-mini-card span,.seo-eyebrow{color:#64748b;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.seo-local-focus{width:min(760px,100%);margin:14px 0 0;padding:12px 14px;border:1px solid color-mix(in srgb,var(--seo-accent,#2563eb),transparent 72%);border-radius:8px;background:rgba(255,255,255,.78);font-size:15px;font-weight:700;line-height:1.45;text-transform:none}.seo-expansion a strong,.seo-mini-card strong{font-size:15px;line-height:1.25;overflow-wrap:anywhere;hyphens:auto}.seo-expansion a em,.seo-mini-card em{color:#475569;font-size:13px;font-style:normal;line-height:1.35;overflow-wrap:anywhere}.seo-expansion__all{display:inline-flex;align-items:center;margin-top:16px;min-height:44px;padding:0 14px;border-radius:8px;background:#0f172a;color:#fff !important}.seo-topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px max(16px,calc((100vw - 1180px) / 2));border-bottom:1px solid #d9e2ea;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}.seo-brand{min-height:44px;display:inline-flex;align-items:center;color:#0f172a;font-weight:900;text-decoration:none}.seo-topbar nav{display:flex;flex-wrap:wrap;gap:10px}.seo-topbar nav a,.seo-contact-line a{min-height:44px;display:inline-flex;align-items:center;color:#0f172a;text-decoration:none;font-weight:700}.seo-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px;color:#64748b;font-size:14px;font-weight:800;line-height:1.35}.seo-breadcrumbs a,.seo-breadcrumbs span{display:inline-flex;align-items:center;min-height:44px;color:inherit;text-decoration:none}.seo-breadcrumbs a:hover{color:#2563eb}.seo-breadcrumbs a::after{content:"/";margin-left:8px;color:#94a3b8}.seo-breadcrumbs span{max-width:min(760px,100%);color:#0f172a;overflow-wrap:anywhere}.seo-hero{padding:54px 0 32px}.seo-hero-grid,.seo-two{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;align-items:start}.seo-assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.seo-guide-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:16px;align-items:stretch}.seo-decision-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:16px;align-items:stretch}.seo-hero h1{margin:10px 0 14px;color:#0f172a;font-size:52px;line-height:1.05;letter-spacing:0}.seo-actions,.seo-contact-line{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.seo-primary,.seo-secondary,.seo-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid #0f172a;border-radius:8px;font-weight:800;text-decoration:none}.seo-primary,.seo-form button{background:#0f172a;color:#fff}.seo-secondary{background:#fff;color:#0f172a}.seo-proof,.seo-panel,.seo-assurance-card,.seo-guide-article,.seo-guide-note,.seo-decision-panel,.seo-risk-panel,.seo-comparison-panel,.seo-comparison-item,.seo-local-panel,.seo-local-item,.seo-prep-panel,.seo-prep-item,.seo-route-panel,.seo-route-item,.seo-cluster-card,.seo-city-card,.seo-form,.seo-faq details{border:1px solid #d9e2ea;border-radius:8px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.08)}.seo-proof,.seo-panel,.seo-assurance-card,.seo-guide-article,.seo-guide-note,.seo-decision-panel,.seo-risk-panel,.seo-comparison-panel,.seo-local-panel,.seo-prep-panel,.seo-route-panel,.seo-cluster-card,.seo-city-card,.seo-form{padding:20px}.seo-guide-article,.seo-guide-note,.seo-decision-panel,.seo-risk-panel,.seo-comparison-panel,.seo-comparison-item,.seo-local-panel,.seo-local-item,.seo-prep-panel,.seo-prep-item,.seo-route-panel,.seo-route-item,.seo-cluster-card{min-width:0;overflow-wrap:anywhere}.seo-assurance-card{display:grid;gap:8px}.seo-assurance-card span{color:#2563eb;font-size:12px;font-weight:900}.seo-assurance-card h3,.seo-assurance-card p{margin:0}.seo-assurance-card h3{color:#0f172a;font-size:20px;line-height:1.18}.seo-proof ul,.seo-checks,.seo-steps,.seo-guide-list,.seo-risk-list{margin:14px 0 0;padding-left:20px}.seo-proof li,.seo-checks li,.seo-steps li,.seo-guide-list li,.seo-risk-list li{margin-bottom:8px}.seo-decision-list{margin:16px 0 0;display:grid;gap:10px}.seo-decision-item{min-width:0;padding:12px;border:1px solid #d9e2ea;border-radius:8px;background:#f8fafc}.seo-decision-item dt{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.seo-decision-item dd{margin:5px 0 0;color:#0f172a}.seo-decision-item dd strong,.seo-decision-item dd span{display:block;min-width:0;overflow-wrap:anywhere}.seo-decision-item dd span{margin-top:4px;color:#475569;font-size:14px;line-height:1.4}.seo-compare-section{background:#fff}.seo-local-section{background:#fff}.seo-local-head{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,1fr);gap:18px;align-items:start}.seo-local-head h2,.seo-local-head p{margin:0}.seo-local-head p{line-height:1.5}.seo-local-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.seo-local-item{padding:14px;background:#f8fafc}.seo-local-item span,.seo-local-item strong,.seo-local-item p{display:block;min-width:0;overflow-wrap:anywhere}.seo-local-item span{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.seo-local-item strong{margin-top:6px;color:#0f172a;line-height:1.25}.seo-local-item p{margin:6px 0 0;font-size:14px;line-height:1.42}.seo-comparison-head{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:18px;align-items:start}.seo-comparison-head h2,.seo-comparison-head p{margin:0}.seo-comparison-head p{color:#475569;line-height:1.5}.seo-comparison-list{margin:18px 0 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.seo-comparison-item{padding:14px;background:#f8fafc}.seo-comparison-item dt{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.seo-comparison-item dd{margin:6px 0 0;color:#0f172a}.seo-comparison-item strong,.seo-comparison-item span{display:block;min-width:0;overflow-wrap:anywhere}.seo-comparison-item span{margin-top:6px;color:#475569;font-size:14px;line-height:1.42}.seo-prep-section{background:#eef3f7}.seo-prep-head{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,1fr);gap:18px;align-items:start}.seo-prep-head h2,.seo-prep-head p{margin:0}.seo-prep-head p{color:#475569;line-height:1.5}.seo-prep-list{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.seo-prep-item{padding:14px;background:#fff}.seo-prep-item span,.seo-prep-item strong,.seo-prep-item p{display:block;min-width:0;overflow-wrap:anywhere}.seo-prep-item span{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.seo-prep-item strong{margin-top:6px;color:#0f172a;line-height:1.25}.seo-prep-item p{margin:6px 0 0;color:#475569;font-size:14px;line-height:1.42}.seo-route-section{background:#fff}.seo-route-head{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,1fr);gap:18px;align-items:start}.seo-route-head h2,.seo-route-head p{margin:0}.seo-route-head p{line-height:1.5}.seo-route-list{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.seo-route-item{padding:14px;background:#f8fafc}.seo-route-item span,.seo-route-item strong,.seo-route-item p{display:block;min-width:0;overflow-wrap:anywhere}.seo-route-item span{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.seo-route-item strong{margin-top:6px;color:#0f172a;line-height:1.25}.seo-route-item p{margin:6px 0 0;font-size:14px;line-height:1.42}.seo-section{padding:36px 0}.seo-muted{background:#eef3f7}.seo-next-steps{padding:18px 0 0;background:#f8fafc}.seo-next-steps__grid,.seo-repeat-cta__inner,.seo-hub-control__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.seo-next-steps__grid>div,.seo-repeat-cta__inner,.seo-hub-control__inner,.seo-error-search{min-width:0;padding:16px;border:1px solid #cbd5e1;border-radius:10px;background:#ffffff}.seo-next-steps span{width:30px;height:30px;display:inline-grid;place-items:center;color:#ffffff;background:var(--seo-accent);border-radius:999px;font-weight:900}.seo-next-steps strong,.seo-repeat-cta__inner h2{display:block;margin-top:8px;color:#0f172a;line-height:1.2}.seo-next-steps p,.seo-repeat-cta__inner p,.seo-hub-empty{margin:8px 0 0;color:#475569;line-height:1.45}.seo-next-steps p a{min-height:40px;display:inline-flex;align-items:center;margin:3px 2px 0 0;padding:8px 11px;border-radius:999px;color:#0f172a;background:#eef6ff;font-weight:850;text-decoration:none}.seo-next-steps p a:hover,.seo-next-steps p a:focus-visible{color:#ffffff;background:var(--seo-accent)}.seo-next-steps__actions,.seo-repeat-cta__actions{display:grid;gap:8px}.seo-repeat-cta__inner{grid-template-columns:minmax(0,1fr) minmax(220px,.32fr);align-items:center}.seo-hub-control{padding-top:24px}.seo-hub-control__inner{grid-template-columns:1fr}.seo-hub-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.32fr) auto;gap:10px;align-items:end}.seo-hub-tools label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:900}.seo-hub-tools input,.seo-hub-tools select,.seo-error-search input{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;color:#0f172a;background:#ffffff;font:inherit}.seo-hub-count{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;background:#f8fafc;font-size:13px;font-weight:900;white-space:nowrap}.seo-hub-popular{display:flex;flex-wrap:wrap;gap:8px}.seo-hub-popular a{min-height:40px;display:inline-flex;align-items:center;padding:8px 12px;border:1px solid #cbd5e1;border-radius:999px;color:#0f172a;background:#f8fafc;font-size:13px;font-weight:850}.seo-hub-empty[hidden]{display:none}.seo-error-search{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.seo-error-search label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:900}@media (max-width:760px){.seo-next-steps__grid,.seo-repeat-cta__inner,.seo-hub-tools,.seo-error-search{grid-template-columns:1fr}.seo-next-steps__actions,.seo-repeat-cta__actions{align-content:start}}.seo-form{display:grid;gap:12px}.seo-form-context{margin:0;padding:12px 14px;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;background:#f8fafc;font-size:13px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.seo-phone-error,.seo-form-status{margin:0;font-size:13px;line-height:1.4}.seo-phone-error{display:none;color:#b91c1c;font-weight:800}.seo-phone-error.is-visible{display:block}.seo-form-status{color:#334155;font-weight:800}.seo-form input[aria-invalid="true"]{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}.seo-consent{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start;margin:0;min-height:48px;padding:13px 12px;border:1px solid #cbd5e1;border-radius:8px;color:#334155;background:#fff;font-size:13px;font-weight:750;line-height:1.4}.seo-consent.is-invalid{border-color:#dc2626;background:#fff7f7}.seo-consent input[type="checkbox"]{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;margin:0;padding:0;border-radius:4px;accent-color:#0f172a}.seo-static-request h3{margin:0}.seo-static-request .seo-primary,.seo-static-request .seo-secondary{width:100%;box-sizing:border-box}.seo-form label{display:grid;gap:6px;font-weight:800}.seo-form input,.seo-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:12px;font:inherit}.seo-faq{display:grid;gap:10px}.seo-faq details{padding:16px}.seo-faq summary{cursor:pointer;font-weight:900}.seo-index-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.seo-cluster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.seo-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.seo-city-card{min-width:0}.seo-cluster-card h3,.seo-city-card h3,.seo-guide-note h3{margin:0 0 8px;color:#0f172a;line-height:1.2}.seo-cluster-card p,.seo-city-card p,.seo-guide-note p{margin:0 0 12px;color:#475569;line-height:1.45}.seo-cluster-card div,.seo-city-card div{display:grid;gap:8px}.seo-cluster-card a,.seo-city-card a{min-height:44px;display:inline-flex;align-items:center;color:#0f172a;font-weight:800;line-height:1.2;text-decoration:none;overflow-wrap:anywhere}.seo-footer{border-top:1px solid rgba(15,23,42,.1);background:#fff;padding:28px 0 calc(28px + env(safe-area-inset-bottom))}.seo-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.seo-footer__inner>a{color:#0f172a;font-weight:900;text-decoration:none}.seo-footer nav{display:flex;flex-wrap:wrap;gap:10px 16px}.seo-footer nav a{min-height:44px;display:inline-flex;align-items:center;color:#475569;font-weight:800;text-decoration:none}.seo-footer nav a:hover{color:#2563eb}body{font-family:"Segoe UI Variable","Segoe UI","Manrope",Tahoma,Arial,sans-serif;font-optical-sizing:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums}body.seo-page{--seo-bg:#f6f8fb;--seo-ink:#111827;--seo-muted:#536171;--seo-line:#d5dee8;--seo-surface:#ffffff;--seo-soft:#eef4f7;--seo-tint:#edf4f8;--seo-deep:#111827;--seo-accent:#2563eb;--seo-accent-2:#f59e0b;--seo-grid:rgba(37,99,235,.12);--seo-shadow:0 20px 48px rgba(15,23,42,.09);--seo-shadow-strong:0 28px 70px rgba(15,23,42,.16);background:var(--seo-bg);color:var(--seo-ink)}body.seo-page.elite-zapchasti{--seo-bg:#f4f8f9;--seo-ink:#142533;--seo-muted:#546674;--seo-line:#cbdbe4;--seo-soft:#eaf3f4;--seo-tint:#eef6f2;--seo-deep:#12394f;--seo-accent:#0f6c7f;--seo-accent-2:#e1a11a;--seo-grid:rgba(15,108,127,.13)}body.seo-page.elite-truksale{--seo-bg:#f6f7f8;--seo-ink:#111827;--seo-muted:#5b6572;--seo-line:#d8dee7;--seo-soft:#eef3f2;--seo-tint:#fff4ed;--seo-deep:#17212b;--seo-accent:#b42318;--seo-accent-2:#0f766e;--seo-grid:rgba(180,35,24,.11)}body.seo-page.elite-profiads{--seo-bg:#f5f8f4;--seo-ink:#122017;--seo-muted:#526070;--seo-line:#d7e2dc;--seo-soft:#eef7ef;--seo-tint:#eef5ff;--seo-deep:#14532d;--seo-accent:#16a34a;--seo-accent-2:#2563eb;--seo-grid:rgba(22,163,74,.12)}body.seo-page.elite-remont{--seo-bg:#f6f7f8;--seo-ink:#11161c;--seo-muted:#5b6470;--seo-line:#d8e0e7;--seo-soft:#edf4f8;--seo-tint:#fff2eb;--seo-deep:#111827;--seo-accent:#ef5b2a;--seo-accent-2:#1584c7;--seo-grid:rgba(239,91,42,.12)}body.seo-page.elite-dorabotka{--seo-bg:#f5f6f4;--seo-ink:#172026;--seo-muted:#5d6872;--seo-line:#d8dedb;--seo-soft:#edf5f3;--seo-tint:#fff1ee;--seo-deep:#7f1d1d;--seo-accent:#0f766e;--seo-accent-2:#b42318;--seo-grid:rgba(15,118,110,.12)}body.seo-page.elite-kabina{--seo-bg:#f6f6f8;--seo-ink:#121926;--seo-muted:#586575;--seo-line:#d9dfe8;--seo-soft:#eff5f7;--seo-tint:#fff4ec;--seo-deep:#121926;--seo-accent:#e24b2d;--seo-accent-2:#0f766e;--seo-grid:rgba(226,75,45,.11)}body.seo-page .seo-expansion,body.seo-page .seo-section,body.seo-page .seo-hero{background:var(--seo-bg)}body.seo-page .seo-hero{position:relative;isolation:isolate;overflow:hidden;padding:58px 0 42px;background-color:var(--seo-bg);background-image:linear-gradient(135deg,var(--seo-tint),transparent 56%),linear-gradient(0deg,rgba(255,255,255,.92),rgba(255,255,255,.52))}body.seo-page .seo-hero::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.65;background-image:linear-gradient(90deg,var(--seo-grid) 1px,transparent 1px),linear-gradient(0deg,var(--seo-grid) 1px,transparent 1px);background-size:44px 44px}body.seo-page.elite-remont .seo-hero::after{background-image:repeating-linear-gradient(135deg,rgba(239,91,42,.13) 0 2px,transparent 2px 18px)}body.seo-page.elite-dorabotka .seo-hero::after{background-size:32px 32px}body.seo-page.elite-kabina .seo-hero::after{background-image:linear-gradient(90deg,rgba(226,75,45,.12) 0 1px,transparent 1px),linear-gradient(0deg,rgba(15,118,110,.09) 0 1px,transparent 1px)}body.seo-page.elite-profiads .seo-hero::after{background-size:52px 28px}body.seo-page .seo-container{width:min(1160px,calc(100% - 32px))}body.seo-page .seo-topbar{border-color:rgba(17,24,39,.1);background:rgba(255,255,255,.92);box-shadow:0 12px 32px rgba(15,23,42,.07)}body.seo-page .seo-brand{color:var(--seo-deep);letter-spacing:0}body.seo-page .seo-brand::before{content:"";width:12px;height:12px;margin-right:10px;border-radius:3px;background:var(--seo-accent);box-shadow:10px 0 0 var(--seo-accent-2)}body.seo-page .seo-topbar nav a,body.seo-page .seo-contact-line a,body.seo-page .seo-footer nav a{color:var(--seo-ink);border-radius:8px;letter-spacing:0}body.seo-page .seo-topbar nav a:hover,body.seo-page .seo-footer nav a:hover{color:var(--seo-accent)}body.seo-page .seo-breadcrumbs,body.seo-page .seo-lead,body.seo-page .seo-panel p,body.seo-page .seo-assurance-card p,body.seo-page .seo-route-head p,body.seo-page .seo-route-item p,body.seo-page .seo-local-head p,body.seo-page .seo-local-item p,body.seo-page .seo-form p,body.seo-page .seo-guide-note p,body.seo-page .seo-cluster-card p,body.seo-page .seo-city-card p{color:var(--seo-muted)}body.seo-page .seo-eyebrow,body.seo-page .seo-expansion a span,body.seo-page .seo-mini-card span,body.mvp5-service-page .mvp5-eyebrow,body.mvp5-service-page .mvp5-kicker,body.elite-site .elite-kicker,body.profi-site .profi-kicker{color:var(--seo-accent,var(--p23-accent,var(--brand,#2563eb)));letter-spacing:0}body.seo-page .seo-hero h1{max-width:980px;color:var(--seo-ink);font-size:48px;line-height:1.04;letter-spacing:0;text-wrap:balance}body.seo-page .seo-lead{max-width:780px;font-size:18px;line-height:1.58}body.seo-page .seo-hero-grid,body.seo-page .seo-two{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:22px}body.seo-page .seo-primary,body.seo-page .seo-form button,body.seo-page .seo-expansion__all{min-height:48px;border-color:var(--seo-deep);background:var(--seo-deep);color:#fff;box-shadow:0 16px 34px rgba(15,23,42,.16)}body.seo-page .seo-secondary{min-height:48px;border-color:var(--seo-line);color:var(--seo-deep);background:rgba(255,255,255,.9)}body.seo-page .seo-primary:hover,body.seo-page .seo-secondary:hover,body.seo-page .seo-form button:hover,body.seo-page .seo-expansion__all:hover{transform:translateY(-1px)}body.seo-page .seo-proof,body.seo-page .seo-panel,body.seo-page .seo-assurance-card,body.seo-page .seo-guide-article,body.seo-page .seo-guide-note,body.seo-page .seo-decision-panel,body.seo-page .seo-risk-panel,body.seo-page .seo-comparison-panel,body.seo-page .seo-prep-panel,body.seo-page .seo-route-panel,body.seo-page .seo-local-panel,body.seo-page .seo-cluster-card,body.seo-page .seo-city-card,body.seo-page .seo-form,body.seo-page .seo-faq details,body.seo-page .seo-mini-card,body.seo-page .seo-expansion a{border-color:var(--seo-line);border-radius:8px;background:var(--seo-surface);box-shadow:var(--seo-shadow)}body.seo-page .seo-proof{position:relative;overflow:hidden;color:#fff;background:var(--seo-deep);box-shadow:var(--seo-shadow-strong)}body.seo-page .seo-proof::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:26px 26px;opacity:.35}body.seo-page .seo-proof>*{position:relative;z-index:1}body.seo-page .seo-proof-kicker{display:inline-flex;width:fit-content;min-height:28px;align-items:center;padding:0 10px;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:#fff;background:rgba(255,255,255,.12);font-size:12px;font-weight:850;letter-spacing:0}body.seo-page .seo-proof b{display:block;margin-top:14px;color:#fff;font-size:24px;line-height:1.1}body.seo-page .seo-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}body.seo-page .seo-proof-grid div{min-width:0;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.1)}body.seo-page .seo-proof-grid span,body.seo-page .seo-proof-grid strong{display:block;min-width:0;overflow-wrap:anywhere}body.seo-page .seo-proof-grid span{color:rgba(255,255,255,.72);font-size:12px;font-weight:800;letter-spacing:0}body.seo-page .seo-proof-grid strong{margin-top:5px;color:#fff;font-size:15px;line-height:1.25}body.seo-page .seo-assurance-card span{color:var(--seo-accent)}body.seo-page .seo-panel,body.seo-page .seo-guide-article,body.seo-page .seo-decision-panel,body.seo-page .seo-comparison-panel,body.seo-page .seo-prep-panel,body.seo-page .seo-route-panel,body.seo-page .seo-local-panel,body.seo-page .seo-form{border-top:1px solid var(--seo-line)}body.seo-page .seo-prep-section,body.seo-page .seo-muted{background:var(--seo-soft)}body.seo-page .seo-compare-section{background:#fff}body.seo-page .seo-route-section{background:#fff}body.seo-page .seo-local-section{background:#fff}body.seo-page .seo-comparison-item,body.seo-page .seo-prep-item,body.seo-page .seo-route-item,body.seo-page .seo-local-item,body.seo-page .seo-decision-item{border-color:rgba(15,23,42,.08);background:#f8fafc;box-shadow:none}body.seo-page .seo-prep-item,body.seo-page .seo-route-item,body.seo-page .seo-local-item{background:#fff}body.seo-page .seo-mini-card,body.seo-page .seo-expansion a,body.seo-page .seo-cluster-card,body.seo-page .seo-city-card{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}body.seo-page .seo-mini-card::before,body.seo-page .seo-expansion a::before,body.seo-page .seo-cluster-card::before,body.seo-page .seo-city-card::before{display:none}body.seo-page .seo-mini-card:hover,body.seo-page .seo-expansion a:hover,body.seo-page .seo-cluster-card:hover,body.seo-page .seo-city-card:hover{transform:translateY(-2px);border-color:var(--seo-accent);box-shadow:var(--seo-shadow-strong)}body.seo-page .seo-mini-card strong,body.seo-page .seo-expansion a strong,body.seo-page .seo-cluster-card h3,body.seo-page .seo-city-card h3,body.seo-page .seo-guide-note h3,body.seo-page .seo-assurance-card h3,body.seo-page .seo-section h2{color:var(--seo-ink);letter-spacing:0}body.seo-page .seo-section h2{font-size:34px;line-height:1.12;text-wrap:balance}body.seo-page .seo-mini-card em,body.seo-page .seo-expansion a em,body.seo-page .seo-comparison-item span,body.seo-page .seo-prep-item p,body.seo-page .seo-route-item p,body.seo-page .seo-local-item p,body.seo-page .seo-decision-item dd span{color:var(--seo-muted)}body.seo-page .seo-form input,body.seo-page .seo-form textarea{min-height:48px;border-color:var(--seo-line);color:var(--seo-ink);background:#fff}body.seo-page .seo-form textarea{min-height:118px}body.seo-page .seo-form input:focus,body.seo-page .seo-form textarea:focus{border-color:var(--seo-accent);box-shadow:0 0 0 3px rgba(37,99,235,.12);outline:0}body.seo-page .seo-consent{border-color:var(--seo-line);background:#fff}body.seo-page .seo-consent input[type="checkbox"]{accent-color:var(--seo-accent)}body.seo-page .seo-faq details[open]{border-color:var(--seo-accent)}body.seo-page .seo-footer{border-color:var(--seo-line);background:#fff}body.mvp5-service-page h1,body.elite-site .elite-hero h1,body.profi-site .profi-hero h1,body[data-page="home"] .hero h1,body[data-page="catalog"] .page-hero h1,body[data-page="product"] .product-title h1{font-size:46px;line-height:1.05;letter-spacing:0}body.mvp5-service-page h2,body.elite-site .elite-section-title h2,body.profi-site section h2,body[data-page] .section-head h2,body[data-page] .page-hero h1{letter-spacing:0}.product-card,.category-card,.catalog-hub-card,.truck-product-card,.lease-lot-card,.elite-service-card,.elite-reference-card,.mvp5-lead-card,.mvp5-photo-brief-card,.profi-service-card,.profi-proof-card,.profi-audit-card,.seo-local-item,.seo-mini-card,.seo-expansion a{min-width:0;contain:layout paint}.product-card{grid-template-rows:138px minmax(0,1fr) auto}.product-media{min-height:138px}.product-title-link,.product-article,.product-signal-row,.product-signal-row span,.stock,.price,.price-request,.product-note,.category-card strong,.category-card p,.category-card span,.catalog-hub-card h3,.truck-product-card,.truck-product-card *,.lease-lot-card,.lease-lot-card *,.elite-service-card,.elite-service-card *,.elite-reference-card,.elite-reference-card *,.mvp5-lead-card,.mvp5-lead-card *,.mvp5-photo-brief-card,.mvp5-photo-brief-card *,.profi-service-card,.profi-service-card *,.profi-proof-card,.profi-proof-card *,.profi-audit-card,.profi-audit-card *,.seo-local-item,.seo-mini-card,.seo-expansion a{overflow-wrap:anywhere;hyphens:auto}.product-title-link{min-height:3.75em}.product-card-next{min-width:0;margin-top:8px;display:grid;grid-template-columns:minmax(96px,max-content) minmax(0,1fr);gap:8px;align-items:center;min-height:40px;padding:8px 10px;border:1px solid #cbd8e3;border-radius:var(--radius);background:#f8fbfd}.product-card-next span{min-width:0;max-width:100%;color:var(--muted);font-size:11px;font-weight:900;line-height:1.15;text-transform:uppercase;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.product-card-next b{min-width:0;max-width:100%;color:var(--ink);font-size:12px;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.product-price-row{align-items:flex-start;flex-wrap:wrap}.price,.price-request{line-height:1.1}.product-note{min-width:0;flex:1 1 96px;text-align:right}.product-signal-row span{flex:1 1 112px}.product-actions--compact{align-items:stretch}.product-match-panel{min-width:0;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#f8fbfd}.product-match-panel h3{margin:0 0 12px;color:var(--ink);font-size:18px;line-height:1.2}.product-match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-match-item{min-width:0;padding:12px;border:1px solid #d8e3ec;border-radius:var(--radius);background:#fff;overflow-wrap:anywhere}.product-match-item span,.product-match-item b,.product-match-item small{display:block;min-width:0;overflow-wrap:anywhere}.product-match-item span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.product-match-item b{margin-top:5px;color:var(--ink);font-size:14px;line-height:1.22}.product-match-item small{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.35}.seo-mini-card{grid-template-rows:auto minmax(0,1fr) auto}.seo-expansion a{grid-template-rows:auto auto minmax(0,1fr)}.seo-index-list .seo-mini-card{min-height:124px}@media (max-width:900px){.seo-expansion .seo-expansion__grid,.seo-card-grid,.seo-index-list,.seo-hero-grid,.seo-assurance-grid,.seo-guide-grid,.seo-decision-grid,.seo-comparison-head,.seo-comparison-list,.seo-local-head,.seo-local-grid,.seo-prep-head,.seo-prep-list,.seo-route-head,.seo-route-list,.seo-cluster-grid,.seo-city-grid,.seo-two{grid-template-columns:1fr}.seo-topbar{align-items:flex-start;flex-direction:column}.seo-footer__inner{align-items:flex-start;flex-direction:column}.product-card{grid-template-rows:160px minmax(0,1fr) auto}.product-note{text-align:left}.product-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.seo-hero{padding-top:32px}.seo-hero h1{font-size:32px}.seo-expansion .seo-expansion__head,.seo-expansion .seo-expansion__grid,.seo-container{width:min(100% - 24px,1180px)}.seo-expansion .seo-expansion__grid{padding-bottom:32px}.product-card-next,.product-match-grid{grid-template-columns:1fr}}@media (max-width:720px){html{scroll-padding-bottom:104px}body.seo-page{padding-bottom:112px}.seo-mobile-actions{position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));z-index:180;width:auto;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;border:1px solid rgba(15,23,42,.14);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 -16px 38px rgba(15,23,42,.16);backdrop-filter:blur(10px)}.seo-mobile-actions a{min-width:0;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:8px;overflow-wrap:anywhere;text-align:center;text-decoration:none;white-space:normal;line-height:1.15}}@media (max-width:900px){body.seo-page .seo-expansion .seo-expansion__grid,body.seo-page .seo-card-grid,body.seo-page .seo-index-list,body.seo-page .seo-hero-grid,body.seo-page .seo-assurance-grid,body.seo-page .seo-guide-grid,body.seo-page .seo-decision-grid,body.seo-page .seo-comparison-head,body.seo-page .seo-comparison-list,body.seo-page .seo-local-head,body.seo-page .seo-local-grid,body.seo-page .seo-prep-head,body.seo-page .seo-prep-list,body.seo-page .seo-route-head,body.seo-page .seo-route-list,body.seo-page .seo-cluster-grid,body.seo-page .seo-two{grid-template-columns:1fr}body.mvp5-service-page h1,body.elite-site .elite-hero h1,body.profi-site .profi-hero h1,body[data-page="home"] .hero h1,body[data-page="catalog"] .page-hero h1,body[data-page="product"] .product-title h1{font-size:38px}body.seo-page .seo-section h2{font-size:30px}}@media (max-width:640px){body.mvp5-service-page h1,body.elite-site .elite-hero h1,body.profi-site .profi-hero h1,body[data-page="home"] .hero h1,body[data-page="catalog"] .page-hero h1,body[data-page="product"] .product-title h1,body.seo-page .seo-hero h1{font-size:30px}body.seo-page .seo-section h2{font-size:26px}body.seo-page .seo-lead{font-size:16px}body.seo-page .seo-proof-grid{grid-template-columns:1fr}}body.mvp5-service-page .mvp5-service-form .mvp5-service-context{margin:0;padding:10px 12px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:rgba(248,250,252,.92);color:#475569;font-size:13px;line-height:1.45;overflow-wrap:anywhere}body.mvp5-service-page .mvp5-service-form .mvp5-phone-error{display:none;margin:-4px 0 2px;color:#b91c1c;font-size:13px;font-weight:800;line-height:1.35}body.mvp5-service-page .mvp5-service-form .mvp5-phone-error.is-visible{display:block}body.mvp5-service-page .mvp5-service-form input[aria-invalid="true"],body.mvp5-service-page .mvp5-service-form .mvp5-service-consent.is-invalid{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}body.mvp5-service-page .mvp5-service-form .mvp5-service-consent{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start;min-height:48px;padding:13px 12px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:rgba(255,255,255,.78);color:#475569;font-size:13px;font-weight:700;line-height:1.4}body.mvp5-service-page .mvp5-service-form .mvp5-service-consent input[type="checkbox"]{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;margin:0;padding:0;border-radius:4px;flex:0 0 24px;justify-self:start;align-self:start;accent-color:#0f172a}body.mvp5-service-page .mvp5-service-form .mvp5-service-consent.is-invalid{background:#fff7f7;color:#991b1b}.lead-consent,.elite-consent{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:10px;margin:0;min-height:48px;padding:10px 0;color:var(--muted);font-size:13px;line-height:1.45;cursor:pointer}.lead-consent input,.elite-consent input{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;margin:0;justify-self:start;align-self:start;flex:0 0 32px;accent-color:var(--accent,#2563eb)}.form-phone-error,.elite-phone-error{min-height:18px;margin:-6px 0 0;color:#b91c1c;font-size:13px;line-height:1.35;font-weight:800}.form-status.is-error,.elite-form-status.is-error{color:#b91c1c}.form-status.is-ok,.elite-form-status.is-ok{color:#087443}form[data-lead-form] input.is-invalid,.elite-form input.is-invalid{border-color:#b91c1c;box-shadow:0 0 0 3px rgba(185,28,28,.12)}form[data-lead-form] input[type="checkbox"].is-invalid,.elite-form input[type="checkbox"].is-invalid{outline:2px solid #b91c1c;outline-offset:2px}.product-card__tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 44px;gap:6px}.product-card__tools .button-secondary,.product-card__tools .button-ghost,.product-card__tools .button-copy{min-height:38px;padding:7px 8px;font-size:12px}.product-card__copy{min-width:44px;font-size:15px;font-weight:950}body.mvp5-service-page .mvp5-service-evidence{padding-top:clamp(28px,4vw,48px);padding-bottom:clamp(28px,4vw,48px);background:linear-gradient(180deg,color-mix(in srgb,var(--firm-accent),#ffffff 94%),#ffffff);border-top:1px solid var(--firm-grid-line);border-bottom:1px solid var(--firm-grid-line)}body.mvp5-service-page .mvp5-section__head{max-width:780px;margin-bottom:18px}body.mvp5-service-page .mvp5-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}body.mvp5-service-page .mvp5-evidence-card{position:relative;min-height:164px;padding:18px;border:1px solid color-mix(in srgb,var(--firm-accent),#ffffff 70%);border-radius:8px;background:#ffffff;box-shadow:0 18px 38px rgba(15,23,42,.08)}body.mvp5-service-page .mvp5-evidence-card::before{display:none}body.mvp5-service-page .mvp5-evidence-card span{display:inline-flex;margin-bottom:10px;color:var(--firm-accent);font-size:12px;font-weight:900;text-transform:uppercase}body.mvp5-service-page .mvp5-evidence-card strong{display:block;color:var(--firm-ink);font-size:20px;line-height:1.16}body.mvp5-service-page .mvp5-evidence-card p,body.mvp5-service-page .mvp5-evidence-close{color:var(--firm-muted);line-height:1.55}body.mvp5-service-page .mvp5-evidence-close{max-width:760px;margin:16px 0 0;padding:12px 14px;border:1px solid color-mix(in srgb,var(--firm-accent),transparent 72%);border-radius:8px;background:color-mix(in srgb,var(--firm-accent),#ffffff 95%)}body.mvp5-service-page .mvp5-evidence-action{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;margin-top:18px;padding:16px;border:1px solid color-mix(in srgb,var(--firm-accent),#ffffff 70%);border-radius:8px;background:rgba(255,255,255,.9);box-shadow:0 16px 38px rgba(15,23,42,.08)}body.mvp5-service-page .mvp5-evidence-action strong,body.mvp5-service-page .mvp5-evidence-action p{margin:0}body.mvp5-service-page .mvp5-evidence-action strong{display:block;color:var(--firm-ink);font-size:18px;line-height:1.18}body.mvp5-service-page .mvp5-evidence-action p{margin-top:5px;color:var(--firm-muted);line-height:1.45}body.mvp5-service-page .mvp5-evidence-action .mvp5-cta{min-height:44px;white-space:nowrap}@media (max-width:720px){body.mvp5-service-page .mvp5-evidence-grid{grid-template-columns:1fr}body.mvp5-service-page .mvp5-evidence-card{min-height:0}body.mvp5-service-page .mvp5-evidence-action{grid-template-columns:1fr;align-items:stretch}body.mvp5-service-page .mvp5-evidence-action .mvp5-cta{width:100%;justify-content:center;white-space:normal}}.product-actions .button,.product-actions .button-secondary,.product-actions .button-ghost,.product-actions .button-copy,.breadcrumbs a,.hero-shortcuts a,.catalog-shortcuts a,.alphabet-catalog__list a,.seo-breadcrumbs a,body.seo-page .seo-topbar a,body.seo-page .seo-brand,body.seo-page .seo-index-list a,body.seo-page .seo-card-grid a,.final-listing-actions a,.final-listing-actions button,.mvp5-service-page .mvp5-mobile-actions a,.top-line__contacts a,.top-line__nav a,.footer-links a,.info-tile a,.catalog-hub-card__links a,.directory-links a,.filter-group a,.quick-category-row .chip,.seo-footer__inner a,.mobile-contact-bar a,.filter-group summary,.bulk-request summary,.faq-list summary,.seo-faq summary,body.elite-site button,body.mvp5-service-page button,body.mvp5-service-page .mvp5-brand,body.mvp5-service-page .mvp5-header nav a,body.mvp5-service-page .mvp5-faq summary,body.elite-site .elite-header nav a,body.elite-site .elite-footer nav a,body.elite-site .elite-nav a,.profi-nav a,.profi-footer a,body.elite-site a[href^="tel:"],body.mvp5-service-page a[href^="tel:"],body.elite-site a[href*="wa.me"],body.mvp5-service-page a[href*="wa.me"],body.elite-site a[href*="whatsapp"],body.mvp5-service-page a[href*="whatsapp"],.elite-call,.elite-cta,body.mvp5-service-page .mvp5-call,body.elite-site.elite-truksale .truck-category-tabs button,body.elite-site.elite-truksale .truck-view-toggle button,body.elite-site.elite-truksale .truck-compare-bar a,body.elite-site.elite-truksale .truck-compare-bar button,.lease-view-switch button,.lease-save-search,.lease-lot-actions a,.lease-lot-actions button,.lease-category-nav a,.lease-category-nav button,.lease-compare-bar a,.lease-compare-bar button,.profi-choice-row button,.profi-head-actions a[href^="tel:"],.profi-contact-line a,body.elite-site.elite-truksale .truck-product-card .final-listing-actions button[data-market-compare]{min-height:44px !important;min-width:0;display:inline-flex;align-items:center;justify-content:center;line-height:1.15;text-align:center;white-space:normal;overflow-wrap:anywhere}body.elite-site.elite-truksale [data-lease-favorite]{width:44px;min-width:44px !important;flex:0 0 44px;padding-inline:0}.catalog-hub-card__links a{width:100%;justify-content:space-between}.directory-links a{justify-content:space-between}.mobile-contact-bar a{min-height:46px !important;padding:0 6px;line-height:1.12;white-space:nowrap;overflow-wrap:normal;word-break:keep-all}.mobile-contact-bar a[href="cart.html"]{padding-left:4px;padding-right:24px}.profi-nav a{min-width:44px}body.elite-site.elite-truksale .truck-compare-bar,.lease-compare-bar{z-index:90 !important;pointer-events:auto}body.elite-site .elite-service-card{min-height:44px}.lead-consent a,.elite-consent a,.profi-consent a,.dorabot-consent a,.mvp5-consent a,.seo-consent a,body.mvp5-service-page .mvp5-service-consent a{min-height:44px;display:inline-flex;align-items:center;vertical-align:middle}body.seo-page .seo-section p a:not(.seo-primary){min-height:44px;display:inline-flex;align-items:center;vertical-align:middle}body.seo-page .seo-topbar a,body.seo-page .seo-brand,body.seo-page .seo-index-list a,body.seo-page .seo-card-grid a{min-height:44px !important;display:inline-flex !important;align-items:center;line-height:1.25}.elite-consent input,.dorabot-consent input,.mvp5-consent input,.lead-consent input,.profi-consent input{width:32px !important;min-width:32px !important;max-width:32px !important;height:32px !important;min-height:32px !important;max-height:32px !important;flex:0 0 32px !important;margin-top:6px !important;justify-self:start;align-self:start;cursor:pointer}.lead-consent span,.elite-consent span,.profi-consent span,.dorabot-consent span,.mvp5-consent span,body.mvp5-service-page .mvp5-service-consent span{min-height:44px;display:flex;align-items:center}.filter-card label,.field label{min-height:44px;display:grid;align-content:start;gap:8px}.filter-card select,.filter-card input,.field select,.field input,.field textarea{min-height:44px}body.elite-site.elite-truksale .truck-product-card{min-height:0;height:auto;display:flex;flex-direction:column;overflow:visible}body.elite-site.elite-truksale .truck-product-card .final-listing-actions{margin-top:auto}body.elite-site.elite-truksale .truck-product-card .final-listing-actions a,body.elite-site.elite-truksale .truck-product-card .final-listing-actions button{width:auto !important;min-width:44px !important;flex-basis:auto !important}body.elite-site.elite-truksale .truck-product-card .final-listing-actions button[data-market-compare]{width:44px !important;min-width:44px !important;flex:0 0 44px !important}.faq-list summary,.seo-faq summary,.profi-faq__list summary,.elite-faq summary,body.elite-site .elite-faq summary,body.mvp5-service-page .mvp5-faq summary{min-height:44px !important;display:flex !important;align-items:center;gap:10px;padding-top:10px;padding-bottom:10px;line-height:1.25}.breadcrumbs a,.seo-breadcrumbs a,body.mvp5-service-page .mvp5-breadcrumbs a,body.mvp5-service-page nav a,body.mvp5-service-page .mvp5-header nav a,body.elite-site nav a,body.elite-site .elite-header nav a,body.elite-site .elite-nav a,body.profi-site nav a,.profi-nav a{min-width:40px !important;min-height:44px !important;display:inline-flex !important;align-items:center;justify-content:center;box-sizing:border-box}body.elite-site .elite-reference-links a,body.elite-site [data-market-request],body.elite-site .lease-category-nav a,body.elite-site .lease-category-nav button{min-height:44px !important}@media (max-width:720px){.mvp5-service-page .mvp5-mobile-actions a{min-height:46px}}body.mvp5-service-page .mvp5-breadcrumbs{margin:0 0 16px;display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;color:rgba(17,24,39,.64);font-size:14px;line-height:1.35;font-weight:850}body.mvp5-service-page .mvp5-breadcrumbs a{color:inherit;text-decoration:none;min-height:32px;display:inline-flex;align-items:center}body.mvp5-service-page .mvp5-breadcrumbs a:hover,body.mvp5-service-page .mvp5-breadcrumbs a:focus-visible{color:var(--seo-accent,#2563eb)}body.mvp5-service-page .mvp5-breadcrumbs span{color:#111827}body.mvp5-service-page .mvp5-breadcrumbs span::before{content:"/";margin-right:8px;color:rgba(17,24,39,.38)}body.seo-page .seo-topbar nav{align-items:center;flex-wrap:wrap;row-gap:8px}body.seo-page .seo-brand,body.seo-page .seo-topbar a,body.seo-page .seo-primary,body.seo-page .seo-secondary,body.seo-page .seo-mini-card,body.seo-page .seo-cluster-card a,body.seo-page .seo-city-card a,body.seo-page button{outline-offset:4px}body.seo-page .seo-brand:focus-visible,body.seo-page .seo-topbar a:focus-visible,body.seo-page .seo-primary:focus-visible,body.seo-page .seo-secondary:focus-visible,body.seo-page .seo-mini-card:focus-visible,body.seo-page .seo-cluster-card a:focus-visible,body.seo-page .seo-city-card a:focus-visible,body.seo-page button:focus-visible{outline:3px solid color-mix(in srgb,var(--seo-accent),#ffffff 18%);box-shadow:0 0 0 6px color-mix(in srgb,var(--seo-accent),transparent 78%)}body.seo-page .seo-index-list{align-items:stretch}body.seo-page .seo-index-list .seo-mini-card,body.seo-page .seo-card-grid .seo-mini-card{min-height:156px;display:flex;flex-direction:column;justify-content:space-between}.product-card,.filter-card,.aside-card,.form-card,.elite-service-card,.elite-reference-card,.elite-photo-card,.mvp5-lead-card,.mvp5-photo-brief-card,.profi-service-card,.profi-proof-card,.profi-audit-card,.seo-mini-card,.seo-cluster-card,.seo-city-card{transition:border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}.product-card:hover,.filter-card:focus-within,.aside-card:focus-within,.form-card:focus-within,.elite-service-card:hover,.elite-service-card:focus-visible,.elite-reference-card:focus-within,.elite-photo-card:focus-within,.mvp5-lead-card:focus-within,.mvp5-photo-brief-card:focus-within,.profi-service-card:hover,.profi-service-card:focus-within,.profi-proof-card:hover,.profi-proof-card:focus-within,.profi-audit-card:focus-within,.seo-mini-card:hover,.seo-mini-card:focus-visible,.seo-cluster-card:focus-within,.seo-city-card:focus-within{border-color:color-mix(in srgb,var(--seo-accent,#2563eb),#ffffff 18%);box-shadow:0 16px 42px rgba(15,23,42,0.12)}@media (hover:hover) and (pointer:fine){.product-card:hover,.elite-service-card:hover,.profi-service-card:hover,.profi-proof-card:hover,.seo-mini-card:hover{transform:translateY(-2px)}}body.seo-page .seo-mini-card em{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}body.seo-page .seo-cluster-card{display:flex;flex-direction:column}body.seo-page .seo-cluster-card div{margin-top:auto}body.seo-page .seo-cluster-card a{min-height:44px;display:flex;align-items:center}body.seo-page .seo-city-card a{min-height:44px;display:flex;align-items:center}body.seo-page .seo-footer{padding-bottom:28px}@media (min-width:721px){body.seo-page .seo-mobile-actions{display:none !important}}@media (max-width:720px){body.seo-page{padding-bottom:84px}body.seo-page .seo-topbar{padding:18px 16px}body.seo-page .seo-topbar nav{width:100%;justify-content:flex-start}body.seo-page .seo-mobile-actions{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:120;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(148,163,184,0.28);border-radius:8px;background:rgba(255,255,255,0.96);box-shadow:0 16px 44px rgba(15,23,42,0.2);backdrop-filter:blur(12px)}body.seo-page .seo-mobile-actions a{min-width:0;min-height:48px;border-radius:6px;background:var(--seo-ink);color:#fff;font-weight:800;text-decoration:none;overflow-wrap:anywhere}body.seo-page .seo-index-list .seo-mini-card,body.seo-page .seo-card-grid .seo-mini-card{min-height:132px}}body[data-page],body.elite-site,body.profi-site,body.mvp5-service-page,body.seo-page{--ux-bg:#f5f7fa;--ux-surface:#ffffff;--ux-surface-soft:#eef4f7;--ux-ink:#121a24;--ux-muted:#5c6877;--ux-line:rgba(18,26,36,.12);--ux-accent:#0f6c7f;--ux-accent-2:#e1a11a;--ux-deep:#12394f;--ux-shadow:0 20px 52px rgba(15,23,42,.10);--ux-shadow-strong:0 28px 78px rgba(15,23,42,.16);--ux-radius:8px;color:var(--ux-ink);background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,255,255,0) 440px),var(--ux-bg);font-family:"Segoe UI Variable","Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:0}html{scroll-behavior:smooth}:target{scroll-margin-top:96px}.skip-link{position:fixed;left:16px;top:12px;z-index:999;max-width:calc(100% - 32px);padding:10px 14px;border-radius:var(--ux-radius);background:var(--ux-deep);color:#fff;font-weight:850;text-decoration:none;transform:translateY(-140%);transition:none}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0);outline:3px solid color-mix(in srgb,var(--ux-accent-2),#ffffff 30%);outline-offset:2px}:where(main,section,article,aside,nav,header,footer){min-width:0}:where(img,picture,svg,canvas,video){max-width:100%}:where(.section,.section-tight,.elite-section,.profi-section,.mvp5-section,.seo-section){content-visibility:auto;contain-intrinsic-size:auto 680px}:where(.section,.section-tight,.elite-section,.profi-section,.mvp5-section,.seo-section){content-visibility:visible;contain-intrinsic-size:auto}body[data-page],body.seo-page.elite-zapchasti{--ux-bg:#f2f7f8;--ux-surface-soft:#e9f3f4;--ux-accent:#0f6c7f;--ux-accent-2:#e1a11a;--ux-deep:#12394f}body.elite-site.elite-truksale,body.seo-page.elite-truksale{--ux-bg:#f5f6f7;--ux-surface-soft:#eef3f2;--ux-accent:#b42318;--ux-accent-2:#0f766e;--ux-deep:#17212b}body.profi-site,body.seo-page.elite-profiads{--ux-bg:#f3f8f4;--ux-surface-soft:#eaf7ee;--ux-accent:#16a34a;--ux-accent-2:#2563eb;--ux-deep:#14532d}body.elite-site.elite-remont,body.seo-page.elite-remont{--ux-bg:#f6f7f8;--ux-surface-soft:#edf4f8;--ux-accent:#ef5b2a;--ux-accent-2:#1584c7;--ux-deep:#111827}body.elite-site.elite-dorabotka,body.seo-page.elite-dorabotka{--ux-bg:#f5f6f4;--ux-surface-soft:#edf5f3;--ux-accent:#0f766e;--ux-accent-2:#b42318;--ux-deep:#7f1d1d}body.elite-site.elite-kabina,body.seo-page.elite-kabina{--ux-bg:#f5f6f8;--ux-surface-soft:#eff5f7;--ux-accent:#e24b2d;--ux-accent-2:#0f766e;--ux-deep:#121926}:where(.container,.elite-container,.profi-container,.mvp5-container,.seo-container){width:min(100% - 32px,1220px)}:where(.site-header,.elite-header,.profi-header,.mvp5-header,.seo-topbar){border-bottom:1px solid var(--ux-line);background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(15,23,42,.07);backdrop-filter:blur(14px)}:where(.logo,.elite-logo,.profi-logo,.mvp5-brand,.seo-brand){color:var(--ux-deep);letter-spacing:0}:where(.main-nav a,.elite-nav a,.profi-nav a,.mvp5-header nav a,.seo-topbar nav a){border-radius:var(--ux-radius);color:var(--ux-ink);text-underline-offset:4px}:where(.main-nav a,.elite-nav a,.profi-nav a,.mvp5-header nav a,.seo-topbar nav a):hover{color:var(--ux-accent)}:where(.hero,.page-hero,.elite-hero,.profi-hero,.mvp5-hero,.product-hero,.seo-hero){position:relative;isolation:isolate;overflow:hidden}body[data-page="home"] .hero,body[data-page] .page-hero,body.elite-site .elite-hero,body.profi-site .profi-hero,body.mvp5-service-page .mvp5-hero{border-bottom:1px solid var(--ux-line)}body[data-page="home"] .hero::before,body[data-page] .page-hero::before,body.elite-site .elite-hero::before,body.profi-site .profi-hero::before,body.mvp5-service-page .mvp5-hero::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.58;background-image:linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.10) 1px,transparent 1px);background-size:46px 46px}body.profi-site .profi-hero::before{background-size:56px 28px}body.elite-site.elite-remont .elite-hero::before{background-image:repeating-linear-gradient(135deg,rgba(239,91,42,.14) 0 2px,transparent 2px 20px)}:where(.hero h1,.page-hero h1,.elite-hero h1,.profi-hero h1,.mvp5-hero h1,.seo-hero h1,.product-title h1){color:inherit;font-weight:900;letter-spacing:0;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:normal;text-wrap:balance}:where(.section-head h2,.elite-section-head h2,.profi-section__head h2,.mvp5-section h2,.seo-section h2){color:var(--ux-ink);font-weight:900;letter-spacing:0;text-wrap:balance}:where(.section,.section-tight,.elite-section,.profi-section,.mvp5-section,.seo-section){position:relative}:where(.section,.elite-section,.profi-section,.mvp5-section,.seo-section):nth-of-type(even){background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.18)),color-mix(in srgb,var(--ux-surface-soft),transparent 44%)}:where(.product-card,.category-card,.catalog-hub-card,.benefit-card,.stat-card,.filter-card,.aside-card,.form-card,.trust-grid div,.cart-item,.elite-service-card,.elite-reference-card,.elite-photo-card,.p31-command-card,.mvp5-lead-card,.mvp5-photo-brief-card,.profi-service-card,.profi-proof-card,.profi-audit-card,.seo-mini-card,.seo-cluster-card,.seo-city-card,.seo-panel,.seo-form,.seo-boost-panel,.seo-boost-card){position:relative;min-width:0;border-color:var(--ux-line);border-radius:var(--ux-radius);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.90)),var(--ux-surface);box-shadow:0 14px 38px rgba(15,23,42,.08)}@media (hover:hover) and (pointer:fine){:where(.product-card,.category-card,.catalog-hub-card,.elite-service-card,.elite-reference-card,.elite-photo-card,.p31-command-card,.profi-service-card,.profi-proof-card,.seo-mini-card,.seo-cluster-card,.seo-city-card,.seo-boost-card):hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ux-accent),#ffffff 18%);box-shadow:var(--ux-shadow-strong)}}:where(.button-primary,.button-secondary,.button-ghost,.button-copy,.btn,.elite-cta,.profi-btn,.seo-primary,.seo-secondary,.seo-form button,.search-hero button){min-height:46px;border-radius:var(--ux-radius);font-weight:850;letter-spacing:0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}:where(.button-primary,.btn-primary,.elite-cta:not(.elite-cta-ghost):not(.elite-cta-soft),.profi-btn--primary,.seo-primary,.seo-form button,.search-hero button){border-color:var(--ux-deep);background:var(--ux-deep);color:#fff;box-shadow:0 14px 32px rgba(15,23,42,.16)}:where(.button-secondary,.button-ghost,.btn-secondary,.btn-ghost,.elite-cta-soft,.seo-secondary){border-color:var(--ux-line);color:var(--ux-deep);background:rgba(255,255,255,.9)}@media (hover:hover) and (pointer:fine){:where(.button-primary,.button-secondary,.button-ghost,.button-copy,.btn,.elite-cta,.profi-btn,.seo-primary,.seo-secondary,.seo-form button,.search-hero button):hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(15,23,42,.15)}}:where(input,textarea,select){border-color:var(--ux-line);border-radius:var(--ux-radius);background:#fff}:where(input,textarea,select):focus{border-color:var(--ux-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--ux-accent),transparent 82%);outline:0}:where(.product-card *,.category-card *,.catalog-hub-card *,.elite-service-card *,.elite-reference-card *,.p31-command-card *,.profi-service-card *,.profi-proof-card *,.seo-mini-card *,.seo-cluster-card *,.seo-city-card *,.seo-boost-panel *,.seo-boost-card *){min-width:0;overflow-wrap:anywhere}body.seo-page .seo-answer-strip{padding-top:28px;padding-bottom:28px;background:linear-gradient(90deg,color-mix(in srgb,var(--ux-accent),transparent 90%),transparent 44%),color-mix(in srgb,var(--ux-surface-soft),#ffffff 28%)}body.seo-page .seo-answer-head{display:grid;gap:8px;margin-bottom:18px}body.seo-page .seo-answer-head h2{margin:0}body.seo-page .seo-answer-head p{max-width:820px;margin:0;color:var(--ux-muted)}body.seo-page .seo-answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}body.seo-page .seo-answer-grid article{position:relative;min-width:0;padding:20px;border:1px solid var(--ux-line);border-radius:var(--ux-radius);background:rgba(255,255,255,.92);box-shadow:0 14px 32px rgba(15,23,42,.08)}body.seo-page .seo-answer-grid article::before{display:none}body.seo-page .seo-answer-grid span{display:block;margin-bottom:8px;color:var(--ux-muted);font-size:.78rem;font-weight:850;text-transform:uppercase}body.seo-page .seo-answer-grid strong{display:block;color:var(--ux-deep);font-size:1.04rem;line-height:1.25;overflow-wrap:anywhere}body.seo-page .seo-answer-grid p{margin:10px 0 0;color:var(--ux-muted)}body.seo-page .seo-boost-section{padding-top:22px;padding-bottom:34px;background:#fff}body.seo-page .seo-boost-panel{position:relative;overflow:hidden;display:grid;gap:16px;padding:22px;border:1px solid var(--seo-line);border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--seo-accent),transparent 92%),transparent 58%),var(--seo-surface);box-shadow:var(--seo-shadow)}body.seo-page .seo-boost-head{display:grid;grid-template-columns:minmax(220px,.34fr) minmax(0,1fr);gap:16px;align-items:start}body.seo-page .seo-boost-head h2,body.seo-page .seo-boost-head p,body.seo-page .seo-boost-context,body.seo-page .seo-boost-close strong{margin:0}body.seo-page .seo-boost-head p,body.seo-page .seo-boost-card p,body.seo-page .seo-boost-context{color:var(--seo-muted);line-height:1.5}body.seo-page .seo-boost-context{padding:12px 14px;border:1px solid color-mix(in srgb,var(--seo-accent),transparent 74%);border-radius:8px;background:rgba(255,255,255,.76);font-weight:800;overflow-wrap:anywhere}body.seo-page .seo-boost-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}body.seo-page .seo-boost-card{position:relative;overflow:hidden;min-width:0;padding:16px;border:1px solid var(--seo-line);border-radius:8px;background:#fff}body.seo-page .seo-boost-card span,body.seo-page .seo-boost-card strong,body.seo-page .seo-boost-card p{display:block;min-width:0;overflow-wrap:anywhere}body.seo-page .seo-boost-card span{color:var(--seo-accent);font-size:12px;font-weight:900;text-transform:uppercase}body.seo-page .seo-boost-card strong{margin-top:8px;color:var(--seo-ink);line-height:1.25}body.seo-page .seo-boost-card p{margin:8px 0 0;font-size:14px}body.seo-page .seo-boost-close{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding-top:4px}body.seo-page .seo-boost-close strong{color:var(--seo-ink);line-height:1.35}body[data-page] .hero-operations div,body.elite-site .visual-panel-card,body.profi-site .profi-hero__stat{border:1px solid color-mix(in srgb,var(--ux-accent),#ffffff 78%);background:color-mix(in srgb,var(--ux-surface-soft),#ffffff 34%)}body.elite-site .elite-service-card strong,body.profi-site .profi-service-card h3,body[data-page] .product-card h3,body[data-page] .category-card strong,body.seo-page .seo-mini-card strong{color:var(--ux-deep)}body.profi-site .profi-service-card,body.profi-site .profi-proof-card,body.profi-site .profi-audit-card{border-color:color-mix(in srgb,var(--ux-accent),#ffffff 64%)}body.elite-site.elite-truksale .truck-product-card,body.elite-site.elite-truksale .lease-lot-card,body.elite-site.elite-truksale .listing-card{border-top:1px solid color-mix(in srgb,var(--ux-accent),#ffffff 64%)}body.elite-site.elite-dorabotka .p31-command-card,body.elite-site.elite-dorabotka .elite-reference-card{border-color:color-mix(in srgb,var(--ux-accent),#ffffff 64%)}body.elite-site.elite-kabina .elite-photo-card,body.elite-site.elite-kabina .elite-service-card{border-color:color-mix(in srgb,var(--ux-accent-2),#ffffff 64%)}body.elite-site.elite-remont .p31-command-card,body.elite-site.elite-remont .elite-service-card{border-color:color-mix(in srgb,var(--ux-accent),#ffffff 64%)}body[data-page] .search-hero,body[data-page] .catalog-layout,body[data-page] .form-grid,body.elite-site .elite-lead-section .elite-container,body.profi-site .profi-request .profi-container,body.seo-page .seo-form{border-radius:var(--ux-radius)}@media (max-width:720px){:where(.container,.elite-container,.profi-container,.mvp5-container,.seo-container){width:min(100% - 24px,1220px)}:where(.hero h1,.page-hero h1,.elite-hero h1,.profi-hero h1,.mvp5-hero h1,.seo-hero h1,.product-title h1){max-width:100%;inline-size:100%;white-space:normal;overflow-wrap:normal;word-break:normal;hyphens:manual;text-wrap:auto}:where(.hero-actions,.elite-actions,.profi-hero__actions,.mvp5-actions,.seo-actions){align-items:stretch}:where(.hero-actions a,.elite-actions a,.profi-hero__actions a,.mvp5-actions a,.seo-actions a,.search-hero button){width:100%;justify-content:center;white-space:normal}:where(.category-hero-actions,.product-cta,.product-actions){display:grid;grid-template-columns:1fr;gap:10px;width:100%}:where(.category-hero-actions a,.category-hero-actions button,.product-cta a,.product-cta button,.product-actions a,.product-actions button){width:100%;min-width:0;box-sizing:border-box;justify-content:center;white-space:normal;overflow-wrap:anywhere}:where(.hero,.page-hero,.elite-hero,.profi-hero,.mvp5-hero,.product-hero,.seo-hero){overflow-x:clip}:where(.hero__grid,.hero-copy,.page-hero .container,.page-hero__copy,.product-title,.elite-hero-copy,.profi-hero__copy,.mvp5-hero__copy,.seo-hero-copy){min-width:0;max-width:100%}:where(.hero .lead,.page-hero .lead,.elite-lead,.profi-hero__lead,.mvp5-lead,.seo-lead){display:block;width:100%;max-width:100%}:where(.product-card,.category-card,.catalog-hub-card,.elite-service-card,.elite-reference-card,.p31-command-card,.profi-service-card,.profi-proof-card,.seo-mini-card,.seo-cluster-card,.seo-city-card){box-shadow:0 10px 28px rgba(15,23,42,.08)}body.seo-page .seo-boost-head,body.seo-page .seo-answer-grid{grid-template-columns:1fr}body.seo-page .seo-boost-grid{grid-template-columns:1fr}body.seo-page .seo-boost-close{grid-template-columns:1fr;align-items:stretch}body.seo-page .seo-boost-close .seo-secondary{width:100%;box-sizing:border-box}body.elite-site .p31-command-head,body.elite-site .p31-command-layout,body.elite-site .p31-command-grid,body.elite-site .p31-panel-metrics,body.elite-site .p31-panel-actions{grid-template-columns:1fr}body.elite-site .p31-command-head{align-items:stretch}body.elite-site .p31-command-head h2{max-width:100%;font-size:28px;line-height:1.14;white-space:normal;overflow-wrap:anywhere;word-break:break-word}body.elite-site .p31-head-link,body.elite-site .p31-panel-actions .elite-cta{width:100%;box-sizing:border-box;white-space:normal}body[data-page="category"] .page-hero h1,body[data-page="product"] .page-hero h1{min-height:auto;max-width:calc(100vw - 24px)}body[data-page="category"] .js-category-hero-summary{min-height:0}}@media (max-width:640px){:where(.hero-copy,.page-hero__copy,.product-title,.elite-hero-copy,.profi-hero__copy,.mvp5-hero__copy,.seo-hero-copy,.section-head,.elite-section-head,.profi-section__head,.mvp5-section__head,.seo-section__head){min-width:0;max-width:100%}:where(.hero h1,.page-hero h1,.elite-hero h1,.profi-hero h1,.mvp5-hero h1,.seo-hero h1,.product-title h1){font-size:28px;line-height:1.12;white-space:normal;overflow-wrap:normal;word-break:normal;hyphens:manual;text-wrap:auto}body.elite-site.elite-remont .elite-hero h1{font-size:clamp(30px,9.5vw,36px);line-height:1.08}:where(.section-head h2,.elite-section-head h2,.profi-section__head h2,.mvp5-section h2,.seo-section h2){font-size:24px;line-height:1.16;text-wrap:wrap}:where(.lead,.hero .lead,.page-hero .lead,.elite-lead,.profi-hero__lead,.mvp5-lead,.seo-lead){font-size:16px;line-height:1.48;max-width:100%;overflow-wrap:break-word;word-break:normal}.hero .lead,.page-hero .lead,.elite-lead,.profi-hero__lead,.mvp5-lead,.seo-lead{white-space:normal;overflow-wrap:break-word;word-break:normal;hyphens:manual}body[data-page="category"] .page-hero .lead,body[data-page="product"] .product-title .lead{max-width:calc(100vw - 24px)}body.seo-page .seo-boost-panel{padding:18px}}@media (max-width:720px){.profi-head-actions a[href^="tel:"]{display:none !important}}body[data-page],body.elite-site,body.profi-site,body.mvp5-service-page,body.seo-page{--firm-accent:var(--ux-accent,#0f6c7f);--firm-accent-ink:#ffffff;--firm-ink:var(--ink,#101828);--firm-muted:var(--muted,#667085);--firm-bg:#f5f7f9;--firm-paper:rgba(255,255,255,.94);--firm-line:color-mix(in srgb,var(--firm-accent) 24%,transparent);--firm-grid-line:color-mix(in srgb,var(--firm-accent),transparent 86%);--firm-grid-strong:color-mix(in srgb,var(--firm-accent),transparent 76%);--firm-shadow:0 18px 44px rgba(15,23,42,.09);--firm-shadow-hover:0 26px 68px rgba(15,23,42,.15);--firm-radius:8px;--firm-step:8px;--firm-section:clamp(56px,7vw,92px);--ux-accent:var(--firm-accent);--ux-accent-2:var(--firm-accent);--accent:var(--firm-accent);--brand:var(--firm-accent);--blue:var(--firm-accent);--blue-strong:color-mix(in srgb,var(--firm-accent),#020617 22%);--amber:var(--firm-accent);--amber-dark:color-mix(in srgb,var(--firm-accent),#020617 18%);--green:var(--firm-accent);--elite-primary:var(--firm-accent);--elite-accent:var(--firm-accent);--task-accent:var(--firm-accent);--task-cta:var(--firm-accent);--p22-accent:var(--firm-accent);--p22-accent-2:var(--firm-accent);--profi-green:var(--firm-accent);--profi-blue:var(--firm-accent);--profi-yellow:var(--firm-accent);background-color:var(--firm-bg);font-family:"Segoe UI Variable","Segoe UI",Tahoma,Arial,sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body[data-page],body.seo-page.elite-zapchasti{--firm-accent:#0f6c7f;--firm-bg:#f2f7f8;--firm-grid-size:44px;--firm-hero-pattern:linear-gradient(var(--firm-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--firm-grid-line) 1px,transparent 1px),repeating-linear-gradient(90deg,transparent 0 10px,rgba(15,108,127,.035) 10px 11px)}body.elite-site.elite-truksale,body.seo-page.elite-truksale{--firm-accent:#b42318;--firm-bg:#f6f6f5;--firm-grid-size:52px;--firm-hero-pattern:linear-gradient(90deg,var(--firm-grid-line) 1px,transparent 1px),repeating-linear-gradient(0deg,rgba(180,35,24,.08) 0 1px,transparent 1px 18px)}body.profi-site,body.seo-page.elite-profiads{--firm-accent:#148443;--firm-bg:#f3f8f5;--firm-grid-size:36px;--firm-hero-pattern:linear-gradient(var(--firm-grid-line) 1px,transparent 1px),repeating-linear-gradient(90deg,rgba(20,132,67,.09) 0 2px,transparent 2px 18px)}body.elite-site.elite-remont,body.seo-page.elite-remont{--firm-accent:#d94d22;--firm-bg:#f7f6f4;--firm-grid-size:48px;--firm-hero-pattern:linear-gradient(90deg,var(--firm-grid-line) 1px,transparent 1px),repeating-linear-gradient(135deg,rgba(217,77,34,.12) 0 2px,transparent 2px 20px)}body.elite-site.elite-dorabotka,body.seo-page.elite-dorabotka{--firm-accent:#0f766e;--firm-bg:#f4f7f5;--firm-grid-size:46px;--firm-hero-pattern:linear-gradient(var(--firm-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--firm-grid-line) 1px,transparent 1px),repeating-linear-gradient(135deg,rgba(15,118,110,.08) 0 1px,transparent 1px 24px)}body.elite-site.elite-kabina,body.seo-page.elite-kabina{--firm-accent:#c2412a;--firm-bg:#f5f6f8;--firm-grid-size:50px;--firm-hero-pattern:linear-gradient(90deg,var(--firm-grid-line) 1px,transparent 1px),repeating-linear-gradient(0deg,rgba(194,65,42,.08) 0 2px,transparent 2px 26px)}:where(.container,.elite-container,.profi-container,.mvp5-container,.seo-container){width:min(100% - 32px,1220px)}:where(.site-header,.elite-header,.profi-header,.mvp5-header,.seo-topbar){border-bottom:1px solid var(--firm-line);background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.91)),var(--firm-paper);box-shadow:0 10px 30px rgba(15,23,42,.07)}:where(.brand-mark,.elite-logo span,.profi-logo span,.mvp5-brand::before,.seo-brand::before){background:var(--firm-accent) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25),0 12px 28px color-mix(in srgb,var(--firm-accent),transparent 72%) !important}:where(.main-nav a,.elite-nav a,.profi-nav a,.mvp5-header nav a,.seo-topbar nav a){position:relative;min-width:40px;min-height:42px;padding-inline:12px;font-weight:850;justify-content:center;box-sizing:border-box}:where(.main-nav a,.elite-nav a,.profi-nav a,.mvp5-header nav a,.seo-topbar nav a)::after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;border-radius:999px;background:var(--firm-accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}@media (hover:hover) and (pointer:fine){:where(.main-nav a,.elite-nav a,.profi-nav a,.mvp5-header nav a,.seo-topbar nav a):hover::after{transform:scaleX(1)}}:where(.hero,.page-hero,.elite-hero,.profi-hero,.mvp5-hero,.product-hero,.seo-hero){background-color:color-mix(in srgb,var(--firm-bg),#ffffff 28%)}:where(.hero,.page-hero,.elite-hero,.profi-hero,.mvp5-hero,.product-hero,.seo-hero)::before{background-image:var(--firm-hero-pattern) !important;background-size:var(--firm-grid-size,46px) var(--firm-grid-size,46px),var(--firm-grid-size,46px) var(--firm-grid-size,46px),auto !important;opacity:.72 !important;mask-image:linear-gradient(180deg,rgba(0,0,0,.62),transparent 78%)}:where(.hero h1,.page-hero h1,.elite-hero h1,.profi-hero h1,.mvp5-hero h1,.seo-hero h1,.product-title h1){font-weight:950;line-height:1.03;letter-spacing:0}@keyframes firmHeroIn{from{opacity:0;transform:translateY(12px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}html.firm-motion-ready :where(.hero,.page-hero,.elite-hero,.profi-hero,.mvp5-hero,.product-hero,.seo-hero) :where(.container,.elite-container,.profi-container,.mvp5-container,.seo-container,.hero-content,.hero-text,.elite-hero__content,.profi-hero__content){animation:firmHeroIn .68s cubic-bezier(.2,.8,.2,1) both}html.firm-motion-js .firm-reveal{opacity:0;transform:translateY(16px);filter:blur(1px);transition:opacity .52s ease,transform .52s cubic-bezier(.2,.8,.2,1),filter .52s ease;transition-delay:var(--firm-reveal-delay,0ms);will-change:opacity,transform}html.firm-motion-js .firm-reveal.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}html.firm-motion-js .firm-reveal.firm-motion-done{will-change:auto}:where(.section,.section-tight,.elite-section,.profi-section,.mvp5-section,.seo-section){padding-top:var(--firm-section)}:where(.section-head,.elite-section-head,.profi-section__head,.mvp5-section__head,.seo-section__head,.seo-answer-head,.seo-local-head,.seo-route-head,.seo-prep-head,.seo-comparison-head){margin-bottom:clamp(18px,2.4vw,30px)}:where(.section-head h2,.elite-section-head h2,.profi-section__head h2,.mvp5-section h2,.seo-section h2){font-size:clamp(24px,3vw,38px);line-height:1.12}:where(.lead,.hero .lead,.page-hero .lead,.elite-lead,.profi-hero__lead,.mvp5-lead,.seo-lead,.section-head p,.elite-section-head p,.profi-section__head p){color:color-mix(in srgb,var(--ux-muted,#5c6877),#111827 8%);line-height:1.62}:where(.product-card,.category-card,.catalog-hub-card,.benefit-card,.stat-card,.filter-card,.aside-card,.form-card,.trust-grid div,.cart-item,.elite-service-card,.elite-reference-card,.elite-photo-card,.p31-command-card,.visual-panel-card,.final-listing-card,.lease-lot-card,.truck-product-card,.mvp5-lead-card,.mvp5-photo-brief-card,.profi-service-card,.profi-proof-card,.profi-audit-card,.seo-mini-card,.seo-cluster-card,.seo-city-card,.seo-panel,.seo-form,.seo-boost-panel,.seo-boost-card){border:1px solid var(--firm-line);border-radius:var(--firm-radius);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.93)),var(--firm-paper);box-shadow:var(--firm-shadow)}@media (hover:hover) and (pointer:fine){:where(.product-card,.category-card,.catalog-hub-card,.elite-service-card,.elite-reference-card,.elite-photo-card,.p31-command-card,.visual-panel-card,.final-listing-card,.lease-lot-card,.truck-product-card,.profi-service-card,.profi-proof-card,.profi-audit-card,.seo-mini-card,.seo-cluster-card,.seo-city-card,.seo-boost-card):hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--firm-accent),#ffffff 12%);box-shadow:var(--firm-shadow-hover)}}:where(.product-title-link,.category-card strong,.catalog-hub-card h3,.elite-service-card strong,.elite-reference-card strong,.p31-command-card strong,.profi-service-card h3,.profi-proof-card h3,.seo-mini-card strong,.seo-cluster-card h3,.seo-city-card h3){color:var(--ux-deep,#111827);letter-spacing:0}:where(.product-article,.section-label,.elite-kicker,.profi-eyebrow,.seo-eyebrow,.eyebrow){color:var(--firm-accent);background:color-mix(in srgb,var(--firm-accent),#ffffff 88%);border-color:color-mix(in srgb,var(--firm-accent),#ffffff 66%);letter-spacing:0}:where(.button,.button-primary,.btn-primary,.elite-cta:not(.elite-cta-ghost):not(.elite-cta-soft),.profi-btn--primary,.seo-primary,.seo-form button,.header-search button,.search-hero button){border-color:var(--firm-accent);background:var(--firm-accent);color:var(--firm-accent-ink);box-shadow:0 14px 34px color-mix(in srgb,var(--firm-accent),transparent 74%)}:where(.button-secondary,.button-ghost,.button-copy,.btn-secondary,.btn-ghost,.elite-cta-soft,.elite-cta-ghost,.seo-secondary){border-color:color-mix(in srgb,var(--firm-accent),#ffffff 62%);color:var(--firm-accent);background:color-mix(in srgb,var(--firm-accent),#ffffff 94%)}:where(.button,.button-primary,.button-secondary,.button-ghost,.button-copy,.btn-primary,.btn-secondary,.btn-ghost,.elite-cta,.profi-btn,.mvp5-cta,.seo-primary,.seo-secondary,.seo-form button,.header-search button,.search-hero button){transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,filter .18s ease !important}@media (hover:hover) and (pointer:fine){:where(.button,.button-primary,.button-secondary,.button-ghost,.button-copy,.btn-primary,.btn-secondary,.btn-ghost,.elite-cta,.profi-btn,.mvp5-cta,.seo-primary,.seo-secondary,.seo-form button,.header-search button,.search-hero button):hover{transform:translateY(-1px) !important;filter:saturate(1.04) !important}}:where(.button,.button-primary,.button-secondary,.button-ghost,.button-copy,.btn-primary,.btn-secondary,.btn-ghost,.elite-cta,.profi-btn,.mvp5-cta,.seo-primary,.seo-secondary,.seo-form button,.header-search button,.search-hero button):active{transform:translateY(0) !important}body[data-page] :where(.stock,.product-article,.view-toggle__button.is-active,.filter-group a.is-active){color:var(--firm-accent);border-color:color-mix(in srgb,var(--firm-accent),#ffffff 62%);background:color-mix(in srgb,var(--firm-accent),#ffffff 90%)}body[data-page] :where(.stock--none,.form-status,.product-meta span){color:var(--ux-muted,#5c6877)}body[data-page] :where(.header-search button,.search-hero button,.quick-request .button,.catalog-intake .button,.product-actions .button,.hero-actions .button-secondary){border-color:var(--firm-accent);background:var(--firm-accent);color:#fff}body[data-page] :where(.button,.button-primary,.header-search button,.search-hero button,.command-search button,form[data-lead-form] button[type="submit"],form[data-bulk-form] button[type="submit"]){border-color:var(--shop-accent-strong,#087a49) !important;background:var(--shop-accent-strong,#087a49) !important;color:#ffffff !important}body.elite-site .elite-cta:not(.elite-cta-soft):not(.elite-cta-ghost),body.elite-site .elite-submit,body.elite-site .final-filter-bar a,body.elite-site .lease-lot-actions .btn-primary,body.elite-site .truck-actions .btn-primary{border-color:var(--firm-accent) !important;background:var(--firm-accent) !important;color:#fff !important;box-shadow:0 14px 34px color-mix(in srgb,var(--firm-accent),transparent 74%) !important}body.elite-site .elite-cta-ghost,body.elite-site .elite-cta-soft,body.elite-site .lease-lot-actions .btn-ghost,body.elite-site .truck-actions .btn-ghost{border-color:color-mix(in srgb,var(--firm-accent),#ffffff 62%) !important;background:color-mix(in srgb,var(--firm-accent),#ffffff 94%) !important;color:var(--firm-accent) !important}body.profi-site .profi-btn:not(.profi-btn--ghost),body.profi-site .profi-submit{border-color:var(--firm-accent) !important;background:var(--firm-accent) !important;color:#fff !important;box-shadow:0 14px 34px color-mix(in srgb,var(--firm-accent),transparent 74%) !important}body.profi-site .profi-btn--ghost{border-color:color-mix(in srgb,var(--firm-accent),#ffffff 62%) !important;background:color-mix(in srgb,var(--firm-accent),#ffffff 94%) !important;color:var(--firm-accent) !important}:where(input,textarea,select):focus{border-color:var(--firm-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--firm-accent),transparent 84%)}body[data-page] .product-grid,body[data-page] .category-grid,body[data-page] .catalog-hub__grid,body.elite-site .elite-services-grid,body.elite-site .elite-reference-grid,body.profi-site .profi-services-grid,body.profi-site .profi-proof-grid,body.seo-page .seo-card-grid,body.seo-page .seo-index-list,body.seo-page .seo-cluster-grid,body.seo-page .seo-city-grid{gap:clamp(14px,2vw,22px)}body[data-page] .product-card{grid-template-rows:148px minmax(142px,1fr) auto}body[data-page] .product-body,body[data-page] .category-card,body[data-page] .catalog-hub-card,body.elite-site .elite-service-card,body.elite-site .elite-reference-card,body.profi-site .profi-service-card,body.profi-site .profi-proof-card,body.seo-page .seo-mini-card,body.seo-page .seo-cluster-card,body.seo-page .seo-city-card{padding:clamp(14px,1.7vw,20px)}body[data-page] .product-title-link{min-height:54px;font-size:15px;line-height:1.32}body[data-page] .hero-operations div{box-shadow:none}body[data-page] .hero-operations b,body.seo-page .seo-assurance-card span,body.seo-page .seo-boost-card span{color:var(--firm-accent);background:color-mix(in srgb,var(--firm-accent),#ffffff 88%)}body.elite-site.elite-truksale .final-listing-card,body.elite-site.elite-truksale .lease-lot-card{border-color:color-mix(in srgb,var(--firm-accent),#ffffff 58%)}body.elite-site.elite-remont .visual-panel,body.elite-site.elite-remont .p31-command-card{border-color:color-mix(in srgb,var(--firm-accent),#ffffff 58%)}body.elite-site.elite-dorabotka .elite-reference-card::after{width:22px;height:22px}body.elite-site.elite-kabina .elite-photo-card{border-color:color-mix(in srgb,var(--firm-accent),#ffffff 58%)}body.profi-site .profi-audit-card,body.profi-site .profi-service-card{background:linear-gradient(90deg,color-mix(in srgb,var(--firm-accent),transparent 93%),transparent 48%),var(--firm-paper)}body.seo-page .seo-hero{border-bottom:1px solid var(--firm-line)}body.seo-page .seo-proof,body.seo-page .seo-boost-panel{border-top:1px solid var(--firm-line)}body.seo-page .seo-local-focus{border-left-color:var(--firm-accent)}body[data-page="home"] .catalog-command{padding:34px 0 0;background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);border-bottom:1px solid #dfe5ec}body[data-page="home"] .catalog-command__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:28px;align-items:stretch}body[data-page="home"] .catalog-command h1{max-width:800px;margin:0;color:#172536;font-size:clamp(34px,4vw,56px);line-height:1.03;letter-spacing:-.03em}body[data-page="home"] .catalog-command__search>p{max-width:720px;margin:14px 0 0;color:#556678;font-size:18px;line-height:1.55}body[data-page="home"] .command-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0;margin-top:24px}body[data-page="home"] .command-search input{min-width:0;min-height:62px;padding:12px 16px;color:#172536;background:#fff;border:2px solid #1456a0;border-right:0;border-radius:4px 0 0 4px;font:inherit;font-size:18px}body[data-page="home"] .command-search button{min-height:62px;padding:0 28px;color:#fff;background:#1456a0;border:1px solid #1456a0;border-radius:0 4px 4px 0;font:inherit;font-weight:900}body[data-page="home"] .command-search button:hover{background:#0c3970}body[data-page="home"] .search-mode{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;border:0}body[data-page="home"] .search-mode legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}body[data-page="home"] .search-mode label{position:relative;min-width:0}body[data-page="home"] .search-mode input{position:absolute;inline-size:1px;block-size:1px;opacity:0}body[data-page="home"] .search-mode span{min-height:38px;display:inline-flex;align-items:center;padding:0 11px;color:#405468;border:1px solid #d6e0e9;border-radius:4px;background:#fff;font-size:13px;font-weight:800;cursor:pointer}body[data-page="home"] .search-mode input:checked + span{color:#fff;border-color:#1456a0;background:#1456a0}body[data-page="home"] .search-mode input:focus-visible + span{outline:3px solid rgba(20,86,160,.28);outline-offset:2px}body[data-page="home"] .command-search__suggestions{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;margin-top:8px;overflow:hidden;background:#dce5ee;border:1px solid #dce5ee;border-radius:4px}body[data-page="home"] .command-search__suggestions[hidden]{display:none}body[data-page="home"] .command-search__suggestions a{min-width:0;display:grid;gap:3px;padding:10px 12px;color:#21354b;background:#fff;text-decoration:none}body[data-page="home"] .command-search__suggestions a:hover,body[data-page="home"] .command-search__suggestions a:focus-visible{color:#fff;background:#1456a0;outline:none}body[data-page="home"] .command-search__suggestions span,body[data-page="home"] .command-search__suggestions em{color:#637386;font-size:12px;font-style:normal;line-height:1.25}body[data-page="home"] .command-search__suggestions strong{overflow-wrap:anywhere;font-size:14px;line-height:1.25}body[data-page="home"] .command-search__suggestions a:hover span,body[data-page="home"] .command-search__suggestions a:hover em,body[data-page="home"] .command-search__suggestions a:focus-visible span,body[data-page="home"] .command-search__suggestions a:focus-visible em{color:rgba(255,255,255,.82)}body[data-page="home"] .command-search__hints{display:flex;flex-wrap:wrap;gap:0;margin-top:12px}body[data-page="home"] .command-search__hints a{min-height:36px;display:inline-flex;align-items:center;padding:0 10px;color:#0c3970;border-right:1px solid #dce5ee;font-size:13px;font-weight:800;text-decoration:none}body[data-page="home"] .command-search__hints a:first-child{padding-left:0}body[data-page="home"] .command-search__hints a:last-child{border-right:0}body[data-page="home"] .command-search__hints a:hover,body[data-page="home"] .command-route__head a:hover{text-decoration:underline;text-underline-offset:4px}body[data-page="home"] .catalog-command__note{font-size:14px !important;line-height:1.45 !important}body[data-page="home"] .catalog-command .quick-request{padding:18px;border:1px solid #cfdce8;border-radius:4px;background:#fff;box-shadow:0 10px 28px rgba(20,56,91,.08)}body[data-page="home"] .catalog-command .quick-request__head{display:block}body[data-page="home"] .catalog-command .quick-request__head strong{display:block;font-size:18px}body[data-page="home"] .catalog-command .quick-request__head span{display:block;margin-top:4px}body[data-page="home"] .catalog-command .quick-request textarea{min-height:98px;border-color:#cbd8e5;border-radius:4px;background:#fbfcfe}body[data-page="home"] .catalog-command .quick-request__actions .button,body[data-page="home"] .catalog-command .quick-request__actions .button-secondary{border-radius:4px;box-shadow:none}body[data-page="home"] .catalog-command .quick-request__actions .button{color:#fff;background:#1456a0;border-color:#1456a0}body[data-page="home"] .catalog-command__routes{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);margin-top:28px;border-top:1px solid #dbe4ed}body[data-page="home"] .command-route{min-width:0;padding:20px 0}body[data-page="home"] .command-route + .command-route{padding-left:28px;border-left:1px solid #dbe4ed}body[data-page="home"] .command-route__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}body[data-page="home"] .command-route__head h2{margin:0;color:#172536;font-size:18px;line-height:1.2}body[data-page="home"] .command-route__head a{color:#1456a0;font-size:14px;font-weight:800;text-decoration:none}body[data-page="home"] .command-route__links{display:flex;flex-wrap:wrap;gap:8px}body[data-page="home"] .command-route__links .chip,body[data-page="home"] .command-route__links--models a{min-height:42px;display:inline-flex;align-items:center;padding:0 12px;color:#21354b;background:#fff;border:1px solid #d6e0e9;border-radius:4px;font-size:14px;font-weight:800;text-decoration:none}body[data-page="home"] .command-route__links .chip:hover,body[data-page="home"] .command-route__links--models a:hover{color:#fff;background:#1456a0;border-color:#1456a0}body[data-page="home"] .home-catalog-deck{padding:42px 0 48px;background:#f4f7fa;border-bottom:1px solid #dbe4ed}body[data-page="home"] .home-catalog-deck__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}body[data-page="home"] .home-catalog-deck__head h2{margin:0;color:#172536;font-size:clamp(28px,3vw,40px);line-height:1.1}body[data-page="home"] .home-catalog-deck__head p{max-width:700px;margin:8px 0 0;color:#556678;line-height:1.5}body[data-page="home"] .home-catalog-deck__head .button{border-radius:4px;color:#fff;background:#1456a0;border-color:#1456a0;box-shadow:none}body[data-page="home"] .home-catalog-deck .catalog-hub__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}body[data-page="home"] .home-catalog-deck .catalog-hub-card{padding:18px;border-color:#d6e0e9;border-radius:4px;box-shadow:0 4px 15px rgba(23,37,54,.05)}body[data-page="home"] .home-catalog-deck .catalog-hub-card__head{padding-bottom:12px}body[data-page="home"] .home-catalog-deck .catalog-hub-card__head h3{font-size:19px}body[data-page="home"] .home-catalog-deck .catalog-hub-card__links{gap:0;margin-top:6px}body[data-page="home"] .home-catalog-deck .catalog-hub-card__links a{min-height:40px;border-bottom:1px solid #edf1f5}body[data-page="home"] .home-catalog-deck .catalog-hub-card__links a:last-child{border-bottom:0}body[data-page="home"] .home-catalog-deck .catalog-hub-card__links a:hover{color:#1456a0}body[data-page] .category-card__code{display:block;margin-bottom:6px;color:#607286;font-size:12px;font-weight:800;letter-spacing:.01em}body[data-page="category"] .category-hero-summary--reference{grid-template-columns:minmax(0,.72fr) repeat(2,minmax(0,1fr))}body[data-page="category"] .category-hero-summary--reference .category-hero-tile{min-height:82px}body[data-page="category"] .category-hero-summary--reference .category-hero-tile b{color:#1456a0;font-size:clamp(17px,1.5vw,22px)}@media (max-width:760px){body[data-page="category"] .category-hero-summary--reference{grid-template-columns:1fr}}body[data-page="static"] .wholesale-process{margin-top:20px}body[data-page="static"] .wholesale-process ol{display:grid;gap:0;margin:14px 0 0;padding:0;list-style:none;counter-reset:wholesale-process}body[data-page="static"] .wholesale-process li{position:relative;min-height:66px;display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:10px;align-content:center;padding:10px 0;border-bottom:1px solid #e2e8ef;counter-increment:wholesale-process}body[data-page="static"] .wholesale-process li:last-child{border-bottom:0}body[data-page="static"] .wholesale-process li::before{content:counter(wholesale-process);grid-row:span 2;width:28px;height:28px;display:grid;place-items:center;color:#1456a0;border:1px solid #b9cce0;border-radius:50%;background:#f4f8fc;font-size:13px;font-weight:900}body[data-page="static"] .wholesale-process strong,body[data-page="static"] .wholesale-process span{grid-column:2}body[data-page="static"] .wholesale-process strong{color:#172536;font-size:15px}body[data-page="static"] .wholesale-process span{margin-top:2px;color:#607286;font-size:13px;line-height:1.4}@media (max-width:960px){body[data-page="home"] .catalog-command__grid,body[data-page="home"] .catalog-command__routes{grid-template-columns:1fr}body[data-page="home"] .command-route + .command-route{padding-left:0;border-left:0;border-top:1px solid #dbe4ed}body[data-page="home"] .home-catalog-deck .catalog-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){body[data-page="home"] .catalog-command__grid{grid-template-columns:1fr;gap:18px}body[data-page="home"] .catalog-command h1{font-size:32px;line-height:1.1}body[data-page="home"] .catalog-command__search>p{font-size:16px}body[data-page="home"] .command-search{grid-template-columns:1fr;gap:8px}body[data-page="home"] .command-search input{min-height:54px;border-right:1px solid #1456a0;border-radius:4px}body[data-page="home"] .command-search button{min-height:52px;border-radius:4px}body[data-page="home"] .command-search__suggestions{grid-template-columns:1fr}body[data-page="home"] .command-search__hints{gap:6px}body[data-page="home"] .command-search__hints a{min-height:34px;padding:0 9px;border:1px solid #dce5ee;border-radius:4px}body[data-page="home"] .command-search__hints a:first-child{padding-left:9px}body[data-page="home"] .search-mode{gap:6px}body[data-page="home"] .search-mode span{min-height:40px;padding:0 9px;font-size:12px}body[data-page="home"] .catalog-command__routes{margin-top:20px}body[data-page="home"] .command-route{padding:16px 0}body[data-page="home"] .command-route__links{gap:6px}body[data-page="home"] .command-route__links .chip,body[data-page="home"] .command-route__links--models a{min-height:40px;padding:0 10px;font-size:13px}body[data-page="home"] .home-catalog-deck{padding:32px 0}body[data-page="home"] .home-catalog-deck__head{display:grid;gap:14px;align-items:start}body[data-page="home"] .home-catalog-deck__head .button{width:100%}body[data-page="home"] .home-catalog-deck .catalog-hub__grid{grid-template-columns:1fr}body[data-page="home"] .home-catalog-deck .catalog-hub-card{padding:15px}}body.elite-site.elite-truksale>main{display:flex;flex-direction:column}body.elite-site.elite-truksale>main>section{order:3}body.elite-site.elite-truksale>main>.elite-hero{order:1}body.elite-site.elite-truksale>main>#catalog{order:2}body.elite-site.elite-truksale>main>#seo-directions{order:4}@media (max-width:720px){:where(.container,.elite-container,.profi-container,.mvp5-container,.seo-container){width:min(100% - 24px,1220px)}body[data-page] :where(.hero h1,.page-hero h1,.product-title h1),body.elite-site .elite-hero h1,body.profi-site .profi-hero h1,body.mvp5-service-page .mvp5-hero h1,body.seo-page .seo-hero h1{overflow-wrap:normal !important;word-break:normal !important;hyphens:manual !important}body.elite-site .elite-hero-copy,body.mvp5-service-page .mvp5-hero-grid>div:first-child,body.mvp5-service-page .mvp5-proof,body.mvp5-service-page .mvp5-panel,body.mvp5-service-page .mvp5-lead-card{border-left-width:1px !important;border-right-width:1px !important;border-top-width:1px !important}body.elite-site .elite-hero-copy::before,body.mvp5-service-page .mvp5-hero-grid>div:first-child::before{display:none !important}.profi-head-actions a[href^="tel:"]{display:none !important}:where(.section,.section-tight,.elite-section,.profi-section,.mvp5-section,.seo-section){padding-top:52px}body[data-page] .product-card{grid-template-rows:150px auto auto}:where(.product-card,.category-card,.catalog-hub-card,.elite-service-card,.elite-reference-card,.p31-command-card,.profi-service-card,.profi-proof-card,.seo-mini-card,.seo-cluster-card,.seo-city-card)::after{display:none}}@media (max-width:360px){body.elite-site .elite-header{grid-template-columns:minmax(0,1fr) !important}body.elite-site .elite-head-actions{display:none !important}body.elite-site .elite-logo{width:max-content;max-width:100%}body.elite-site .elite-logo b{max-width:none !important;overflow:visible !important;text-overflow:clip !important;white-space:nowrap !important;font-size:14px}body[data-page="catalog"] .content-block h2,body.mvp5-service-page .mvp5-hero h1{max-width:100%;font-size:clamp(26px,8.4vw,30px) !important;line-height:1.14 !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:manual !important}body[data-page="static"] .page-hero h1,body.seo-page .seo-hero h1,body[data-page="static"] .content-block h2{max-width:100%;font-size:clamp(24px,8vw,28px) !important;line-height:1.16 !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:manual !important}}:where(body.elite-site,body.profi-site,body[data-page],body.seo-page){accent-color:var(--firm-accent,var(--profi-green,#0f766e));scrollbar-color:var(--firm-accent,#0f766e) color-mix(in srgb,var(--firm-bg,#f5f7f9),#fff 46%)}:where(body.elite-site,body.profi-site,body[data-page],body.seo-page) ::selection{color:#fff;background:var(--firm-accent,#0f766e)}:where(body.elite-site,body.profi-site,body[data-page],body.seo-page) :where(a,button,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--firm-accent,#0f766e),#fff 54%);outline-offset:3px}body.elite-site .elite-hero,body.profi-site .profi-hero,body.elite-site .cabin-command{background-image:linear-gradient(135deg,color-mix(in srgb,var(--firm-bg,#f5f7f9),#fff 76%),color-mix(in srgb,var(--firm-bg,#f5f7f9),var(--firm-accent,#0f766e) 8%)),var(--firm-hero-pattern,none);background-size:cover,var(--firm-grid-size,44px) var(--firm-grid-size,44px);border-bottom:1px solid var(--firm-line,rgba(15,118,110,.18))}body.elite-remont .elite-hero-copy,body.elite-dorabotka .elite-hero-copy,body.profi-site .profi-dashboard,body.elite-kabina .cabin-command__request{box-shadow:0 24px 58px color-mix(in srgb,var(--firm-accent,#0f766e),transparent 84%)}body.elite-remont .visual-panel-head,body.elite-remont .visual-panel-card,body.elite-dorabotka .visual-panel-head,body.elite-dorabotka .visual-panel-card{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(8,18,29,.94)}body.elite-remont .visual-panel-head span,body.elite-remont .visual-panel-card small,body.elite-remont .visual-panel-card em,body.elite-dorabotka .visual-panel-head span,body.elite-dorabotka .visual-panel-card small,body.elite-dorabotka .visual-panel-card em{color:rgba(255,255,255,.82)}body.elite-remont .visual-panel-head b,body.elite-remont .visual-panel-card strong,body.elite-dorabotka .visual-panel-head b,body.elite-dorabotka .visual-panel-card strong{color:#fff}body.industrial-commerce .catalog-command{position:relative;isolation:isolate;background:radial-gradient(circle at 82% 18%,rgba(15,159,99,.14),transparent 30%),linear-gradient(180deg,#1a252b 0%,#142126 100%)}body.industrial-commerce .catalog-command::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.38;background-image:linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(180deg,#000 0%,transparent 88%)}body.industrial-commerce .catalog-command>.container,body.industrial-commerce .catalog-command__routes{position:relative;z-index:1}body.industrial-commerce .catalog-status-line{display:block;max-width:72ch;margin-top:8px;color:color-mix(in srgb,currentColor,transparent 22%);font-size:12px;line-height:1.45}body.industrial-commerce .command-search,body.industrial-commerce .catalog-command .quick-request{box-shadow:0 20px 48px rgba(0,0,0,.18)}body.industrial-commerce .industrial-header .main-nav{min-width:0;overflow-x:auto;scrollbar-width:thin}body.industrial-commerce .industrial-header .main-nav a{flex:0 0 auto}@media (min-width:1121px){body.industrial-commerce .industrial-header .header-main{grid-template-columns:minmax(190px,220px) minmax(220px,1fr) auto minmax(0,1.35fr) auto;gap:10px}body.industrial-commerce .industrial-header .main-nav{gap:4px}body.industrial-commerce .industrial-header .main-nav a{padding-inline:7px;font-size:13px}}@media (min-width:1380px){body.industrial-commerce .industrial-header .header-main{grid-template-columns:200px minmax(220px,270px) auto minmax(420px,1fr) auto}}@media (min-width:1280px) and (max-width:1379px){body.industrial-commerce .industrial-header .header-main{grid-template-columns:190px minmax(180px,210px) auto minmax(410px,1fr) auto;gap:8px}body.industrial-commerce .industrial-header .main-nav a{padding-inline:4px;font-size:12px}}body.elite-site .elite-visual,body.profi-site .profi-dashboard,body.elite-kabina .cabin-command__request{transition:box-shadow .24s ease,transform .24s cubic-bezier(.2,.8,.2,1)}@media (hover:hover) and (pointer:fine){body.elite-site .elite-visual:hover,body.profi-site .profi-dashboard:hover,body.elite-kabina .cabin-command__request:hover{transform:translateY(-3px);box-shadow:0 28px 64px color-mix(in srgb,var(--firm-accent,#0f766e),transparent 80%)}body.elite-site .elite-service-card:hover,body.elite-site .elite-photo-card:hover,body.elite-site .elite-reference-card:hover,body.profi-site .profi-service-card:hover,body.profi-site .profi-proof-card:hover,body.profi-site .profi-case:hover,body.elite-site .p31-command-card:hover,body.industrial-commerce .catalog-hub-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--firm-accent,#0f766e),#fff 54%);box-shadow:0 18px 42px color-mix(in srgb,var(--firm-accent,#0f766e),transparent 84%)}}body.profi-site .profi-hero h1,body.elite-site .elite-hero h1,body.elite-kabina .cabin-command h1,body.seo-page .seo-hero h1{letter-spacing:-.03em;text-wrap:balance}body.profi-site .profi-hero,body.elite-kabina .cabin-command{padding-top:clamp(42px,6vw,72px)}body.seo-page .seo-hero{background-image:linear-gradient(135deg,color-mix(in srgb,var(--seo-bg),#fff 70%),color-mix(in srgb,var(--seo-accent),transparent 94%)),linear-gradient(90deg,var(--seo-grid) 1px,transparent 1px),linear-gradient(0deg,var(--seo-grid) 1px,transparent 1px);background-size:cover,44px 44px,44px 44px}body.seo-page .seo-form,body.seo-page .seo-proof,body.seo-page .seo-panel{box-shadow:0 22px 54px color-mix(in srgb,var(--seo-accent),transparent 88%)}body.profi-site section[id],body.elite-site section[id],body.elite-site [id="request"]{scroll-margin-top:84px}body.elite-site.elite-kabina .cabin-stock .cab-card{content-visibility:auto;contain-intrinsic-size:620px}body.elite-kabina .cabin-command__request .elite-consent{font-size:12px;line-height:1.35;overflow-wrap:normal}@media (max-width:720px){body.elite-site .elite-hero,body.profi-site .profi-hero,body.elite-site .cabin-command{padding-bottom:28px}body.elite-remont .elite-hero-copy,body.elite-dorabotka .elite-hero-copy{padding:22px !important}body.elite-site .elite-actions,body.profi-site .profi-actions{gap:8px}body.elite-site .elite-actions>*,body.profi-site .profi-actions>*{width:100%}body.elite-site .elite-visual,body.profi-site .profi-dashboard,body.elite-kabina .cabin-command__request{box-shadow:0 16px 36px color-mix(in srgb,var(--firm-accent,#0f766e),transparent 86%)}body.industrial-commerce .catalog-command::before{opacity:.22;background-size:34px 34px}body.elite-site.elite-truksale>main{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}@media (max-width:360px){body.elite-site .elite-hero h1,body.profi-site .profi-hero h1,body.elite-kabina .cabin-command h1,body.seo-page .seo-hero h1{font-size:clamp(25px,8vw,30px);line-height:1.14}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}html.firm-motion-ready :where(.hero,.page-hero,.elite-hero,.profi-hero,.mvp5-hero,.product-hero,.seo-hero) :where(.container,.elite-container,.profi-container,.mvp5-container,.seo-container,.hero-content,.hero-text,.elite-hero__content,.profi-hero__content),html.firm-motion-js .firm-reveal,html.firm-motion-js .firm-reveal.is-visible{opacity:1 !important;transform:none !important;filter:none !important;animation:none !important}}

/* Автогигант: единая шапка */
body[data-page] .industrial-header .brand strong{font-size:24px;font-weight:900;line-height:1.05;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}
body.elite-site .elite-logo b,body.mvp5-service-page .mvp5-brand,.seo-brand{font-size:20px;font-weight:900;line-height:1.05;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
@media (max-width:760px){body[data-page] .industrial-header .brand strong{font-size:18px}body.elite-site .elite-logo b,body.mvp5-service-page .mvp5-brand,.seo-brand{font-size:17px;letter-spacing:.03em}}
@media (max-width:360px){body[data-page] .industrial-header .brand strong{font-size:15px;letter-spacing:.025em}body.elite-site .elite-logo b,body.mvp5-service-page .mvp5-brand,.seo-brand{font-size:14px;letter-spacing:.02em}}
