:root {
  --bg: #101827;
  --card: #1d2b44;
  --text: #f7fbff;
  --muted: #b8c7dc;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #27a8ff;
  --green: #35d399;
  --cyan: #22d3ee;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: linear-gradient(135deg, var(--bg), #17213a 42%, #102c38);
  color: var(--text);
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1160px, calc(100% - 36px));
  margin: auto;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 24, 39, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 900;
}
.logo i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.menu {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}
.menu a:hover,
.menu .active {
  color: #fff;
}
.burger {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 24px;
}
.section {
  padding: 76px 0;
}
.alt {
  background: rgba(255, 255, 255, 0.035);
}
.hero {
  padding: 86px 0 64px;
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: 50px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(34, 211, 238, 0.22),
    transparent 65%
  );
}
.grid-2 {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
}
h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  margin: 22px 0 20px;
  letter-spacing: -0.05em;
}
h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}
.grad {
  background: linear-gradient(135deg, #fff, var(--cyan), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead,
.sub {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}
.sub {
  font-size: 18px;
}
.kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 800;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #03111b;
}
.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-card {
  min-height: 390px;
  border-radius: 34px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.car-illu {
  height: 225px;
  margin-top: 42px;
  position: relative;
}
.car-body {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 42px;
  height: 82px;
  border-radius: 48px 72px 28px 28px;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.car-top {
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: 105px;
  height: 70px;
  border-radius: 70px 70px 8px 8px;
  background: #eaf7ff;
}
.wheel {
  position: absolute;
  bottom: 18px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #07111f;
  border: 10px solid #dbeafe;
}
.w1 {
  left: 20%;
}
.w2 {
  right: 20%;
}
.badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #07111f;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
}
.badge b {
  font-size: 26px;
  color: var(--green);
}
.center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 42px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.105),
    rgba(255, 255, 255, 0.045)
  );
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
}
.card i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), #4052d6);
  margin-bottom: 18px;
}
.card p,
.muted,
.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.75;
}
.list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.list li {
  display: flex;
  gap: 12px;
  color: var(--muted);
}
.list i {
  color: var(--green);
  margin-top: 4px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: s;
}
.step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}
.step:before {
  counter-increment: s;
  content: counter(s);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #052019;
  font-weight: 900;
  margin-bottom: 16px;
}
.table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}
.row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.row.head {
  font-weight: 900;
  background: rgba(39, 168, 255, 0.1);
}
.row span {
  color: var(--muted);
}
.formbox {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.045)
  );
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 30px;
}
.formgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.full {
  grid-column: 1/-1;
}
label {
  display: block;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 7px;
}
input,
select,
textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}
option {
  background: #17213a;
}
textarea {
  min-height: 112px;
}
.map-place {
  min-height: 330px;
  border-radius: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  background: linear-gradient(
    135deg,
    rgba(39, 168, 255, 0.1),
    rgba(53, 211, 153, 0.09)
  );
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
}
.map-place i {
  font-size: 58px;
  color: var(--cyan);
  margin-bottom: 16px;
}
.footer {
  background: #08111f;
  padding: 44px 0 26px;
  border-top: 1px solid var(--line);
}
.footgrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 26px;
}
.footer a,
.footer p {
  color: var(--muted);
  line-height: 1.8;
}
.small {
  font-size: 12px;
  color: #8fa3bb;
}
.cookie {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: none;
}
.cookie .inner {
  max-width: 980px;
  margin: auto;
  background: #fff;
  color: #102033;
  border-radius: 22px;
  padding: 18px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
}
.cookie p {
  margin: 0;
  color: #4b5b6d;
}
.legal {
  max-width: 880px;
  margin: auto;
}
.legal h3 {
  margin-top: 32px;
}
@media (max-width: 900px) {
  .grid-2,
  .cards,
  .steps,
  .footgrid {
    grid-template-columns: 1fr;
  }
  .menu {
    display: none;
  }
  .burger {
    display: block;
  }
  .menu.open {
    position: absolute;
    display: grid;
    top: 72px;
    left: 0;
    right: 0;
    background: #101827;
    padding: 20px;
  }
  .row {
    grid-template-columns: 1fr;
  }
  .formgrid {
    grid-template-columns: 1fr;
  }
  .cookie .inner {
    display: block;
  }
  .cookie .btn {
    margin-top: 12px;
  }
}

.hero-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 28px;
  min-height: 100%;
  overflow: hidden;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.hero-card .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dbe7ff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-card .car-illu {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    #1a223b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card .car-illu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.03);
}

.hero-card .car-illu::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 15, 35, 0.18), transparent 35%),
    linear-gradient(to bottom, rgba(8, 15, 35, 0.08), transparent 25%);
  pointer-events: none;
}

.hero-card .badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  background: #071533;
  color: #fff;
  border-radius: 24px;
  padding: 18px 22px;
  min-width: 150px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.hero-card .badge b {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: #27e0bb;
  margin-bottom: 6px;
}

.hero-card .badge .muted {
  color: #d5def1;
  font-size: 18px;
}

@media (max-width: 991px) {
  .hero-card {
    padding: 20px;
    border-radius: 24px;
  }
img {
  max-width: 300px;
  width: 100%;
}
  .hero-card .car-illu {
    height: 340px;
    border-radius: 20px;
  }

  .hero-card .badge {
    right: 18px;
    bottom: 18px;
    min-width: 130px;
    padding: 14px 18px;
  }

  .hero-card .badge b {
    font-size: 24px;
  }

  .hero-card .badge .muted {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .hero-card .car-illu {
    height: 280px;
  }

  .hero-card .kicker {
    font-size: 16px;
    padding: 10px 14px;
  }

  .hero-card .badge {
    position: static;
    margin-top: 16px;
    display: inline-block;
  }
}