.dealer-landing {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: #f5f6f7;
}

.dealer-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 16%, rgba(155, 184, 225, 0.2), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(232, 230, 227, 0.12), transparent 28%),
    linear-gradient(135deg, #050607 0%, #101315 48%, #050607 100%);
}

.dealer-landing::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}

.dealer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1320px, calc(100vw - 72px));
  min-height: 92vh;
  margin: 0 auto;
  padding: 150px 0 64px;
  align-items: end;
}

.dealer-hero h1,
.dealer-section h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "Space Grotesk", sans-serif;
}

.dealer-hero h1 {
  max-width: 920px;
  font-size: clamp(48px, 7vw, 118px);
  line-height: 0.9;
}

.dealer-hero p,
.dealer-section p,
.dealer-section li {
  color: rgba(245, 246, 247, 0.78);
  font: 400 16px/1.75 Inter, Arial, sans-serif;
}

.dealer-hero-copy {
  display: grid;
  gap: 22px;
}

.dealer-hero-copy > p {
  max-width: 760px;
}

.dealer-hero-panel,
.dealer-section {
  border: 1px solid rgba(232, 230, 227, 0.14);
  background: rgba(8, 10, 11, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.dealer-hero-panel {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 30px;
}

.dealer-hero-panel span {
  color: #c6d8f1;
  font: 700 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.28em;
}

.dealer-hero-panel strong {
  font: 600 28px/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
}

.dealer-section {
  width: min(1320px, calc(100vw - 72px));
  margin: 28px auto;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 34px;
}

.dealer-grid-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.dealer-grid-section article,
.dealer-process-grid article {
  min-width: 0;
}

.dealer-section h2 {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 62px);
  line-height: 0.96;
}

.dealer-section ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 18px;
}

.dealer-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.dealer-process-grid article {
  padding: 22px;
  border: 1px solid rgba(232, 230, 227, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.dealer-process-grid strong {
  color: #9bb8e1;
  font: 700 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.22em;
}

.dealer-process-grid h3 {
  margin: 16px 0 8px;
  color: #f5f6f7;
  font: 600 18px/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
}

.dealer-support {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin-bottom: 72px;
}

@media (max-width: 900px) {
  .dealer-hero,
  .dealer-section {
    width: min(100% - 32px, 680px);
  }

  .dealer-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 118px 0 34px;
  }

  .dealer-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .dealer-grid-section,
  .dealer-process-grid,
  .dealer-support {
    grid-template-columns: 1fr;
  }

  .dealer-section {
    padding: 24px;
    border-radius: 26px;
  }

  .dealer-section h2 {
    font-size: clamp(28px, 10vw, 42px);
  }
}
