:root {
  --bg-primary: #000000;
  --bg-secondary: #1b1b1b;
  --text-main: #ffffff;
  --text-muted: #d9d9d9;
  --accent: #ff6b1a;
  --accent-soft: rgba(255, 107, 26, 0.2);
  --card-border: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    background: radial-gradient(circle at 80% 0%, #202020 0%, #000000 45%), var(--bg-primary);
    color: var(--text-main);
    line-height: 1.5;
    font-family: 'Montserrat',sans-serif
}

a {
  color: var(--text-main);
  text-decoration: none;
}

.section-pad {
  padding: 72px 0;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
}

.section-title,
.hero-title,
.brand-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.section-title {
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  margin-bottom: 0.75rem;
}

.section-text,
.hero-lead,
.trust-line {
  color: var(--text-muted);
  font-size: 1.1rem;
}

.topbar {
  background-color: #0f0f0f;
}

.top-link,
.phone-link {
  color: var(--text-main);
  opacity: 0.95;
}

.top-link:hover,
.phone-link:hover {
  color: var(--accent);
}

.logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-title {
  font-size: 1.45rem;
  line-height: 1;
}

.main-nav {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.3s ease;
}

.main-nav.scrolled {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 600;
  color: #f0f0f0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--accent);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 300px;
  height: 300px;
  background: rgba(255, 107, 26, 0.18);
  top: -70px;
  left: -80px;
}

.hero-glow-2 {
  width: 240px;
  height: 240px;
  background: rgba(255, 107, 26, 0.22);
  bottom: 40px;
  right: -60px;
}

.hero-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-main {
  grid-column: 1 / -1;
  min-height: 280px;
  object-fit: cover;
}

.hero-small {
  height: 170px;
  object-fit: cover;
}

.hero-image {
  width: 100%;
  border: 1px solid var(--card-border);
  transition: transform 0.35s ease;
}

.hero-image:hover {
  transform: translateY(-3px);
}

.bg-secondary-dark {
  background-color: var(--bg-secondary);
}

.form-control {
  border-radius: 0.75rem;
  background-color: #111;
  border: 1px solid #2d2d2d;
  color: var(--text-main);
  min-height: 46px;
}

.form-control::placeholder {
  color: #a7a7a7;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem var(--accent-soft);
  background-color: #151515;
  color: var(--text-main);
}

.quote-form {
  background-color: #111;
  border: 1px solid var(--card-border);
}

.btn-cta {
  background-color: var(--accent);
  color: #101010;
  border: 1px solid var(--accent);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn-cta:hover,
.btn-cta:focus {
  background-color: #ff8749;
  border-color: #ff8749;
  color: #090909;
}

.btn-outline-warning {
  color: #ff9d69;
  border-color: rgba(255, 157, 105, 0.7);
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #141414;
}

.vehicle-card {
  background: #101010;
  border-radius: 1rem;
  border: 1px solid var(--card-border);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 107, 26, 0.7);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.vehicle-card .card-img-top {
  height: 210px;
  object-fit: cover;
}

.vehicle-card .card-body {
  padding: 1.1rem;
}

.status-badge {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #111;
  background: var(--accent);
  border-radius: 999px;
  padding: 0.32rem 0.58rem;
}

.vehicle-meta {
  color: #d4d4d4;
}

.trust-points li {
  margin-bottom: 0.4rem;
  color: #dfdfdf;
}

.trust-points i {
  color: var(--accent);
  margin-right: 0.35rem;
}

.part-card {
  display: block;
  width: 100%;
  background-color: #101010;
  border: 1px solid var(--card-border);
  border-radius: 1rem;
  padding: 1rem 1rem 0.95rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.part-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 26, 0.7);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.32);
}

.part-card:hover .part-icon,
.part-card:hover h3 {
  color: var(--accent);
}

.part-icon {
  font-size: 1.25rem;
  color: #ffb58d;
  margin-bottom: 0.55rem;
  display: inline-block;
}

.part-card h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.part-note {
  color: #d3d3d3;
  font-size: 0.95rem;
  line-height: 1.35;
}

.why-card,
.review-card {
  background-color: #101010;
  border: 1px solid var(--card-border);
  border-radius: 1rem;
  padding: 1.25rem;
}

.why-icon {
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: 0.65rem;
  display: inline-block;
}

.google-rating .stars {
  color: #ffcb3d;
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.arrivals-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.arrival-card {
  background: #101010;
  border: 1px solid var(--card-border);
  border-radius: 0.9rem;
  overflow: hidden;
  min-width: 220px;
}

.arrival-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.arrival-card h3,
.arrival-card p {
  padding: 0 0.9rem;
}

.arrival-card h3 {
  margin: 0.75rem 0 0.35rem;
}

.arrival-card p {
  margin: 0 0 1rem;
  color: #d3d3d3;
}

.location-link {
  border: 1px solid rgba(255, 107, 26, 0.45);
  background: rgba(255, 107, 26, 0.08);
  color: #ffbe97;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.location-link:hover {
  color: #121212;
  background: var(--accent);
  border-color: var(--accent);
}

.final-cta {
  background: linear-gradient(160deg, #101010 20%, #1b1b1b 50%, #251208 95%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer {
  background: #0b0b0b;
}

.footer-links a {
  color: #d7d7d7;
}

.footer-links a:hover {
  color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 58px 0;
  }

  .hero-small {
    height: 140px;
  }
}

@media (max-width: 767.98px) {
  .topbar .topbar-right,
  .topbar .topbar-left {
    width: 100%;
    justify-content: center;
  }

  .brand-title {
    font-size: 1.2rem;
  }

  .hero-image-grid {
    grid-template-columns: 1fr;
  }

  .hero-main,
  .hero-small {
    min-height: 200px;
    height: 200px;
  }

  .section-text,
  .hero-lead,
  .trust-line {
    font-size: 1rem;
  }
}
