:root {
  --ink: #f5f8fb;
  --muted: #a9b4c0;
  --soft: #dce7f1;
  --panel: rgba(9, 14, 22, 0.86);
  --panel-solid: #0b111a;
  --line: rgba(166, 190, 211, 0.24);
  --blue: #00a8ff;
  --blue-strong: #0079ff;
  --cyan: #40e2ff;
  --chrome: #e9eef4;
  --black: #030507;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 0%, rgba(0, 168, 255, 0.18), transparent 30rem),
    linear-gradient(180deg, #05080d 0%, #0a1018 46%, #06090e 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(3, 5, 7, 0.9);
  border-bottom: 1px solid rgba(64, 226, 255, 0.25);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.brand-logo {
  width: 76px;
  height: 54px;
  object-fit: contain;
  border-radius: 6px;
  background: #000;
  filter: drop-shadow(0 0 12px rgba(0, 168, 255, 0.42));
}

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

.brand strong {
  color: var(--chrome);
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav a,
.header-call,
.text-link {
  text-decoration: none;
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a.active,
.header-call:hover,
.text-link:hover {
  color: var(--cyan);
}

.header-call {
  color: var(--cyan);
  min-width: max-content;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(24px, 5vw, 82px);
  overflow: hidden;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 6vw, 76px);
  background: var(--black);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.9) contrast(1.12) brightness(0.45);
  opacity: 0.7;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(0, 168, 255, 0.26), transparent 24rem),
    linear-gradient(90deg, rgba(3, 5, 7, 0.94), rgba(5, 10, 18, 0.86) 48%, rgba(5, 10, 18, 0.62));
}

.hero-content,
.hero-showcase {
  position: relative;
}

.hero-content {
  max-width: 760px;
  color: white;
}

.hero-showcase {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(18px, 4vw, 38px);
  border: 1px solid rgba(64, 226, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(0, 168, 255, 0.06)),
    rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 80px rgba(0, 0, 0, 0.52),
    0 0 72px rgba(0, 168, 255, 0.22);
}

.hero-showcase img {
  width: min(520px, 100%);
  filter: drop-shadow(0 0 24px rgba(64, 226, 255, 0.34));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  max-width: 760px;
  color: var(--chrome);
  font-size: clamp(2.6rem, 6vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  color: var(--chrome);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
  color: var(--chrome);
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(245, 248, 251, 0.78);
  font-size: 1.1rem;
}

.hero-actions,
.section-heading,
.site-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  color: #00111d;
  border: 1px solid rgba(126, 232, 255, 0.7);
  background: linear-gradient(135deg, var(--cyan), var(--blue-strong));
  box-shadow: 0 0 26px rgba(0, 168, 255, 0.34);
}

.button.primary:hover {
  filter: brightness(1.08);
}

.button.secondary {
  color: var(--chrome);
  border: 1px solid rgba(233, 238, 244, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.button.secondary:hover {
  border-color: rgba(64, 226, 255, 0.75);
  background: rgba(0, 168, 255, 0.14);
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 38px;
}

.quick-stats span {
  padding: 16px;
  border: 1px solid rgba(64, 226, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(245, 248, 251, 0.72);
}

.quick-stats strong {
  display: block;
  color: var(--chrome);
  font-size: 1.45rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(64, 226, 255, 0.2);
  border-top: 1px solid rgba(64, 226, 255, 0.22);
  border-bottom: 1px solid rgba(64, 226, 255, 0.22);
}

.trust-strip div {
  padding: 30px clamp(18px, 4vw, 56px);
  background: rgba(8, 13, 21, 0.96);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--chrome);
}

.trust-strip span {
  color: var(--muted);
}

.section,
.split-section,
.contact-section {
  padding: clamp(58px, 9vw, 106px) clamp(18px, 5vw, 76px);
}

.section-heading {
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-heading h2,
.section-heading p {
  max-width: 780px;
}

.section-heading a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

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

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

.budget-card {
  display: grid;
  gap: 6px;
  min-height: 160px;
  padding: 22px;
  border: 1px solid rgba(64, 226, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(0, 168, 255, 0.045)),
    rgba(3, 5, 7, 0.62);
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.budget-card:hover {
  border-color: rgba(64, 226, 255, 0.62);
  box-shadow: 0 18px 60px rgba(0, 168, 255, 0.16);
}

.budget-card span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.budget-card strong {
  color: var(--chrome);
  font-size: clamp(1.55rem, 2.6vw, 2.4rem);
  line-height: 1.05;
}

.budget-card small {
  color: var(--muted);
  font-size: 0.94rem;
}

.budget-card.featured {
  background:
    linear-gradient(135deg, rgba(64, 226, 255, 0.2), rgba(0, 121, 255, 0.11)),
    rgba(3, 5, 7, 0.72);
}

.vehicle-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 14, 22, 0.84);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
}

.featured-vehicle {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.vehicle-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.vehicle-photo-button {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  color: var(--chrome);
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.vehicle-photo-button img {
  height: 100%;
  min-height: inherit;
}

.vehicle-photo-button span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(64, 226, 255, 0.45);
  border-radius: 999px;
  background: rgba(3, 5, 7, 0.78);
  color: var(--chrome);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vehicle-body {
  min-width: 0;
  padding: 22px;
}

.vehicle-type {
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price {
  margin-bottom: 14px;
  color: var(--chrome);
  font-size: 1.35rem;
  font-weight: 900;
}

.vehicle-body ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
}

.vehicle-note {
  margin-bottom: 16px;
  color: var(--soft);
  font-weight: 800;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.spec-list div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.spec-list dt {
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 4px 0 0;
  color: var(--chrome);
  font-weight: 800;
}

.vehicle-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.vehicle-gallery button {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}

.vehicle-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 160ms ease;
}

.vehicle-gallery button:hover img,
.vehicle-photo-button:hover img {
  transform: scale(1.03);
}

.interest-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(64, 226, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.interest-form label span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.lightbox {
  width: min(96vw, 1100px);
  max-height: 92vh;
  padding: 16px;
  border: 1px solid rgba(64, 226, 255, 0.42);
  border-radius: 8px;
  background: rgba(3, 5, 7, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.lightbox-close {
  display: block;
  margin: 0 0 12px auto;
  padding: 8px 12px;
  color: var(--chrome);
  border: 1px solid rgba(64, 226, 255, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.text-link {
  color: var(--cyan);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: clamp(28px, 6vw, 76px);
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 76px) clamp(48px, 7vw, 84px);
  background:
    radial-gradient(circle at 72% 18%, rgba(0, 168, 255, 0.24), transparent 26rem),
    linear-gradient(135deg, rgba(3, 5, 7, 0.96), rgba(8, 13, 21, 0.92));
  border-bottom: 1px solid rgba(64, 226, 255, 0.22);
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.inventory-summary {
  display: grid;
  gap: 12px;
}

.inventory-summary span {
  padding: 18px;
  border: 1px solid rgba(64, 226, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.inventory-summary strong {
  display: block;
  color: var(--chrome);
  font-size: 1.65rem;
}

.inventory-page-section {
  padding: clamp(36px, 6vw, 68px) clamp(18px, 5vw, 76px) clamp(68px, 9vw, 108px);
}

.inventory-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 5, 7, 0.5);
}

.inventory-toolbar span {
  color: var(--muted);
  font-size: 0.92rem;
}

.filter-pill {
  min-height: 38px;
  padding: 0 16px;
  color: var(--chrome);
  border: 1px solid rgba(166, 190, 211, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-weight: 900;
  cursor: default;
}

.filter-pill.active {
  color: #00111d;
  border-color: rgba(126, 232, 255, 0.7);
  background: linear-gradient(135deg, var(--cyan), var(--blue-strong));
}

.inventory-list {
  display: grid;
  gap: 22px;
}

.inventory-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
}

.inventory-card img {
  height: 100%;
  min-height: 300px;
}

.inventory-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 22px;
}

.vehicle-specs div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.vehicle-specs dt {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-specs dd {
  margin: 4px 0 0;
  color: var(--soft);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 80px);
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 168, 255, 0.13), transparent 26rem),
    rgba(255, 255, 255, 0.035);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-section p {
  color: var(--muted);
  max-width: 680px;
}

.steps {
  display: grid;
  gap: 14px;
}

.steps div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 5, 7, 0.5);
  color: var(--soft);
  font-weight: 800;
}

.steps span {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  color: #00111d;
  background: linear-gradient(135deg, var(--cyan), var(--blue-strong));
  border-radius: 999px;
  font-weight: 900;
}

.accent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.14), rgba(255, 255, 255, 0.04)),
    var(--panel-solid);
  color: white;
  border-top: 1px solid rgba(64, 226, 255, 0.2);
  border-bottom: 1px solid rgba(64, 226, 255, 0.2);
}

.accent p {
  color: rgba(245, 248, 251, 0.72);
}

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

.review {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 14, 22, 0.7);
}

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

.review strong {
  color: var(--chrome);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 76px);
  background:
    radial-gradient(circle at 82% 10%, rgba(0, 168, 255, 0.14), transparent 24rem),
    rgba(255, 255, 255, 0.04);
}

.thank-you-section {
  min-height: calc(100vh - 90px);
  padding: clamp(80px, 12vw, 150px) clamp(18px, 6vw, 76px);
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 168, 255, 0.24), transparent 28rem),
    linear-gradient(135deg, rgba(3, 5, 7, 0.96), rgba(8, 13, 21, 0.94));
}

.thank-you-section p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.12rem;
}

.contact-section p {
  color: var(--muted);
}

address {
  margin-top: 22px;
  color: var(--muted);
  font-style: normal;
}

address a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(64, 226, 255, 0.24);
  border-radius: 8px;
  background: rgba(3, 5, 7, 0.72);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
}

label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(166, 190, 211, 0.42);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  background: rgba(255, 255, 255, 0.08);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(64, 226, 255, 0.46);
  border-color: rgba(64, 226, 255, 0.7);
}

textarea {
  resize: vertical;
}

.site-footer {
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 76px);
  color: var(--muted);
  background: #030507;
  border-top: 1px solid rgba(64, 226, 255, 0.24);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-call {
    position: absolute;
    top: 28px;
    right: 18px;
  }

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

  .hero-showcase {
    min-height: 280px;
  }

  .trust-strip,
  .inventory-grid,
  .budget-grid,
  .featured-vehicle,
  .inventory-card,
  .reviews,
  .split-section,
  .page-hero,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .inventory-card img {
    min-height: auto;
  }

  .accent {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand {
    align-items: flex-start;
    min-width: 0;
  }

  .brand-logo {
    width: 68px;
    height: 50px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .header-call {
    position: static;
  }

  h1 {
    font-size: 2.35rem;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .vehicle-specs {
    grid-template-columns: 1fr;
  }

  .spec-list,
  .vehicle-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .interest-form {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}
