:root {
  --red: #e50914;
  --red-dark: #9f0710;
  --white: #ffffff;
  --ink: #07080a;
  --panel: rgba(14, 15, 18, 0.88);
  --panel-solid: #101115;
  --muted: #b9bbc3;
  --soft: #e7e8ec;
  --line: rgba(255, 255, 255, 0.13);
  --red-line: rgba(229, 9, 20, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(229, 9, 20, 0.14), transparent 26%),
    linear-gradient(180deg, #08090c 0%, #0b0c10 56%, #060609 100%);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 5vw, 112px);
  border-bottom: 1px solid var(--red-line);
  background: rgba(7, 8, 10, 0.92);
  backdrop-filter: blur(16px);
}

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

.brandMark {
  width: 42px;
  height: 42px;
  display: inline-block;
  clip-path: polygon(50% 0%, 96% 100%, 50% 74%, 4% 100%);
  background: linear-gradient(145deg, #ff1d2c 0%, #b60612 74%);
  box-shadow: 0 0 28px rgba(229, 9, 20, 0.26);
}

.brandText,
.footerBrand div {
  display: grid;
  line-height: 1;
}

.brand strong,
.footerBrand strong {
  font-family: "Orbitron", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand small,
.footerBrand small {
  margin-top: 6px;
  color: var(--red);
  font-family: "Orbitron", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.headerActions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.phoneBlock {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  white-space: nowrap;
}

.phoneIcon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--red-line);
  border-radius: 50%;
  position: relative;
}

.phoneIcon::before {
  content: "";
  position: absolute;
  inset: 13px 15px 13px 13px;
  border-left: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  border-radius: 0 0 0 9px;
  transform: rotate(-35deg);
}

.phoneBlock strong {
  display: block;
  font-weight: 800;
}

.phoneBlock small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.bookTop,
.primaryButton,
.bookingCard button {
  border: 0;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  box-shadow: 0 20px 44px rgba(229, 9, 20, 0.22);
}

.bookTop,
.languageSwitch,
.primaryButton,
.secondaryButton,
.bookingCard button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 800;
}

.languageSwitch {
  min-width: 50px;
  border: 1px solid var(--red-line);
  background: rgba(229, 9, 20, 0.12);
  font-family: "Orbitron", Arial, sans-serif;
}

.heroShell {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.heroCar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.05);
}

.heroOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.95) 0%, rgba(7, 8, 10, 0.78) 28%, rgba(7, 8, 10, 0.2) 58%, rgba(7, 8, 10, 0.9) 100%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.32) 0%, rgba(7, 8, 10, 0.18) 54%, rgba(7, 8, 10, 0.96) 100%);
}

.heroGrid {
  position: relative;
  z-index: 2;
  width: min(1680px, calc(100% - clamp(36px, 10vw, 224px)));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(340px, 420px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 52px 0 96px;
}

.heroCopy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-family: "Orbitron", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.52);
}

h1 span {
  color: var(--red);
}

.lead {
  max-width: 480px;
  margin-bottom: 28px;
  color: var(--soft);
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  line-height: 1.55;
  font-weight: 500;
}

.heroButtons,
.contactStrip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primaryButton,
.secondaryButton {
  min-width: 180px;
}

.secondaryButton {
  border: 1px solid var(--red-line);
  background: rgba(7, 8, 10, 0.42);
  color: var(--white);
}

.contactStrip {
  margin-top: 30px;
  color: var(--soft);
  font-size: 0.9rem;
}

.contactStrip span,
.contactStrip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contactStrip span::before,
.contactStrip a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--red);
  border-radius: 50%;
}

.bookingCard,
.serviceBar,
.vehiclePanel,
.trustBar {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.bookingCard {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 10px;
}

.bookingCard h2 {
  margin-bottom: 4px;
  font-size: 1.18rem;
}

.bookingCard label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.bookingCard input,
.bookingCard select,
.bookingCard textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(8, 9, 12, 0.82);
  color: var(--white);
  padding: 0 13px;
  outline: none;
}

.bookingCard select {
  appearance: none;
  cursor: pointer;
  padding-right: 42px;
}

.hiddenBotcheck {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.bookingCard textarea {
  min-height: 78px;
  padding-top: 12px;
  resize: vertical;
}

.bookingCard input:focus,
.bookingCard select:focus,
.bookingCard textarea:focus {
  border-color: var(--red);
}

.pickerInput {
  cursor: pointer;
}

.pickerInput::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.bookingCard label {
  position: relative;
}

.bookingCard input[type="date"],
.bookingCard input[type="time"] {
  position: relative;
  padding-right: 42px;
}

.bookingCard label:has(.pickerInput)::after,
.bookingCard label:has(select)::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.9;
  transition: border-color 160ms ease, opacity 160ms ease;
}

.bookingCard label:has(.pickerInput:focus)::after,
.bookingCard label:has(select:focus)::after {
  border-color: var(--red);
  opacity: 1;
}

.consentLine {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.bookingCard .consentLine input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--red);
}
}

.routeEstimate {
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(229, 9, 20, 0.26);
  border-radius: 6px;
  background: rgba(229, 9, 20, 0.08);
  color: var(--soft);
  padding: 12px 14px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.routeEstimate.success {
  border-color: rgba(30, 198, 115, 0.35);
  background: rgba(30, 198, 115, 0.1);
}

.routeEstimate.error {
  border-color: rgba(229, 9, 20, 0.5);
  background: rgba(229, 9, 20, 0.14);
}

.routeEstimate.loading,
.routeEstimate.muted {
  color: var(--muted);
}

.formGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bookingCard button {
  width: 100%;
  cursor: pointer;
}

.finePrint {
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.serviceBar,
.vehiclePanel,
.trustBar,
.siteFooter {
  width: min(1680px, calc(100% - clamp(36px, 10vw, 224px)));
  margin: 0 auto;
}

.serviceBar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -64px;
  border-radius: 10px;
  overflow: hidden;
}

.serviceBar article,
.trustBar article {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 22px 24px;
  background: rgba(12, 13, 16, 0.82);
}

.roundIcon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red-line);
  border-radius: 50%;
  color: var(--red);
  font-family: "Orbitron", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
}

.serviceBar h2,
.trustBar strong {
  display: block;
  margin: 0 0 5px;
  font-size: 1rem;
}

.serviceBar p,
.trustBar span,
.vehiclePanel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.vehiclePanel {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: 36px;
  margin-top: 10px;
  padding: 34px 38px;
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(229, 9, 20, 0.2), transparent 30%),
    var(--panel);
}

.vehiclePanel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.vehiclePanel img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.specGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.specGrid span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  border-left: 2px solid var(--red);
  padding-left: 12px;
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.trustBar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.trustBar article {
  min-height: 86px;
  display: grid;
  gap: 5px;
}

.siteFooter {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 30px 0;
  color: var(--muted);
}

.siteFooter p {
  margin: 0;
  line-height: 1.55;
}

.siteFooter address {
  display: grid;
  gap: 6px;
  font-style: normal;
  font-size: 0.9rem;
}

.thanksPage {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 28px;
}

.thanksImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.05);
}

.thanksOverlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 42%, rgba(229, 9, 20, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(7, 8, 10, 0.96), rgba(7, 8, 10, 0.72)),
    linear-gradient(180deg, rgba(7, 8, 10, 0.34), rgba(7, 8, 10, 0.96));
}

.thanksCard {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(14, 15, 18, 0.9);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.thanksCard .brandMark {
  margin-bottom: 26px;
}

.thanksCard h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
}

.thanksCard p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.bookingPage {
  position: relative;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: clamp(28px, 6vw, 76px) 0;
}

.bookingPageGrid {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - clamp(28px, 8vw, 160px)));
  min-height: calc(100svh - 210px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(340px, 560px);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
}

.bookingIntro {
  max-width: 660px;
}

.bookingIntro h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.8vw, 6rem);
}

.bookingCardLarge {
  width: 100%;
  padding: clamp(22px, 4vw, 34px);
}

@media (max-width: 1180px) {
  .heroGrid {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

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

  .bookingCard {
    max-width: 620px;
  }

  .serviceBar,
  .trustBar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .siteHeader {
    position: relative;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brandMark {
    width: 34px;
    height: 34px;
  }

  .brand strong,
  .footerBrand strong {
    font-size: 1rem;
  }

  .brand small,
  .footerBrand small {
    margin-top: 4px;
    font-size: 0.62rem;
    letter-spacing: 0.22em;
  }

  .headerActions {
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 9px;
  }

  .phoneBlock {
    width: 100%;
    gap: 10px;
  }

  .phoneIcon {
    width: 38px;
    height: 38px;
  }

  .phoneBlock strong {
    font-size: 0.95rem;
  }

  .phoneBlock small {
    font-size: 0.72rem;
  }

  .bookTop {
    flex: 1 1 auto;
    min-height: 46px;
    padding: 0 14px;
  }

  .languageSwitch {
    min-width: 54px;
    min-height: 46px;
  }

  .heroShell {
    min-height: auto;
  }

  .heroCar,
  .thanksImage {
    object-position: 58% center;
  }

  .heroOverlay {
    background:
      linear-gradient(180deg, rgba(7, 8, 10, 0.82) 0%, rgba(7, 8, 10, 0.52) 42%, rgba(7, 8, 10, 0.98) 100%),
      linear-gradient(90deg, rgba(7, 8, 10, 0.95), rgba(7, 8, 10, 0.28));
  }

  .heroGrid,
  .bookingPageGrid,
  .serviceBar,
  .vehiclePanel,
  .trustBar,
  .siteFooter {
    width: calc(100% - 28px);
  }

  .heroGrid {
    min-height: auto;
    padding: 48px 0 56px;
  }

  .heroCopy,
  .bookingIntro {
    max-width: 100%;
  }

  .bookingPage {
    min-height: auto;
    padding: 34px 0 56px;
  }

  .bookingPageGrid {
    min-height: auto;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 4.25rem);
    line-height: 1.06;
  }

  .lead {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .heroButtons {
    gap: 10px;
  }

  .heroButtons,
  .primaryButton,
  .secondaryButton {
    width: 100%;
  }

  .primaryButton,
  .secondaryButton,
  .bookingCard button {
    min-height: 50px;
  }

  .contactStrip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
    font-size: 0.86rem;
  }

  .formGrid,
  .serviceBar,
  .trustBar,
  .siteFooter {
    grid-template-columns: 1fr;
  }

  .serviceBar {
    margin-top: 0;
  }

  .serviceBar article,
  .trustBar article {
    min-height: auto;
    padding: 20px;
  }

  .roundIcon {
    width: 54px;
    height: 54px;
  }

  .bookingCard {
    max-width: 100%;
    padding: 20px;
  }

  .bookingCard input,
  .bookingCard select,
  .bookingCard textarea {
    font-size: 16px;
  }

  .vehiclePanel {
    padding: 24px 20px;
  }

  .vehiclePanel img {
    min-height: 190px;
    object-position: 58% center;
  }

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

  .siteFooter {
    gap: 18px;
    padding: 24px 0;
  }

  .thanksPage {
    align-items: start;
    padding: 24px 14px;
  }

  .thanksCard {
    margin-top: 28px;
    padding: 24px 20px;
  }

  .thanksCard h1 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }
}
