:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --ink: #17202b;
  --muted: #667386;
  --line: #dde5ee;
  --dark: #101826;
  --dark-soft: #172338;
  --blue: #0b78d0;
  --cyan: #4dd1f9;
  --amber: #f1b742;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(16, 24, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  color: var(--ink);
  background: var(--bg);
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(4, 12, 24, 0.98) 0%, rgba(10, 28, 48, 0.96) 62%, rgba(14, 42, 68, 0.96) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--blue);
  border-radius: var(--radius);
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 38px;
  padding: 0;
}

.brand-logo {
  width: 136px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-descriptor {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

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

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  background: var(--ink);
}

.nav-socials {
  display: none;
}

.section,
.hero {
  padding: 88px max(24px, calc((100vw - 1180px) / 2));
  scroll-margin-top: 92px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  align-items: center;
  min-height: calc(100vh - 72px);
  gap: 56px;
}

.section-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 24, 38, 0.96), rgba(23, 35, 56, 0.94)),
    radial-gradient(circle at 15% 10%, rgba(77, 209, 249, 0.22), transparent 32%);
}

.section-muted {
  background: #eef3f8;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-dark .eyebrow {
  color: var(--cyan);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.62;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-text {
  max-width: 620px;
  margin-bottom: 32px;
  font-size: 19px;
}

.typing-line {
  display: block;
  min-height: 1em;
  color: var(--cyan);
}

.typing-country {
  position: relative;
  display: inline-block;
  min-width: 7.6em;
}

.h1-tail {
  display: grid;
  gap: 0.03em;
  margin-top: 0.08em;
  font-size: 0.55em;
  line-height: 1;
}

.h1-tail span {
  display: block;
}

.typing-country::after {
  display: inline-block;
  width: 0.08em;
  height: 0.78em;
  margin-left: 0.08em;
  background: currentColor;
  content: "";
  animation: typing-caret 0.85s steps(1) infinite;
  transform: translateY(0.08em);
}

@keyframes typing-caret {
  50% {
    opacity: 0;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0 solid transparent;
  border-radius: 61px;
  font-weight: 800;
  cursor: pointer;
  word-break: break-word;
}

.btn-primary {
  color: #000;
  background: linear-gradient(269deg, #004790 2%, #46c6ed 50%, #004790 99%);
}

.btn-secondary {
  color: #000;
  background: linear-gradient(269deg, #004790 2%, #46c6ed 50%, #004790 99%);
}

.btn-drom {
  color: #ffffff;
  background: #ff0000;
  text-transform: uppercase;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4, 12, 24, 0.99) 0%, rgba(10, 28, 48, 0.98) 58%, rgba(14, 42, 68, 0.96) 100%);
}

.stat-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.stat-card:first-child {
  padding-left: 0;
}

.stat-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.stat-card strong {
  color: var(--cyan);
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
  white-space: nowrap;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.drom-section {
  padding-top: 26px;
  padding-bottom: 26px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4, 12, 24, 0.99) 0%, rgba(10, 28, 48, 0.98) 58%, rgba(14, 42, 68, 0.96) 100%);
}

.drom-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.drom-section .eyebrow {
  margin-bottom: 8px;
  color: var(--cyan);
}

.drom-section h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
  text-transform: uppercase;
}

.drom-strip__button {
  min-width: 250px;
  min-height: 50px;
  color: #fff;
  background: #ff0000;
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.18);
}

.lots-section {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 72px);
  background:
    linear-gradient(180deg, #f8fafc 0%, #edf4fb 100%);
}

.lots-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  align-items: center;
  gap: 48px;
}

.lots-content {
  max-width: 780px;
}

.lots-title {
  max-width: 780px;
  font-size: 40px;
  line-height: 1.08;
  text-transform: uppercase;
}

.lots-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.lots-points {
  display: grid;
  gap: 10px;
  margin: 26px 0 30px;
}

.lots-points span {
  position: relative;
  padding-left: 24px;
  color: #223044;
  font-weight: 700;
}

.lots-points span::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(10, 132, 220, 0.12);
  transform: translateY(-50%);
}

.lots-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lots-button {
  min-width: 240px;
  color: #fff;
  box-shadow: 0 18px 42px rgba(8, 17, 29, 0.14);
}

.lots-button-telegram {
  background: #229ed9;
}

.lots-button-telegram:hover {
  background: #168ac0;
}

.lots-button-max {
  background: #005ff9;
}

.lots-button-max:hover {
  background: #004fd0;
}

.phone-mockup {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}

.phone-mockup::before {
  position: absolute;
  right: 18%;
  bottom: 3%;
  left: 18%;
  z-index: 0;
  height: 22%;
  content: "";
  border-radius: 50%;
  background: rgba(92, 104, 118, 0.24);
  filter: blur(28px);
}

.phone-mockup__frame {
  position: relative;
  z-index: 1;
  width: min(300px, 100%);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: #03070d;
  box-shadow:
    0 24px 54px rgba(72, 84, 98, 0.24),
    0 10px 22px rgba(72, 84, 98, 0.16),
    0 0 0 5px #03070d,
    0 0 0 6px rgba(255, 255, 255, 0.10);
}

.phone-mockup__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 33px;
  background: #111318;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-media img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 18px;
}

.hero-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.row-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  max-width: none;
  align-items: end;
  gap: 32px;
}

.calculation-title {
  max-width: 720px;
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
}

.cars-title {
  max-width: 1180px;
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
}

#cars .row-heading {
  display: block;
}

.process-title {
  max-width: 760px;
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.task-grid div,
.placeholder-card,
.lot-empty,
.review-card,
.contact-request,
.contact-sidebar,
.lead-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.task-grid div {
  padding: 18px;
  font-weight: 800;
}

.calc-carousel {
  display: grid;
  gap: 18px;
}

.price-breakdown {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr) minmax(220px, 0.26fr);
  gap: 12px;
  align-items: stretch;
  margin-bottom: 22px;
}

.price-breakdown__head,
.price-breakdown__items,
.price-breakdown__total {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(16, 24, 38, 0.08);
}

.price-breakdown__head {
  padding: 22px;
}

.price-breakdown__head h3 {
  margin-bottom: 10px;
}

.price-breakdown__head p {
  margin-bottom: 0;
}

.price-breakdown__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.price-item {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 180px;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.price-item:last-child {
  border-right: 0;
}

.price-item span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.price-item p {
  margin-bottom: 0;
}

.price-item strong {
  margin-top: auto;
  font-size: 20px;
  white-space: nowrap;
}

.price-breakdown__total {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  color: #fff;
  background: var(--dark);
}

.price-breakdown__total span {
  color: rgba(255, 255, 255, 0.72);
}

.price-breakdown__total strong {
  color: var(--cyan);
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}

.calc-track {
  position: relative;
  overflow: visible;
}

.calc-slide {
  display: none;
}

.calc-slide.is-active {
  display: block;
}

.calc-slide.is-active .calc-layout {
  animation: calc-slide-in 520ms ease both;
}

@keyframes calc-slide-in {
  from {
    opacity: 0;
    transform: translateX(22px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 28px;
  align-items: stretch;
  min-height: 520px;
}

.calc-photo,
.calc-panel,
.car-card,
.lot-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(16, 24, 38, 0.08);
}

.calc-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 520px;
}

.calc-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 24px;
}

.calc-panel {
  position: relative;
  display: grid;
  align-content: stretch;
  height: 520px;
  padding: 10px;
}

.calc-slide.is-active .calc-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, transparent 8%, rgba(77, 209, 249, 0.18) 34%, transparent 58%);
  opacity: 0;
  transform: translateX(-40%);
  animation: calc-panel-glint 820ms ease 120ms both;
}

@keyframes calc-panel-glint {
  0% {
    opacity: 0;
    transform: translateX(-42%);
  }

  32% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(42%);
  }
}

.calc-model {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.calc-model span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.calc-model h3 {
  margin-bottom: 0;
}

.calc-row,
.calc-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.calc-row small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.calc-row strong,
.calc-total strong {
  white-space: nowrap;
}

.calc-total {
  margin-top: auto;
  color: #fff;
  background: var(--dark);
  border: 0;
  border-radius: var(--radius);
}

.calc-total span {
  color: rgba(255, 255, 255, 0.72);
}

.calc-total strong {
  color: var(--cyan);
  font-size: 28px;
}

.calc-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.calc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.calc-arrow:hover {
  border-color: var(--blue);
}

.calc-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 64px;
}

.calc-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #bcc8d5;
  cursor: pointer;
}

.calc-dot.is-active {
  width: 28px;
  background: var(--blue);
}

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

.car-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #fff;
}

.car-card div {
  padding: 18px;
}

.car-origin {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.car-meta {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
}

.car-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
}

.car-meta dt {
  color: var(--muted);
}

.car-meta dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.car-card p,
.review-card p,
.lot-card p {
  margin-bottom: 0;
}

.placeholder-card,
.lot-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 24px;
  text-align: center;
}

.placeholder-card span,
.lot-empty span {
  color: var(--blue);
  font-size: 42px;
  font-weight: 900;
}

.lots-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 16px;
}

.lot-card {
  display: grid;
  grid-template-columns: 44% 1fr;
}

.lot-card img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.lot-body {
  padding: 22px;
}

.lot-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--muted);
}

.lot-topline strong {
  color: var(--blue);
}

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

.steps article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.steps span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--cyan);
  font-weight: 900;
}

.reviews-section {
  overflow: hidden;
}

.reviews-head {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 34px;
}

.reviews-title {
  max-width: 760px;
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
}

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

.reviews-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.reviews-carousel {
  display: none;
}

.review-proof {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 17, 29, 0.09);
}

.review-proof img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(8, 17, 29, 0.08);
}

.reviews-more {
  display: flex;
  justify-content: flex-start;
  width: calc((100% - 36px) / 3);
  margin-top: 18px;
}

.reviews-more__button {
  width: 100%;
  min-width: 0;
  color: #fff;
  background: #19b84a;
  box-shadow: 0 18px 42px rgba(25, 184, 74, 0.22);
}

.reviews-more__button:hover {
  background: #12973b;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: stretch;
  gap: 24px;
}

.contact-request,
.contact-sidebar {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 16% 12%, rgba(77, 209, 249, 0.18), transparent 34%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.contact-request h2 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.05;
  text-transform: uppercase;
}

.contact-request > p {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.55;
}

.contact-sidebar {
  display: grid;
  gap: 18px;
}

.contact-sidebar h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
}

.contact-phones {
  display: grid;
  gap: 10px;
}

.contact-phones a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-phones strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.contact-phones span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 700;
}

.lead-form {
  display: grid;
  gap: 16px;
  align-content: start;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  color: var(--ink);
  background: #fff;
}

.lead-form textarea {
  resize: vertical;
}

.consent-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--cyan);
}

.consent-check a {
  color: var(--cyan);
  text-decoration: none;
}

.consent-check a:hover {
  color: #fff;
}

.lead-form .btn-primary {
  color: #1e1e1e;
  border: 2px solid #1e1e1e;
  border-radius: 61px;
  background: #4dd1f9;
  box-shadow: none;
}

.lead-form .btn-primary:hover {
  color: #161961;
  border-color: #1e1e1e;
  background: #edab00;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 61px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.social-link--max {
  grid-column: span 3;
  background: #005ff9;
}

.social-link--telegram {
  grid-column: span 3;
  background: #229ed9;
}

.social-link--vk {
  grid-column: span 2;
  background: #0077ff;
}

.social-link--instagram {
  grid-column: span 2;
  background: linear-gradient(135deg, #5b3fd6 0%, #8d4de8 52%, #b453f3 100%);
}

.social-link--gis {
  grid-column: span 2;
  background: #19b84a;
}

.map-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 58px rgba(8, 17, 29, 0.1);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  filter: saturate(0.92) contrast(0.98);
}

.map-card__info {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(8, 17, 29, 0.9);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.map-card__info span,
.map-card__info em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-style: normal;
}

.map-card__info strong {
  font-size: 17px;
  line-height: 1.25;
}

.meta-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-style: italic;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr) minmax(260px, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding: 34px max(24px, calc((100vw - 1180px) / 2)) 126px;
  color: rgba(255, 255, 255, 0.68);
  background: #050b14;
}

.footer-brand,
.footer-requisites,
.footer-links,
.footer-credit {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-brand img {
  width: 154px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(255, 255, 255, 0.08));
}

.footer-brand p,
.footer-requisites span,
.footer-credit span {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.footer-requisites strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.footer-links a,
.footer-credit a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-links a:hover,
.footer-credit a:hover {
  color: var(--cyan);
}

.footer-credit {
  justify-items: end;
  text-align: right;
}

.footer-credit a {
  color: var(--cyan);
}

.cookie-banner {
  position: fixed;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 18px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: min(620px, calc(100vw - 36px));
  padding: 16px 16px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(8, 17, 29, 0.94);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner__button {
  min-width: 96px;
  min-height: 38px;
  padding: 0 18px;
  color: #08111d;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.cookie-banner__button:hover {
  color: #08111d;
  background: #dfe7f1;
}

.cookie-banner .cookie-banner__button {
  min-width: 104px;
  min-height: 34px;
  padding-inline: 15px;
  font-size: 13px;
}

.lot-subscribe-popup {
  position: fixed;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 18px;
  z-index: 85;
  width: min(430px, calc(100vw - 36px));
  pointer-events: none;
}

.lot-subscribe-popup__card {
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px 22px 8px 8px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 10%, rgba(77, 209, 249, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(8, 17, 29, 0.98), rgba(17, 28, 44, 0.98));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  pointer-events: auto;
}

.lot-subscribe-popup.has-cookie {
  bottom: 112px;
}

.lot-subscribe-popup__handle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 12px 18px;
  color: #fff;
  text-align: left;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.075);
}

.lot-subscribe-popup__handle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  border-left: 2px solid rgba(255, 255, 255, 0.78);
  transform: rotate(45deg) translateY(3px);
  transition: transform 0.24s ease;
}

.lot-subscribe-popup.is-open .lot-subscribe-popup__handle::after {
  transform: rotate(225deg) translate(2px, -2px);
}

.lot-subscribe-popup__handle span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.lot-subscribe-popup__handle strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.lot-subscribe-popup__content {
  max-height: 0;
  padding: 0 28px;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition: max-height 0.32s ease, padding 0.32s ease, opacity 0.24s ease, transform 0.24s ease;
}

.lot-subscribe-popup.is-open .lot-subscribe-popup__content {
  max-height: 430px;
  padding: 22px 28px 28px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lot-subscribe-popup .eyebrow {
  margin: 0 0 12px;
}

.lot-subscribe-popup h2 {
  margin: 0;
  max-width: 360px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: 0;
}

.lot-subscribe-popup p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.55;
}

.lot-subscribe-popup__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.lot-subscribe-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 61px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: filter 0.18s ease, transform 0.18s ease;
}

.lot-subscribe-popup__button:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.lot-subscribe-popup__button--telegram {
  background: #229ed9;
}

.lot-subscribe-popup__button--max {
  background: #005ff9;
}

@media (max-width: 920px) {
  .site-nav {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background:
      radial-gradient(circle at 85% 0%, rgba(77, 209, 249, 0.16), transparent 38%),
      linear-gradient(135deg, rgba(6, 15, 28, 0.98), rgba(13, 33, 54, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .site-nav a {
    min-height: 42px;
    justify-content: center;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 16px;
  }

  .site-nav > a:not(.nav-cta) {
    display: none;
  }

  .site-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav .nav-cta {
    min-height: 46px;
    margin-top: 0;
    color: #07111d;
    background: #fff;
  }

  .nav-socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav .nav-socials a {
    min-height: 42px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 61px;
  }

  .site-nav .nav-socials .social-link--gis {
    grid-column: 1 / -1;
  }

  .hero,
  .price-breakdown,
  .calc-layout,
  .row-heading,
  .lots-layout,
  .lots-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .calc-layout {
    min-height: 0;
  }

  .calc-photo,
  .calc-panel {
    height: auto;
  }

  .contact-request,
  .contact-sidebar,
  .map-card {
    min-height: auto;
  }

  .map-card iframe {
    min-height: 280px;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .task-grid,
  .price-breakdown__items,
  .cards-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-item:nth-child(2) {
    border-right: 0;
  }

  .price-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .lot-card {
    grid-template-columns: 1fr;
  }

  .lots-section {
    min-height: auto;
  }

  .lots-content {
    max-width: none;
  }

}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-logo-wrap {
    min-width: 88px;
    height: 30px;
  }

  .brand-logo {
    width: 88px;
  }

  .brand-descriptor {
    max-width: none;
    font-size: 9.7px;
    line-height: 1.15;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .nav-toggle {
    flex: 0 0 auto;
  }

  .section,
  .hero {
    padding: 56px 16px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .task-grid,
  .price-breakdown__items,
  .cards-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .price-breakdown__items .price-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .price-breakdown__items .price-item:last-child {
    border-bottom: 0;
  }

  .price-breakdown__total strong {
    font-size: 26px;
  }

  .lots-title,
  .reviews-title,
  .process-title {
    font-size: 28px;
  }

  .lots-lead {
    font-size: 17px;
  }

  .reviews-wall {
    grid-template-columns: 1fr;
  }

  .phone-mockup__frame {
    width: min(270px, 100%);
    border-radius: 30px;
  }

  .phone-mockup__frame img {
    border-radius: 29px;
  }

  .calc-row,
  .calc-total {
    grid-template-columns: 1fr;
  }

  .calc-total strong {
    font-size: 24px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-credit {
    justify-items: start;
    text-align: left;
  }

}

/* Premium landing polish */
:root {
  --bg: #f3f6fa;
  --surface: #ffffff;
  --ink: #101722;
  --muted: #5f6d7e;
  --line: #dce4ee;
  --dark: #08111d;
  --dark-soft: #111c2c;
  --blue: #0a84dc;
  --cyan: #35d7ff;
  --amber: #f0b84b;
  --green: #21b66f;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(8, 17, 29, 0.18);
}

body {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 52%, #f8fafc 100%);
  text-rendering: geometricPrecision;
}

.site-header {
  min-height: 68px;
  padding-top: 10px;
  padding-bottom: 10px;
  background:
    linear-gradient(135deg, rgba(4, 12, 24, 0.98) 0%, rgba(10, 28, 48, 0.96) 62%, rgba(14, 42, 68, 0.96) 100%);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
}

.brand {
  color: #fff;
  font-size: 15px;
}

.brand-mark {
  background: linear-gradient(135deg, var(--blue), #062942);
  box-shadow: 0 12px 28px rgba(10, 132, 220, 0.22);
}

.site-nav {
  gap: 8px;
  font-weight: 600;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: var(--radius);
}

.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.site-nav .nav-cta {
  color: #07111d;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 61px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.site-nav .nav-cta:hover {
  color: #07111d;
  background: rgba(224, 233, 242, 0.98);
}

.section,
.hero {
  padding-top: 104px;
  padding-bottom: 104px;
}

h1 {
  max-width: 700px;
  font-size: clamp(54px, 4.2vw, 68px);
  line-height: 0.98;
}

h2 {
  font-size: 46px;
  line-height: 1.08;
}

h3 {
  font-size: 21px;
}

.eyebrow {
  color: var(--blue);
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: calc(100svh - 68px);
  gap: 32px;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.98) 0%, rgba(7, 17, 29, 0.92) 28%, rgba(7, 17, 29, 0.62) 44%, rgba(7, 17, 29, 0.18) 62%, rgba(7, 17, 29, 0.02) 78%),
    linear-gradient(180deg, rgba(7, 17, 29, 0.08), rgba(7, 17, 29, 0.52));
}

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

.hero-copy {
  max-width: 700px;
  padding-bottom: 0;
}

.hero-mobile-photo {
  display: none;
}

.hero-text {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero-actions {
  flex-wrap: nowrap;
  gap: 12px;
}

.btn {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 61px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.hero-actions .btn::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.62) 28%, transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 52%);
  opacity: 0.68;
  transform: translateX(-34%);
}

.hero-actions .btn:hover::before {
  opacity: 0.52;
}

.btn:hover {
  transform: translateY(-1px);
}

.cookie-banner .cookie-banner__button {
  min-height: 38px;
  padding-inline: 18px;
  font-size: 14px;
}

.hero-actions .btn-primary {
  color: #07111d;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.hero-actions .btn-secondary {
  color: #07111d;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-secondary:hover {
  color: #07111d;
  background: rgba(223, 232, 240, 0.96);
}

.hero-actions .btn-drom {
  color: #fff;
  background: #ff0000;
  box-shadow: 0 18px 42px rgba(255, 0, 0, 0.22);
  text-transform: none;
}

.hero-actions .btn-drom:hover {
  color: #fff;
  background: #d90000;
}

.hero-deal {
  display: none;
  align-self: end;
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(8, 17, 29, 0.62);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.hero-deal span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-deal h2 {
  margin: 10px 0;
  font-size: 34px;
}

.hero-deal p {
  color: rgba(255, 255, 255, 0.74);
}

.hero-deal a {
  margin-top: 10px;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 22px;
  padding: 26px max(24px, calc((100vw - 1180px) / 2));
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(8, 17, 29, 0.08);
}

.proof-intro {
  display: grid;
  align-content: center;
}

.proof-intro h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.16;
}

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

.proof-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.proof-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.proof-grid h3 {
  margin: 12px 0 8px;
}

.proof-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.section-muted {
  background:
    linear-gradient(180deg, #eef4fa 0%, #f8fafc 100%);
}

.drom-section {
  padding-top: 26px;
  padding-bottom: 26px;
}

.price-breakdown__head,
.price-breakdown__items,
.price-breakdown__total,
.calc-photo,
.calc-panel,
.car-card,
.lot-card,
.review-proof,
.placeholder-card,
.lot-empty,
.lead-form {
  box-shadow: 0 18px 58px rgba(8, 17, 29, 0.1);
}

.price-breakdown__total,
.calc-total {
  background: linear-gradient(135deg, #08111d, #123b5d);
}

.calc-photo {
  background:
    #ffffff;
}

.calc-photo img {
  min-height: 460px;
  filter: drop-shadow(0 24px 34px rgba(8, 17, 29, 0.18));
}

.cars-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.car-card {
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.car-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(8, 17, 29, 0.16);
}

.car-card-featured {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  grid-template-rows: auto;
  background: #07111d;
}

.car-card-featured img {
  height: 100%;
}

.car-card-featured > div {
  display: grid;
  align-content: center;
  color: #fff;
}

.car-card-featured h3 {
  font-size: 30px;
}

.car-card-featured p,
.car-card-featured dt {
  color: rgba(255, 255, 255, 0.72);
}

.car-card-featured dd,
.car-card-featured .car-origin {
  color: var(--cyan);
}

.car-card-featured .car-meta div {
  border-color: rgba(255, 255, 255, 0.16);
}

.car-card img {
  aspect-ratio: 16 / 11;
}

#cars {
  overflow: hidden;
}

.cars-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: transparent;
}

.cars-carousel::before,
.cars-carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: max(108px, calc((100vw - 1180px) / 2 + 86px));
  pointer-events: none;
  content: "";
}

.cars-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.5), rgba(248, 250, 252, 0));
}

.cars-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(248, 250, 252, 0.5), rgba(248, 250, 252, 0));
}

.cars-carousel .cars-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  align-items: stretch;
  will-change: transform;
}

.cars-carousel.is-dragging,
.reviews-carousel.is-dragging {
  cursor: grabbing;
}

.cars-carousel .car-card {
  display: grid;
  flex: 0 0 356px;
  grid-template-rows: auto 1fr;
}

.cars-carousel .car-card > div {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}

.cars-carousel .car-meta {
  align-self: end;
}

.cars-carousel .car-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.cars-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 96px;
  height: 132px;
  padding: 0;
  color: #fff;
  font-size: 124px;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 8px 24px rgba(120, 132, 148, 0.46), 0 1px 3px rgba(120, 132, 148, 0.58);
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.cars-arrow:hover {
  color: #fff;
  opacity: 0.82;
  transform: translateY(-50%) scale(1.06);
}

.cars-arrow-prev {
  left: 18px;
}

.cars-arrow-next {
  right: 18px;
}

.placeholder-card,
.lot-empty {
  background:
    linear-gradient(135deg, rgba(10, 132, 220, 0.08), rgba(53, 215, 255, 0.08)),
    #fff;
}

.lots-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.lot-card {
  background: #07111d;
}

.lot-body h3,
.lot-body p {
  color: #fff;
}

.lot-body p {
  color: rgba(255, 255, 255, 0.74);
}

.steps article {
  position: relative;
  overflow: hidden;
  min-height: 246px;
  background: rgba(255, 255, 255, 0.08);
  transition: background 160ms ease, transform 160ms ease;
}

.steps article:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.steps article p {
  margin-bottom: 0;
}

.review-proof img {
  box-shadow: 0 10px 28px rgba(8, 17, 29, 0.08);
}

.contacts {
  background:
    radial-gradient(circle at 78% 22%, rgba(77, 209, 249, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(8, 17, 29, 0.98), rgba(16, 28, 45, 0.96));
}

.contacts .lead-form label {
  color: rgba(255, 255, 255, 0.72);
}

.contacts .lead-form {
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

.lead-form input,
.lead-form textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.lead-form .consent-check input {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 38px;
  }

  .hero,
  .proof-band,
  .car-card-featured {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: end;
    min-height: 760px;
  }

  .hero-deal {
    max-width: 420px;
  }

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

  .car-card-featured {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .site-nav {
    top: 76px;
  }

  .site-nav a {
    justify-content: center;
  }

  .section,
  .hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    max-width: none;
    text-align: center;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(8, 17, 29, 0.98) 0%, rgba(8, 17, 29, 0.94) 54%, rgba(8, 17, 29, 1) 100%);
  }

  .contact-request,
  .contact-sidebar {
    padding: 24px;
  }

  .contact-request h2 {
    font-size: 30px;
  }

  .contact-request > p {
    font-size: 17px;
  }

  .contact-phones a,
  .social-links {
    grid-template-columns: 1fr;
  }

  .social-links a {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 30px 18px 178px;
  }

  .footer-brand img {
    width: 138px;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
  }

  .cookie-banner p {
    font-size: 11px;
    line-height: 1.3;
  }

  .cookie-banner__button {
    width: auto;
    min-width: 96px;
    min-height: 30px;
    padding-inline: 13px;
    font-size: 12px;
    justify-self: center;
    align-self: center;
  }

  .cookie-banner .cookie-banner__button {
    min-width: 96px;
    min-height: 30px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .lot-subscribe-popup {
    right: 12px;
    bottom: 14px;
    left: 12px;
    width: auto;
  }

  .lot-subscribe-popup.has-cookie {
    bottom: 150px;
  }

  .lot-subscribe-popup__card {
    border-radius: 20px 20px 8px 8px;
    padding: 20px;
    padding: 0;
    background:
      radial-gradient(circle at 94% 10%, rgba(77, 209, 249, 0.16), transparent 34%),
      linear-gradient(145deg, #08111d, #111c2c);
  }

  .lot-subscribe-popup__handle {
    min-height: 54px;
    padding: 11px 16px;
  }

  .lot-subscribe-popup__handle span,
  .lot-subscribe-popup__handle strong {
    font-size: 11px;
  }

  .lot-subscribe-popup.is-open .lot-subscribe-popup__content {
    max-height: calc(100dvh - 210px);
    padding: 18px 18px 20px;
    overflow: auto;
  }

  .lot-subscribe-popup h2 {
    font-size: 24px;
    line-height: 1.02;
  }

  .lot-subscribe-popup p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  .lot-subscribe-popup__actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .lot-subscribe-popup__button {
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .map-card iframe {
    min-height: 260px;
  }

  .hero-bg {
    opacity: 0.14;
    object-position: center;
  }

  h1 {
    order: 1;
    font-size: 34px;
    line-height: 1.02;
  }

  h2 {
    font-size: 32px;
  }

  .hero-text {
    order: 3;
    max-width: 340px;
    margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
  }

  .hero-mobile-photo {
    order: 2;
    display: block;
    width: min(100%, 560px);
    margin: 18px auto 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  }

  .hero-mobile-photo img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
  }

  .hero-actions {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .proof-grid,
  .cars-grid,
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .hero-deal {
    display: none;
  }

  .stats-strip {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stat-card {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .stat-card:first-child {
    padding-top: 0;
  }

  .stat-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .drom-strip {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .drom-section h2 {
    font-size: 28px;
  }

  .drom-strip__button {
    width: 100%;
    min-width: 0;
  }

  .car-card-featured {
    grid-column: auto;
  }

  .car-card-featured h3 {
    font-size: 24px;
  }

  .calc-photo img {
    min-height: 300px;
  }

  .cars-title {
    font-size: 28px;
  }

  .cars-carousel {
    padding: 0 18px;
  }

  .cars-carousel::before,
  .cars-carousel::after {
    width: 56px;
  }

  .cars-carousel .car-card {
    flex-basis: min(78vw, 320px);
  }

  .cars-arrow {
    width: 62px;
    height: 92px;
    font-size: 84px;
  }

  .cars-arrow-prev {
    left: 6px;
  }

  .cars-arrow-next {
    right: 6px;
  }
}

@media (max-width: 420px) {
  .section,
  .hero,
  .proof-band,
  .stats-strip {
    padding-left: 14px;
    padding-right: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-actions .btn {
    min-height: 50px;
  }

  .price-item strong,
  .calc-row strong,
  .calc-total strong,
  .price-breakdown__total strong {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  #calculation {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  #calculation .section-heading,
  #cars .section-heading,
  #process .section-heading,
  #reviews .section-heading,
  #lots .section-heading {
    justify-items: center;
    gap: 7px;
    margin-bottom: 12px;
    text-align: center;
  }

  #calculation .section-heading p {
    max-width: 330px;
    margin: 0 auto;
    font-size: 12.5px;
    line-height: 1.24;
  }

  .calculation-title,
  .cars-title,
  .process-title,
  .reviews-title,
  .lots-title {
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 19px;
    line-height: 1.08;
    text-align: center;
  }

  .calc-carousel {
    gap: 8px;
  }

  .calc-layout {
    gap: 7px;
    min-height: 0;
  }

  .calc-photo {
    height: 204px;
    min-height: 0;
  }

  .calc-photo img {
    height: 100%;
    min-height: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
  }

  .calc-panel {
    height: 329px;
    min-height: 0;
    padding: 6px;
  }

  .calc-panel::before {
    display: none;
  }

  .calc-model {
    padding: 9px 11px 10px;
  }

  .calc-model span {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .calc-model h3 {
    font-size: 17px;
    line-height: 1.15;
  }

  .calc-row,
  .calc-total {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 10px;
    padding: 8px 11px;
  }

  .calc-row span,
  .calc-total span {
    font-size: 13px;
    line-height: 1.3;
  }

  .calc-row small {
    font-size: 12px;
    line-height: 1.25;
  }

  .calc-row strong {
    font-size: 14px;
  }

  .calc-total {
    margin-top: 7px;
    padding: 10px 11px;
  }

  .calc-total strong {
    font-size: 20px;
  }

  .calc-controls {
    gap: 10px;
    margin-top: 4px;
  }

  .calc-arrow {
    width: 38px;
    height: 38px;
    font-size: 25px;
    border-radius: 999px;
  }

  .calc-dots {
    min-width: 56px;
  }

  .calc-dot {
    width: 8px;
    height: 8px;
  }

  .calc-dot.is-active {
    width: 22px;
  }

  .stats-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 14px;
    background:
      radial-gradient(circle at 92% 0%, rgba(77, 209, 249, 0.16), transparent 34%),
      linear-gradient(135deg, rgba(4, 12, 24, 0.99) 0%, rgba(10, 28, 48, 0.98) 58%, rgba(14, 42, 68, 0.96) 100%);
  }

  .stat-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    min-height: 62px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .stat-card:first-child,
  .stat-card:last-child {
    padding: 12px 14px;
  }

  .stat-card strong {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
  }

  .stat-card span {
    font-size: 12px;
    line-height: 1.32;
  }

  #cars {
    padding-top: 52px;
  }

  #cars .section-heading {
    margin-bottom: 26px;
  }

  .cars-title {
    max-width: 350px;
  }

  .cars-carousel {
    --mobile-car-card: min(82vw, 320px);
    overflow: hidden;
    padding: 0 calc((100vw - var(--mobile-car-card)) / 2) 10px;
    touch-action: pan-y;
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    overscroll-behavior-x: contain;
  }

  .cars-carousel::before,
  .cars-carousel::after {
    display: none;
  }

  .cars-carousel .cars-grid {
    gap: 14px;
    width: max-content;
  }

  .cars-carousel .car-card {
    flex: 0 0 var(--mobile-car-card);
  }

  .cars-carousel .car-card img,
  .reviews-carousel .review-proof img {
    pointer-events: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
  }

  .cars-arrow {
    display: none;
  }

  #reviews {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .reviews-head {
    justify-items: center;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    text-align: center;
  }

  .reviews-head .eyebrow {
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .reviews-wall {
    display: none;
  }

  .reviews-carousel {
    --mobile-review-card: min(82vw, 320px);
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 0 calc((100vw - var(--mobile-review-card)) / 2);
    touch-action: pan-y;
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    overscroll-behavior-x: contain;
  }

  .reviews-track {
    display: flex;
    gap: 14px;
    width: max-content;
    align-items: flex-start;
    will-change: transform;
  }

  .reviews-carousel .review-proof {
    flex: 0 0 var(--mobile-review-card);
    padding: 8px;
    border-radius: 18px;
  }

  .reviews-carousel .review-proof img {
    border-radius: 12px;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  }

  .reviews-more {
    width: min(82vw, 320px);
    margin: 14px auto 0;
  }

  .reviews-more__button {
    min-height: 48px;
    font-size: 13px;
  }

  .drom-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .drom-strip {
    justify-items: center;
    gap: 16px;
    text-align: center;
  }

  .drom-section .eyebrow {
    margin-bottom: 7px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .drom-section h2 {
    max-width: 320px;
    margin-inline: auto;
    font-size: 24px;
    line-height: 1.08;
  }

  .drom-strip__button {
    width: min(100%, 320px);
    min-height: 46px;
    font-size: 13px;
  }

  .lots-section {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .lots-layout {
    display: block;
  }

  .lots-content {
    display: grid;
    justify-items: center;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }

  .lots-content .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .lots-title {
    max-width: 350px;
    font-size: 21px;
    line-height: 1.08;
    text-align: center;
  }

  .lots-lead {
    max-width: 340px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
  }

  .lots-points {
    width: 100%;
    max-width: 330px;
    gap: 8px;
    margin: 22px auto 24px;
  }

  .lots-points span {
    min-height: 42px;
    padding: 11px 14px;
    color: #223044;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 12px 32px rgba(16, 24, 38, 0.06);
  }

  .lots-points span::before {
    display: none;
  }

  .lots-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 320px);
    gap: 10px;
  }

  .lots-button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 13px;
  }

  #process {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  #process .section-heading {
    gap: 10px;
    margin-bottom: 22px;
  }

  #process .section-heading p {
    max-width: 330px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.42;
    text-align: center;
  }

  #process .steps {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 360px;
    margin: 0 auto;
  }

  #process .steps::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 29px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(77, 209, 249, 0),
      rgba(77, 209, 249, 0.28) 8%,
      rgba(77, 209, 249, 0.28) 92%,
      rgba(77, 209, 249, 0)
    );
  }

  #process .steps article {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    min-height: 0;
    padding: 13px 14px 13px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.058);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  #process .steps article:hover {
    transform: none;
  }

  #process .steps span {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    color: #07111d;
    font-size: 12px;
    font-weight: 900;
    border-radius: 999px;
    background: var(--cyan);
    box-shadow: 0 0 0 6px rgba(77, 209, 249, 0.12);
  }

  #process .steps h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.18;
  }

  #process .steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12.5px;
    line-height: 1.36;
  }

  #contacts {
    padding-top: 54px;
    padding-bottom: 58px;
    text-align: center;
  }

  .contact-layout {
    gap: 14px;
  }

  .contact-request,
  .contact-sidebar {
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 18px 16px;
    border-radius: 18px;
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.048)),
      radial-gradient(circle at 50% 0%, rgba(77, 209, 249, 0.16), transparent 46%);
  }

  .contact-request .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .contact-request h2 {
    max-width: 320px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.08;
    text-align: center;
  }

  .contact-request > p {
    max-width: 320px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
  }

  .lead-form {
    max-width: 320px;
    margin: 20px auto 0;
    gap: 11px;
    text-align: left;
  }

  .lead-form label {
    gap: 6px;
    font-size: 12px;
    line-height: 1.25;
  }

  .lead-form input,
  .lead-form textarea {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 14px;
  }

  .lead-form textarea {
    min-height: 96px;
  }

  .consent-check {
    text-align: left;
    font-size: 11px;
  }

  .lead-form .btn-primary {
    min-height: 48px;
    margin-top: 2px;
    font-size: 13px;
  }

  .contact-sidebar {
    gap: 14px;
  }

  .contact-sidebar h3 {
    font-size: 21px;
    line-height: 1.08;
    text-align: center;
  }

  .contact-phones {
    gap: 8px;
  }

  .contact-phones a {
    min-height: 58px;
    justify-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    text-align: center;
  }

  .contact-phones strong {
    font-size: 17px;
  }

  .contact-phones span {
    font-size: 12px;
  }

  .contact-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-socials a {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .contact-socials .social-link--gis {
    grid-column: 1 / -1;
  }

  .map-card {
    min-height: 224px;
    border-radius: 18px;
  }

  .map-card iframe {
    min-height: 224px;
  }

  .map-card__info {
    right: 10px;
    bottom: 10px;
    left: 10px;
    justify-items: center;
    padding: 12px;
    border-radius: 16px;
    text-align: center;
  }

  .map-card__info span,
  .map-card__info em {
    font-size: 11px;
  }

  .map-card__info strong {
    font-size: 14px;
  }

  .meta-note {
    max-width: 310px;
    margin: 0 auto;
    font-size: 10.5px;
    text-align: center;
  }

  .site-footer {
    justify-items: center;
    gap: 18px;
    padding: 28px 18px 190px;
    text-align: center;
  }

  .footer-brand,
  .footer-requisites,
  .footer-links,
  .footer-credit {
    justify-items: center;
    max-width: 330px;
    text-align: center;
  }

  .footer-brand img {
    width: 122px;
  }

  .footer-brand p,
  .footer-requisites span,
  .footer-links a,
  .footer-credit span,
  .footer-credit a {
    font-size: 12px;
  }

  .phone-mockup {
    display: none;
  }
}
