.book-mot-page {
  --book-bg: #f1f4f9;
  --book-card: #ffffff;
  --book-line: #dce5f1;
  --book-muted: #5b6981;
  --book-dark: #0b1636;
  --book-blue: #2b63f6;
  --book-blue-dark: #1d4ed8;
  --book-radius: 18px;
  background: var(--book-bg);
  color: #0f172a;
  padding-bottom: 84px;
}

.book-mot-container {
  max-width: 1220px;
}

.book-mot-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(98px, 10.5vw, 132px) 0 92px;
  background: linear-gradient(135deg, #0A0A0F 0%, #0F1729 60%, #111827 100%);
  color: #f8fbff;
}

.book-mot-hero::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -84px;
  height: 170px;
  background: var(--book-bg);
  border-radius: 50% 50% 0 0;
}

.book-mot-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 330px);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.book-mot-hero__breadcrumb {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: rgba(221, 233, 255, 0.8);
}

.book-mot-hero__breadcrumb a {
  color: inherit;
}

.book-mot-hero__eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(82, 145, 255, 0.42);
  background: rgba(11, 33, 80, 0.72);
  font-family: Inter, sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.51px;
  color: #90beff;
}

.book-mot-hero__title {
  margin: 0;
  max-width: 520px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 56.16px;
  letter-spacing: -1.82px;
}

.book-mot-hero__title-line {
  display: block;
  color: #ffffff;
}

.book-mot-hero__title-line--accent {
  display: inline-block;
  color: #2f6dfd;
}

.book-mot-hero__title-dot {
  color: #ffffff;
  display: inline;
  margin-left: 1px;
}

.book-mot-hero__subtitle {
  margin: 14px 0 0;
  max-width: 575px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: rgba(222, 233, 254, 0.86);
}

.book-mot-hero__highlights {
  justify-self: end;
}

.book-mot-hero__highlights-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.book-mot-hero__highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(131, 167, 235, 0.45);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(19, 38, 79, 0.78) 0%, rgba(24, 44, 92, 0.58) 100%);
  min-height: 42px;
  padding: 10px 15px;
  color: #d5e1fb;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(5, 12, 28, 0.2);
}

.book-mot-hero__highlight-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4d82ff;
}

.book-mot-hero__highlight-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.book-mot-hero__highlight--gold .book-mot-hero__highlight-icon {
  color: #f0b837;
}

.book-mot-hero__highlight--green .book-mot-hero__highlight-icon {
  color: #29b37e;
}

.book-mot-hero__highlight--violet .book-mot-hero__highlight-icon {
  color: #8d63ff;
}

.book-mot-hero__highlight-icon svg path,
.book-mot-hero__highlight-icon svg rect {
  vector-effect: non-scaling-stroke;
}

.book-mot-hero__steps,
.book-mot-hero__steps h2,
.book-mot-hero__steps ol,
.book-mot-hero__steps li,
.book-mot-hero__steps li span {
  display: none;
}

.book-mot-hero__steps {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.book-mot-benefits {
  position: relative;
  z-index: 3;
  margin-top: -8px;
  padding: 22px 0 6px;
}

.book-mot-benefits__grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.book-mot-benefits__card {
  border: 1px solid #e1e6ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
  padding: 18px 16px 16px;
  text-align: left;
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 9px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.book-mot-benefits__card:hover {
  transform: translateY(-2px);
  border-color: #bfd1f0;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.11);
}

.book-mot-benefits__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.082);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}

.book-mot-benefits__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.book-mot-benefits__icon--green {
  color: #10b981;
}

.book-mot-benefits__icon--violet {
  color: #8b5cf6;
}

.book-mot-benefits__icon--amber {
  color: #d97706;
}

.book-mot-benefits__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  color: #0f172a;
}

.book-mot-benefits__text {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12.9px;
  line-height: 20.2px;
  letter-spacing: 0;
  text-align: left;
  color: #6d7b91;
}

.book-mot-flow {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.book-mot-alert {
  margin-bottom: 16px;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.book-mot-alert p {
  margin: 0;
}

.book-mot-alert--success {
  border: 1px solid #96d8b0;
  background: #e9fff2;
  color: #0f6f3f;
}

.book-mot-alert--success p + p {
  margin-top: 6px;
}

.book-mot-alert--error {
  border: 1px solid #efbbbb;
  background: #fff1f1;
  color: #9b2d2d;
}

.book-mot-alert--error p + p {
  margin-top: 6px;
}

.book-mot-success {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #dde4ef;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  padding: 26px 30px 28px;
  display: grid;
  gap: 18px;
}

.book-mot-success__icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 3px solid #0d9a6a;
  color: #0d9a6a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.book-mot-success__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.book-mot-success h2 {
  margin: 0;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #121a2b;
}

.book-mot-success > p {
  margin: -6px auto 0;
  max-width: 580px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5f6d82;
}

.book-mot-success__reference {
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #dce3ee;
  border-radius: 14px;
  background: #fbfcfe;
  padding: 8px 12px 10px;
  display: grid;
  justify-items: center;
  position: relative;
}

.book-mot-success__reference span {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #99a4b6;
}

.book-mot-success__reference strong {
  font-family: Poppins, sans-serif;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #111827;
}

.book-mot-success__copy {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8c97a9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.book-mot-success__copy svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.book-mot-success__copy.is-copied {
  color: #0d9a6a;
  background: rgba(13, 154, 106, 0.1);
}

.book-mot-success__summary {
  border: 1px solid #e3e9f2;
  border-radius: 18px;
  background: #ffffff;
  padding: 18px 18px 16px;
}

.book-mot-success__summary h3 {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #131d32;
}

.book-mot-success__summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.book-mot-success__summary li {
  display: grid;
  gap: 2px;
}

.book-mot-success__summary li strong {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9aa6b8;
}

.book-mot-success__summary li span {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #2d3a50;
}

.book-mot-success__next {
  border: 1px solid #dbe6f7;
  border-radius: 14px;
  background: #f3f8ff;
  padding: 14px 16px;
}

.book-mot-success__next h3 {
  margin: 0 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f5ac8;
}

.book-mot-success__next ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.book-mot-success__next li {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: #3f4e66;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.book-mot-success__next li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 1px solid #2c6bed;
  margin-top: 6px;
}

.book-mot-success__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.book-mot-success__button {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.book-mot-success__button--ghost {
  border: 1px solid #d6dfeb;
  background: #ffffff;
  color: #3a4961;
}

.book-mot-success__button--solid {
  border: 1px solid #0b1636;
  background: #0b1636;
  color: #ffffff;
}

.book-mot-success__button--map {
  border: 1px solid #2563eb;
  background: linear-gradient(145deg, #3270ff, #2659d6);
  color: #ffffff;
}

.book-mot-success__button--map:hover,
.book-mot-success__button--map:focus-visible {
  outline: none;
  background: linear-gradient(145deg, #3a78ff, #2c65e2);
}

.book-mot-success__note {
  margin: -4px auto 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #65758d;
}

.book-mot-flow__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(290px, 0.82fr);
  gap: 18px;
}

.book-mot-card {
  border: 1px solid var(--book-line);
  border-radius: 22px;
  background: var(--book-card);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  padding: 24px 28px;
}

.book-mot-card__head {
  display: none;
}

.book-mot-card h2 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
}

.book-mot-stepper {
  --line-color: #e2e7ef;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.book-mot-stepper button[data-step-indicator] {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #aab4c4;
  cursor: pointer;
  position: relative;
  line-height: 1.35;
}

.book-mot-stepper button[data-step-indicator]::before {
  content: "";
  position: absolute;
  top: 17px;
  left: calc(50% + 22px);
  width: calc(100% - 24px);
  height: 1px;
  background: var(--line-color);
}

.book-mot-stepper li:last-child button[data-step-indicator]::before {
  display: none;
}

.book-mot-stepper button[data-step-indicator] span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  border: 1px solid #d9e1ee;
  color: #9aa8bc;
  font-size: 12px;
  font-weight: 700;
}

.book-mot-stepper button.is-active,
.book-mot-stepper button.is-complete {
  color: #111827;
}

.book-mot-stepper button.is-active {
  font-weight: 700;
}

.book-mot-stepper button.is-active span {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

.book-mot-stepper button.is-complete {
  color: #2563eb;
}

.book-mot-stepper button.is-complete span {
  background: #2563eb;
  border-color: #2563eb;
  color: transparent;
  position: relative;
}

.book-mot-stepper button.is-complete span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.book-mot-stepper button.is-complete::before {
  background: #2563eb;
}

.book-mot-stepper button.is-active::before {
  background: #d6dfec;
}

.book-mot-step {
  display: grid;
  gap: 18px;
}

.book-mot-step[hidden] {
  display: none !important;
}

.book-mot-step__head h3 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #101827;
}

.book-mot-step__head p {
  margin: 6px 0 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #6a778f;
}

.book-mot-step--vehicle {
  gap: 16px;
}

.book-mot-step--vehicle .book-mot-step__head h3 {
  font-size: 47px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.book-mot-step--vehicle .book-mot-step__head p {
  margin-top: 10px;
}

.book-mot-vehicle-form {
  display: grid;
  gap: 16px;
}

.book-mot-vehicle-form__plate {
  display: grid;
  gap: 8px;
}

.book-mot-vehicle-form__label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f2a3d;
}

.book-mot-plate-field {
  width: min(100%, 370px);
  height: 62px;
  border: 3px solid #13233f;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #f8c822;
}

.book-mot-plate-field__country {
  width: 38px;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #0948b4;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.book-mot-plate-field__country-mark {
  line-height: 1;
}

.book-mot-plate-field__input {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  font-family: Poppins, sans-serif !important;
  font-size: 31px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em;
  color: #5a4c1a !important;
  text-transform: uppercase;
}

.book-mot-plate-field__input::placeholder {
  color: #8b7842;
}

.book-mot-vehicle-form__hint {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #8c97ab;
}

.book-mot-vehicle-lookup {
  display: grid;
  gap: 10px;
}

.book-mot-vehicle-lookup__button {
  width: min(100%, 370px);
  min-height: 42px;
  border: 1px solid #1a4fba;
  border-radius: 12px;
  background: linear-gradient(180deg, #1f64e6 0%, #1952c0 100%);
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.book-mot-vehicle-lookup__button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.book-mot-vehicle-lookup__status {
  margin: 0;
  min-height: 1.3em;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #5d6881;
}

.book-mot-vehicle-lookup__status.is-loading {
  color: #215ecf;
}

.book-mot-vehicle-lookup__status.is-success {
  color: #0d9a6a;
}

.book-mot-vehicle-lookup__status.is-error {
  color: #c13a44;
}

.book-mot-vehicle-lookup__result {
  width: min(100%, 560px);
  border: 1px solid #dce4f1;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
}

.book-mot-vehicle-lookup__result h4 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #11203f;
}

.book-mot-vehicle-lookup__result ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.book-mot-vehicle-lookup__result li {
  display: grid;
  gap: 2px;
}

.book-mot-vehicle-lookup__result li span {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7f8ba2;
}

.book-mot-vehicle-lookup__result li strong {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #1f2d46;
}

.book-mot-form-grid--vehicle {
  gap: 14px 18px;
}

.book-mot-form-grid--vehicle label {
  display: grid;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #273449;
}

.book-mot-form-grid--vehicle input {
  min-height: 46px;
  border-radius: 14px;
  padding-inline: 14px;
  font-size: 15px;
  font-weight: 500;
}

.book-mot-step--details {
  gap: 14px;
}

.book-mot-step--details .book-mot-step__head h3 {
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.book-mot-step--details .book-mot-step__head p {
  margin-top: 8px;
}

.book-mot-form-grid--details {
  gap: 14px 16px;
}

.book-mot-form-grid--details label {
  display: grid;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #243246;
}

.book-mot-form-grid--details input,
.book-mot-form-grid--details textarea {
  border-radius: 14px;
  border-color: #d6deeb;
  min-height: 40px;
  padding: 10px 14px;
  font-size: 15px;
}

.book-mot-form-grid--details textarea {
  min-height: 76px;
  resize: vertical;
}

.book-mot-consent {
  border: 1px solid #dde4ef;
  border-radius: 14px;
  background: #f6f8fb;
  padding: 12px 14px;
}

.book-mot-consent p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: #64748b;
}

.book-mot-consent a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.book-mot-consent__check {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.book-mot-consent__check input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #2563eb;
}

.book-mot-confirm-note {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #6b778d;
}

.book-mot-confirm-directions {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  color: #2563eb;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.book-mot-confirm-directions:hover,
.book-mot-confirm-directions:focus-visible {
  color: #1d4ed8;
}

.book-mot-step--schedule {
  gap: 14px;
}

.book-mot-step--schedule .book-mot-step__head h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.book-mot-step--schedule .book-mot-step__head p {
  margin-top: 8px;
}

.book-mot-schedule-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.book-mot-schedule-panel {
  border: 1px solid #e2e8f1;
  border-radius: 18px;
  background: #ffffff;
  padding: 16px 18px 14px;
  display: grid;
  gap: 12px;
}

.book-mot-schedule-label {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2a3e;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.book-mot-schedule-label__date {
  font-size: 14px;
  font-weight: 600;
  color: #2f3f59;
}

.book-mot-calendar {
  display: grid;
  gap: 12px;
}

.book-mot-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.book-mot-calendar__nav {
  border: 0;
  background: transparent;
  color: #64748b;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
}

.book-mot-calendar__nav:hover {
  background: #eff4fb;
}

.book-mot-calendar__month {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}

.book-mot-calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.book-mot-calendar__weekdays span {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #98a3b6;
  padding-bottom: 4px;
}

.book-mot-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.book-mot-calendar__day {
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 34px;
  border-radius: 11px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #344155;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.book-mot-calendar__day:hover {
  background: #f3f7fd;
}

.book-mot-calendar__day.is-outside {
  color: #c0cad8;
}

.book-mot-calendar__day.is-closed,
.book-mot-calendar__day:disabled {
  color: #d2d9e4;
  cursor: not-allowed;
  background: transparent;
}

.book-mot-calendar__day.is-today {
  box-shadow: inset 0 0 0 1px #d8e1ee;
}

.book-mot-calendar__day.is-selected {
  background: #0b1636;
  color: #ffffff;
  font-weight: 700;
}

.book-mot-calendar__note {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12.6px;
  line-height: 1.45;
  color: #9aa6ba;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.book-mot-calendar__note-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aa6ba;
}

.book-mot-calendar__note-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.book-mot-time-block {
  display: grid;
  gap: 8px;
}

.book-mot-time-block h5 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #223045;
}

.book-mot-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.book-mot-time-slot {
  border: 1px solid #b9dfc7;
  border-radius: 13px;
  background: #ecfaf0;
  min-height: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #1f5130;
  cursor: pointer;
}

.book-mot-time-slot:hover {
  border-color: #78c592;
  background: #e3f7ea;
}

.book-mot-time-slot.is-selected {
  background: #0b1636;
  border-color: #0b1636;
  color: #ffffff;
  font-weight: 700;
}

.book-mot-time-slot.is-booked {
  background: #f1f4f7;
  color: #9ea9b8;
  border-color: #dde3eb;
  text-decoration: line-through;
  cursor: not-allowed;
}

.book-mot-time-slot.is-unavailable {
  background: #f1f4f7;
  color: #a7b1bf;
  border-color: #dde3eb;
  cursor: not-allowed;
}

.book-mot-time-legend {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.book-mot-time-legend li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #9aa5b9;
}

.book-mot-time-legend__swatch {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  border: 1px solid #b9dfc7;
  background: #ecfaf0;
}

.book-mot-time-legend__swatch--selected {
  background: #0b1636;
  border-color: #0b1636;
}

.book-mot-time-legend__swatch--available {
  background: #ecfaf0;
  border-color: #b9dfc7;
}

.book-mot-time-legend__swatch--booked {
  background: #f1f4f7;
  border-color: #dde3eb;
}

.book-mot-step input,
.book-mot-step select,
.book-mot-step textarea {
  width: 100%;
  border: 1px solid #d5deeb;
  border-radius: 10px;
  background: #ffffff;
  padding: 11px 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #101827;
}

.book-mot-step input::placeholder {
  color: #95a2b8;
}

.book-mot-step input:focus,
.book-mot-step select:focus,
.book-mot-step textarea:focus {
  outline: none;
  border-color: var(--book-blue);
  box-shadow: 0 0 0 3px rgba(43, 99, 246, 0.14);
}

.book-mot-step input.is-invalid,
.book-mot-step select.is-invalid,
.book-mot-step textarea.is-invalid {
  border-color: #e15f5f;
}

.book-mot-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.book-mot-service-card {
  border: 1px solid #d5dde9;
  border-radius: 16px;
  background: #ffffff;
  padding: 13px 12px 12px;
  display: grid;
  gap: 5px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 128px;
}

.book-mot-service-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.book-mot-service-card__badge {
  position: absolute;
  right: 10px;
  top: -7px;
  border-radius: 999px;
  border: 1px solid #e9c34f;
  background: #ffe383;
  color: #8b6000;
  padding: 2px 7px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.book-mot-service-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.13);
}

.book-mot-service-card__icon svg,
.book-mot-service-card__check svg,
.book-mot-service-card__duration svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.book-mot-service-card--violet .book-mot-service-card__icon {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.12);
}

.book-mot-service-card--green .book-mot-service-card__icon {
  color: #0f9f6e;
  background: rgba(15, 159, 110, 0.12);
}

.book-mot-service-card__check {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #8fa1bd;
}

.book-mot-service-card.is-selected .book-mot-service-card__check {
  color: #7c3aed;
}

.book-mot-service-card__title {
  margin: 1px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 17.28px;
  letter-spacing: 0;
  color: #111827;
}

.book-mot-service-card__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.book-mot-service-card__price-row em {
  margin: 0;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 17.28px;
}

.book-mot-service-card--blue .book-mot-service-card__price-row em {
  color: #2663eb;
}

.book-mot-service-card--violet .book-mot-service-card__price-row em {
  color: #7c3aed;
}

.book-mot-service-card--green .book-mot-service-card__price-row em {
  color: #059669;
}

.book-mot-service-card__duration {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #9aa5b8;
  font-family: Poppins, sans-serif;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 17.28px;
  white-space: nowrap;
}

.book-mot-service-card__desc {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11.5px;
  line-height: 1.5;
  color: #5a6981;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.book-mot-service-card.is-selected {
  border-color: #7c3aed;
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.16);
  transform: translateY(-1px);
}

.book-mot-service-grid__empty {
  margin: 0;
  border: 1px dashed #c6d4e8;
  border-radius: 10px;
  background: #f7faff;
  padding: 10px 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #576885;
}

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

.book-mot-form-grid label {
  display: grid;
  gap: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #31425d;
}

.book-mot-full {
  grid-column: 1 / -1;
}

.book-mot-confirm-list,
.book-mot-summary-list,
.book-mot-proof-list,
.book-mot-summary__hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.book-mot-confirm-list {
  display: grid;
  gap: 8px;
}

.book-mot-confirm-list li {
  border-bottom: 1px solid #edf1f6;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #51627f;
}

.book-mot-confirm-list li strong,
.book-mot-summary-list li strong {
  text-align: right;
  color: #0f172a;
}

.book-mot-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #33455f;
}

.book-mot-check input {
  margin-top: 1px;
  width: 18px;
  height: 18px;
  padding: 0;
}

.book-mot-step .book-mot-consent__check input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #cfd8e6;
  border-radius: 4px;
  background: #ffffff;
  padding: 0;
  box-shadow: none;
}

.book-mot-form__footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ebeff5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.book-mot-form__footer p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #cb4141;
}

.book-mot-form__footer > div {
  display: flex;
  gap: 8px;
}

.book-mot-form__footer button {
  border-radius: 999px;
  min-height: 44px;
  padding: 10px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.book-mot-form__footer button[hidden] {
  display: none !important;
}

.book-mot-form__footer button[data-step-prev] {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #3f4e66;
}

.book-mot-form__footer button[data-step-prev].is-disabled,
.book-mot-form__footer button[data-step-prev]:disabled {
  opacity: 0.9;
  cursor: not-allowed;
}

.book-mot-form__footer button[data-step-next],
.book-mot-form__footer button[data-step-submit] {
  border: 1px solid #0b1636;
  background: #0b1636;
  color: #ffffff;
}

.book-mot-form__footer button[data-step-submit] {
  border-color: #2563eb;
  background: #2563eb;
}

.book-mot-submit-icon {
  font-size: 13px;
  line-height: 1;
}

.book-mot-summary {
  align-self: start;
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
}

.book-mot-summary__panel {
  border: 1px solid #dce4ef;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

.book-mot-summary h2 {
  margin: 0 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  color: #111827;
}

.book-mot-summary-list {
  display: grid;
  gap: 10px;
}

.book-mot-summary-list li {
  display: flex;
  gap: 9px;
}

.book-mot-summary-list__icon {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #f4f7fc;
  color: #9ca9bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.book-mot-summary-list__icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.book-mot-summary-list__icon--violet {
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.12);
}

.book-mot-summary-list__content {
  display: grid;
  gap: 2px;
}

.book-mot-summary-list__label {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: none;
  color: #a3adbc;
}

.book-mot-summary-list__content strong {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13.12px;
  font-weight: 500;
  line-height: 19.68px;
}

.book-mot-summary-list__price {
  color: #5b35e7;
  font-family: Poppins, sans-serif;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 19.2px;
}

.book-mot-summary__estimate {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e9eef5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.book-mot-summary__estimate span {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5a6780;
}

.book-mot-summary__estimate p {
  margin: 2px 0 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #9aa5b7;
}

.book-mot-summary__estimate strong {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.book-mot-proof-list {
  display: grid;
  gap: 10px;
}

.book-mot-proof-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #374862;
}

.book-mot-proof-list__icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f6fb;
  color: #5f6f88;
}

.book-mot-proof-list__icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.book-mot-proof-list__icon--blue {
  color: #3b82f6;
}

.book-mot-proof-list__icon--gold {
  color: #f59e0b;
}

.book-mot-proof-list__icon--green {
  color: #10b981;
}

.book-mot-proof-list__icon--violet {
  color: #8b5cf6;
}

.book-mot-summary__support {
  border-radius: 22px;
  background: linear-gradient(140deg, #0b1736 0%, #101c3f 100%);
  padding: 16px;
  color: #edf3ff;
  border: 1px solid rgba(70, 99, 173, 0.28);
}

.book-mot-summary__support h3 {
  margin: 0 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.book-mot-summary__support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.book-mot-summary__support-link + .book-mot-summary__support-link {
  margin-top: 4px;
}

.book-mot-summary__support-link-icon {
  width: 16px;
  height: 16px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.book-mot-summary__support-link-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.book-mot-summary__hours {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(123, 147, 211, 0.25);
}

.book-mot-summary__hours p {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: Inter, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.book-mot-summary__hours ul {
  display: grid;
  gap: 4px;
}

.book-mot-summary__hours li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.book-mot-summary__hours strong {
  font-weight: 600;
}

/*
  Static booking preview section (phase 1: static data).
*/
.book-mot-preview {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}

.book-mot-preview__panel {
  border: 1px solid #d7dfeb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.book-mot-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.book-mot-preview__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.34);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.book-mot-preview__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.book-mot-preview__steps {
  margin: 0;
  padding: 0 2px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

.book-mot-preview__steps::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 2px;
  background: linear-gradient(90deg, #111827 0%, #c6cedb 100%);
  z-index: 0;
}

.book-mot-preview-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.book-mot-preview-step__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #cad3e3;
  background: #f8fafd;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.book-mot-preview-step__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.book-mot-preview-step span:last-child {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #334155;
}

.book-mot-preview-step.is-active .book-mot-preview-step__icon {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.22);
}

.book-mot-preview-step.is-active span:last-child {
  color: #0f172a;
}

.book-mot-preview-vehicle {
  margin-top: 0;
  border: 1px solid #d6dfeb;
  border-radius: 16px;
  background: #f4f7fb;
  padding: 18px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.book-mot-preview-vehicle__media {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  width: 100%;
}

.book-mot-preview-vehicle__car {
  width: 100%;
  max-width: 218px;
  border-radius: 14px;
  background: linear-gradient(140deg, #1f2937 0%, #4b5563 60%, #111827 100%);
  padding: 18px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 22px rgba(30, 41, 59, 0.18);
}

.book-mot-preview-vehicle__car svg {
  width: 100%;
  height: auto;
  display: block;
  fill: #f8fafc;
}

.book-mot-preview-vehicle__modify {
  border: 1px solid #c6d3e8;
  border-radius: 999px;
  background: #ffffff;
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #2563eb;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease,
    box-shadow 0.2s ease, transform 0.2s ease;
}

.book-mot-preview-vehicle__modify:hover,
.book-mot-preview-vehicle__modify:focus-visible,
.book-mot-preview-vehicle__modify.is-open {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(29, 78, 216, 0.24);
  transform: translateY(-1px);
}

.book-mot-preview-vehicle__modify:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.35);
  outline-offset: 2px;
}

.book-mot-preview-vehicle__reg-wrap {
  width: min(100%, 470px);
  border: 1px solid #c8d5e6;
  border-radius: 12px;
  background: linear-gradient(180deg, #d9e3f0 0%, #cfdae8 100%);
  padding: 8px;
  display: grid;
  gap: 6px;
  animation: book-mot-preview-reg-enter 0.22s ease-out;
}

.book-mot-preview-vehicle__reg-wrap[hidden] {
  display: none !important;
}

.book-mot-preview-vehicle__reg-form {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 49px;
  gap: 8px;
  align-items: center;
}

.book-mot-preview-vehicle__reg-flag {
  min-height: 38px;
  border-radius: 8px 0 0 8px;
  background: #0b4db8;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.book-mot-preview-vehicle__reg-form input {
  min-height: 38px;
  border: 0;
  border-radius: 0;
  background: #facc15;
  padding: 0 10px;
  color: #111827;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.book-mot-preview-vehicle__reg-form input::placeholder {
  color: #6f5a1f;
}

.book-mot-preview-vehicle__reg-search {
  min-height: 38px;
  border: 1px solid #0f172a;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  appearance: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.book-mot-preview-vehicle__reg-search:hover,
.book-mot-preview-vehicle__reg-search:focus-visible {
  background: #1f2937;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.22);
  transform: translateY(-1px);
}

.book-mot-preview-vehicle__reg-search svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.book-mot-preview-vehicle__reg-search.is-loading,
.book-mot-preview-vehicle__reg-search:disabled {
  opacity: 0.78;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.book-mot-preview-vehicle__reg-status {
  margin: 0;
  min-height: 1.3em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: #5b6981;
}

.book-mot-preview-vehicle__reg-status.is-loading {
  color: #1e4dbb;
}

.book-mot-preview-vehicle__reg-status.is-success {
  color: #0f8a5e;
}

.book-mot-preview-vehicle__reg-status.is-error {
  color: #c13a44;
}

@keyframes book-mot-preview-reg-enter {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.book-mot-preview-vehicle__grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
}

.book-mot-preview-vehicle__item dt {
  margin: 0 0 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.book-mot-preview-vehicle__item dd {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  word-break: break-word;
}

.book-mot-preview-vehicle__chip {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: #facc15;
  color: #111827;
  padding: 2px 10px;
}

.book-mot-preview-shop {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 1fr);
  gap: 16px;
  align-items: start;
}

.book-mot-preview-services {
  border: 1px solid #d8e1ee;
  border-radius: 16px;
  background: #f9fbff;
  padding: 16px;
}

.book-mot-preview-services__title {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.12;
  color: #0f172a;
}

.book-mot-preview-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.book-mot-preview-services__item {
  border: 1px solid #d2dceb;
  border-radius: 12px;
  background: #ffffff;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.book-mot-preview-services__item:hover {
  border-color: #9fb2d4;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.book-mot-preview-services__item.is-selected {
  border-color: #2563eb;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.15);
}

.book-mot-preview-services__badge {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 28%, #7ec3ff 0%, #2563eb 72%, #1e40af 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.book-mot-preview-services__content h4 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}

.book-mot-preview-services__content a {
  margin-top: 4px;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
}

.book-mot-preview-services__item strong {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #111827;
  white-space: nowrap;
}

.book-mot-preview-services__check {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  position: relative;
}

.book-mot-preview-services__item.is-selected .book-mot-preview-services__check {
  border-color: #2563eb;
  background: #2563eb;
}

.book-mot-preview-services__item.is-selected .book-mot-preview-services__check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.book-mot-preview-order {
  border: 1px solid #ccd8e9;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  padding: 16px;
}

.book-mot-preview-order h3 {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
}

.book-mot-preview-order__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.book-mot-preview-order__list li {
  border: 1px solid #e1e8f2;
  border-radius: 12px;
  background: #f9fbff;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.book-mot-preview-order__meta p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.book-mot-preview-order__meta span {
  margin-top: 3px;
  display: inline-flex;
  border-radius: 6px;
  border: 1px solid #d7dfeb;
  padding: 2px 7px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  color: #475569;
}

.book-mot-preview-order__list strong {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.book-mot-preview-order__total {
  margin-top: 12px;
  border-top: 1px solid #e3e9f4;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.book-mot-preview-order__total span {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.book-mot-preview-order__total strong {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}

.book-mot-preview-order__button {
  margin-top: 14px;
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(120deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 22px rgba(29, 78, 216, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.book-mot-preview-order__button:hover,
.book-mot-preview-order__button:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(29, 78, 216, 0.32);
}

@media (max-width: 1100px) {
  .book-mot-preview__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 14px;
  }

  .book-mot-preview__steps::before {
    left: 12%;
    right: 12%;
  }

  .book-mot-preview-vehicle {
    grid-template-columns: 1fr;
  }

  .book-mot-preview-vehicle__media {
    justify-items: start;
  }

  .book-mot-preview-vehicle__reg-wrap {
    width: min(100%, 520px);
  }

  .book-mot-preview-vehicle__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .book-mot-preview-shop {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .book-mot-preview__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-mot-preview__title {
    font-size: 21px;
  }

  .book-mot-preview-vehicle__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }
}

@media (max-width: 640px) {
  .book-mot-preview__panel {
    border-radius: 16px;
    padding: 14px;
  }

  .book-mot-preview__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-mot-preview__steps::before {
    display: none;
  }

  .book-mot-preview-step {
    justify-items: flex-start;
    text-align: left;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  .book-mot-preview-step__icon {
    grid-row: span 2;
  }

  .book-mot-preview-step span:last-child {
    font-size: 11px;
  }

  .book-mot-preview-vehicle {
    padding: 14px;
  }

  .book-mot-preview-vehicle__reg-wrap {
    width: 100%;
  }

  .book-mot-preview-vehicle__reg-form {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .book-mot-preview-vehicle__reg-form input {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .book-mot-preview-vehicle__reg-search {
    grid-column: 1 / -1;
    min-height: 40px;
    font-size: 16px;
  }

  .book-mot-preview-vehicle__grid {
    grid-template-columns: 1fr;
  }

  .book-mot-preview-services {
    padding: 12px;
  }

  .book-mot-preview-services__title {
    font-size: 28px;
  }

  .book-mot-preview-services__item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .book-mot-preview-services__item strong {
    font-size: 16px;
  }

  .book-mot-preview-services__check {
    display: none;
  }

  .book-mot-preview-order {
    padding: 12px;
  }

  .book-mot-preview-order h3 {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .book-mot-flow__grid {
    grid-template-columns: 1fr;
  }

  .book-mot-summary {
    position: static;
  }
}

@media (max-width: 940px) {
  .book-mot-hero {
    padding-top: 104px;
    padding-bottom: 106px;
  }

  .book-mot-hero__grid {
    grid-template-columns: 1fr;
  }

  .book-mot-hero__title {
    font-size: clamp(34px, 9vw, 52px);
    line-height: clamp(38px, 9.5vw, 56.16px);
    letter-spacing: -1.2px;
  }

  .book-mot-hero__highlights {
    justify-self: start;
  }

  .book-mot-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-mot-success {
    padding: 22px 18px;
  }

  .book-mot-success h2 {
    font-size: 34px;
  }

  .book-mot-success__reference strong {
    font-size: 28px;
  }

  .book-mot-success__actions {
    flex-direction: column;
  }

  .book-mot-stepper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .book-mot-service-grid,
  .book-mot-form-grid {
    grid-template-columns: 1fr;
  }

  .book-mot-schedule-grid {
    grid-template-columns: 1fr;
  }

  .book-mot-step--schedule .book-mot-step__head h3 {
    font-size: 22px;
  }

  .book-mot-step--details .book-mot-step__head h3 {
    font-size: 34px;
  }

  .book-mot-schedule-label {
    font-size: 13px;
  }

  .book-mot-schedule-label__date {
    font-size: 13px;
  }

  .book-mot-calendar__month {
    font-size: 15px;
  }

  .book-mot-calendar__weekdays span {
    font-size: 11px;
  }

  .book-mot-calendar__day {
    min-height: 36px;
    font-size: 15px;
  }

  .book-mot-step--vehicle .book-mot-step__head h3 {
    font-size: 38px;
  }

  .book-mot-plate-field__input {
    font-size: 24px !important;
    letter-spacing: 0.11em;
  }
}

@media (max-width: 640px) {
  .book-mot-card,
  .book-mot-summary {
    padding: 14px;
  }

  .book-mot-success {
    padding: 16px 12px;
    border-radius: 18px;
  }

  .book-mot-success h2 {
    font-size: 28px;
  }

  .book-mot-success__icon {
    width: 52px;
    height: 52px;
  }

  .book-mot-success__reference {
    max-width: 100%;
  }

  .book-mot-success__reference strong {
    font-size: 22px;
  }

  .book-mot-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-mot-step--vehicle .book-mot-step__head h3 {
    font-size: 31px;
  }

  .book-mot-step--schedule .book-mot-step__head h3 {
    font-size: 20px;
  }

  .book-mot-step--details .book-mot-step__head h3 {
    font-size: 28px;
  }

  .book-mot-schedule-panel {
    padding: 14px;
  }

  .book-mot-schedule-label {
    font-size: 13px;
  }

  .book-mot-schedule-label__date {
    font-size: 12px;
  }

  .book-mot-calendar__month {
    font-size: 14px;
  }

  .book-mot-calendar__day {
    min-height: 34px;
    font-size: 14px;
  }

  .book-mot-time-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .book-mot-time-block h5 {
    font-size: 15px;
  }

  .book-mot-time-slot {
    min-height: 36px;
    font-size: 13px;
  }

  .book-mot-time-legend {
    flex-wrap: wrap;
    gap: 10px;
  }

  .book-mot-plate-field {
    height: 56px;
  }

  .book-mot-plate-field__country {
    width: 34px;
  }

  .book-mot-vehicle-lookup__result ul {
    grid-template-columns: 1fr;
  }

  .book-mot-stepper button[data-step-indicator]::before {
    display: none;
  }

  .book-mot-form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .book-mot-form__footer > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .book-mot-benefits__grid {
    grid-template-columns: 1fr;
  }
}
