:root {
  --bg: #efefed;
  --paper: #fbfbf8;
  --ink: #111111;
  --muted: #666a70;
  --line: #d7d7d2;
  --dark: #0b0b0b;
  --dark-2: #171717;
  --accent: #8f1d1d;
  --accent-2: #a8a39b;
  --signal: #8f1d1d;
  --container: 1180px;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
  min-height: 56px;
  padding: 5px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(11, 11, 11, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  align-self: center;
  transform: translateY(4px);
}

.brand-logo {
  display: flex;
  align-items: center;
  width: clamp(142px, 12vw, 190px);
  height: 44px;
  overflow: hidden;
  border-radius: 6px;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #111, #8f1d1d);
  border-radius: 8px;
  overflow: hidden;
  font-weight: 900;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  line-height: 1;
}

.brand small {
  color: #9aa8bd;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #c6d0df;
  font-size: 14px;
}

.nav-close,
.main-nav-phone {
  display: none;
}

.main-nav a:hover,
.header-phone:hover,
.footer a:hover {
  color: #e6ded4;
}

.header-contacts {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-socials {
  display: flex;
  gap: 6px;
  align-items: center;
}

.header-socials a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 34px;
  padding: 0 12px;
  color: #e8edf5;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.messenger-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.messenger-link-tg {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.messenger-link-max {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.max-icon {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 5px;
}

.header-socials a:hover {
  color: #fff;
  border-color: rgba(230, 222, 212, 0.6);
}

.header-phone {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
}

.header-phone svg {
  display: none;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  gap: clamp(24px, 4vw, 44px);
  min-height: calc(100vh - 56px);
  padding: clamp(48px, 8vw, 104px) clamp(18px, 4vw, 56px) clamp(34px, 5vw, 72px);
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.98) 0%, rgba(11, 11, 11, 0.84) 47%, rgba(11, 11, 11, 0.46) 78%),
    url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2200&q=84") center / cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none;
  animation: gridDrift 18s linear infinite;
}

.hero-content,
.lead-card {
  position: relative;
  z-index: 1;
}

.hero-content {
  align-self: end;
  max-width: 680px;
}

.eyebrow,
.form-kicker {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7.4vw, 92px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-text {
  max-width: 660px;
  color: #cbd5e1;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

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

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 12px 30px rgba(143, 29, 29, 0.22);
}

.btn-primary:hover {
  background: #721717;
  box-shadow: 0 16px 36px rgba(143, 29, 29, 0.28);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover {
  border-color: rgba(230, 222, 212, 0.74);
}

.btn-dark {
  color: #fff;
  background: var(--dark);
}

.lead-card {
  align-self: center;
  padding: 24px;
  color: #fff;
  background: rgba(18, 18, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

body.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  padding: 18px;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.lead-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 4, 0.72);
  backdrop-filter: blur(8px);
}

.lead-modal-card {
  position: relative;
  width: min(100%, 430px);
  max-height: calc(100svh - 36px);
  overflow: auto;
}

.lead-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #f5f2eb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  place-items: center;
}

.lead-card h2 {
  margin-bottom: 22px;
  font-size: 28px;
}

.lead-card label,
.lead-card legend {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #bdb8b0;
  font-size: 13px;
  font-weight: 800;
}

.lead-card input[type="text"],
.lead-card input[type="tel"] {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.lead-card input::placeholder {
  color: #8d887f;
}

.lead-card fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.radio-grid label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  color: #ece7df;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.radio-grid input {
  margin-right: 6px;
  accent-color: var(--accent);
}

.lead-card .btn {
  width: 100%;
}

.form-note {
  margin: 14px 0 0;
  color: #8d887f;
  font-size: 12px;
}

.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin: 16px 0 0;
  color: #bdb8b0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.consent-check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.consent-check a {
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 4vw, 56px);
}

.section > .section-heading,
.section > .trust-grid,
.section > .tabs-row,
.section > .catalog-carousel,
.section > .cars-grid,
.section > .delivered-list,
.section > .timeline,
.section > .price-panel,
.section > .budget-tool,
.section > .benefit-grid,
.section > .faq-list {
  width: 100%;
  max-width: var(--container);
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  width: 100%;
  max-width: var(--container);
  margin-bottom: 30px;
}

.section-heading.split {
  max-width: var(--container);
}

.section-heading h2 {
  max-width: 880px;
}

.section-heading p {
  max-width: 760px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

.trust {
  position: relative;
  background: var(--paper);
}

.trust::before,
.catalog::before,
.process::before,
.benefits::before {
  display: none;
}

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

.trust-grid article,
.benefit-grid article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  background: #f7f7f4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.trust-grid article::before,
.benefit-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--accent);
  opacity: 0.9;
}

.trust-grid article:hover,
.benefit-grid article:hover {
  transform: translateY(-3px);
  border-color: #b9b5ad;
  box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
}

.trust-grid span,
.timeline span,
.price-list span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.trust-grid p,
.benefit-grid p,
.timeline p,
.faq p {
  color: var(--muted);
}

.catalog {
  background: #e9e9e5;
}

.tabs-row {
  margin-bottom: 24px;
}

.country-tabs {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
  background: #d9d9d3;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.catalog-tabs {
  min-width: min(100%, 520px);
}

.tab {
  position: relative;
  overflow: hidden;
  min-height: 44px;
  padding: 0 20px;
  color: #526174;
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  cursor: pointer;
  font-weight: 900;
}

.tab.active {
  color: #fff;
  background: var(--dark);
}

.tab.active::after {
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 2px;
  content: "";
  background: var(--accent);
}

.catalog-carousel {
  position: relative;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%),
    rgba(12, 12, 12, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(12, 12, 12, 0.24);
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.carousel-arrow:hover {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 42%),
    var(--accent);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 22px 50px rgba(143, 29, 29, 0.28);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.carousel-arrow span {
  margin-top: -3px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.carousel-arrow-prev {
  left: -26px;
}

.carousel-arrow-next {
  right: -26px;
}

.cars-grid {
  display: none;
  gap: 18px;
  padding: 2px 2px 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--accent) #d9d9d3;
}

.cars-grid.active {
  display: flex;
}

.cars-grid.active .car-card {
  animation: cardRise 0.42s ease both;
}

.cars-grid.active .car-card:nth-child(2) {
  animation-delay: 0.06s;
}

.cars-grid.active .car-card:nth-child(3) {
  animation-delay: 0.12s;
}

.car-card {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  scroll-snap-align: start;
}

.car-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: radial-gradient(
    280px circle at var(--mx, 50%) var(--my, 30%),
    rgba(143, 29, 29, 0.13),
    transparent 58%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.car-card::after {
  z-index: 2;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  content: "";
  background: #9fb3c8;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(143, 163, 184, 0.16);
}

.car-card:hover {
  transform: translateY(-5px);
  border-color: #b9b5ad;
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.13);
}

.car-card:hover::before {
  opacity: 1;
}

.car-card img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.car-card div {
  position: relative;
  z-index: 2;
  padding: 22px;
}

.car-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  margin-bottom: 12px;
  color: #f4f0e8;
  background: linear-gradient(135deg, #2d3033, #8f1d1d);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.car-price {
  margin: 6px 0 12px;
  color: var(--accent);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 950;
  letter-spacing: 0.01em;
}

.car-line {
  min-height: 58px;
  margin: 0 0 20px;
  color: #42403c;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.45;
}

.card-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--dark), #2c2c2c);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.16);
  font-weight: 950;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.card-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #111);
  box-shadow: 0 18px 34px rgba(143, 29, 29, 0.22);
  transform: translateY(-2px);
}

.process {
  background: var(--paper);
}

.delivered {
  color: #f5f2eb;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.94), rgba(20, 20, 20, 0.98)),
    radial-gradient(circle at 14% 0, rgba(143, 29, 29, 0.36), transparent 30%);
}

.delivered .section-heading p {
  color: #c9c4bc;
}

.delivered-list {
  display: grid;
  gap: 0;
}

.delivered-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

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

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

.delivered-card img {
  width: 100%;
  height: clamp(190px, 21vw, 260px);
  object-fit: cover;
  border-radius: var(--radius);
  filter: saturate(0.95) contrast(1.05);
}

.delivered-card:first-child img {
  object-position: center 64%;
}

.delivered-card div {
  padding: 0;
}

.delivered-card span {
  display: block;
  margin-bottom: 10px;
  color: #c6beb2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivered-card h3 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.08;
}

.delivered-card p {
  max-width: 760px;
  margin: 0;
  color: #d9d5ce;
  font-size: 17px;
  line-height: 1.5;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

.timeline li {
  position: relative;
  min-height: 230px;
  padding: 26px;
  background: #f7f7f4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline span {
  display: inline-block;
  margin-bottom: 36px;
}

.price {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.96), rgba(11, 11, 11, 0.82)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2000&q=84") center / cover fixed;
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.price-panel p {
  max-width: 640px;
  color: #d5d1ca;
  font-size: 18px;
}

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

.price-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.benefits {
  background: #f7f7f4;
}

.budget {
  background: #efefed;
}

.budget-tool {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
}

.budget-controls,
.budget-showcase {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.budget-controls label {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-weight: 900;
}

.budget-range {
  width: 100%;
  height: 34px;
  accent-color: var(--accent);
  cursor: pointer;
}

.budget-value {
  margin: 18px 0 22px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.budget-countries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.budget-country {
  min-height: 44px;
  color: var(--ink);
  background: #efefeb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
}

.budget-country.active {
  color: #fff;
  background: var(--dark);
  border-color: var(--dark);
}

.budget-controls {
  display: grid;
  gap: 18px;
}

.budget-result {
  padding-bottom: 18px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--line);
}

.budget-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 900;
}

.budget-result strong {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.budget-result p,
.budget-note {
  margin: 0;
  color: var(--muted);
}

.budget-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 16px;
  align-items: center;
}

.budget-row span {
  color: var(--muted);
  font-weight: 800;
}

.budget-row i {
  position: relative;
  display: block;
  height: 10px;
  overflow: hidden;
  background: #e1e0da;
  border-radius: 999px;
}

.budget-row i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  content: "";
  background: linear-gradient(90deg, var(--accent), #201f1d);
  border-radius: inherit;
  transition: width 0.35s ease;
}

.budget-cta {
  width: 100%;
}

.budget-showcase {
  display: grid;
  gap: 18px;
  max-height: 674px;
  overflow: hidden;
}

.budget-showcase h3 {
  margin-bottom: 8px;
}

.budget-showcase p {
  margin: 0;
  color: var(--muted);
}

.budget-cards {
  display: grid;
  gap: 12px;
  max-height: 456px;
  padding-right: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--accent) #e1e0da;
  scrollbar-width: thin;
}

.budget-car {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 132px;
  overflow: hidden;
  background: #f7f7f4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  animation: cardRise 0.35s ease both;
}

.budget-car img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.budget-car div {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.budget-car strong {
  line-height: 1.15;
}

.budget-car span {
  color: var(--accent);
  font-size: 14px;
  font-weight: 950;
}

.budget-car small {
  color: var(--muted);
  font-weight: 800;
}

.budget-empty {
  display: grid;
  min-height: 180px;
  padding: 28px;
  color: var(--muted);
  background: #f7f7f4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  place-items: center start;
}

.budget-empty strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 20px;
}

.budget-note {
  padding-top: 4px;
  font-size: 13px;
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.reviews {
  background: #efefed;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: var(--container);
  margin: 0 auto;
}

.reviews-grid article {
  min-height: 230px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.review-top span {
  color: #fff;
  padding: 4px 8px;
  background: var(--accent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.reviews-grid p {
  color: var(--muted);
}

.reviews-link {
  display: table;
  max-width: var(--container);
  margin: 22px auto 0;
  color: var(--accent);
  font-weight: 950;
}

.telegram-news {
  color: #f5f2eb;
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.97), rgba(24, 24, 24, 0.99)),
    radial-gradient(circle at 82% 0, rgba(143, 29, 29, 0.3), transparent 34%);
}

.telegram-news .section-heading p {
  color: #c9c4bc;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--container);
  margin: 0 auto;
  align-items: stretch;
}

.news-card {
  height: 560px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  color: #f7f2eb;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.news-content {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.news-content p {
  overflow: auto;
  min-height: 0;
  padding-right: 4px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.news-content p::-webkit-scrollbar {
  width: 6px;
}

.news-content p::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.news-media {
  position: relative;
  overflow: hidden;
  flex: 0 0 230px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(143, 29, 29, 0.22)),
    #171717;
}

.news-media img,
.news-video {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.news-video {
  background: #050505;
}

.news-video-placeholder {
  display: flex;
  height: 100%;
  min-height: 230px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.news-video-placeholder b {
  display: grid;
  width: 54px;
  height: 54px;
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  place-items: center;
  font-size: 20px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

.news-video-placeholder svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #07101a;
}

.news-video-placeholder span {
  color: #f4eee7;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-card span {
  display: block;
  margin-bottom: 10px;
  color: #c6beb2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
}

.news-card p {
  margin: 0 0 18px;
  color: #d9d5ce;
  font-size: 15px;
  line-height: 1.55;
}

.news-card a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 0 16px;
  color: #fff;
  background: #111;
  border-radius: 999px;
  font-weight: 900;
}

.telegram-news > .reviews-link {
  padding: 13px 22px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(143, 29, 29, 0.28);
}

.news-card-loading {
  grid-column: 1 / -1;
}

.moto-promo {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.96), rgba(11, 11, 11, 0.78) 48%, rgba(11, 11, 11, 0.42)),
    url("assets/moto-background.jpg") center / cover;
}

.moto-promo-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
}

.moto-promo h2 {
  max-width: 780px;
}

.moto-promo p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: #d8d1c7;
  font-size: 18px;
}

.moto-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.moto-actions {
  justify-content: flex-end;
  max-width: 420px;
}

.moto-actions .btn,
.final-actions .btn {
  min-width: 154px;
}

details {
  background: #f7f7f4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  padding: 22px;
  cursor: pointer;
  font-weight: 950;
}

details p {
  padding: 0 22px 22px;
  margin: 0;
}

.final-cta {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(143, 29, 29, 0.82), rgba(11, 11, 11, 0.98)),
    var(--accent);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 26px;
  max-width: var(--container);
  margin: 0 auto;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p {
  max-width: 620px;
  margin-bottom: 0;
  color: #e6ded4;
}

.final-cta-inner .btn {
  justify-self: start;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr) minmax(260px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 34px clamp(18px, 4vw, 56px) 22px;
  color: #b8c4d5;
  background: var(--dark);
}

.footer .brand-mark {
  background: linear-gradient(135deg, #111, #8f1d1d);
}

.footer-brand .brand-logo {
  width: min(100%, 230px);
  height: 104px;
}

.footer strong {
  color: #fff;
}

.footer-brand-block p {
  max-width: 420px;
  margin: 12px 0 0;
  color: #c8d2df;
  font-size: 15px;
}

.footer-group h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer address,
.footer-messengers,
.footer-docs {
  display: grid;
  gap: 9px;
}

.footer address {
  font-style: normal;
}

.footer address a,
.footer address span,
.footer-messengers a,
.footer-docs a,
.footer-bottom > span,
.photo-credits summary {
  line-height: 1.35;
}

.footer address a,
.footer-messengers a,
.footer-docs a,
.reviews-link {
  transition: color 0.2s ease;
}

.footer address span {
  color: #93a0b3;
}

.footer address span:last-child {
  max-width: 470px;
}

.footer-messengers {
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: start;
  align-items: start;
}

.footer-messengers a {
  display: inline-flex;
  gap: 7px;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  color: #c8d2df;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
}

.footer-social svg,
.footer-social img {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #111;
  background: #dce5ef;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

.footer-social svg {
  padding: 5px;
  fill: currentColor;
}

.footer-social img {
  object-fit: cover;
  padding: 0;
}

.footer-messengers a:hover {
  color: #fff;
}

.footer-bottom {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding-top: 22px;
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-docs {
  grid-template-columns: repeat(2, max-content);
  gap: 18px;
}

.photo-credits {
  background: transparent;
  border: 0;
}

.photo-credits summary {
  padding: 0;
  color: #aab7c8;
  font-weight: 400;
}

.photo-credits a {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.photo-credits span {
  display: block;
  max-width: 360px;
  margin-top: 8px;
  color: #93a0b3;
  font-size: 13px;
}

.legal-page {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 226, 221, 0.8)),
    var(--bg);
}

.legal-document {
  max-width: 920px;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 4vw, 56px);
  margin: 0 auto;
}

.legal-document h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

.legal-document h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
}

.legal-document p {
  color: var(--muted);
  font-size: 17px;
}

.legal-document a {
  color: var(--accent);
  font-weight: 800;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 34px;
}

.cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 430px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.cookie.hidden {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal[data-delay="1"] {
  transition-delay: 0.08s;
}

.reveal[data-delay="2"] {
  transition-delay: 0.16s;
}

.reveal[data-delay="3"] {
  transition-delay: 0.24s;
}

@keyframes gridDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 64px 64px;
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }

  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav.open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 4px;
    width: 100vw;
    height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 72px 24px 32px;
    overflow-y: auto;
    color: #fff;
    background: rgba(11, 11, 11, 0.98);
    border-bottom: 0;
  }

  .main-nav.open a {
    padding: 14px 0;
    color: #f6f1e9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 18px;
    font-weight: 850;
    text-align: center;
  }

  .main-nav.open .main-nav-phone {
    display: block;
    margin-top: 18px;
    color: #fff;
    border-bottom: 0;
    font-size: 22px;
    font-weight: 950;
  }

  .nav-close {
    position: absolute;
    top: 16px;
    right: 18px;
    display: grid;
    width: 44px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    place-items: center;
    font-size: 30px;
    line-height: 1;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-content {
    align-self: start;
  }

  .lead-card {
    max-width: 560px;
  }

  .cars-grid {
    display: none;
  }

  .cars-grid.active {
    display: flex;
  }

  .car-card {
    flex-basis: min(430px, calc((100% - 18px) / 2));
  }

  .budget-tool {
    grid-template-columns: 1fr;
  }

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

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

  .delivered-card img {
    height: 260px;
  }

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

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

  .header-contacts {
    gap: 8px;
  }

  .header-socials a {
    min-width: 38px;
    min-height: 28px;
    padding: 0 8px;
  }

  .moto-promo-inner {
    grid-template-columns: 1fr;
  }

  .moto-actions {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    min-height: 58px;
    padding: 6px 12px;
  }

  .header-phone {
    width: 40px;
    height: 40px;
    padding: 0;
    color: #f7f2eb;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
  }

  .header-socials {
    display: flex;
    gap: 6px;
    justify-self: end;
  }

  .header-socials a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 50%;
  }

  .header-socials a > span:not(.max-icon) {
    display: none;
  }

  .header-phone span {
    display: none;
  }

  .header-phone svg {
    display: block;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 116px;
    height: 40px;
  }

  .brand {
    transform: translateY(2px);
  }

  .nav-toggle {
    grid-column: 4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 0 16px 54px;
    overflow: hidden;
  }

  .hero-content,
  .lead-card,
  .section-heading,
  .section-heading h2,
  .section-heading p {
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 72px);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(11, 11, 11, 0.9), rgba(11, 11, 11, 0.58) 52%, rgba(11, 11, 11, 0.94)),
      url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1200&q=84") center / cover;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100svh - 58px);
    padding: 56px 0 68px;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  h2 {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero-text {
    max-width: 94%;
    color: #e1e7ef;
    font-size: 16px;
    line-height: 1.42;
  }

  .section {
    padding: 48px 16px;
  }

  .site-header,
  .hero,
  .section,
  .footer {
    max-width: 100vw;
    overflow-x: clip;
  }

  .site-header {
    overflow: visible;
  }

  .hero-actions,
  .hero-actions .btn,
  .moto-actions .btn,
  .final-actions .btn,
  .final-cta-inner .btn {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-process-link {
    display: none;
  }

  .hero-mobile-telegram {
    display: inline-flex;
  }

  .lead-card {
    width: 100%;
    padding: 22px;
    max-width: none;
    margin: 0 auto;
  }

  .lead-card h2 {
    font-size: 22px;
    line-height: 1.12;
  }

  .consent-check span,
  .consent-check a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .radio-grid,
  .trust-grid,
  .delivered-card,
  .timeline,
  .price-panel,
  .budget-tool,
  .benefit-grid,
  .reviews-grid,
  .news-grid,
  .section-heading.split,
  .moto-promo-inner,
  .final-cta-inner,
  .footer-bottom,
  .footer-docs,
  .footer-messengers,
  .footer {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .timeline,
  .price-panel,
  .budget-tool,
  .benefit-grid,
  .reviews-grid,
  .news-grid,
  .delivered-list {
    max-width: calc(100vw - 72px);
  }

  .news-card {
    height: 520px;
  }

  .country-tabs {
    width: 100%;
  }

  .tab {
    min-width: 0;
    padding: 0 10px;
    font-size: 13px;
  }

  .carousel-arrow {
    top: 118px;
    width: 38px;
    height: 54px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 42%),
      rgba(12, 12, 12, 0.82);
    border-radius: 18px;
    transform: translateY(-50%);
  }

  .carousel-arrow-prev {
    left: -4px;
  }

  .carousel-arrow-next {
    right: -4px;
  }

  .carousel-arrow:active {
    transform: translateY(-50%) scale(0.96);
  }

  .carousel-arrow span {
    font-size: 31px;
  }

  .catalog-carousel {
    padding-bottom: 0;
  }

  .cars-grid {
    padding-right: 42px;
  }

  .car-card {
    flex-basis: min(82vw, 330px);
  }

  .car-price {
    font-size: 27px;
  }

  .car-line {
    min-height: 0;
    font-size: 16px;
  }

  .delivered-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 22px 0;
  }

  .delivered-card div {
    display: contents;
  }

  .delivered-card h3 {
    order: 1;
    margin-bottom: 14px;
  }

  .delivered-card img {
    order: 2;
    height: 210px;
  }

  .delivered-card p {
    order: 3;
    margin-top: 14px;
  }

  .delivered-card:first-child img {
    object-position: center 68%;
  }

  .budget-countries,
  .budget-row {
    grid-template-columns: 1fr;
  }

  .budget-controls label {
    gap: 14px;
  }

  .budget-cards {
    grid-template-columns: 1fr;
    max-height: none;
    padding-right: 0;
    overflow: visible;
  }

  .budget-car {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .budget-car img {
    display: block;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .budget-car div {
    position: static;
  }

  .budget-showcase {
    max-height: none;
    overflow: visible;
  }

  .footer-messengers {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .reviews-grid article {
    min-height: auto;
  }
  .trust-grid article,
  .benefit-grid article,
  .timeline li {
    min-height: auto;
  }

  .timeline span {
    margin-bottom: 22px;
  }

  .price {
    background-attachment: scroll;
  }

  .cookie {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
  }
}
