:root {
  --bg: #050505;
  --bg-soft: #111111;
  --panel: rgba(16, 16, 16, 0.92);
  --line: rgba(135, 255, 30, 0.28);
  --line-strong: #72ff22;
  --silver: #d4d7db;
  --silver-dark: #6c727b;
  --text: #f5f7f9;
  --muted: #b6bec7;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Bahnschrift, "Arial Narrow", sans-serif;
  color: var(--text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(circle at top, rgba(114, 255, 34, 0.18), transparent 22%),
    linear-gradient(135deg, #070707, #161616 45%, #050505);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 32px;
}

.topbar {
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
}

.brand img,
.footer img {
  display: block;
  width: min(100%, 250px);
}

.brand {
  display: inline-flex;
  max-width: 250px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(4, 4, 4, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.nav a,
.button,
.nav-dropdown-toggle {
  text-decoration: none;
}

.nav a,
.nav-dropdown-toggle {
  color: var(--muted);
  font-size: 0.98rem;
  font-family: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a:hover,
.nav a:focus-visible,
.nav-active,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: var(--line-strong);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: grid;
  min-width: 210px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(8, 8, 8, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown-menu a {
  padding: 12px 14px;
  border-radius: 12px;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: rgba(114, 255, 34, 0.12);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

main {
  display: grid;
  gap: 28px;
  padding-top: 30px;
}

section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(7, 7, 7, 0.96));
  box-shadow: var(--shadow);
}

section::after {
  content: "";
  position: absolute;
  inset: auto -20% -1px auto;
  width: 48%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 56px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--line-strong);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
strong {
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.95;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.about-panel h2 {
  max-width: 12ch;
  color: #f7f9fb;
  letter-spacing: 0.015em;
  line-height: 0.98;
}

.about-panel p {
  color: #c8cfd6;
  font-size: 1.08rem;
  line-height: 1.75;
}

.stats-panel strong {
  display: block;
  color: #f4f7fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-text {
  max-width: 60ch;
  margin: 18px 0 0;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #051000;
  background: linear-gradient(135deg, #b6ff5d, var(--line-strong));
  box-shadow: 0 12px 24px rgba(114, 255, 34, 0.24);
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--silver);
  font-size: 1rem;
}

.hero-points li::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--line-strong);
  box-shadow: 0 0 18px rgba(114, 255, 34, 0.65);
}

.hero-art {
  position: relative;
}

.logo-card {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(114, 255, 34, 0.22), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.logo-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  pointer-events: none;
}

.logo-card img,
.fleet-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.section-heading,
.services,
.fleet,
.contact,
.about {
  padding: 48px 56px;
}

.page-hero,
.gallery-hero,
.gallery-section,
.catalog,
.cta-strip {
  padding: 48px 56px;
}

.product-showcase {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 56px;
}

.product-visual,
.product-copy {
  min-width: 0;
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(114, 255, 34, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(7, 7, 7, 0.98));
}

.product-image {
  display: block;
  width: min(100%, 420px);
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.product-price {
  margin: 22px 0 0;
  color: var(--line-strong);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.page-hero-copy p,
.gallery-hero-copy p {
  max-width: 58ch;
}

.page-hero-art {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(114, 255, 34, 0.18), transparent 34%),
    rgba(11, 11, 11, 0.92);
}

.page-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.gallery-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.gallery-feature {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(114, 255, 34, 0.2), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.gallery-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 82%;
  border-radius: 18px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  margin-top: 26px;
}

.photo-card {
  min-width: 0;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.photo-card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.photo-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

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

.catalog-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.catalog-card p {
  margin-bottom: 0;
}

.catalog-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #051000;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #b6ff5d, var(--line-strong));
}

.cta-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

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

.service-card,
.about-panel,
.stats-panel,
.contact-panel,
.fleet-banner {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.service-card {
  padding: 24px;
  border-radius: 24px;
}

.service-card-image {
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.service-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card-image-contain img {
  object-fit: contain;
}

.service-card-image-diagnostics img {
  aspect-ratio: 1 / 1;
  object-position: center bottom;
}

.about {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.about-panel,
.stats-panel,
.contact-panel,
.fleet-banner {
  padding: 28px;
  border-radius: 24px;
}

.stats-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}

.stats-panel div {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(114, 255, 34, 0.06));
}

.stats-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--line-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fleet-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  margin-top: 28px;
}

.fleet-copy {
  padding-right: 12px;
}

.contact-panel {
  background:
    radial-gradient(circle at right top, rgba(114, 255, 34, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(28, 28, 28, 0.98), rgba(8, 8, 8, 0.98));
}

.footer {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 32px 12px 0;
}

.footer p {
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .topbar,
  .hero,
  .page-hero,
  .gallery-hero,
  .product-showcase,
  .about,
  .fleet-layout,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: flex-start;
  }

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

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

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

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 18px, 1200px);
  }

  .topbar,
  .hero,
  .page-hero,
  .gallery-hero,
  .product-showcase,
  .section-heading,
  .services,
  .fleet,
  .contact,
  .about,
  .gallery-section,
  .catalog,
  .cta-strip {
    padding: 24px;
  }

  .nav {
    gap: 12px 16px;
    padding: 12px 16px;
  }

  .nav-dropdown-menu {
    left: 0;
    min-width: 180px;
  }

  h1 {
    max-width: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-card-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .button {
    width: 100%;
  }
}
