:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #101011;
  --panel-strong: #18181a;
  --text: #f7f7f7;
  --muted: #b6b6b8;
  --line: rgba(255, 255, 255, 0.14);
  --red: #e30620;
  --red-dark: #970414;
  --steel: #d9dee5;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Sora, Arial, sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(227, 6, 32, 0.2), transparent 27rem),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 30rem),
    var(--bg);
  color: var(--text);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(227, 6, 32, 0.7);
  transform: skewX(-12deg);
  background: linear-gradient(135deg, #fff, #aeb5bf 45%, var(--red) 46%);
  color: #050505;
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand strong span,
.hero h1 span {
  color: var(--red);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: clamp(0.8rem, 3vw, 2rem);
  color: var(--muted);
  font-size: 0.9rem;
}

nav a:hover,
.header-call:hover,
.contact-strip a:hover {
  color: #fff;
}

.header-call {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(227, 6, 32, 0.75);
  background: linear-gradient(135deg, rgba(227, 6, 32, 0.22), rgba(227, 6, 32, 0.05));
  color: #fff;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 100vh;
  padding: 8rem clamp(1rem, 4vw, 3.5rem) 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.95;
  background:
    radial-gradient(circle at 75% 28%, rgba(227, 6, 32, 0.28), transparent 16rem),
    linear-gradient(115deg, rgba(0, 0, 0, 0.97) 0%, rgba(9, 9, 10, 0.82) 48%, rgba(0, 0, 0, 0.95) 100%),
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 34px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9rem;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}

.hero-content,
.hero-card,
.services,
.booking,
.proof,
.cta {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.eyebrow svg {
  width: 1rem;
  height: 1rem;
}

.hero h1 {
  margin: 0;
  font-family: Rajdhani, Arial, sans-serif;
  font-size: clamp(4rem, 15vw, 10.5rem);
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
}

.hero-brand-lockup {
  position: relative;
  display: inline-grid;
  min-width: min(100%, 44rem);
  padding: 4.55rem 2.3rem 1.1rem;
}

.hero-brand-lockup h1 {
  position: relative;
  z-index: 2;
}

.car-trace,
.car-wheel {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.trace-roof {
  top: 0.45rem;
  left: 16%;
  width: 66%;
  height: 3.65rem;
  border-top: 3px solid var(--steel);
  border-radius: 58% 58% 0 0 / 100% 100% 0 0;
  transform: skewX(-20deg);
  box-shadow: 0 -5px 20px rgba(255, 255, 255, 0.12);
}

.trace-hood {
  top: 3.5rem;
  right: 1.5%;
  width: 36%;
  height: 1.5rem;
  border-top: 2px solid var(--red);
  border-radius: 0 100% 0 0;
  transform: skewX(-25deg);
  box-shadow: 0 -2px 16px rgba(227, 6, 32, 0.48);
}

.trace-body {
  right: 2%;
  bottom: 0.65rem;
  left: 1.5%;
  height: 2.25rem;
  border-top: 2px solid rgba(217, 222, 229, 0.86);
  border-bottom: 2px solid var(--red);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 6% 100%);
}

.car-wheel {
  bottom: -0.45rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--steel);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #080808, 0 0 0 1px var(--red);
}

.trace-wheel-left { left: 14%; }
.trace-wheel-right { right: 14%; }

.hero-mechanic {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: -0.2rem 0 0 2.35rem;
  color: var(--steel);
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-mechanic span {
  width: 1.65rem;
  height: 2px;
  background: var(--red);
}

.subtitle {
  max-width: 43rem;
  margin: 1.7rem 0 0;
  color: var(--steel);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn svg,
.contact-strip svg,
.service-grid svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.primary {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  box-shadow: 0 18px 38px rgba(227, 6, 32, 0.26);
}

.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.contact-strip a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.42);
  color: var(--steel);
  font-weight: 700;
}

.contact-strip svg,
.service-grid svg {
  color: var(--red);
}

.hero-card {
  display: grid;
  grid-template-rows: 1fr auto auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(160deg, rgba(24, 24, 26, 0.95), rgba(7, 7, 8, 0.98)),
    rgba(12, 12, 13, 0.82);
  box-shadow: var(--shadow);
  transform: skewX(-2deg);
  overflow: hidden;
}

.hero-card-art {
  position: relative;
  min-height: 19rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(227, 6, 32, 0.18), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 60%);
}

.car-line {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.car-line-top {
  top: 4rem;
  left: 14%;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #f2f5f8 12%, #f2f5f8 78%, transparent);
  transform: skewX(-32deg);
}

.car-line-mid {
  top: 7.2rem;
  left: 10%;
  width: 76%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92) 18%, rgba(255, 255, 255, 0.92) 82%, transparent);
}

.car-line-bottom {
  top: 11.2rem;
  left: 22%;
  width: 54%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--red) 18%, var(--red) 82%, transparent);
  box-shadow: 0 0 18px rgba(227, 6, 32, 0.45);
}

.hero-card-copy {
  padding: 1.35rem 1.2rem 1rem;
}

.hero-card-label {
  margin: 0 0 0.7rem;
  color: var(--red);
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-card-copy strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.45;
}

.hero-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-top: 2px solid var(--red);
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.hero-card-footer strong {
  color: #fff;
}

.services,
.booking,
.proof,
.cta {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.services {
  padding: 5rem 0 2rem;
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-intro {
  max-width: 35rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 18rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, var(--panel-strong), #080808);
}

.service-grid .service-featured {
  position: relative;
  grid-column: span 2;
  min-height: 18rem;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(227, 6, 32, 0.26), rgba(10, 10, 11, 0.96) 52%),
    #111113;
}

.service-featured::after {
  content: "EV";
  position: absolute;
  right: -0.08em;
  bottom: -0.32em;
  color: rgba(255, 255, 255, 0.06);
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
}

.service-featured-icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(227, 6, 32, 0.8);
  background: rgba(227, 6, 32, 0.16);
}

.service-featured-icon svg {
  width: 1.35rem;
  color: #fff;
}

.service-kicker,
.service-tag {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.service-kicker {
  margin: 1.2rem 0 -0.15rem;
  color: var(--red);
}

.service-tag {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--steel);
}

.service-grid h3 {
  margin: 1.1rem 0 0.7rem;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.service-grid p,
.booking p,
.cta p,
.proof span {
  color: var(--muted);
  line-height: 1.65;
}

.booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 0;
}

.transparency {
  width: min(1180px, calc(100% - 2rem));
  margin: 2.5rem auto 0;
  padding: 4.5rem 0 1rem;
  border-top: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.trust-grid article {
  min-height: 15rem;
  padding: 1.5rem;
  background: #0b0b0c;
}

.trust-grid svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--red);
}

.trust-grid h3 {
  margin: 1.4rem 0 0.7rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.booking ol {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking li {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 5.5rem;
  padding: 1rem;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.06);
  color: var(--steel);
  font-weight: 700;
}

.booking li span {
  color: var(--red);
  font-size: 1.6rem;
  font-weight: 900;
}

.proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}

.proof-item {
  padding: 2rem 1.5rem;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.cta {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(227, 6, 32, 0.55);
  background:
    linear-gradient(120deg, rgba(227, 6, 32, 0.17), rgba(255, 255, 255, 0.04)),
    #090909;
  box-shadow: var(--shadow);
}

.cta p {
  max-width: 47rem;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  padding: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero,
  .booking,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 7rem;
  }

  .hero-card {
    transform: none;
  }

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

  .service-grid .service-featured {
    grid-column: span 2;
  }

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

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

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 0.8rem 1rem;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 21vw, 5rem);
  }

  .hero-brand-lockup {
    width: 100%;
    min-width: 0;
    padding: 3.8rem 0.7rem 1.05rem;
  }

  .trace-roof {
    top: 0.75rem;
    left: 13%;
    width: 70%;
    height: 2.7rem;
  }

  .trace-hood {
    top: 3rem;
  }

  .hero-mechanic {
    margin-left: 0.7rem;
    font-size: 0.77rem;
    gap: 0.5rem;
    letter-spacing: 0.12em;
  }

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

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

  .trust-grid article {
    min-height: 0;
  }

  .service-grid .service-featured {
    grid-column: auto;
  }

  .service-grid article {
    min-height: 0;
  }

  .btn,
  .contact-strip a {
    width: 100%;
  }

  .hero-card-footer {
    flex-direction: column;
  }
}
