@font-face {
  font-family: "LeagueSpartan";
  src: url("public/font/LeagueSpartan-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "BebasNeue";
  src: url("public/font/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Anton";
  src: url("public/font/Anton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Liter";
  src: url("public/font/Liter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --black: #030406;
  --ink: #080b10;
  --panel: #10151d;
  --panel-soft: #171d26;
  --line: rgba(255, 255, 255, 0.12);
  --text: #fff;
  --muted: #fff;
  --blue: #0000fe;
  --blue-light: #0000fe;
  --radius: 28px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg,
    #030406 0%,
    #060b12 20%,
    #0b1320 42%,
    #070d18 65%,
    #030406 100%
  );
  color: var(--text);
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--blue-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 10px 16px;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
}

.ambient-one {
  width: 40vw;
  height: 40vw;
  top: -10vw;
  right: -12vw;
  background: rgba(18, 107, 255, 0.38);
}

.ambient-two {
  width: 30vw;
  height: 30vw;
  left: -14vw;
  top: 45vh;
  background: rgba(76, 160, 255, 0.16);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(3, 4, 6, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  width: 180px;
  height: auto;
  object-fit: contain;
}

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

.brand strong {
  line-height: 1;
  letter-spacing: 0.04em;
}

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

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 32px;
  color: #d7dde7;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}

.nav-links a,
.footer-links a,
.text-link {
  transition: color 0.2s ease;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--blue-light);
}

.nav-mobile-whatsapp {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-whatsapp,
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.nav-whatsapp {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 0 22px;
  font-size: 1.05rem;
  min-height: 52px;
}

.nav-whatsapp:hover {
  border-color: rgba(76, 160, 255, 0.7);
}

.nav-cta {
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  color: #fff;
  padding: 0 26px;
  font-size: 1.05rem;
  min-height: 52px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 156px 0 90px;
  background:
    linear-gradient(90deg, rgba(2, 3, 5, 0.94) 0%, rgba(2, 3, 5, 0.78) 42%, rgba(2, 3, 5, 0.2) 100%),
    radial-gradient(circle at 24% 28%, rgba(18, 107, 255, 0.28), transparent 30%),
    url("public/hero2.jpg") center right / cover no-repeat,
    linear-gradient(180deg, #020305 0%, #070a0f 100%);
}

.hero-grid,
.section,
.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 246px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 28px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-light);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "BebasNeue", sans-serif;
  line-height: 1.08;
  letter-spacing: 0.045em;
}

h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 7.6vw, 8.3rem);
}

.hero h1,
.brand,
.nav-links,
.nav-actions,
.nav-cta,
.button,
.eyebrow,
.tag,
.vehicle-content h3,
.service-card h3,
.parallax-content h3,
.footer strong {
  font-family: "BebasNeue", sans-serif;
}

.hero h1 {
  display: flex;
  justify-content: center;
  color: #fff;
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(5rem, 9vw, 10rem);
  text-align: center;
  white-space: normal;
  letter-spacing: 0.055em;
}

.hero-claim,
.hero-text {
  color: #fff;
  max-width: 720px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  text-align: center;
}

.hero-claim {
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 0 0.12em;
  font-family: "BebasNeue", sans-serif;
  font-size: clamp(1.05rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.045em;
  overflow: visible;
  white-space: nowrap;
}

.reveal-letter {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  animation: heroLetterPop 0.72s cubic-bezier(0.18, 1.45, 0.35, 1) forwards;
}

.reveal-letter-space {
  width: 0.34em;
  cursor: default;
}

.letter-base,
.letter-image,
.letter-overlay {
  display: block;
}

.letter-base {
  transition: opacity 0.12s ease;
}

.letter-image,
.letter-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.letter-image {
  color: transparent;
  background: var(--letter-image) center / cover no-repeat;
  background-clip: text;
  opacity: 0;
  transition: opacity 0.12s ease, background-position 2.6s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.letter-overlay {
  color: var(--blue-light);
  opacity: 0;
  animation: heroLetterSweep 0.45s ease-in-out forwards;
  animation-delay: calc(1.05s + var(--letter-index) * 50ms);
}

.reveal-letter:hover .letter-base {
  opacity: 0;
}

.reveal-letter:hover .letter-image {
  background-position: 10% center;
  opacity: 1;
}

@keyframes heroLetterPop {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroLetterSweep {
  0%,
  100% {
    opacity: 0;
  }

  12%,
  70% {
    opacity: 1;
  }
}

.hero .hero-text {
  color: #fff;
  max-width: 920px;
  margin-top: 42px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.45;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-text,
.section-head p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 34px 0;
}

.button {
  border: 0;
  cursor: pointer;
  padding: 0 22px;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.button:hover,
.nav-cta:hover,
.nav-whatsapp:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  color: #fff;
  box-shadow: none;
}

.button-primary:hover {
  background: linear-gradient(135deg, #0059e6, #2f91ff);
}

.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.button-ghost:hover {
  border-color: rgba(76, 160, 255, 0.7);
}

.section {
  padding: 110px 0;
}

.vehicles {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background: transparent;
}

.section-head {
  max-width: 740px;
  margin-bottom: 42px;
}

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

.vehicle-slider {
  position: relative;
}

.vehicle-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.vehicle-grid::-webkit-scrollbar {
  display: none;
}

.vehicle-card {
  scroll-snap-align: none;
}

.vehicle-slider-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(3, 4, 6, 0.78);
  color: #fff;
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background 0.22s ease, opacity 0.22s ease;
  backdrop-filter: blur(14px);
}

.vehicle-slider.has-overflow .vehicle-slider-button {
  display: grid;
  place-items: center;
}

.vehicle-slider-button:hover {
  background: var(--blue);
  transform: translateY(-50%) scale(1.06);
}

.vehicle-slider-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.vehicle-slider-button.prev {
  left: -26px;
}

.vehicle-slider-button.next {
  right: -26px;
}

.inventory-status {
  display: inline-flex;
  margin-top: 12px;
  border: 1px solid rgba(76, 160, 255, 0.28);
  border-radius: 999px;
  background: rgba(18, 107, 255, 0.1);
  color: #cfe3ff;
  padding: 8px 12px;
  font-size: 0.86rem;
}

.inventory-status.error {
  border-color: rgba(255, 118, 118, 0.35);
  background: rgba(255, 75, 75, 0.1);
  color: #ffd0d0;
}

.inventory-status.success {
  border-color: rgba(92, 230, 160, 0.35);
  background: rgba(30, 180, 105, 0.12);
  color: #c8ffdf;
}

.vehicle-card,
.service-card,
.trust-panel,
.review-card,
.contact-form {
  border: 1px solid var(--line);
  background: rgba(3, 4, 6, 0.58);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
}

.vehicle-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 0.28s ease, border-color 0.28s ease;
  transform-style: preserve-3d;
}

.vehicle-card:hover {
  border-color: rgba(76, 160, 255, 0.42);
}

.vehicle-image {
  min-height: 230px;
  background:
    radial-gradient(circle at 65% 55%, rgba(76, 160, 255, 0.3), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(160deg, #202938, #06080b 72%);
  position: relative;
}

.vehicle-image.has-photo {
  background: var(--vehicle-photo) center / cover;
}

.vehicle-image.has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(3, 4, 6, 0.7));
}

.vehicle-image::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 48px;
  height: 46px;
  border-radius: 50px 70px 22px 22px;
  background: linear-gradient(180deg, #dce9f8, #242d3a 30%, #05070a 80%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.5);
}

.vehicle-image.has-photo::after {
  display: none;
}

.image-two {
  background:
    radial-gradient(circle at 35% 45%, rgba(76, 160, 255, 0.3), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(160deg, #232833, #080b10 72%);
}

.image-three {
  background:
    radial-gradient(circle at 72% 44%, rgba(18, 107, 255, 0.34), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(160deg, #1c2634, #05070a 72%);
}

.vehicle-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.vehicle-content h3 {
  min-height: 3.6em;
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  color: #fff;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}

dt,
dd {
  margin: 0;
}

dt {
  color: var(--muted);
  font-size: 0.72rem;
}

dd {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 400;
}

.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.card-bottom a,
.text-link {
  color: #fff;
  font-weight: 400;
}

.card-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  padding: 6px 10px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.services {
  background: transparent;
}

.service-card {
  min-height: 230px;
  padding: 28px;
  border-radius: var(--radius);
  transition: transform 0.22s ease, background 0.22s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(18, 107, 255, 0.1);
}

.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  color: #fff;
  padding: 6px 10px;
  font-weight: 400;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

/* --- Über uns --- */

.about {
  background: transparent;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-head h2 {
  margin-top: 0;
}

.about-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 36px 0 0;
}

.about-stats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  width: 100%;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: transparent;
  flex: 1;
}

.about-stat strong {
  font-family: "BebasNeue", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  letter-spacing: 0.02em;
}

.about-stat span {
  font-family: "LeagueSpartan", sans-serif;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
}

.about-body p {
  font-family: "LeagueSpartan", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin: 0 0 18px;
}

.about-body p:first-child {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.about-body strong {
  color: #fff;
  font-weight: 700;
}

.about-tagline {
  margin-top: 32px !important;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  margin-bottom: 0 !important;
}

.about-tagline strong {
  color: #fff !important;
}

.parallax-story {
  padding: 12px;
  background: #030406;
}

.parallax-panel {
  position: relative;
  height: 100vh;
}

.parallax-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(3, 4, 6, 0.08), rgba(3, 4, 6, 0.74)),
    var(--panel-image) center / cover;
  box-shadow: var(--shadow);
}

.parallax-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, transparent 0 26%, rgba(0, 0, 0, var(--panel-shade, 0.1)) 72%),
    linear-gradient(90deg, rgba(3, 4, 6, 0.72), rgba(3, 4, 6, 0.08), rgba(3, 4, 6, 0.72));
  pointer-events: none;
}

.parallax-image-two {
  background-position: center 62%;
}

.parallax-image-three {
  background-position: center 58%;
}

.parallax-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 24px;
  color: #fff;
  text-align: center;
}

.parallax-copy p {
  margin-bottom: 12px;
  color: #c8d7ee;
  font-size: clamp(1.1rem, 2vw, 1.9rem);
  font-weight: 400;
}

.parallax-copy h2 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(3rem, 8vw, 8rem);
  text-shadow: 0 28px 80px rgba(0, 0, 0, 0.72);
}

.parallax-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  width: min(1040px, calc(100% - 28px));
  margin: 0 auto;
  padding: 48px 0 96px;
}

.parallax-content h3 {
  margin-bottom: 0;
  color: #fff;
  font-family: "BebasNeue", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.parallax-content p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: white;
  color: #05070a;
  padding: 14px 20px;
  font-weight: 400;
  transition: transform 0.22s ease, background 0.22s ease;
}

.story-link:hover {
  transform: translateY(-2px);
  background: #dfeeff;
}

.trust {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, #030406, #131922);
}

.trust-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  border-radius: 38px;
  padding: clamp(28px, 5vw, 58px);
}

.trust-list {
  display: grid;
  gap: 16px;
}

.trust-list div {
  border-left: 3px solid var(--blue);
  padding-left: 18px;
}

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

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

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  background: transparent;
}

.contact-copy h2 {
  max-width: 11em;
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 3.4vw, 3.8rem);
  line-height: 1;
}

.contact-copy p:not(.eyebrow) {
  max-width: 34rem;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.5;
}

.reviews {
  background: transparent;
}

.reviews .section-head {
  max-width: 840px;
}

.reviews-summary {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: -16px 0 34px;
  color: #fff;
}

.reviews-summary strong {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 0.9;
}

.reviews-slider {
  position: relative;
  overflow: hidden;
}

.reviews-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews-viewport::-webkit-scrollbar {
  display: none;
}

.reviews-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 66px) / 4);
  gap: 22px;
  overflow: visible;
  padding: 2px 2px 18px;
}

.reviews-slider.has-overflow .reviews-slider-button {
  display: grid;
  place-items: center;
}

.reviews-slider-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(3, 4, 6, 0.78);
  color: #fff;
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background 0.22s ease, opacity 0.22s ease;
  backdrop-filter: blur(14px);
}

.reviews-slider-button:hover {
  background: var(--blue);
  transform: translateY(-50%) scale(1.06);
}

.reviews-slider-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.reviews-slider-button.prev {
  left: 10px;
}

.reviews-slider-button.next {
  right: 10px;
}

.review-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 34px);
  scroll-snap-align: none;
}

.review-stars {
  color: #f5c542;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  letter-spacing: 0.08em;
}

.review-body {
  margin: 28px 0;
}

.review-body p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.45;
}

.review-body.is-collapsed p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review-toggle {
  width: fit-content;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.review-card > p {
  margin: 28px 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.45;
}

.review-card footer {
  display: grid;
  gap: 4px;
  color: var(--muted);
}

.review-card strong {
  color: #fff;
  font-weight: 600;
}

.reviews-progress {
  position: relative;
  display: block;
  width: min(520px, 100%);
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  margin: 22px auto 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  touch-action: none;
}

.reviews-progress[hidden] {
  display: none;
}

.reviews-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: #fff;
  transition: left 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.3s ease;
}

.contact-icons {
  display: grid;
  margin-top: 32px;
}

.contact-icon-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: #fff;
  text-decoration: none;
  transition: padding-left 0.22s ease, color 0.22s ease;
}

.contact-icon-card:first-child {
  border-top: 1px solid var(--line);
}

a.contact-icon-card:hover {
  padding-left: 8px;
  color: var(--blue-light);
}

a.contact-icon-card:hover .contact-icon-wrap {
  color: var(--blue-light);
}

.contact-icon-wrap {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.22s ease;
}

.contact-icon-wrap svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-icon-label {
  display: block;
  text-align: center;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  margin-bottom: 4px;
}

.contact-icon-value {
  display: block;
  text-align: center;
  font-size: 0.97rem;
  color: #fff;
  line-height: 1.3;
}

.contact-form {
  display: grid;
  gap: 18px;
  border-radius: 34px;
  padding: clamp(22px, 4vw, 38px);
}

label {
  display: grid;
  gap: 8px;
  color: #e9eef6;
  font-weight: 400;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #121821;
  color: #fff;
  padding: 14px 16px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--blue-light);
  outline: none;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.form-note:not(:empty) {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
}

.form-note.is-pending {
  color: #fff;
}

.form-note.is-success {
  border-color: rgba(92, 230, 160, 0.35);
  background: rgba(30, 180, 105, 0.12);
  color: #c8ffdf;
}

.form-note.is-error {
  border-color: rgba(255, 118, 118, 0.35);
  background: rgba(255, 75, 75, 0.1);
  color: #ffd0d0;
}

.photo-grid-section {
  background: #030406;
  padding: 12px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.photo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
  aspect-ratio: 4 / 3;
}

.photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(3, 4, 6, 0.28));
  pointer-events: none;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.social-media {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
  background: transparent;
}

.social-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.social-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.social-actions a {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.social-actions a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: #fff;
  color: #030406;
  transform: translateY(-2px);
}

.social-actions svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.reel-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: #05070a;
  box-shadow: var(--shadow);
}

.reel-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  pointer-events: none;
}

.reel-frame iframe {
  display: block;
  width: 100%;
  max-height: 760px;
  aspect-ratio: 9 / 16;
  border: none;
}


.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 54px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-brand img {
  display: block;
  width: min(220px, 58vw);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 2.1rem);
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.footer-socials a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: #fff;
  color: #030406;
  transform: translateY(-2px);
}

.footer-socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-credit {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.footer .footer-credit,
.legal-footer .footer-credit {
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.48);
  transition: color 0.2s ease;
}

.footer-credit a:hover {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  width: min(760px, calc(100% - 40px));
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(3, 4, 6, 0.92);
  box-shadow: var(--shadow);
  padding: 20px;
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
}

.cookie-banner p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.legal-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 90px;
}

.legal-brand {
  margin-bottom: 34px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.045);
  padding: clamp(26px, 5vw, 56px);
}

.legal-card h1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.legal-card h2 {
  margin-top: 34px;
  font-family: "BebasNeue", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}

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

.legal-card a {
  color: var(--blue-light);
}

.legal-footer {
  display: flex;
  justify-content: center;
  padding: 22px 0 0;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    border-color: var(--line);
    background: rgba(3, 4, 6, 0.82);
    backdrop-filter: blur(18px);
  }

  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 16px 0;
    gap: 16px;
  }

  .brand-logo {
    width: clamp(132px, 38vw, 170px);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    min-height: 44px;
    padding: 9px 14px;
    cursor: pointer;
  }

  .nav-links {
    position: fixed;
    top: 74px;
    right: 14px;
    left: auto;
    width: min(280px, calc(100vw - 28px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(3, 4, 6, 0.94);
    padding: 18px;
    backdrop-filter: blur(18px);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    min-height: 46px;
    padding: 12px;
  }

  .nav-mobile-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blue), var(--blue-light));
    color: #fff;
    margin-top: 6px;
    text-align: center;
  }

  .nav-links a.nav-mobile-whatsapp:hover {
    color: #fff;
  }

  .nav-actions {
    display: none;
  }

  .hero-grid,
  .admin-hero,
  .trust-panel,
  .social-media,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 76px;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 0;
  }

  .vehicle-grid,
  .reviews-grid,
  .service-grid,
  .admin-form fieldset {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .vehicle-grid {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 22px) / 2);
  }

  .reviews-grid {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 22px) / 2);
  }

  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .parallax-content {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .nav,
  .hero-grid,
  .section,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }

  .hero h1 {
    display: none;
  }

  .hero-claim {
    white-space: normal;
    font-size: clamp(1.4rem, 8vw, 2.6rem);
    line-height: 1;
  }

  .hero .hero-text {
    max-width: 22em;
    margin-top: 26px;
    font-size: clamp(1rem, 4.45vw, 1.45rem);
    line-height: 1.22;
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
    line-height: 1;
  }

  .services .section-head h2 {
    font-size: clamp(1.75rem, 8vw, 2.7rem);
  }

  .about-stats {
    flex-wrap: wrap;
  }

  .hero-actions {
    width: 100%;
    margin: 28px 0 0;
  }

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

  .button {
    width: 100%;
    min-height: 52px;
  }

  .vehicle-grid,
  .reviews-grid,
  .service-grid,
  .admin-form fieldset,
  dl,
  .footer {
    grid-template-columns: 1fr;
  }

  .vehicle-grid {
    grid-template-columns: none;
    grid-auto-columns: 92%;
    scroll-snap-type: x mandatory;
  }

  .reviews-grid {
    grid-template-columns: none;
    grid-auto-columns: 92%;
    scroll-snap-type: x mandatory;
  }

  .vehicle-card,
  .review-card {
    scroll-snap-align: start;
  }

  .vehicle-content,
  .service-card {
    padding: 22px;
  }

  .vehicle-image {
    min-height: 190px;
  }

  .contact {
    gap: 34px;
  }

  .contact-icon-card {
    gap: 14px;
    padding: 16px 0;
  }

  .contact-icon-value {
    overflow-wrap: anywhere;
  }

  .contact-form {
    border-radius: 24px;
  }

  input,
  textarea {
    border-radius: 14px;
    font-size: 16px;
  }

  .vehicle-slider-button,
  .reviews-slider-button {
    width: 44px;
    height: 44px;
    font-size: 1.75rem;
  }

  .vehicle-slider-button.prev,
  .reviews-slider-button.prev {
    left: -8px;
  }

  .vehicle-slider-button.next,
  .reviews-slider-button.next {
    right: -8px;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .vehicles,
  .trust {
    padding-right: 14px;
    padding-left: 14px;
  }

  .parallax-story {
    padding: 8px;
  }

  .parallax-image {
    border-radius: 24px;
  }

  .parallax-copy h2 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .parallax-content {
    padding-bottom: 70px;
  }

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

  .footer-links {
    justify-content: start;
  }

  .social-actions a {
    width: 50px;
    height: 50px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 16px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

}
