:root {
  --ink: #000000;
  --ink-2: #0b1016;
  --ash: #8b909c;
  --mist: #d7dbe4;
  --snow: #f4f5f7;
  --signal: #0093e5;
  --signal-deep: #0077c2;
  --amber: #4db8f0;
  --slatebrand: #8a9aab;
  --line: rgba(255, 255, 255, 0.1);
  --font-display: "Bebas Neue", "Impact", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --mobile-cta-h: 3.75rem;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--snow);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: calc(var(--mobile-cta-h) + var(--safe-bottom) + 0.5rem);
}

@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

iframe {
  height: 100%;
}

[x-cloak] {
  display: none !important;
}

h1,
h2,
.h-display {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.page-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 7.5rem 1rem 5rem;
}

@media (min-width: 390px) {
  .page-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .page-shell {
    padding: 8.5rem 2rem 5rem;
  }
}

.page-title {
  font-size: clamp(2.35rem, 9vw, 4.5rem);
  line-height: 0.94;
}

.page-title--hero {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
}

.bg-atmosphere {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(0, 147, 229, 0.2), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(77, 184, 240, 0.1), transparent 50%),
    linear-gradient(180deg, #05080c 0%, #000000 45%, #000000 100%);
}

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

.brand-lockup__mark {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 10px rgba(0, 170, 240, 0.25));
}

@media (min-width: 390px) {
  .brand-lockup__mark {
    width: 3.1rem;
    height: 3.1rem;
  }
}

.brand-lockup__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.brand-lockup__snowline {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8eef4;
}

.brand-lockup__motors {
  margin-top: 0.28rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--signal);
}

@media (min-width: 390px) {
  .brand-lockup__snowline {
    font-size: 1.05rem;
    letter-spacing: 0.18em;
  }

  .brand-lockup__motors {
    font-size: 0.82rem;
  }
}

.footer-logo {
  width: min(220px, 70vw);
  height: auto;
  object-fit: contain;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  overflow: hidden;
}

.lang-switch__btn {
  min-width: 2.4rem;
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--ash);
  background: transparent;
}

.lang-switch__btn.is-active {
  background: var(--signal);
  color: white;
}

.lang-switch__btn:hover:not(.is-active) {
  color: white;
  background: rgba(255, 255, 255, 0.06);
}

.hero-plane {
  min-height: 100svh;
  min-height: 100dvh;
  background-image:
    linear-gradient(180deg, rgba(12, 13, 16, 0.55) 0%, rgba(12, 13, 16, 0.72) 45%, rgba(12, 13, 16, 0.94) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .hero-plane {
    background-image:
      linear-gradient(90deg, rgba(12, 13, 16, 0.88) 0%, rgba(12, 13, 16, 0.55) 45%, rgba(12, 13, 16, 0.25) 100%),
      var(--hero-image);
  }
}

@media (max-width: 639px) {
  .hero-plane {
    min-height: auto;
    padding-bottom: 1rem;
  }
}

.btn-signal,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
  text-align: center;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  touch-action: manipulation;
}

.btn-signal {
  background: var(--signal);
  color: white;
}

.btn-signal:hover {
  background: var(--signal-deep);
  transform: translateY(-2px);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: white;
  font-weight: 600;
}

.btn-ghost:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.nav-link {
  position: relative;
  color: var(--mist);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: white;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.section-kicker {
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .section-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: var(--ash);
}

.breadcrumb a:hover {
  color: white;
}

.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0.55rem 0.85rem;
  color: var(--mist);
  background: rgba(255, 255, 255, 0.03);
}

.chip:hover {
  border-color: rgba(0, 147, 229, 0.55);
  color: white;
}

.service-card {
  border: 1px solid var(--line);
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 640px) {
  .service-card {
    padding: 1.5rem;
  }
}

.prose-seo h2 {
  margin-top: 0;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
}

.prose-seo p {
  margin-top: 0.9rem;
  color: var(--mist);
  line-height: 1.7;
}

.prose-seo a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.faq-q {
  width: 100%;
  padding: 1rem 1.1rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.95rem;
  min-height: 48px;
}

.faq-a {
  padding: 0 1.1rem 1.1rem;
  color: var(--mist);
  font-size: 0.92rem;
  line-height: 1.65;
}

.faq-a a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.spec-grid dt {
  color: var(--ash);
  font-size: 0.78rem;
}

.spec-grid dd {
  font-weight: 700;
  margin: 0;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.vehicle-tile {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s ease, transform 0.35s ease;
}

@media (hover: hover) {
  .vehicle-tile:hover {
    border-color: rgba(0, 147, 229, 0.55);
    transform: translateY(-4px);
  }

  .vehicle-tile:hover img {
    transform: scale(1.05);
  }
}

.vehicle-tile img {
  transition: transform 0.7s ease;
}

.badge-stock {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
  border: 1px solid rgba(134, 239, 172, 0.35);
}

.badge-expected {
  background: rgba(240, 160, 75, 0.14);
  color: #f0a04b;
  border: 1px solid rgba(240, 160, 75, 0.35);
}

.badge-order {
  background: rgba(148, 163, 184, 0.14);
  color: #cbd5e1;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }
}

.form-field {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: white;
  padding: 0.85rem 1rem;
  min-height: 48px;
  font-size: 16px; /* prevents iOS zoom */
  outline: none;
  transition: border-color 0.2s ease;
}

textarea.form-field {
  min-height: 140px;
}

.form-field:focus {
  border-color: rgba(0, 147, 229, 0.75);
}

.form-field::placeholder {
  color: rgba(215, 219, 228, 0.45);
}

.swiper-pagination-bullet {
  background: white !important;
  opacity: 0.35 !important;
}

.swiper-pagination-bullet-active {
  background: var(--signal) !important;
  opacity: 1 !important;
}

.site-header {
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(12, 13, 16, 0.92);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.mobile-nav-panel {
  max-height: calc(100dvh - 4.5rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 0.4rem;
  padding: 0.45rem 0.55rem calc(0.45rem + var(--safe-bottom));
  background: rgba(12, 13, 16, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mobile-cta__call {
  background: var(--signal);
  color: white;
}

.mobile-cta__service {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
}

.mobile-cta__msg {
  border: 1px solid rgba(0, 147, 229, 0.55);
  color: var(--signal);
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1rem !important;
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
