:root {
  --bg: #0b0d10;
  --bg-soft: #111418;
  --panel: #171b20;
  --panel-2: #1d2228;
  --panel-3: #242a31;
  --ink: #f4f1eb;
  --muted: #b6afa5;
  --muted-2: #8f887e;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.18);
  --accent: #ffbd2e;
  --accent-hover: #ffd45f;
  --accent-soft: rgba(255, 189, 46, 0.13);
  --accent-line: rgba(255, 189, 46, 0.42);
  --hot: #ff3d2e;
  --hot-soft: rgba(255, 61, 46, 0.14);
  --success: #48bd7d;
  --success-soft: rgba(72, 189, 125, 0.12);
  --danger: #ff715b;
  --danger-soft: rgba(255, 113, 91, 0.12);
  --text-on-accent: #100b03;
  --button-primary-bg: linear-gradient(180deg, #10151a 0%, #06080b 100%);
  --button-primary-bg-hover: linear-gradient(180deg, #161d23 0%, #080b0f 100%);
  --button-primary-bg-active: #030406;
  --button-primary-text: #fff1d8;
  --button-primary-border: rgba(255, 189, 46, 0.72);
  --button-primary-border-hover: rgba(255, 214, 112, 0.94);
  --button-primary-glow: rgba(255, 189, 46, 0.34);
  --button-secondary-bg: rgba(255, 255, 255, 0.045);
  --button-secondary-bg-hover: rgba(255, 189, 46, 0.075);
  --button-secondary-text: #f6efe3;
  --button-secondary-border: rgba(255, 255, 255, 0.16);
  --button-secondary-border-hover: rgba(255, 189, 46, 0.52);
  --button-focus-ring: rgba(255, 189, 46, 0.5);
  --button-disabled-opacity: 0.64;
  --slot-selected-bg: linear-gradient(180deg, #ffcf55 0%, #ff9e22 54%, #ff6c2a 100%);
  --slot-selected-bg-hover: linear-gradient(180deg, #ffda72 0%, #ffad35 52%, #ff7330 100%);
  --slot-selected-text: #0c0702;
  --slot-selected-border: rgba(255, 214, 112, 0.96);
  --premium-metal-bg: linear-gradient(180deg, rgba(18, 23, 28, 0.92), rgba(7, 10, 13, 0.94));
  --premium-metal-bg-strong: linear-gradient(180deg, rgba(22, 27, 33, 0.96), rgba(5, 7, 10, 0.97));
  --premium-metal-bg-soft: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.18));
  --premium-metal-border: rgba(255, 255, 255, 0.14);
  --premium-metal-border-strong: rgba(255, 189, 46, 0.56);
  --premium-amber-soft: rgba(255, 189, 46, 0.075);
  --premium-amber-glow: rgba(255, 189, 46, 0.2);
  --premium-amber-text: #ffd98a;
  --premium-surface-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.24);
  --duration-fast: 120ms;
  --duration-base: 180ms;
  --duration-slow: 280ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --page-pad: clamp(16px, 4vw, 56px);
  --content-max: 1240px;
  --inspection-progress: 0;
  --inspection-track-offset: 1;
  --content-panel-alpha: 0.2;
  --content-card-alpha: 0.26;
  --content-border-alpha: 0.29;
  --content-shadow-alpha: 0.12;
  --content-panel-blur: 6px;
  --inspection-route-start: 720px;
  --inspection-journey-height: 100vh;
  --inspection-road-side-width: clamp(320px, 29.2vw, 560px);
  --route-car-base-width: clamp(78px, calc(var(--inspection-road-side-width) * 0.18), 108px);
  --route-car-base-height: clamp(146px, calc(var(--inspection-road-side-width) * 0.34), 204px);
  --route-editor-panel-x: 0px;
  --route-editor-panel-y: 0px;
  --route-car-scale: 1.1;
  --layout-editor-panel-x: 18px;
  --layout-editor-panel-y: 120px;
  --layout-editor-x: 0px;
  --layout-editor-y: 0px;
  --editor-outline-rgb: 255, 189, 46;
  --editor-outline-color: rgba(var(--editor-outline-rgb), 0.42);
  --editor-outline-alpha: 0.42;
  --editor-outline-glow: rgba(var(--editor-outline-rgb), 0.24);
}

html {
  scroll-behavior: smooth;
  background: #080a0d;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 61, 46, 0.13), transparent 28%),
    radial-gradient(circle at 16% 0%, rgba(255, 189, 46, 0.11), transparent 30%),
    linear-gradient(180deg, #080a0d 0%, #090a0c 48%, #101113 100%);
  color: var(--ink);
  font-family: Manrope, Inter, Arial, Helvetica, sans-serif;
}

.hero,
.service-page,
.route-editor-panel,
.floating-booking-cta {
  position: relative;
  z-index: 1;
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select,
.city-combobox-trigger,
.city-combobox-option,
.category-combobox-trigger,
.category-combobox-option,
.date-combobox-trigger,
.date-combobox-option,
summary,
.content-section,
.trust-strip > div,
.info-card,
.station-card,
.slot,
.booking-panel,
.side-panel,
.floating-booking-cta {
  transition:
    background var(--duration-base) var(--ease-out),
    border-color var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out),
    color var(--duration-base) var(--ease-out),
    opacity var(--duration-base) var(--ease-out),
    transform var(--duration-fast) var(--ease-out);
}

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

p {
  color: var(--muted);
  line-height: 1.64;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: 650px;
  padding: 56px var(--page-pad) 86px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.92) 54%, rgba(8, 9, 10, 0.72) 100%),
    radial-gradient(circle at 76% 18%, rgba(255, 61, 46, 0.18), transparent 30%),
    radial-gradient(circle at 58% 42%, rgba(255, 189, 46, 0.12), transparent 34%);
  border-bottom: 1px solid var(--accent-line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.28;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.hero__content,
.hero-proof {
  position: relative;
  z-index: 1;
}

.hero__content {
  max-width: 760px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 189, 46, 0.46);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 189, 46, 0.24), rgba(255, 61, 46, 0.16)),
    #11151a;
  color: var(--accent-hover);
  font-size: 34px;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(255, 61, 46, 0.16);
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--accent-hover);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.56);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 0;
  color: #ded8cf;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-facts {
  display: grid;
  gap: 10px;
  max-width: 650px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  position: relative;
  padding-left: 28px;
  color: #d9d2c8;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(72, 189, 125, 0.1);
}

.hero-proof {
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(23, 27, 32, 0.88);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.proof-icon,
.result-mark {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--success);
  color: #06140d;
  font-weight: 900;
}

.proof-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 28px;
}

.hero-proof strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}

.hero-proof p {
  margin-bottom: 0;
}

.service-page,
.booking-heading,
.layout {
  max-width: var(--content-max);
  margin: 0 auto;
}

.service-page {
  padding: 0 24px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -50px;
}

.trust-strip > div,
.content-section,
.booking-panel,
.side-panel {
  border: 1px solid rgba(255, 255, 255, var(--content-border-alpha));
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(29, 34, 40, var(--content-panel-alpha)), rgba(20, 23, 27, var(--content-panel-alpha)));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(var(--content-panel-blur));
  transition:
    background var(--duration-slow) var(--ease-out),
    border-color var(--duration-slow) var(--ease-out),
    box-shadow var(--duration-slow) var(--ease-out),
    backdrop-filter var(--duration-slow) var(--ease-out);
}

.trust-strip > div {
  min-height: 112px;
  padding: 18px;
}

.trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.content-section {
  margin-top: 24px;
  padding: 30px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.content-section h2,
.booking-heading h2 {
  max-width: 820px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.intro-grid,
.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: center;
}

.highlight-panel,
.checklist-card,
.payment-assurance div,
.client-instruction {
  border: 1px solid var(--accent-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.1), rgba(255, 61, 46, 0.04)),
    #15181d;
}

.highlight-panel {
  padding: 20px;
  border-left: 4px solid var(--accent);
}

.highlight-panel strong,
.checklist-card strong,
.process-list strong,
.navigator strong,
.support strong {
  display: block;
  color: #fff;
}

.highlight-panel strong,
.checklist-card strong {
  margin-bottom: 10px;
  font-size: 21px;
}

.highlight-panel p {
  margin-bottom: 0;
}

.process-list,
.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-list {
  counter-reset: process-step;
}

.process-list div,
.info-card,
.prep-copy article,
.faq-list details,
.payment-card,
.booking-status-card,
.current-status {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(29, 34, 40, var(--content-card-alpha)), rgba(21, 25, 30, var(--content-card-alpha)));
  backdrop-filter: blur(calc(var(--content-panel-blur) * 0.72));
  transition:
    background var(--duration-slow) var(--ease-out),
    border-color var(--duration-slow) var(--ease-out),
    backdrop-filter var(--duration-slow) var(--ease-out);
}

.process-list div {
  position: relative;
  min-height: 184px;
  padding: 54px 18px 18px;
}

.process-list div::before {
  counter-increment: process-step;
  content: counter(process-step);
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: #f5a964;
  font-size: 13px;
  font-weight: 760;
  box-shadow: inset 0 0 0 1px var(--accent-line);
}

.process-list p,
.info-card p {
  margin-bottom: 0;
}

.info-card {
  min-height: 206px;
  padding: 20px;
}

.info-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: #f5a964;
  font-weight: 760;
  box-shadow: inset 0 0 0 1px var(--accent-line);
}

.info-card h3,
.prep-copy h3 {
  margin: 0 0 10px;
  color: #fff;
}

.preparation-section,
.cta-section {
  border-color: var(--accent-line);
}

.prep-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 16px;
}

.prep-copy {
  display: grid;
  gap: 12px;
}

.prep-side {
  display: grid;
  gap: 14px;
}

.inspection-visual-card {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #101318;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.inspection-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.03);
}

.inspection-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 10, 13, 0.86));
}

.inspection-visual-card figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #f4f1eb;
  font-size: 14px;
  line-height: 1.4;
}

.prep-copy article,
.checklist-card {
  padding: 18px;
}

.prep-copy p {
  margin-bottom: 0;
}

.checklist-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-card li {
  position: relative;
  padding-left: 30px;
  color: #e4d9cf;
  line-height: 1.45;
}

.checklist-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--success);
  color: #06140d;
  font-size: 13px;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #fff;
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.07), transparent 46%, rgba(255, 61, 46, 0.035)),
    var(--premium-metal-bg),
    #11151a;
}

.booking-heading {
  padding: 50px 24px 0;
  scroll-margin-top: 22px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding: 24px;
}

.booking-panel {
  min-height: 720px;
  overflow: hidden;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #12161a;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 760;
  text-transform: uppercase;
}

.step:last-child {
  border-right: 0;
}

.step.active {
  background: rgba(255, 189, 46, 0.13);
  color: #ffe5ca;
  box-shadow: inset 0 -2px 0 var(--accent);
}

.step.completed {
  background: var(--success-soft);
  color: #d9f4e6;
}

.step.completed::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--success);
  color: #06140d;
  font-size: 12px;
  font-weight: 900;
}

.screen {
  display: none;
  padding: 30px;
}

.screen.active {
  display: block;
}

.screen-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.screen-head p {
  margin-bottom: 0;
}

.price-box {
  min-width: 162px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--accent-hover), #ff7b2a);
  color: var(--text-on-accent);
  box-shadow: var(--shadow-soft);
}

.price-box span,
.payment-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted-2);
  font-size: 13px;
}

.price-box span,
.price-box strong {
  color: var(--text-on-accent);
}

.price-box strong {
  font-size: 21px;
}

.filters,
.form-grid,
.payment-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.filters {
  margin-bottom: 16px;
}

label,
.field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 13px;
  background: #101419;
  color: var(--ink);
}

.native-city-select,
.native-category-select {
  position: absolute;
  width: 1px;
  min-height: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.city-field {
  position: relative;
}

.city-combobox {
  position: relative;
}

.city-combobox-trigger {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 13px 0 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(0, 0, 0, 0.08)),
    #101419;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.city-combobox-trigger:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.city-combobox-trigger[aria-expanded="true"] {
  border-color: rgba(255, 189, 46, 0.58);
  background: #111820;
  box-shadow:
    inset 0 0 0 1px rgba(255, 189, 46, 0.12),
    0 0 0 3px rgba(255, 189, 46, 0.1);
}

.city-combobox-caret {
  width: 9px;
  height: 9px;
  border-right: 2px solid #f3dbc3;
  border-bottom: 2px solid #f3dbc3;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.86;
}

.city-combobox-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 10px;
  border: 1px solid rgba(255, 189, 46, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(29, 34, 40, 0.98), rgba(12, 15, 18, 0.98)),
    #101419;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.city-combobox-menu[hidden] {
  display: none;
}

.city-combobox-menu input {
  min-height: 42px;
  margin-bottom: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(8, 11, 14, 0.72);
}

.city-combobox-list {
  display: grid;
  gap: 4px;
  max-height: 292px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: rgba(255, 189, 46, 0.58) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.city-combobox-option {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.city-combobox-option small {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.city-combobox-option:hover,
.city-combobox-option.active {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.city-combobox-option.selected {
  border-color: rgba(255, 189, 46, 0.54);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.16), rgba(255, 61, 46, 0.06)),
    rgba(255, 255, 255, 0.04);
  color: #fff4e4;
  font-weight: 800;
}

.city-combobox-empty {
  padding: 12px 10px;
  color: var(--muted);
}

.category-combobox,
.date-combobox {
  position: relative;
}

.category-combobox-trigger,
.date-combobox-trigger {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 13px 0 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(0, 0, 0, 0.08)),
    #101419;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.city-combobox-value.is-placeholder,
#cityComboboxValue.is-placeholder,
#categoryComboboxValue.is-placeholder,
#stationComboboxValue.is-placeholder,
#dateComboboxValue.is-placeholder {
  color: #64748b;
  font-weight: 600;
}

.category-combobox-trigger:hover,
.date-combobox-trigger:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.category-combobox-trigger[aria-expanded="true"],
.date-combobox-trigger[aria-expanded="true"] {
  border-color: rgba(255, 189, 46, 0.58);
  background: #111820;
  box-shadow:
    inset 0 0 0 1px rgba(255, 189, 46, 0.12),
    0 0 0 3px rgba(255, 189, 46, 0.1);
}

.category-combobox-caret,
.date-combobox-caret {
  width: 9px;
  height: 9px;
  border-right: 2px solid #f3dbc3;
  border-bottom: 2px solid #f3dbc3;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.86;
}

.category-combobox-menu,
.date-combobox-menu {
  position: absolute;
  z-index: 29;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 10px;
  border: 1px solid rgba(255, 189, 46, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(29, 34, 40, 0.98), rgba(12, 15, 18, 0.98)),
    #101419;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.category-combobox-menu[hidden],
.date-combobox-menu[hidden] {
  display: none;
}

.category-combobox-list,
.date-combobox-list {
  display: grid;
  gap: 4px;
  max-height: 292px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: rgba(255, 189, 46, 0.58) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.category-combobox-option,
.date-combobox-option {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.date-combobox-option small {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.category-combobox-option:hover,
.category-combobox-option.active,
.date-combobox-option:hover,
.date-combobox-option.active {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.category-combobox-option.selected,
.date-combobox-option.selected {
  border-color: rgba(255, 189, 46, 0.54);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.16), rgba(255, 61, 46, 0.06)),
    rgba(255, 255, 255, 0.04);
  color: #fff4e4;
  font-weight: 800;
}

.date-field {
  margin: 0 0 14px;
}

.station-field {
  margin-bottom: 4px;
}

.station-combobox {
  position: relative;
}

.station-combobox-trigger {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 189, 46, 0.46);
  border-radius: var(--radius);
  padding: 0 15px 0 17px;
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.08), rgba(255, 61, 46, 0.025)),
    #15191e;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(255, 189, 46, 0.1);
}

.station-combobox-trigger:hover {
  border-color: rgba(255, 189, 46, 0.66);
}

.station-combobox-trigger[aria-expanded="true"] {
  border-color: rgba(255, 189, 46, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.12), rgba(255, 61, 46, 0.04)),
    #15191e;
  box-shadow:
    inset 0 0 0 1px rgba(255, 189, 46, 0.18),
    0 0 0 3px rgba(255, 189, 46, 0.1);
}

.station-combobox-trigger:disabled {
  cursor: wait;
  opacity: 0.72;
}

.station-combobox-caret {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #f3dbc3;
  border-bottom: 2px solid #f3dbc3;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.86;
}

.station-combobox-menu {
  position: absolute;
  z-index: 28;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 10px;
  border: 1px solid rgba(255, 189, 46, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(29, 34, 40, 0.98), rgba(12, 15, 18, 0.98)),
    #101419;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.station-combobox-menu[hidden] {
  display: none;
}

.station-map-toggle {
  min-height: 42px;
  margin-top: 10px;
  border: 1px solid var(--button-secondary-border);
  border-radius: var(--radius);
  padding: 0 16px;
  background: var(--button-secondary-bg);
  color: var(--button-secondary-text);
  cursor: pointer;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.station-map-toggle:hover {
  border-color: var(--button-secondary-border-hover);
  background: var(--button-secondary-bg-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 20px rgba(255, 189, 46, 0.07);
}

.station-map-panel {
  margin-top: 12px;
  border: 1px solid rgba(255, 189, 46, 0.34);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(22, 26, 31, 0.94), rgba(11, 14, 17, 0.96)),
    #101419;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.station-map-panel[hidden] {
  display: none;
}

.station-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.station-map-head strong,
.station-map-head span {
  display: block;
}

.station-map-head strong {
  color: #fff;
  font-size: 15px;
}

.station-map-head span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.station-map-close {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  cursor: pointer;
}

.station-map-canvas {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  background:
    linear-gradient(24deg, transparent 0 42%, rgba(255, 189, 46, 0.12) 42% 44%, transparent 44% 100%),
    linear-gradient(146deg, transparent 0 46%, rgba(255, 255, 255, 0.07) 46% 47%, transparent 47% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 58px),
    #0e1318;
}

.station-map-canvas--yandex {
  background: #0e1318;
}

.station-map-canvas::before,
.station-map-canvas::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
}

.station-map-canvas::before {
  left: -8%;
  top: 48%;
  width: 116%;
  height: 2px;
  transform: rotate(-8deg);
}

.station-map-canvas::after {
  left: 56%;
  top: -12%;
  width: 2px;
  height: 124%;
  transform: rotate(14deg);
}

.station-map-canvas--yandex::before,
.station-map-canvas--yandex::after {
  display: none;
}

.station-map-marker {
  position: absolute;
  z-index: 2;
  min-width: 74px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.12)),
    #252d35;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
}

.station-map-marker::before {
  content: attr(data-label);
}

.station-map-marker:hover {
  border-color: rgba(255, 189, 46, 0.62);
  transform: translate(-50%, -50%) scale(1.06);
}

.station-map-marker.selected {
  border-color: rgba(255, 189, 46, 0.86);
  background:
    linear-gradient(180deg, #ffd76a, #ff7a2f),
    #ffbd2e;
  color: #111;
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.42),
    0 0 0 5px rgba(255, 189, 46, 0.16);
}

.station-map-status,
.station-map-empty {
  color: var(--muted);
  line-height: 1.45;
}

.station-map-status {
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.station-map-empty {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px;
  border-left: 4px solid #d99449;
  background: rgba(255, 189, 46, 0.1);
  color: #f1d2b4;
}

.station-combobox-menu input {
  min-height: 42px;
  margin-bottom: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(8, 11, 14, 0.72);
}

.station-combobox-list {
  display: grid;
  gap: 5px;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: rgba(255, 189, 46, 0.58) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.station-combobox-option {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 10px 12px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  line-height: 1.3;
}

.station-combobox-option:hover,
.station-combobox-option.active {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.station-combobox-option.selected {
  border-color: rgba(255, 189, 46, 0.54);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.16), rgba(255, 61, 46, 0.06)),
    rgba(255, 255, 255, 0.04);
  color: #fff4e4;
  font-weight: 800;
}

.station-combobox-empty {
  padding: 12px 10px;
  color: var(--muted);
}

input::placeholder {
  color: #716b63;
}

input:focus,
select:focus {
  outline: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
.city-combobox-trigger:focus-visible,
.city-combobox-option:focus-visible,
.category-combobox-trigger:focus-visible,
.category-combobox-option:focus-visible,
.station-combobox-trigger:focus-visible,
.station-combobox-option:focus-visible,
.station-map-toggle:focus-visible,
.station-map-close:focus-visible,
.station-map-marker:focus-visible,
.date-combobox-trigger:focus-visible,
.date-combobox-option:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--button-focus-ring);
  outline-offset: 3px;
}

button:disabled {
  cursor: wait;
  opacity: var(--button-disabled-opacity);
  transform: none;
  box-shadow: none;
}

.notice {
  margin-top: 16px;
  padding: 14px;
  border-left: 4px solid #d99449;
  background: rgba(255, 189, 46, 0.1);
  color: #f1d2b4;
}

.notice.compact {
  margin: 0 0 18px;
}

.station-list,
.slot-grid,
.payment-assurance {
  display: grid;
  gap: 12px;
}

.station-list {
  margin-bottom: 22px;
}

.slot-grid {
  grid-template-columns: repeat(auto-fill, minmax(96px, 112px));
  gap: 10px;
  align-items: start;
}

.station-card {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel-2), #15191e);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.station-card h3,
.station-card p {
  margin: 0;
}

.station-card h3 {
  font-size: 16px;
}

.station-card.selected {
  border-color: rgba(255, 189, 46, 0.66);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.13), rgba(255, 61, 46, 0.05)),
    #15191e;
  box-shadow: inset 0 0 0 1px rgba(255, 189, 46, 0.2);
}

.day-group {
  display: grid;
  gap: 10px;
}

.day-group h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.day-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 10px;
}

.slot {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #15191e;
  color: var(--ink);
  cursor: pointer;
}

.slot.selected {
  border-color: rgba(255, 189, 46, 0.7);
  background: var(--accent-soft);
  color: #ffe4ca;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 189, 46, 0.22);
}

.form-note,
.client-instruction {
  margin-top: 14px;
  padding: 14px;
  color: #f3dbc3;
  line-height: 1.45;
}

.form-note {
  border: 1px solid var(--accent-line);
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: #f1d2b4;
}

.form-note.error {
  border-color: rgba(255, 113, 91, 0.48);
  background: var(--danger-soft);
  color: #ffc3b8;
}

.vehicle-lookup-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: -2px;
}

.vehicle-lookup-button {
  min-height: 46px;
}

.vehicle-lookup-button.is-loading {
  cursor: wait;
  opacity: 0.78;
}

.vehicle-lookup-hint {
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.45;
}

.consent-check {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.consent-check a,
.site-footer a,
.legal-page a {
  color: var(--premium-amber-text);
  text-decoration: none;
}

.consent-check a:hover,
.site-footer a:hover,
.legal-page a:hover {
  text-decoration: underline;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 28px var(--page-pad) 42px;
  color: var(--muted);
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px var(--page-pad) 72px;
  color: var(--ink);
}

.legal-page h1 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 56px);
}

.legal-page section {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(16, 20, 24, 0.72);
  box-shadow: var(--shadow-soft);
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.65;
}

.legal-page .legal-back {
  display: inline-flex;
  margin-bottom: 28px;
}

.actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.actions.split {
  justify-content: space-between;
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: var(--radius);
  padding: 0 19px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 900;
}

.primary {
  background: var(--button-primary-bg);
  border-color: var(--button-primary-border);
  color: var(--button-primary-text);
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 189, 46, 0.05);
}

.secondary {
  background: var(--button-secondary-bg);
  border-color: var(--button-secondary-border);
  color: var(--button-secondary-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.payment-card {
  padding: 18px;
}

.payment-card strong {
  color: #fff;
  font-size: 18px;
}

.payment-assurance {
  margin-top: 16px;
}

.payment-assurance div {
  padding: 14px;
}

.payment-assurance strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.payment-assurance span {
  color: var(--muted);
  line-height: 1.45;
}

.result {
  padding: 18px 0 22px;
  text-align: center;
}

.result-mark {
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  animation: status-pop var(--duration-slow) var(--ease-out) both;
}

.booking-status-card {
  display: grid;
  gap: 16px;
  margin: 8px 0 22px;
  padding: 18px;
}

.status-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

.booking-status-card strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 20px;
}

.booking-status-card p {
  margin-bottom: 0;
}

.current-status {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 10px;
  padding: 16px;
}

.current-status-dot {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--success);
}

.current-status.registration {
  border-color: var(--accent-line);
  background: var(--accent-soft);
}

.current-status.ready {
  border-color: rgba(72, 189, 125, 0.34);
  background: var(--success-soft);
}

.current-status p {
  margin: 4px 0 0;
}

.status-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 22px;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hidden {
  display: none !important;
}

.side-panel {
  align-self: start;
  overflow: hidden;
}

.summary,
.navigator,
.support {
  padding: 20px;
}

.summary,
.navigator {
  border-bottom: 1px solid var(--line);
}

.summary h2 {
  margin-bottom: 16px;
  font-size: 22px;
}

dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

dl div {
  display: grid;
  gap: 4px;
}

dt {
  color: var(--muted);
  font-size: 13px;
}

dd {
  margin: 0;
  color: #fff;
  font-weight: 760;
}

.navigator {
  background: #15191e;
}

.navigator p,
.support p {
  margin: 8px 0 0;
}

.navigator-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.navigator-empty {
  font-size: 14px;
}

.support {
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.08), rgba(255, 61, 46, 0.03)),
    #15191e;
}

.floating-booking-cta {
  position: fixed;
  z-index: 20;
  right: clamp(16px, 2.6vw, 34px);
  top: 112px;
  display: none;
  gap: 3px;
  min-width: 206px;
  min-height: 66px;
  padding: 14px 20px;
  border: 1px solid var(--button-primary-border);
  border-radius: var(--radius);
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 16px 34px rgba(0, 0, 0, 0.44),
    0 0 34px rgba(255, 189, 46, 0.13);
  cursor: pointer;
}

.floating-booking-cta span {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-booking-cta small {
  color: rgba(255, 241, 216, 0.82);
  font-size: 13px;
  font-weight: 800;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Full visual redesign layer */
.hero {
  display: block;
  min-height: 720px;
  padding: 86px var(--page-pad) 104px;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.9) 28%, rgba(5, 7, 10, 0.34) 50%, rgba(5, 7, 10, 0.02) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.4) 0%, rgba(5, 7, 10, 0.08) 46%, rgba(5, 7, 10, 0.62) 100%),
    radial-gradient(circle at 72% 18%, rgba(255, 189, 46, 0.18), transparent 31%),
    url("/assets/hero-main-v2.png");
  background-position: center, center, center, 68% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 8%, rgba(255, 61, 46, 0.78), rgba(255, 189, 46, 0.78), transparent 92%);
}

.inspection-journey {
  position: absolute;
  z-index: 0;
  top: var(--inspection-route-start, 0px);
  right: 0;
  left: 0;
  height: var(--inspection-journey-height, 100%);
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
}

.route-editor-active .inspection-journey {
  z-index: 14;
  pointer-events: auto;
}

.inspection-stage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: var(--inspection-journey-height, 100vh);
  min-height: 100vh;
  transform: translateX(-50%);
}

.inspection-stage::before {
  content: "";
  position: absolute;
  inset: -12% -16%;
  background:
    radial-gradient(circle at 58% 48%, rgba(255, 189, 46, 0.1), transparent 26%),
    radial-gradient(circle at 76% 26%, rgba(255, 61, 46, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(8, 10, 13, 0.5), transparent 32%, transparent 78%, rgba(8, 10, 13, 0.66));
}

.inspection-route-art {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.06) brightness(0.9);
}

.inspection-route-art::before,
.inspection-route-art::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--inspection-road-side-width);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.inspection-route-art::before {
  left: 0;
  background-image: url("/assets/inspection-road-side-left-v3.png");
  background-position: left top;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
}

.inspection-route-art::after {
  right: 0;
  background-image: url("/assets/inspection-road-side-right-v3.png");
  background-position: right top;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 100%);
}

.inspection-route-art img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.inspection-track-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  mix-blend-mode: normal;
  pointer-events: none;
}

.inspection-floor-line {
  fill: none;
  stroke: rgba(255, 189, 46, 0.14);
  stroke-width: 2;
}

.inspection-platform {
  fill: rgba(29, 34, 40, 0.22);
  stroke: rgba(255, 189, 46, 0.18);
  stroke-width: 2;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.45));
}

.inspection-platform--inner {
  fill: rgba(13, 16, 20, 0.2);
  stroke: rgba(255, 189, 46, 0.16);
}

.inspection-track-base,
.inspection-track-progress {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inspection-track-base {
  stroke: transparent;
  stroke-width: 30;
  filter: none;
}

.inspection-track-progress {
  stroke: transparent;
  stroke-width: 10;
  stroke-dasharray: 1;
  stroke-dashoffset: var(--inspection-track-offset);
  filter: none;
}

.route-editor-active .inspection-track-svg {
  opacity: 1;
  pointer-events: auto;
}

.route-editor-active .inspection-track-progress {
  stroke: rgba(255, 35, 35, 0.86);
  stroke-width: 5;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 8px rgba(255, 35, 35, 0.4));
}

.route-editor-active .inspection-track-progress--right {
  stroke: rgba(255, 70, 70, 0.78);
}

.inspection-route-handles {
  pointer-events: auto;
}

.route-editor-handle {
  fill: rgba(255, 35, 35, 0.95);
  stroke: #fff7eb;
  stroke-width: 3;
  cursor: grab;
  filter: drop-shadow(0 0 10px rgba(255, 35, 35, 0.75));
}

.route-editor-handle--right {
  fill: rgba(255, 82, 82, 0.95);
}

.route-editor-handle.is-dragging {
  cursor: grabbing;
  fill: #ffbd2e;
  filter: drop-shadow(0 0 14px rgba(255, 189, 46, 0.9));
}

.route-editor-panel {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  display: none;
  gap: 12px;
  width: min(380px, calc(100vw - 36px));
  padding: 16px;
  color: var(--text);
  background: rgba(10, 13, 17, 0.9);
  border: 1px solid rgba(255, 189, 46, 0.48);
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  pointer-events: auto;
  transform: translate(calc(-50% + var(--route-editor-panel-x)), var(--route-editor-panel-y));
  touch-action: none;
}

.route-editor-active .route-editor-panel {
  display: grid;
}

.route-editor-panel.is-collapsed {
  width: auto;
  min-width: 220px;
}

.route-editor-panel.is-collapsed .route-editor-actions,
.route-editor-panel.is-collapsed .route-editor-size,
.route-editor-panel.is-collapsed #routeEditorOutput {
  display: none;
}

.route-editor-active.route-editor-focus .hero-shell,
.route-editor-active.route-editor-focus .trust-strip,
.route-editor-active.route-editor-focus .service-page,
.route-editor-active.route-editor-focus .booking-heading,
.route-editor-active.route-editor-focus .layout {
  opacity: 0.16;
  filter: blur(2px) saturate(0.7);
  pointer-events: none;
  transition:
    opacity var(--duration-slow) var(--ease-out),
    filter var(--duration-slow) var(--ease-out);
}

.route-editor-active.route-editor-focus .hero-shell {
  opacity: 0.1;
}

.route-editor-active.route-editor-focus .inspection-route-art {
  opacity: 0.96;
  filter: saturate(1.22) contrast(1.12) brightness(1.08);
}

.route-editor-active.route-editor-focus .inspection-car {
  z-index: 7;
}

.route-editor-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  cursor: move;
}

.route-editor-header button {
  padding: 7px 10px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(255, 189, 46, 0.34);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.route-editor-panel strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.route-editor-panel span {
  color: var(--muted);
  font-size: 13px;
}

.route-editor-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.route-editor-actions button {
  padding: 9px 12px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(255, 189, 46, 0.34);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
  cursor: pointer;
}

.route-editor-actions button:hover {
  border-color: rgba(255, 189, 46, 0.68);
  background: rgba(255, 189, 46, 0.12);
}

.route-editor-size {
  display: grid;
  gap: 8px;
}

.route-editor-size span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.route-editor-size strong {
  display: inline;
  margin: 0;
  color: var(--accent);
  font-size: 14px;
}

.route-editor-size input {
  width: 100%;
  accent-color: var(--accent);
}

#routeEditorOutput {
  min-height: 82px;
  max-height: 120px;
  resize: vertical;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xs);
  padding: 10px;
  font: 11px/1.45 Consolas, monospace;
}

.inspection-line-lights circle {
  fill: #101318;
  stroke: rgba(255, 189, 46, 0.72);
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(255, 189, 46, 0.36));
}

.inspection-checkpoints rect {
  fill: rgba(22, 26, 31, 0.78);
  stroke: rgba(255, 189, 46, 0.28);
  stroke-width: 2;
}

.inspection-checkpoints path {
  fill: none;
  stroke: rgba(255, 189, 46, 0.46);
  stroke-width: 5;
  stroke-linecap: round;
}

.inspection-gate rect,
.inspection-gate path {
  stroke: rgba(255, 189, 46, calc(0.34 + var(--inspection-progress) * 0.44));
  filter: drop-shadow(0 0 12px rgba(255, 189, 46, calc(var(--inspection-progress) * 0.3)));
}

.inspection-car {
  position: absolute;
  left: calc(var(--inspection-car-x, 19) * 1%);
  top: calc(var(--inspection-car-y, 83) * 1%);
  z-index: 4;
  --car-glow: rgba(255, 61, 46, calc(0.22 + var(--inspection-progress) * 0.22));
  width: calc(var(--route-car-base-width) * var(--route-car-scale));
  height: calc(var(--route-car-base-height) * var(--route-car-scale));
  border: 0;
  background: transparent;
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 14px rgba(255, 189, 46, 0.2))
    drop-shadow(0 0 22px var(--car-glow))
    brightness(1.08)
    contrast(1.08);
  transform:
    translate(-50%, -50%)
    rotate(calc((var(--inspection-car-angle, -18) + 90) * 1deg));
  transform-origin: 50% 50%;
  will-change: left, top, transform;
}

.car-sprite {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.inspection-car--variant-2 .car-sprite--2,
.inspection-car--variant-3 .car-sprite--3,
.inspection-car--variant-4 .car-sprite--4,
.inspection-car--variant-6 .car-sprite--6 {
  display: block;
}

.inspection-car--variant-3 {
  --car-glow: rgba(255, 61, 46, calc(0.2 + var(--inspection-progress) * 0.22));
}

.inspection-car--variant-4 {
  width: calc(var(--route-car-base-width) * 1.08 * var(--route-car-scale));
  height: calc(var(--route-car-base-height) * 1.06 * var(--route-car-scale));
}

/* Test background swap: ChatGPT-generated inspection station scene.
   Rollback copies: tmp/rollback-new-bg-20260606/styles.css and app.js. */
.inspection-route-art {
  opacity: 0.94;
  filter: saturate(1.04) contrast(1.06) brightness(0.92);
}

.inspection-route-art::before {
  inset: 0;
  width: 100%;
  background-image: url("/assets/generated-backgrounds/2026-06-11/concept-1-official-restrained-2048x3600.jpg?v=official-restrained-bg-final-1");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
}

.inspection-route-art::after,
.inspection-track-svg,
.inspection-car {
  display: none !important;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  max-width: min(var(--content-max), 1180px);
  margin-left: max(var(--page-pad), calc((100vw - var(--content-max)) / 2));
  margin-right: auto;
}

.hero__content {
  max-width: 600px;
}

.hero h1 {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: clamp(46px, 6.8vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 610px;
  font-size: 19px;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  display: none;
  align-self: end;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
  opacity: 0.88;
}

.hero-media {
  display: none;
}

.media-caption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: rgba(244, 241, 235, 0.84);
  font-size: 13px;
  font-weight: 760;
}

.media-status-card {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(22, 26, 31, 0.78);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  animation: none;
}

.media-status-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-hover);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.media-status-card strong {
  color: #fff;
}

.media-status-card--top {
  grid-column: 1;
}

.media-status-card--middle {
  grid-column: 2;
}

.media-status-card--bottom {
  grid-column: 1 / -1;
}

.hero-proof {
  position: relative;
  grid-column: 1 / -1;
  z-index: 2;
  right: auto;
  bottom: auto;
  width: auto;
  background: rgba(22, 26, 31, 0.86);
}

.visual-metrics {
  position: relative;
  grid-column: 1 / -1;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.visual-metric {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(244, 241, 235, 0.08);
  backdrop-filter: blur(14px);
}

.visual-metric strong,
.visual-metric span {
  display: block;
}

.visual-metric strong {
  color: #fff;
  font-size: 24px;
}

.visual-metric span {
  color: var(--muted);
  font-size: 12px;
}

.trust-strip > div,
.info-card,
.process-list div,
.prep-copy article,
.faq-list details,
.booking-panel,
.side-panel {
  box-shadow:
    0 16px 34px rgba(0, 0, 0, var(--content-shadow-alpha)),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

body.inspection-moving .trust-strip > div,
body.inspection-moving .content-section,
body.inspection-moving .booking-panel,
body.inspection-moving .side-panel {
  border-color: rgba(255, 189, 46, var(--content-border-alpha));
  box-shadow:
    0 16px 44px rgba(0, 0, 0, var(--content-shadow-alpha)),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.trust-strip > div {
  position: relative;
  padding-left: 58px;
}

.trust-strip > div::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #f4a45b 0 28%, transparent 30%),
    rgba(255, 189, 46, 0.14);
  box-shadow: 0 0 0 1px rgba(255, 189, 46, 0.34);
}

.process-list {
  position: relative;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 31px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 189, 46, 0.45), rgba(255, 61, 46, 0.35), transparent);
}

.primary,
.secondary {
  position: relative;
  overflow: hidden;
}

.floating-booking-cta {
  overflow: hidden;
}

.primary::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 48%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 241, 216, 0.24), transparent);
  opacity: 0;
}

.primary:hover::before {
  animation: button-sheen 900ms var(--ease-out);
}

.primary span,
.secondary span {
  position: relative;
  z-index: 1;
}

.booking-shell {
  align-items: start;
}

.booking-panel {
  position: relative;
  border-color: rgba(255, 255, 255, 0.14);
}

body.inspection-started .booking-panel {
  border-color: rgba(255, 189, 46, 0.44);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 189, 46, 0.14),
    0 0 42px rgba(255, 61, 46, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.inspection-started .booking-panel::before {
  animation: inspection-panel-pulse 1500ms var(--ease-out) infinite;
}

.booking-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 22px rgba(255, 189, 46, 0.34);
}

.booking-panel > * {
  position: relative;
  z-index: 2;
}

.step {
  position: relative;
}

.step::after {
  content: "";
  position: absolute;
  left: 50%;
  right: -50%;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
  z-index: -1;
}

.step:last-child::after {
  display: none;
}

.screen {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 32%),
    transparent;
}

input:hover,
select:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

input:focus-visible,
select:focus-visible {
  background: #111820;
}

.side-panel {
  position: sticky;
  top: 18px;
}

@media (hover: hover) {
  .primary:hover,
  .floating-booking-cta:hover {
    background: var(--button-primary-bg-hover);
    border-color: var(--button-primary-border-hover);
    color: var(--button-primary-text);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 14px 34px rgba(0, 0, 0, 0.42),
      0 0 30px var(--button-primary-glow);
    transform: translateY(-1px);
  }

  .floating-booking-cta:hover {
    transform: translateY(-1px);
  }

  .secondary:hover,
  .faq-list details:hover,
  .station-card:hover,
  .slot:hover,
  .trust-strip > div:hover,
  .content-section:hover {
    border-color: rgba(255, 189, 46, 0.3);
  }

  .secondary:hover {
    border-color: var(--button-secondary-border-hover);
    background: var(--button-secondary-bg-hover);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 22px rgba(255, 189, 46, 0.08);
  }

  .station-card:hover,
  .slot:hover,
  .trust-strip > div:hover {
    transform: translateY(-1px);
  }
}

@keyframes soft-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes button-sheen {
  0% {
    left: -70%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes inspection-panel-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleX(0.92);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}


.primary:active,
.secondary:active,
.station-card:active,
.slot:active,
.floating-booking-cta:active {
  transform: scale(0.992);
}

.primary:active,
.floating-booking-cta:active {
  background: var(--button-primary-bg-active);
  border-color: rgba(255, 123, 42, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(0, 0, 0, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.34);
}

/* Premium integration pass for all booking controls */
.hero-facts li::before,
.current-status-dot {
  background: var(--accent);
  box-shadow:
    0 0 0 5px rgba(255, 189, 46, 0.09),
    0 0 18px rgba(255, 189, 46, 0.22);
}

.proof-icon,
.result-mark {
  border: 1px solid var(--button-primary-border);
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 6px rgba(255, 189, 46, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.stepper {
  border-bottom-color: rgba(255, 189, 46, 0.18);
  background:
    linear-gradient(180deg, rgba(18, 22, 27, 0.92), rgba(7, 10, 13, 0.96)),
    #0b0e11;
}

.step.active {
  background: var(--premium-amber-soft);
  color: var(--button-primary-text);
  box-shadow:
    inset 0 -2px 0 var(--accent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.step.completed {
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.07), rgba(255, 189, 46, 0.025)),
    rgba(8, 11, 14, 0.76);
  color: #f7ead3;
}

.step.completed::before {
  border: 1px solid rgba(255, 189, 46, 0.64);
  background: var(--button-primary-bg);
  color: var(--accent-hover);
  box-shadow: 0 0 16px rgba(255, 189, 46, 0.18);
}

.price-box {
  position: relative;
  overflow: hidden;
  border-color: var(--button-primary-border);
  background:
    linear-gradient(180deg, rgba(18, 23, 28, 0.98), rgba(5, 7, 10, 0.98)),
    #080b0f;
  color: var(--button-primary-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 0 0 1px rgba(255, 189, 46, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(255, 189, 46, 0.12);
}

.price-box::before {
  display: none;
}

.price-box span {
  color: var(--premium-amber-text);
}

.price-box strong {
  color: var(--button-primary-text);
}

input,
select,
.city-combobox-trigger,
.category-combobox-trigger,
.date-combobox-trigger,
.station-combobox-trigger {
  border-color: var(--premium-metal-border);
  background:
    var(--premium-metal-bg-soft),
    #0c1014;
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

input:hover,
select:hover,
.city-combobox-trigger:hover,
.category-combobox-trigger:hover,
.date-combobox-trigger:hover,
.station-combobox-trigger:hover {
  border-color: rgba(255, 189, 46, 0.38);
}

input:focus-visible,
select:focus-visible,
.city-combobox-trigger[aria-expanded="true"],
.category-combobox-trigger[aria-expanded="true"],
.date-combobox-trigger[aria-expanded="true"],
.station-combobox-trigger[aria-expanded="true"] {
  border-color: var(--button-primary-border);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.07), rgba(0, 0, 0, 0.12)),
    #0d1115;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 3px rgba(255, 189, 46, 0.08),
    0 0 24px rgba(255, 189, 46, 0.08);
}

.city-combobox-menu,
.category-combobox-menu,
.date-combobox-menu,
.station-combobox-menu,
.station-map-panel {
  border-color: rgba(255, 189, 46, 0.42);
  background:
    linear-gradient(180deg, rgba(16, 20, 25, 0.98), rgba(5, 7, 10, 0.98)),
    #090c10;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(255, 189, 46, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.city-combobox-menu input,
.station-combobox-menu input {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(5, 8, 11, 0.9);
}

.city-combobox-option:hover,
.city-combobox-option.active,
.category-combobox-option:hover,
.category-combobox-option.active,
.date-combobox-option:hover,
.date-combobox-option.active,
.station-combobox-option:hover,
.station-combobox-option.active {
  border-color: rgba(255, 189, 46, 0.26);
  background: rgba(255, 189, 46, 0.055);
  color: var(--button-primary-text);
}

.city-combobox-option.selected,
.category-combobox-option.selected,
.date-combobox-option.selected,
.station-combobox-option.selected {
  border-color: rgba(255, 189, 46, 0.64);
  background:
    linear-gradient(180deg, rgba(18, 23, 28, 0.98), rgba(5, 7, 10, 0.98)),
    #080b0f;
  color: var(--button-primary-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 189, 46, 0.08),
    0 0 18px rgba(255, 189, 46, 0.08);
}

.notice,
.form-note,
.client-instruction {
  border: 1px solid rgba(255, 189, 46, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.08), rgba(255, 189, 46, 0.02) 42%, rgba(0, 0, 0, 0.14)),
    rgba(8, 11, 14, 0.72);
  color: #eadfce;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.form-note.error {
  border-color: rgba(255, 113, 91, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 113, 91, 0.12), rgba(255, 113, 91, 0.035) 42%, rgba(0, 0, 0, 0.14)),
    rgba(8, 11, 14, 0.72);
}

.station-card,
.slot,
.payment-assurance div {
  border-color: var(--premium-metal-border);
  background:
    var(--premium-metal-bg-soft),
    #101419;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.station-card.selected,
.slot.selected {
  border-color: var(--button-primary-border);
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 189, 46, 0.06),
    0 0 20px rgba(255, 189, 46, 0.12);
}

.payment-card,
.booking-status-card,
.current-status {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    var(--premium-metal-bg-soft),
    rgba(8, 11, 14, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.current-status.registration,
.current-status.ready {
  border-color: rgba(255, 189, 46, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.07), rgba(255, 189, 46, 0.02) 48%, rgba(0, 0, 0, 0.16)),
    rgba(8, 11, 14, 0.78);
}

.navigator,
.support {
  background:
    linear-gradient(180deg, rgba(18, 22, 27, 0.92), rgba(8, 11, 14, 0.95)),
    #101419;
}

.support {
  border-top: 1px solid rgba(255, 189, 46, 0.18);
}

.station-map-close {
  border-color: var(--button-secondary-border);
  background: var(--button-secondary-bg);
  color: var(--button-secondary-text);
  font-weight: 800;
}

.station-map-marker.selected {
  border-color: var(--button-primary-border-hover);
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.42),
    0 0 0 5px rgba(255, 189, 46, 0.12),
    0 0 28px rgba(255, 189, 46, 0.18);
}

.checklist-card li::before {
  border: 1px solid rgba(255, 189, 46, 0.68);
  background: var(--button-primary-bg);
  color: var(--accent-hover);
  box-shadow: 0 0 16px rgba(255, 189, 46, 0.14);
}

.notice,
.form-note,
.client-instruction {
  border-left: 1px solid rgba(255, 189, 46, 0.28) !important;
}

@media (hover: hover) {
  .station-card:hover,
  .slot:hover,
  .payment-assurance div:hover {
    border-color: rgba(255, 189, 46, 0.36);
    background:
      linear-gradient(180deg, rgba(255, 189, 46, 0.055), rgba(0, 0, 0, 0.12)),
      #11161b;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 0 20px rgba(255, 189, 46, 0.08);
  }
}

@keyframes status-pop {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 960px) {
  body {
    padding-bottom: 86px;
  }

  .hero {
    min-height: auto;
    padding: 32px 18px 46px;
    background:
      linear-gradient(180deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.9) 66%, rgba(8, 9, 10, 0.76) 100%),
      radial-gradient(circle at 74% 18%, rgba(255, 61, 46, 0.16), transparent 32%),
      radial-gradient(circle at 28% 8%, rgba(255, 189, 46, 0.1), transparent 28%),
      url("/assets/hero-main-v2.png");
    background-position: center, center, center, 60% 18%;
    background-size: auto, auto, auto, cover;
    background-repeat: no-repeat;
  }

  .inspection-stage {
    top: 0;
    left: 50%;
    width: 100vw;
    height: var(--inspection-journey-height, 100vh);
    opacity: 0.42;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
    min-height: 0;
    max-width: 680px;
    width: 100%;
  }

  .hero-media {
    position: relative;
    inset: auto;
    height: 340px;
    transform: none;
  }

  .media-status-card,
  .hero-proof,
  .visual-metrics {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
  }

  .media-status-card {
    min-width: 0;
    animation: none;
  }

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

  .hero-proof {
    max-width: 520px;
  }

  .service-page,
  .booking-heading,
  .layout {
    padding-left: 16px;
    padding-right: 16px;
  }

  .trust-strip,
  .intro-grid,
  .process-list,
  .info-grid,
  .prep-layout,
  .cta-section,
  .layout {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 16px;
  }

  .content-section {
    padding: 24px;
  }

  .screen-head,
  .filters,
  .form-grid,
  .vehicle-lookup-row,
  .payment-card,
  .status-check {
    display: grid;
    grid-template-columns: 1fr;
  }

  .floating-booking-cta {
    display: grid;
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 14px;
    min-width: 0;
    min-height: 64px;
    place-items: center;
    transform: none;
  }

  .floating-booking-cta:hover {
    transform: none;
  }

  .slot-grid {
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  }

  .station-map-canvas {
    min-height: 236px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 40px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .brand-lockup {
    align-items: flex-start;
    display: grid;
    gap: 12px;
  }

  .brand-mark {
    width: 74px;
    height: 74px;
  }

  .hero-actions,
  .actions,
  .actions.split,
  .result-actions {
    flex-direction: column;
  }

  .primary,
  .secondary,
  .hero-cta,
  .hero-secondary,
  .link-button {
    width: 100%;
  }

  .content-section,
  .screen {
    padding: 18px;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .media-status-card--top,
  .media-status-card--middle,
  .media-status-card--bottom,
  .hero-proof,
  .visual-metrics {
    grid-column: 1 / -1;
  }

  .hero-media {
    height: min(68vw, 280px);
  }

  .inspection-journey {
    display: none;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.9) 66%, rgba(8, 9, 10, 0.76) 100%),
      radial-gradient(circle at 74% 18%, rgba(255, 61, 46, 0.16), transparent 32%),
      radial-gradient(circle at 28% 8%, rgba(255, 189, 46, 0.1), transparent 28%),
      url("/assets/hero-main-v2.png");
    background-position: center, center, center, 60% 18%;
    background-size: auto, auto, auto, cover;
    background-repeat: no-repeat;
  }

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

  .step {
    min-height: 54px;
    font-size: 14px;
  }

  .step span {
    display: none;
  }

  .station-map-head {
    align-items: stretch;
    display: grid;
  }

  .station-map-close {
    justify-self: start;
  }

  .station-map-marker {
    min-width: 68px;
    height: 32px;
  }

  .navigator-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .inspection-journey {
    display: none;
  }

  body.inspection-started .booking-panel::before {
    animation: none;
  }
}

/* Focused booking redesign pass: denser product surfaces, calmer dropdowns, safer mobile CTA. */
.booking-shell {
  align-items: start;
}

.booking-panel,
.side-panel {
  background:
    linear-gradient(180deg, rgba(12, 15, 19, 0.94), rgba(5, 7, 10, 0.96)),
    rgba(5, 7, 10, 0.92);
  border-color: rgba(255, 189, 46, 0.34);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px) saturate(1.05);
}

.booking-panel {
  position: relative;
}

.booking-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 189, 46, 0.05), transparent 28%),
    linear-gradient(90deg, rgba(255, 189, 46, 0.045), transparent 22%, transparent 78%, rgba(255, 61, 46, 0.035));
  opacity: 0.72;
}

.booking-panel > * {
  position: relative;
  z-index: 1;
}

.stepper {
  background:
    linear-gradient(180deg, rgba(14, 18, 22, 0.98), rgba(6, 8, 11, 0.98)),
    #070a0d;
}

.step {
  position: relative;
  color: rgba(244, 241, 235, 0.68);
}

.step.active {
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.09), rgba(255, 189, 46, 0.035)),
    rgba(8, 11, 14, 0.84);
}

.step.completed {
  background:
    linear-gradient(180deg, rgba(72, 189, 125, 0.09), rgba(72, 189, 125, 0.025)),
    rgba(8, 11, 14, 0.78);
}

.screen-head {
  align-items: center;
}

.price-box {
  min-width: 186px;
  border-color: rgba(255, 189, 46, 0.6);
  background:
    linear-gradient(180deg, rgba(17, 22, 27, 0.98), rgba(4, 6, 8, 0.99)),
    #06090c;
}

.price-box::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent-hover), rgba(255, 61, 46, 0.78));
  box-shadow: 0 0 20px rgba(255, 189, 46, 0.2);
}

.notice.compact {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-left: 0;
  border-color: rgba(255, 189, 46, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.06), rgba(255, 189, 46, 0.015) 44%, rgba(0, 0, 0, 0.14)),
    rgba(5, 8, 11, 0.78);
}

#availabilityMessage[hidden] {
  display: none !important;
}

.notice.compact::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 189, 46, 0.08), 0 0 18px rgba(255, 189, 46, 0.24);
}

.slot-grid > .notice.compact {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  min-height: 52px;
  margin: 0;
  justify-content: flex-start;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.booking-panel.is-loading .notice.compact::before,
.booking-panel.is-loading-dates .notice.compact::before {
  animation: bookingStatusPulse 900ms ease-in-out infinite alternate;
}

@keyframes bookingStatusPulse {
  from {
    opacity: 0.48;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.city-combobox-trigger,
.category-combobox-trigger,
.date-combobox-trigger,
.station-combobox-trigger {
  min-height: 52px;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.14)),
    rgba(6, 9, 12, 0.9);
}

.station-combobox-trigger {
  border-color: rgba(255, 189, 46, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 3px 0 0 rgba(255, 189, 46, 0.42);
}

.city-combobox-menu,
.category-combobox-menu,
.date-combobox-menu,
.station-combobox-menu {
  border-color: rgba(255, 189, 46, 0.24);
  background:
    linear-gradient(180deg, rgba(11, 15, 19, 0.985), rgba(3, 6, 9, 0.99)),
    #05080b;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.city-combobox-menu input,
.station-combobox-menu input {
  min-height: 46px;
  border-color: rgba(255, 189, 46, 0.18);
  background: rgba(4, 7, 10, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.city-combobox-option,
.category-combobox-option,
.date-combobox-option,
.station-combobox-option {
  position: relative;
  border-radius: 7px;
}

.city-combobox-option:hover,
.city-combobox-option.active,
.category-combobox-option:hover,
.category-combobox-option.active,
.date-combobox-option:hover,
.date-combobox-option.active,
.station-combobox-option:hover,
.station-combobox-option.active {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.08), rgba(255, 189, 46, 0.025) 44%, rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
}

.city-combobox-option.selected,
.category-combobox-option.selected,
.date-combobox-option.selected,
.station-combobox-option.selected {
  border-color: rgba(255, 189, 46, 0.32);
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.12), rgba(255, 189, 46, 0.035) 36%, rgba(0, 0, 0, 0.12)),
    rgba(8, 11, 14, 0.92);
  box-shadow: inset 3px 0 0 rgba(255, 189, 46, 0.78);
}

.station-combobox-option.selected {
  padding-left: 16px;
}

.station-combobox-list,
.city-combobox-list,
.date-combobox-list,
.category-combobox-list {
  scrollbar-color: rgba(255, 189, 46, 0.42) rgba(255, 255, 255, 0.06);
}

.booking-panel.is-loading .station-list,
.booking-panel.is-loading .date-field,
.booking-panel.is-loading .slot-grid,
.booking-panel.is-loading-dates .date-field,
.booking-panel.is-loading-dates .slot-grid {
  opacity: 0.62;
}

.booking-panel.is-loading .slot-grid::before,
.booking-panel.is-loading-dates .slot-grid::before {
  content: "";
  display: block;
  min-height: 48px;
  border: 1px solid rgba(255, 189, 46, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 189, 46, 0.08), rgba(255, 255, 255, 0.03));
  background-size: 220% 100%;
  animation: bookingSkeleton 1.1s ease-in-out infinite;
}

@keyframes bookingSkeleton {
  from {
    background-position: 120% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.side-panel {
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.summary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.08));
}

.summary dd {
  color: rgba(255, 241, 216, 0.96);
}

.side-panel.is-incomplete .summary dd:not(#summaryCity) {
  color: rgba(244, 241, 235, 0.64);
}

.side-panel.is-incomplete .navigator,
.side-panel.is-incomplete .support {
  opacity: 0.82;
}

.booking-panel .primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.price-box::after {
  display: none;
}

.notice.compact.error {
  border-color: rgba(255, 113, 91, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 113, 91, 0.09), rgba(255, 113, 91, 0.02) 46%, rgba(0, 0, 0, 0.18)),
    rgba(5, 8, 11, 0.82);
}

.notice.compact.error::before {
  background: var(--danger);
  box-shadow: 0 0 0 5px rgba(255, 113, 91, 0.08), 0 0 18px rgba(255, 113, 91, 0.22);
}

.booking-panel.is-loading .city-combobox-trigger,
.booking-panel.is-loading .category-combobox-trigger,
.booking-panel.is-loading .station-combobox-trigger,
.booking-panel.is-loading .date-combobox-trigger,
.booking-panel.is-loading-dates .date-combobox-trigger {
  cursor: wait;
}

.slot:disabled,
.city-combobox-trigger:disabled,
.category-combobox-trigger:disabled,
.station-combobox-trigger:disabled,
.date-combobox-trigger:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

@media (min-width: 641px) {
  body.show-floating-cta .floating-booking-cta {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 92px;
  }

  .step {
    min-height: 58px;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    line-height: 1;
  }

  .step span {
    display: block;
    font-size: 10px;
    line-height: 1.15;
    opacity: 0.82;
    text-transform: none;
  }

  .screen-head {
    display: grid;
  }

  .price-box {
    width: 100%;
    min-width: 0;
  }

  .floating-booking-cta {
    display: none;
    top: auto;
    right: 16px;
    bottom: 14px;
    left: 16px;
    width: auto;
    min-height: 74px;
  }

  body.show-floating-cta .floating-booking-cta {
    display: grid;
  }
}

/* Unified dark site pass: align non-booking sections with the booking form visual system. */
.trust-strip > div,
.content-section,
.info-card,
.process-list div,
.prep-copy article,
.faq-list details,
.payment-card,
.booking-status-card,
.current-status,
.station-card,
.payment-assurance div,
.client-instruction,
.highlight-panel,
.checklist-card {
  border-color: rgba(255, 189, 46, 0.24);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 189, 46, 0.035), transparent 32%),
    linear-gradient(180deg, rgba(9, 12, 15, 0.94), rgba(3, 5, 8, 0.96)),
    #05080b;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px) saturate(1.02);
}

.content-section {
  position: relative;
  overflow: hidden;
}

.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.035), transparent 24%, transparent 76%, rgba(255, 61, 46, 0.025)),
    radial-gradient(circle at 74% 22%, rgba(255, 189, 46, 0.05), transparent 28%);
  opacity: 0.62;
}

.content-section > *,
.cta-section > *,
.preparation-section > * {
  position: relative;
  z-index: 1;
}

.trust-strip > div {
  background:
    linear-gradient(180deg, rgba(10, 14, 17, 0.92), rgba(4, 6, 9, 0.94)),
    #06090c;
}

.trust-strip > div::before {
  opacity: 0.78;
  background: rgba(255, 189, 46, 0.82);
  box-shadow: 0 0 0 7px rgba(255, 189, 46, 0.1), 0 0 22px rgba(255, 189, 46, 0.24);
}

.process-list div,
.info-card,
.prep-copy article,
.faq-list details,
.station-card,
.payment-card,
.booking-status-card,
.current-status {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(12, 16, 20, 0.9), rgba(5, 8, 11, 0.94)),
    #06090c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 14px 30px rgba(0, 0, 0, 0.28);
}

.process-list div::before,
.info-card span {
  border: 1px solid rgba(255, 189, 46, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.14), rgba(0, 0, 0, 0.16)),
    #101419;
  color: var(--premium-amber-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(255, 189, 46, 0.16);
}

.highlight-panel,
.checklist-card,
.payment-assurance div,
.client-instruction {
  border-color: rgba(255, 189, 46, 0.38);
  background:
    linear-gradient(180deg, rgba(14, 17, 20, 0.94), rgba(5, 7, 10, 0.96)),
    #06090c;
}

.highlight-panel,
.client-instruction {
  border-left-color: rgba(255, 189, 46, 0.78);
}

.checklist-card li::before {
  border: 1px solid rgba(255, 189, 46, 0.7);
  background:
    linear-gradient(180deg, rgba(255, 189, 46, 0.12), rgba(0, 0, 0, 0.16)),
    #101419;
  color: var(--accent-hover);
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  background:
    linear-gradient(90deg, rgba(255, 189, 46, 0.045), transparent 34%),
    transparent;
}

.faq-list details[open] {
  border-color: rgba(255, 189, 46, 0.38);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cta-section {
  border-color: rgba(255, 189, 46, 0.42);
  background:
    radial-gradient(circle at 72% 48%, rgba(255, 189, 46, 0.075), transparent 31%),
    linear-gradient(180deg, rgba(10, 13, 16, 0.95), rgba(4, 6, 9, 0.97)),
    #06090c;
}

body.inspection-moving .trust-strip > div,
body.inspection-moving .content-section,
body.inspection-moving .info-card,
body.inspection-moving .process-list div,
body.inspection-moving .prep-copy article,
body.inspection-moving .faq-list details {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 189, 46, 0.032), transparent 32%),
    linear-gradient(180deg, rgba(8, 11, 14, 0.78), rgba(3, 5, 8, 0.82)),
    #05080b;
}

@media (hover: hover) {
  .trust-strip > div:hover,
  .content-section:hover,
  .info-card:hover,
  .process-list div:hover,
  .prep-copy article:hover,
  .faq-list details:hover {
    border-color: rgba(255, 189, 46, 0.38);
    box-shadow:
      0 26px 62px rgba(0, 0, 0, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.065);
  }
}

/* Typography refinement pass: keep Manrope, reduce over-bold UI noise, improve reading rhythm. */
body {
  text-rendering: geometricPrecision;
}

.hero-lead,
.content-section p,
.booking-heading p,
.screen-head p,
.screen p,
.side-panel p,
.trust-strip span,
.navigator p,
.support p,
.form-note,
.notice {
  line-height: 1.66;
  font-weight: 500;
}

.content-section h2,
.booking-heading h2,
.screen h2 {
  font-weight: 800;
  line-height: 1.15;
}

.trust-strip strong,
.process-list strong,
.info-card h3,
.prep-copy h3,
.faq-list summary,
.summary h2,
.navigator strong,
.support strong,
.payment-assurance strong,
.booking-status-card strong,
.current-status strong {
  font-weight: 760;
  line-height: 1.24;
}

.section-kicker,
.eyebrow {
  font-weight: 760;
}

.process-list div::before,
.info-card span,
.step {
  font-weight: 760;
}

.price-box strong,
.payment-card strong,
.summary dd,
.result h2 {
  font-weight: 800;
}

/* Final production polish: remove legacy side fills and align route actions with brand colors. */
.highlight-panel,
.client-instruction {
  border-left-width: 1px;
  border-left-color: rgba(255, 189, 46, 0.38);
}

.highlight-panel::before,
.client-instruction::before,
.price-box::after {
  display: none;
}

.hero-secondary {
  background:
    linear-gradient(180deg, rgba(15, 19, 23, 0.96), rgba(4, 6, 8, 0.98)),
    #07090c;
  border-color: rgba(255, 189, 46, 0.46);
  color: rgba(255, 241, 216, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 12px 28px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(255, 189, 46, 0.08);
}

@media (hover: hover) {
  .hero-secondary:hover {
    border-color: rgba(255, 189, 46, 0.72);
    background:
      linear-gradient(180deg, rgba(24, 28, 33, 0.98), rgba(5, 7, 10, 0.99)),
      #080b0f;
    color: #fff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 14px 34px rgba(0, 0, 0, 0.4),
      0 0 28px rgba(255, 189, 46, 0.14);
  }
}

#yandexRouteButton,
#twoGisRouteButton {
  border-color: transparent;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
}

#yandexRouteButton {
  background:
    linear-gradient(180deg, #ffdc3d 0%, #ffcc00 46%, #fc3f1d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 12px 26px rgba(252, 63, 29, 0.18);
}

#twoGisRouteButton {
  background:
    linear-gradient(180deg, #26d07c 0%, #00a870 52%, #067a55 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 26px rgba(0, 168, 112, 0.18);
}

@media (hover: hover) {
  #yandexRouteButton:hover {
    border-color: rgba(255, 220, 61, 0.8);
    background:
      linear-gradient(180deg, #ffe770 0%, #ffd426 42%, #ff4b2a 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.38),
      0 14px 34px rgba(252, 63, 29, 0.28);
  }

  #twoGisRouteButton:hover {
    border-color: rgba(38, 208, 124, 0.8);
    background:
      linear-gradient(180deg, #42df92 0%, #0cbb7d 52%, #07855d 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 14px 34px rgba(0, 168, 112, 0.28);
  }
}

/* Dev-only layout editor. Enabled only with ?layoutEditor=1. */
.layout-editor-active .content-section,
.layout-editor-active .trust-strip > div,
.layout-editor-active .info-card,
.layout-editor-active .prep-copy article,
.layout-editor-active .inspection-visual-card,
.layout-editor-active .checklist-card,
.layout-editor-active .faq-list details,
.layout-editor-active .booking-heading,
.layout-editor-active .booking-panel,
.layout-editor-active .side-panel,
.layout-editor-active .highlight-panel,
.layout-editor-active .price-box,
.layout-editor-active .payment-card,
.layout-editor-active .payment-assurance > div,
.layout-editor-active .notice,
.layout-editor-active .station-combobox-trigger,
.layout-editor-active .city-combobox-trigger,
.layout-editor-active .category-combobox-trigger,
.layout-editor-active .date-combobox-trigger,
.layout-editor-active .slot,
.layout-editor-active .station-map-toggle,
.layout-editor-active .station-map-panel {
  border-color: var(--editor-outline-color) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 0 1px rgba(var(--editor-outline-rgb), calc(var(--editor-outline-alpha) * 0.18)),
    0 16px 38px rgba(0, 0, 0, 0.34),
    0 0 28px var(--editor-outline-glow) !important;
}

.layout-editor-target {
  position: relative !important;
  z-index: 10;
  transform: translate3d(var(--layout-editor-x, 0px), var(--layout-editor-y, 0px), 0) !important;
}

.layout-editor-target.is-layout-dragging {
  z-index: 1200;
  outline: 1px dashed rgba(var(--editor-outline-rgb), 0.85);
  outline-offset: 6px;
}

.layout-editor-handle {
  position: absolute;
  top: -14px;
  right: 12px;
  z-index: 6;
  display: none;
  width: auto;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(var(--editor-outline-rgb), 0.7);
  border-radius: 999px;
  background: rgba(5, 7, 9, 0.94);
  color: #fff1d8;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32), 0 0 18px var(--editor-outline-glow);
  cursor: grab;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.layout-editor-active .layout-editor-handle {
  display: inline-flex;
  align-items: center;
}

.layout-editor-unlocked .layout-editor-handle {
  cursor: grab;
}

.layout-editor-unlocked .layout-editor-target {
  cursor: move;
  touch-action: none;
}

.layout-editor-unlocked .layout-editor-target button,
.layout-editor-unlocked .layout-editor-target a,
.layout-editor-unlocked .layout-editor-target input,
.layout-editor-unlocked .layout-editor-target select,
.layout-editor-unlocked .layout-editor-target textarea,
.layout-editor-unlocked .layout-editor-target label,
.layout-editor-unlocked .layout-editor-target summary,
.layout-editor-unlocked .layout-editor-target [role="button"] {
  cursor: auto;
}

.layout-editor-handle:active {
  cursor: grabbing;
}

.layout-editor-panel {
  position: fixed;
  left: var(--layout-editor-panel-x);
  top: var(--layout-editor-panel-y);
  z-index: 5000;
  width: min(360px, calc(100vw - 28px));
  border: 1px solid rgba(var(--editor-outline-rgb), 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 21, 25, 0.96), rgba(5, 7, 10, 0.98)),
    rgba(5, 7, 10, 0.96);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.48), 0 0 32px var(--editor-outline-glow);
  color: var(--ink);
  overflow: hidden;
}

.layout-editor-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(var(--editor-outline-rgb), 0.28);
  cursor: move;
}

.layout-editor-panel__head strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.layout-editor-panel__head span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.layout-editor-panel__head button,
.layout-editor-actions button,
.layout-editor-primary {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(var(--editor-outline-rgb), 0.6);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(23, 27, 32, 0.96), rgba(7, 9, 12, 0.98));
  color: #fff1d8;
  font-size: 13px;
  font-weight: 800;
}

.layout-editor-primary {
  width: 100%;
  margin-bottom: 12px;
  color: #080604;
  background: linear-gradient(180deg, rgba(var(--editor-outline-rgb), 0.95), rgba(var(--editor-outline-rgb), 0.72));
}

.layout-editor-panel__body {
  padding: 14px;
}

.layout-editor-grid {
  display: grid;
  gap: 10px;
}

.layout-editor-grid label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.layout-editor-grid output {
  float: right;
  color: #fff1d8;
}

.layout-editor-grid input[type="range"] {
  width: 100%;
  accent-color: rgb(var(--editor-outline-rgb));
}

.layout-editor-grid input[type="color"] {
  width: 100%;
  height: 36px;
  padding: 3px;
  border: 1px solid rgba(var(--editor-outline-rgb), 0.44);
  border-radius: 4px;
  background: #090b0e;
}

.layout-editor-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

#layoutEditorOutput {
  width: 100%;
  min-height: 120px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(var(--editor-outline-rgb), 0.28);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--muted);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  resize: vertical;
}

.layout-editor-panel.is-collapsed .layout-editor-panel__body {
  display: none;
}

@media (max-width: 760px) {
  .layout-editor-panel {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
  }

  .layout-editor-handle {
    top: 8px;
    right: 8px;
  }
}

/* Homepage order pass: booking starts immediately, blocks keep a centered production rhythm. */
.hero-actions--single {
  margin-top: 30px;
}

.hero-actions--single .hero-secondary {
  min-width: min(100%, 260px);
}

.service-page {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.6vw, 34px);
  width: 100%;
  padding: 0 var(--page-pad) clamp(42px, 5vw, 76px);
}

.service-page > .trust-strip,
.service-page > .booking-heading,
.service-page > .booking-shell,
.service-page > .content-section {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}

.service-page > .trust-strip {
  margin-top: -50px;
  margin-bottom: 0;
}

.service-page > .booking-heading {
  padding: 4px 0 0;
}

.service-page > .booking-shell {
  padding: 0;
}

.service-page > .content-section {
  margin-top: 0;
}

.service-page > .booking-shell + .content-section {
  margin-top: clamp(4px, 1vw, 12px);
}

.cta-section {
  display: none;
}

.layout-editor-active .service-page {
  gap: clamp(24px, 2.8vw, 38px);
}

/* Point polish: booking heading and selected time slot. */
.service-page > .booking-heading {
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(255, 189, 46, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 189, 46, 0.035), transparent 32%),
    linear-gradient(180deg, rgba(9, 12, 15, 0.94), rgba(3, 5, 8, 0.96)),
    #05080b;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px) saturate(1.02);
}

.service-page > .booking-heading p:last-child {
  margin-bottom: 0;
}

.slot.selected {
  border-color: var(--slot-selected-border);
  background: var(--slot-selected-bg);
  color: var(--slot-selected-text);
  font-weight: 900;
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 0 1px rgba(255, 189, 46, 0.12),
    0 12px 28px rgba(255, 118, 34, 0.24),
    0 0 24px rgba(255, 189, 46, 0.16);
}

.slot.selected:hover {
  background: var(--slot-selected-bg-hover);
  color: var(--slot-selected-text);
}
