﻿:root {
  --bg: #08101f;
  --surface: rgba(18, 30, 54, 0.96);
  --surface-soft: rgba(25, 39, 68, 0.95);
  --surface-strong: rgba(13, 21, 36, 0.96);
  --text: #f1f7ff;
  --text-muted: #b3c6e2;
  --accent: #5ca8ff;
  --accent-deep: #1f5fc5;
  --accent-soft: #7dbbff;
  --border: rgba(92, 168, 255, 0.18);
  --shadow: 0 28px 80px rgba(1, 12, 28, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background: var(--bg);
}

body {
  margin: 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  font-family: "Inter", "Segoe UI", sans-serif;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  height: 100%;
  width: 100%;
  background-color: var(--bg);
  background-image: 
    linear-gradient(180deg, rgba(10, 23, 44, 0.5) 0%, rgba(8, 21, 34, 0.5) 45%, rgba(6, 18, 30, 0.5) 100%),
    url("../images/hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: var(--text);
  line-height: 1.75;
  overflow-x: hidden;
}

body::before,
body::after {
  z-index: -1;
}

h1, h2, h3 {
  font-family: "Cinzel", serif;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0, transparent 46px, rgba(92, 168, 255, 0.04) 46px, rgba(92, 168, 255, 0.04) 48px);
  pointer-events: none;
  opacity: 0.4;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 360'%3E%3Cpath fill='%235ca8ff' opacity='0.08' d='M58 224h70l26-52 20-20 32-16 64-3 24 8 42 3 60-4 110 12 34 18 24 34 26 40h42v28H86s-12-25-28-25-20-7-20-7z'/%3E%3Ccircle fill='%235ca8ff' opacity='0.08' cx='214' cy='272' r='28'/%3E%3Ccircle fill='%235ca8ff' opacity='0.08' cx='706' cy='272' r='28'/%3E%3Cpath fill='%235ca8ff' opacity='0.05' d='M100 244h760v26H100z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10vw) 60%;
  background-size: min(70vw, 780px);
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}


img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  background: rgba(7, 18, 34, 1);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(92, 168, 255, 0.16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  position: relative;
}

.brand {
  color: var(--accent);
  font-size: 1.55rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 26px;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
}

.site-nav a,
.footer-nav a {
  color: #c8d7f0;
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-nav a:hover,
.footer-nav a:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.lang-switcher {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
}

.lang-button {
  min-width: 44px;
  border: 1px solid rgba(92, 168, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #c7d8f4;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lang-button.active,
.lang-button:hover {
  background: var(--accent);
  color: #061028;
  border-color: var(--accent);
}

.nav-toggle {
  display: none;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
}

.hero {
  position: relative;
  padding: 110px 0 80px;
  overflow: hidden;
  background: rgba(5, 12, 24, 0.28);
  border: 1px solid rgba(92, 168, 255, 0.14);
  box-shadow: 0 32px 120px rgba(1, 8, 22, 0.45);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.hero::before {
  width: 560px;
  height: 520px;
  background: radial-gradient(circle at center, rgba(92, 168, 255, 0.18), transparent 58%);
  top: -140px;
  right: -120px;
}

.hero::after {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(92, 168, 255, 0.08), transparent 65%);
  bottom: -140px;
  left: -140px;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 460px);
  gap: 42px;
  align-items: center;
}

.hero-copy {
  max-width: 640px;
}

.hero-copy h1 {
  font-family: "Cinzel", serif;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 4vw, 5rem);
  color: #f7fbff;
  text-transform: uppercase;
}

.hero-copy p {
  color: #c7d8f4;
  font-size: 1.08rem;
  line-height: 1.9;
  max-width: 680px;
}

.hero-frame {
  position: relative;
}

.hero-visual {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: radial-gradient(circle at top right, rgba(92, 168, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 70%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 960 210' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 124c48-24 122-34 168-38 44-4 98-2 144 10s120 64 176 68 94-28 120-44 72-48 124-48' fill='none' stroke='%235ca8ff' stroke-width='5' stroke-linecap='round' opacity='0.45'/%3E%3Cpath d='M64 150c58-28 112-32 160-32 76 0 146 18 206 40 52 18 118 30 166 10' fill='none' stroke='%23fff' stroke-width='3' stroke-dasharray='12 18' opacity='0.24'/%3E%3C/svg%3E") no-repeat center 62% / contain;
  opacity: 0.92;
  pointer-events: none;
}

.hero-card {
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(92, 168, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.hero-card .hero-card-inner {
  position: relative;
  z-index: 1;
}

.hero-scan {
  position: relative;
  min-height: 280px;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(5, 12, 24, 0.65);
  border: 1px solid rgba(92, 168, 255, 0.16);
  box-shadow: inset 0 0 60px rgba(92, 168, 255, 0.08);
}

.hero-car {
  position: absolute;
  left: 50%;
  top: 38%;
  width: 78%;
  height: 54%;
  transform: translateX(-50%) translateY(-10%);
  background: url("data:image/svg+xml,%3Csvg width='720' height='280' viewBox='0 0 720 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 176c36-28 88-44 140-48s126-4 160 10c34 14 78 48 130 48s108-38 138-60c30-22 66-36 108-28 42 8 60 28 74 56' fill='none' stroke='%235ca8ff' stroke-width='8' stroke-linecap='round' opacity='0.95'/%3E%3Cpath d='M96 184c20-18 48-24 74-28 26-4 52-2 76 4s56 24 92 32c36 8 82 6 120-4 38-10 80-34 116-32 36 2 58 18 80 36' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' opacity='0.32'/%3E%3C/svg%3E") center 40% / 98% no-repeat;
  opacity: 0.8;
  animation: carFade 2.8s ease forwards;
}

.hero-laser {
  position: absolute;
  inset: 40% 10% 40% 10%;
  background: linear-gradient(90deg, transparent 0%, rgba(92, 168, 255, 0.4) 48%, rgba(92, 168, 255, 0.8) 50%, rgba(92, 168, 255, 0.4) 52%, transparent 100%);
  transform: translateY(-220%);
  filter: blur(1px);
  animation: laserSweep 4s ease infinite;
}

@keyframes carFade {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-15%);
  }
  60% {
    opacity: 0.72;
  }
  100% {
    opacity: 0.95;
    transform: translateX(-50%) translateY(-10%);
  }
}

@keyframes laserSweep {
  0%, 100% {
    transform: translateY(-220%);
    opacity: 0;
  }
  45% {
    opacity: 0.55;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  55% {
    opacity: 0.28;
  }
}

.transport-track {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  padding: 18px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(92, 168, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(92, 168, 255, 0.14);
  color: #d8e6ff;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.08em;
}

.transport-track::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 50%;
  width: 140px;
  height: 28px;
  background: rgba(92, 168, 255, 0.22);
  border-radius: 999px;
  transform: translateY(-50%);
  animation: trackMove 9s linear infinite;
}

@keyframes trackMove {
  0% {
    left: -160px;
  }
  100% {
    left: calc(100% + 160px);
  }
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.84rem;
  margin-bottom: 18px;
}

.hero h1,
.page-header h1 {
  font-size: clamp(3rem, 4vw, 4.6rem);
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 12ch;
}

.hero p,
.page-header p {
  max-width: 640px;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.primary {
  background: linear-gradient(135deg, var(--accent), #6eb2ff);
  color: #061026;
  box-shadow: 0 22px 60px rgba(27, 92, 171, 0.28);
}

.gallery-full {
  padding: 32px 0 48px;
}

.gallery-grid-full {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.car-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.car-gallery {
  position: relative;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.05);
}

.car-images-container {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
  overflow: hidden;
}

.car-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.car-image.active {
  opacity: 1;
}

.car-images-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 28px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.06));
}

.car-header {
  padding: 22px 24px 0;
}

.car-header h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.car-price {
  display: block;
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 16px;
}

.car-specs {
  margin: 0 24px 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.car-specs li {
  color: var(--text-muted);
  line-height: 1.6;
}

.car-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(92, 168, 255, 0.9);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
}

.car-nav-btn.prev {
  left: 16px;
}

.car-nav-btn.next {
  right: 16px;
}

.car-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.dot.active {
  background: var(--accent);
  transform: scale(1.15);
}


.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #d8e6ff;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.hero-card,
.feature-card,
.service-item,
.stat-card,
.team-member,
.review-card,
.promo-card,
.contact-info,
.contact-form,
.service-detail {
  background: rgba(15, 26, 45, 0.97);
  border: 1px solid rgba(92, 168, 255, 0.12);
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 42px;
}

.hero-card-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card-title {
  margin: 0;
  font-size: 1.2rem;
  color: var(--accent);
  font-weight: 800;
}

.hero-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-muted);
}

.hero-card li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
}

.hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.card-note {
  margin: 0;
  color: var(--text-muted);
}

.features,
.footer-cta,
.promo,
.services-overview,
.about-content,
.stats,
.team,
.services-list,
.contact-grid {
  padding: 90px 0;
}

.features h2,
.services-overview h2,
.about-content h2,
.stats h2,
.team h2,
.services-list h2,
.contact-info h2 {
  margin-bottom: 24px;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.services-list {
  display: grid;
  gap: 36px;
}

.service-detail {
  margin-bottom: 0;
}

.feature-grid,
.service-grid,
.stats-grid,
.team-grid,
.contact-grid,
.about-grid,
.review-grid {
  display: grid;
  gap: 24px;
}

.feature-card,
.service-item,
.review-card,
.team-member,
.service-detail {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover,
.service-item:hover,
.review-card:hover,
.team-member:hover,
.service-detail:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 75, 191, 0.24);
  box-shadow: 0 36px 84px rgba(15, 75, 191, 0.12);
}

.feature-card h3,
.service-item h3,
.team-member h3,
.stat-card span,
.service-detail h2 {
  margin: 0 0 14px;
}

.feature-card p,
.service-item p,
.team-member p,
.stat-card p,
.service-detail p {
  color: var(--text-muted);
}

.feature-card,
.service-item {
  border-top: 4px solid var(--accent);
}

.service-detail {
  border-top: 4px solid var(--accent);
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.team-grid {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.review-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
}

.stat-card {
  text-align: center;
}

.stat-card span {
  display: block;
  font-size: 3rem;
  color: var(--accent);
  font-weight: 800;
}

.service-cta {
  padding: 0;
}

.promo {
  padding: 90px 0;
}

.promo-card {
  border: 0;
  background: linear-gradient(135deg, rgba(31, 95, 197, 0.95), rgba(15, 46, 82, 0.96));
  color: white;
}

.promo-card h2,
.promo-card p {
  color: #fff;
}

.promo-card {
  padding: 48px;
  box-shadow: 0 28px 90px rgba(0, 15, 35, 0.42);
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(9, 18, 34, 0.95);
  padding: 42px 30px;
  border: 1px solid rgba(92, 168, 255, 0.14);
}

.status-bar {
  position: relative;
  margin: 16px auto 0;
  background: rgba(7, 13, 26, 0.92);
  color: #9bb7ff;
  border: 1px solid rgba(92, 168, 255, 0.24);
  border-left: 4px solid var(--accent);
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(1180px, calc(100% - 44px));
  width: 100%;
}

.footer-cta h2 {
  margin: 0 0 12px;
}

.footer-cta p {
  margin: 0;
  color: var(--text-muted);
}

.site-footer {
  background: #061021;
  border-top: 1px solid rgba(92, 168, 255, 0.14);
}

.section-intro {
  margin-bottom: 30px;
}

.section-intro .eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
}

.section-intro h2 {
  font-family: "Cinzel", serif;
  color: #f7fbff;
  font-size: clamp(2rem, 2.5vw, 3.1rem);
  margin: 0;
  line-height: 1.05;
}

.trust-grid,
.protocol-grid,
.gem-grid {
  display: grid;
  gap: 24px;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.trust-card,
.protocol-step,
.gem-card {
  background: rgba(11, 20, 38, 0.92);
  border: 1px solid rgba(92, 168, 255, 0.16);
  box-shadow: 0 18px 50px rgba(1, 7, 18, 0.35);
  padding: 34px;
  border-radius: 28px;
}

.trust-card h3,
.protocol-step h3,
.gem-name {
  color: #f7fbff;
  margin-bottom: 14px;
}

.trust-card p,
.protocol-step p,
.gem-detail {
  color: #b8c8e7;
  line-height: 1.85;
}

.protocol-step .step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  margin-bottom: 18px;
  background: rgba(92, 168, 255, 0.12);
  color: #aac4ff;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hidden-gems {
  padding-top: 70px;
}

.gem-grid {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.gem-card {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gem-detail {
  font-size: 0.98rem;
}

.transport-track {
  margin-top: 30px;
  padding: 18px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(92, 168, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(92, 168, 255, 0.14);
  color: #d8e6ff;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  .hero-content,
  .features,
  .footer-cta,
  .contact-grid,
  .about-grid,
  .review-grid,
  .trust-grid,
  .protocol-grid,
  .gem-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .status-bar {
    position: static;
    margin: 18px auto 0;
  }

  .hero {
    padding: 90px 0 40px;
    border: 1px solid rgba(92, 168, 255, 0.14);
    background: rgba(4, 10, 20, 0.88);
    box-shadow: 0 22px 60px rgba(0, 8, 20, 0.55);
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 7vw, 3.4rem);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy p {
    font-size: 1.2rem;
  }

  .hero-scan,
  .hero-card,
  .trust-card,
  .protocol-step,
  .gem-card {
    background: rgba(6, 14, 28, 0.90);
    border: 1px solid rgba(92, 168, 255, 0.14);
    backdrop-filter: blur(18px);
  }

  .hero-scan {
    min-height: 240px;
  }

  .hero-card {
    margin-top: 24px;
  }

  .hero-laser {
    inset: 35% 8% 35% 8%;
  }

  .trust-card,
  .protocol-step,
  .gem-card {
    padding: 28px;
    text-align: center;
  }

  .transport-track {
    padding: 16px 20px;
    font-size: 0.92rem;
  }

  .trust-card h3,
  .protocol-step h3,
  .gem-name {
    text-align: center;
  }

  .trust-card p,
  .protocol-step p,
  .gem-detail {
    text-align: center;
  }

  .gallery-cars {
    padding: 24px 0;
  }

  .features {
    padding: 60px 0;
  }

  .page-header {
    padding: 70px 0 30px;
  }

  .page-header h1 {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
  }

  .page-header p {
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content {
    padding: 50px 0 40px;
  }

  .team {
    padding: 50px 0;
  }

  .about-grid,
  .team-grid {
    gap: 18px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
}

.contact-grid {
  grid-template-columns: 1fr 1.1fr;
}

.contact-info {
  padding: 36px;
}

.contact-form {
  padding: 36px;
}

.contact-form label {
  display: block;
  margin-bottom: 20px;
  color: var(--text);
}

.contact-form label span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(92, 168, 255, 0.16);
  border-radius: 18px;
  padding: 16px 18px;
  margin-top: 8px;
  font: inherit;
  color: var(--text);
  background: rgba(10, 20, 34, 0.96);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(92, 168, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(92, 168, 255, 0.12);
}

.contact-form button {
  margin-top: 18px;
}

.page-header {
  padding: 100px 0 50px;
}

.page-header h1 {
  font-size: clamp(2.6rem, 3vw, 3.8rem);
}

.about-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}

@media (max-width: 1024px) {
  .hero-content,
  .footer-cta,
  .contact-grid,
  .about-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 80px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100%, calc(100% - 32px));
  }

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

  .site-nav {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

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

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-card,
  .service-item,
  .review-card {
    text-align: center;
  }

  .feature-card h3,
  .service-item h3,
  .review-card p {
    text-align: center;
  }

  .feature-card p,
  .service-item p {
    text-align: center;
  }

  .page-header {
    text-align: center;
  }

  .footer-cta {
    text-align: center;
  }

  .footer-cta h2,
  .footer-cta p {
    text-align: center;
  }

  .promo-card {
    text-align: center;
  }

  .contact-info,
  .contact-form {
    text-align: center;
  }

  .about-content,
  .stats {
    text-align: center;
  }

  .about-content h2,
  .stats h2 {
    text-align: center;
  }

  .about-content,
  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-grid,
  .stats-grid,
  .team-grid {
    gap: 18px;
  }

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

@media (max-width: 560px) {
  .hero h1,
  .page-header h1 {
    font-size: clamp(2.3rem, 8vw, 3rem);
  }

  .button {
    width: 100%;
  }

  .lang-switcher {
    flex-wrap: wrap;
  }

  .site-header {
    background: #071228;
    border-bottom-color: rgba(92, 168, 255, 0.26);
    z-index: 30;
    backdrop-filter: none;
  }
}

.scrolling-truck {
  position: fixed;
  right: 10%;
  top: 0;
  z-index: 10;
  font-size: 2rem;
  color: var(--accent);
  pointer-events: none;
  transition: transform 0.1s ease-out;
}

.gallery-cars {
  padding: 80px 0;
}

.gallery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 36px;
}

.gallery-grid-full {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 36px;
}

.car-card {
  background: rgba(11, 20, 38, 0.92);
  border: 1px solid rgba(92, 168, 255, 0.16);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(1, 7, 18, 0.35);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.car-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 75, 191, 0.24);
  box-shadow: 0 36px 84px rgba(15, 75, 191, 0.12);
}

.car-header {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(92, 168, 255, 0.12);
  padding-bottom: 14px;
}

@media (max-width: 768px) {
  body {
    background-image: 
      linear-gradient(180deg, rgba(10, 23, 44, 0.85) 0%, rgba(8, 21, 34, 0.85) 45%, rgba(6, 18, 30, 0.85) 100%),
      url("../images/hero-bg mobile.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero {
    background-image: 
      linear-gradient(180deg, rgba(5, 12, 24, 0.35), rgba(5, 12, 24, 0.35)),
      url("../images/hero-bg mobile.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
  }

  .hero::before,
  .hero::after {
    display: none;
  }
}

.car-header h3 {
  margin: 0 0 10px;
  color: #f7fbff;
  font-size: 1.2rem;
}

.car-price {
  display: block;
  color: var(--accent);
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 8px;
}

.car-specs {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.car-specs li {
  color: #b8c8e7;
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.car-specs strong {
  color: #aac4ff;
}

.gallery-cta {
  text-align: center;
  margin-top: 36px;
}

.gallery-full {
  padding: 80px 0;
}

.gallery-contact {
  padding: 0;
  margin-bottom: 0;
}
