:root {
  --bg: #071827;
  --bg2: #0b2540;
  --card: #102b45;
  --card2: #143759;
  --text: #f4f8fb;
  --muted: #b8c8d6;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #21c7a8;
  --accent2: #3f8cff;
  --warm: #ffb24a;
  --danger: #ff6b6b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      circle at 16% -8%,
      rgba(33, 199, 168, 0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(63, 140, 255, 0.2),
      transparent 28%
    ),
    linear-gradient(140deg, var(--bg), #0c1b31 46%, #102442);
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 24, 39, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(33, 199, 168, 0.22);
}
.logo i {
  font-size: 18px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #d6e4ee;
  font-weight: 700;
  font-size: 14px;
}
.menu a:hover,
.menu a.active {
  color: var(--accent);
}
.nav-cta {
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  font-weight: 900;
}
.burger {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 26px;
}
.hero {
  padding: 88px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #cfe2ee;
  font-weight: 800;
  font-size: 13px;
}
.h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  margin: 22px 0 18px;
  letter-spacing: -0.07em;
}
.grad {
  background: linear-gradient(90deg, #fff, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: 20px;
  color: var(--muted);
  max-width: 680px;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: 0.2s;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 45px rgba(33, 199, 168, 0.22);
}
.btn:hover {
  transform: translateY(-2px);
}
.hero-card {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.05),
  );
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 22px;
  box-shadow: var(--shadow);
  position: relative;
}

.hero-card {
  position: relative;
}

.hero-car {
  width: 100%;
  height: 320px;
  background: url("./hero.jpg") center/cover no-repeat;
  border-radius: 20px;
}

.badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.hero-car {
  height: 100%;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(33, 199, 168, 0.18), rgba(63, 140, 255, 0.18)),
    url("./dop.jpg") center/78% no-repeat,
    #eef7fb;
}
.badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: linear-gradient(135deg, var(--bg2), var(--card2));
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.badge b {
  font-size: 26px;
  color: var(--accent);
}
section {
  padding: 76px 0;
}
.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 42px;
}
.section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -0.05em;
}
.section-head p {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.card {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.045)
  );
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
}
.card:hover {
  border-color: rgba(33, 199, 168, 0.45);
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.icon.warn {
  background: linear-gradient(135deg, var(--warm), #ff6b6b);
}
.card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.card p,
.muted {
  color: var(--muted);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}
.feature {
  display: flex;
  gap: 14px;
}
.feature i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(33, 199, 168, 0.18);
  color: var(--accent);
  display: grid;
  place-items: center;
  flex: none;
  margin-top: 3px;
}
.visual {
  border-radius: 32px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid var(--line);
  min-height: 500px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.booking-panel {
  display: grid;
  gap: 14px;
}
.field {
  display: grid;
  gap: 7px;
}
.field label {
  font-size: 13px;
  font-weight: 900;
  color: #e5f1f7;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  outline: none;
}
.field select option {
  color: #061522;
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}
.fleet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.car-card {
  overflow: hidden;
  padding: 0;
}

.car-body {
  padding: 26px;
}
.price {
  font-size: 34px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.04em;
}
.price span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}
.ticks {
  display: grid;
  gap: 9px;
  margin: 18px 0;
  color: #dceaf2;
  font-size: 14px;
}
.ticks li {
  display: flex;
  gap: 9px;
}
.ticks i {
  color: var(--accent);
  margin-top: 4px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat {
  text-align: center;
  padding: 26px;
}
.stat b {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: var(--accent);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: s;
}
.step {
  position: relative;
}
.step:before {
  counter-increment: s;
  content: counter(s);
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 14px;
}
.map-box {
  min-height: 360px;
  border-radius: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(33, 199, 168, 0.12), rgba(63, 140, 255, 0.14)),
    url("../assets/map-placeholder.png") center/cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}
.info-list {
  display: grid;
  gap: 16px;
}
.info-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.info-list i {
  color: var(--accent);
  margin-top: 5px;
}
.footer {
  background: #06111f;
  border-top: 1px solid var(--line);
  padding: 54px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}
.footer a {
  color: #c3d2dd;
}
.footer a:hover {
  color: var(--accent);
}
.legal {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 22px;
  color: #8ea0ae;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: none;
}
.cookie.show {
  display: block;
}
.cookie-card {
  max-width: 920px;
  margin: auto;
  background: rgba(6, 17, 31, 0.96);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-hero {
  padding: 72px 0 42px;
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(40px, 6vw, 70px);
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 0 0 16px;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.price-card.featured {
  border-color: var(--accent);
  transform: translateY(-12px);
}
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.table td {
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
}
.table td:first-child {
  border-radius: 14px 0 0 14px;
  font-weight: 900;
}
.table td:last-child {
  border-radius: 0 14px 14px 0;
  color: var(--muted);
}
.policy {
  max-width: 920px;
  margin: auto;
}
.policy h2 {
  margin-top: 34px;
  color: #fff;
}
.policy p,
.policy li {
  color: var(--muted);
}
.policy ul {
  padding-left: 20px;
}
.mobile-menu {
  display: none;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
  .burger {
    display: block;
  }
  .mobile-menu.show {
    display: grid;
    gap: 14px;
    padding: 0 22px 20px;
  }
  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .cards,
  .fleet,
  .pricing {
    grid-template-columns: 1fr 1fr;
  }
  .stats,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .legal {
    flex-direction: column;
  }
  .hero {
    padding-top: 58px;
  }
}
@media (max-width: 620px) {
  .cards,
  .fleet,
  .pricing,
  .stats,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .cookie-card {
    grid-template-columns: 1fr;
  }
  .h1 {
    font-size: 44px;
  }
  .hero-car {
    min-height: 280px;
  }
  .section-head {
    text-align: left;
  }
  .actions .btn {
    width: 100%;
  }
  .nav-cta {
    display: none;
  }
  .price-card.featured {
    transform: none;
  }
}

.car-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
}