:root {
  --movu-blue: #287abe;
  --movu-blue-dark: #005794;
  --movu-page: #eef4fb;
  --movu-text: #202735;
  --movu-muted: #6d7480;
  --movu-line: #d4dde8;
  --movu-card: #fff;
}

html {
  background: var(--movu-page);
}

.movu-clone-page {
  background: var(--movu-page);
  color: var(--movu-text);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.movu-clone-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.movu-account-header {
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 0 rgba(32, 39, 53, .08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 64px;
  padding: 10px 24px;
  position: sticky;
  top: 0;
  z-index: 30;
}

.movu-account-header a {
  text-decoration: none;
}

.movu-account-header__langs {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-self: start;
}

.movu-account-header__langs a,
.movu-account-header__langs span,
.movu-account-header__phone {
  color: var(--movu-blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.movu-account-header__brand {
  align-items: center;
  color: var(--movu-blue);
  display: inline-flex;
  flex-direction: column;
  font-weight: 800;
  justify-self: center;
  line-height: .9;
}

.movu-account-header__brand span {
  font-size: 25px;
}

.movu-account-header__brand strong {
  color: #e42323;
  font-size: 13px;
  margin-top: 3px;
}

.movu-account-header__phone {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-self: end;
}

.movu-clone {
  background: var(--movu-page);
  min-height: calc(100vh - 64px);
  padding: 52px 20px 36px;
  scroll-margin-top: 90px;
}

.movu-form {
  margin: 0 auto;
  max-width: 1100px;
}

.movu-home {
  display: grid;
  gap: 26px;
}

.movu-home__copy {
  max-width: 760px;
}

.movu-home__copy h1 {
  color: var(--movu-text);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 14px;
}

.movu-home__copy p {
  color: #3f4652;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.movu-service-panel h2 {
  color: var(--movu-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

.movu-service-card {
  align-items: end;
  appearance: none;
  background: rgba(255, 255, 255, .66);
  border: 1.5px solid var(--movu-blue);
  border-radius: 8px;
  color: var(--movu-text);
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  grid-template-rows: 72px auto;
  min-height: 170px;
  padding: 24px 24px 26px;
  position: relative;
  text-align: left;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.movu-service-card:hover,
.movu-service-card:focus-visible {
  background: #fff;
  box-shadow: 0 18px 34px rgba(40, 122, 190, .16);
  outline: 0;
  transform: translateY(-1px);
}

.movu-service-card strong {
  align-self: end;
  color: var(--movu-text);
  display: block;
  font-size: 24px;
  font-weight: 800;
  grid-column: 1 / 2;
  line-height: 1.18;
}

.movu-service-card__arrow {
  align-self: center;
  color: var(--movu-blue);
  font-size: 40px;
  font-weight: 300;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  justify-self: end;
  line-height: 1;
}

.movu-service-card__icon {
  align-self: start;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  grid-column: 1 / 2;
  height: 64px;
  width: 82px;
}

.movu-service-card__icon--combined {
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='64' viewBox='0 0 88 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23287abe' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 30l23-8 23 8-23 8-23-8z' fill='%23287abe' fill-opacity='.13'/%3E%3Cpath d='M10 30v18l23 8 23-8V30M33 38v18M56 30l-23 8'/%3E%3Cpath d='M64 18h12M69 12h14M70 24h9'/%3E%3Cpath d='M66 39c10 2 14 8 10 14-4 6-17 4-17-5 0-5 4-8 7-9z' fill='%23287abe' fill-opacity='.18'/%3E%3Cpath d='M69 30v12M76 32v10M61 52h19'/%3E%3C/g%3E%3C/svg%3E");
}

.movu-service-card__icon--moving {
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='64' viewBox='0 0 88 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23287abe' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21h37v24H16z' fill='%23287abe' fill-opacity='.18'/%3E%3Cpath d='M53 29h14l8 9v7H53zM23 49a5 5 0 1010 0M58 49a5 5 0 1010 0M6 29h7M2 37h11M9 45h7'/%3E%3C/g%3E%3C/svg%3E");
}

.movu-service-card__icon--cleaning {
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='64' viewBox='0 0 88 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23287abe' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M35 27h31v22c0 6-5 11-11 11h-9c-6 0-11-5-11-11z' fill='%23287abe' fill-opacity='.15'/%3E%3Cpath d='M47 38l5 5 10-12M19 25l12 7-12 7-12-7zM19 39v14M10 53h18M13 18l-8-4M21 14l-2-9M31 18l7-5M65 14l5-5M50 13l-1-7'/%3E%3C/g%3E%3C/svg%3E");
}

.movu-service-card__icon--piano {
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='64' viewBox='0 0 88 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23202735' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 41h56v10H10z' fill='%23287abe' fill-opacity='.18'/%3E%3Cpath d='M14 41V20c0-10 8-15 16-10 8 5 9 17 19 18h11l6 13' fill='%23287abe' fill-opacity='.85'/%3E%3Cpath d='M60 28h12l6 13H60z' fill='%23fff'/%3E%3Cpath d='M21 54a5 5 0 1010 0M57 54a5 5 0 1010 0M8 51h70'/%3E%3C/g%3E%3C/svg%3E");
}

.movu-questionnaire {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 1068px;
}

.movu-questionnaire__crumb {
  color: var(--movu-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.movu-questionnaire__crumb span::after {
  content: " • ";
  color: var(--movu-muted);
}

.movu-questionnaire__crumb strong {
  color: var(--movu-blue-dark);
}

.movu-questionnaire h1 {
  color: var(--movu-text);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  max-width: 760px;
}

.movu-selected-service {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid var(--movu-line);
  border-radius: 3px;
  color: var(--movu-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px 22px;
  text-align: left;
  width: 100%;
}

.movu-selected-service small {
  color: var(--movu-muted);
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 7px;
}

.movu-selected-service strong {
  color: var(--movu-text);
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.movu-selected-service__edit {
  color: var(--movu-blue);
  font-size: 28px;
  line-height: 1;
}

.movu-progress {
  display: grid;
  gap: 11px;
}

.movu-progress__track {
  background: #dfe7f1;
  border-radius: 1px;
  height: 6px;
  overflow: hidden;
}

.movu-progress__track span {
  background: var(--movu-blue);
  display: block;
  height: 100%;
  transition: width .18s ease;
  width: 0;
}

.movu-progress__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.movu-progress__list li {
  color: var(--movu-muted);
  font-size: 12px;
  font-weight: 700;
}

.movu-progress__list li.is-active {
  color: var(--movu-blue-dark);
}

.movu-progress__list li.is-done {
  color: #22976a;
}

.movu-fields {
  display: grid;
  gap: 24px;
}

.movu-section {
  display: grid;
  gap: 18px;
}

.movu-section__heading {
  color: var(--movu-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

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

.movu-grid--thirds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.movu-field,
.movu-choice-group {
  display: grid;
  gap: 9px;
}

.movu-field--wide,
.movu-choice-group--wide,
.movu-inventory,
.movu-addons,
.movu-success {
  grid-column: 1 / -1;
}

.movu-field label,
.movu-choice-group legend,
.movu-inventory__label,
.movu-addons__label {
  color: var(--movu-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.movu-field input,
.movu-field select,
.movu-field textarea {
  appearance: none;
  background: #fff;
  border: 1px solid var(--movu-line);
  border-radius: 4px;
  color: var(--movu-text);
  font: inherit;
  min-height: 54px;
  padding: 14px 16px;
  width: 100%;
}

.movu-field textarea {
  min-height: 110px;
  resize: vertical;
}

.movu-field input:focus,
.movu-field select:focus,
.movu-field textarea:focus {
  border-color: var(--movu-blue);
  box-shadow: 0 0 0 2px rgba(40, 122, 190, .15);
  outline: 0;
}

.movu-field__hint {
  color: var(--movu-muted);
  font-size: 13px;
  line-height: 1.35;
}

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

.movu-options--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.movu-option {
  align-items: center;
  background: #fff;
  border: 1px solid var(--movu-line);
  border-radius: 4px;
  color: #4f5560;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  justify-content: center;
  min-height: 84px;
  padding: 18px;
  position: relative;
  text-align: center;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.movu-option input {
  accent-color: var(--movu-blue);
  cursor: pointer;
  height: 100%;
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.movu-option:has(input:checked) {
  background: #e8f2fb;
  border-color: var(--movu-blue);
  color: var(--movu-blue-dark);
  font-weight: 800;
}

.movu-counter {
  display: grid;
  gap: 8px;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
}

.movu-counter button,
.movu-remove-row {
  align-items: center;
  appearance: none;
  background: var(--movu-blue);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
}

.movu-range__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.movu-range output {
  color: var(--movu-blue-dark);
  font-size: 18px;
  font-weight: 800;
}

.movu-range input[type="range"] {
  accent-color: var(--movu-blue);
}

.movu-inventory,
.movu-addons {
  background: #fff;
  border: 1px solid var(--movu-line);
  border-radius: 4px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.movu-inventory__rows {
  display: grid;
  gap: 12px;
}

.movu-inventory__row {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(120px, 1.1fr) minmax(160px, 1.4fr) 90px 54px;
}

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

.movu-addon {
  border: 1px solid var(--movu-line);
  border-radius: 4px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.movu-addon__top {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
}

.movu-addon input[type="checkbox"] {
  accent-color: var(--movu-blue);
}

.movu-addon strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}

.movu-addon small {
  color: var(--movu-muted);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
}

.movu-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.movu-button {
  align-items: center;
  appearance: none;
  background: var(--movu-blue);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
}

.movu-button--light {
  background: #fff;
  border: 1px solid var(--movu-blue);
  color: var(--movu-blue);
}

.movu-actions {
  display: grid;
  gap: 22px;
  grid-template-columns: 88px minmax(0, 1fr);
  margin-top: 4px;
}

.movu-nav-button {
  align-items: center;
  appearance: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  text-transform: uppercase;
}

.movu-nav-button--back {
  background: var(--movu-blue);
  color: #fff;
  font-size: 36px;
}

.movu-nav-button--next {
  background: #bdbdbd;
  color: #fff;
  letter-spacing: .8px;
}

.movu-nav-button--next:not(:disabled):hover,
.movu-nav-button--next:not(:disabled):focus-visible {
  background: var(--movu-blue);
  outline: 0;
}

.movu-status {
  color: #b51d1d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  min-height: 21px;
}

.movu-summary {
  background: rgba(255, 255, 255, .65);
  border: 1px solid var(--movu-line);
  border-radius: 4px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.movu-summary h2 {
  color: var(--movu-text);
  font-size: 19px;
  margin: 0;
}

.movu-summary__empty,
.movu-summary p {
  color: var(--movu-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.movu-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.movu-summary__line {
  border-top: 1px solid #dfe7f1;
  display: grid;
  gap: 2px;
  padding-top: 10px;
}

.movu-summary dt {
  color: var(--movu-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.movu-summary dd {
  color: var(--movu-text);
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.movu-success {
  background: #eaf8f0;
  border: 1px solid #a9dbc1;
  border-radius: 4px;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.movu-success h2 {
  color: #0f7149;
  font-size: 26px;
  margin: 0;
}

.movu-success p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.movu-success code {
  background: #fff;
  border: 1px solid #a9dbc1;
  border-radius: 4px;
  color: var(--movu-text);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  padding: 12px;
}

.movu-json-preview {
  background: #101827;
  border-radius: 4px;
  color: #e7eefb;
  font-size: 12px;
  line-height: 1.5;
  max-height: 320px;
  overflow: auto;
  padding: 14px;
  white-space: pre-wrap;
}

@media (max-width: 700px) {
  .movu-account-header {
    grid-template-columns: 1fr auto;
    padding: 10px 16px;
  }

  .movu-account-header__brand {
    justify-self: start;
  }

  .movu-account-header__langs {
    display: none;
  }

  .movu-account-header__phone strong {
    display: none;
  }

  .movu-clone {
    padding: 34px 14px;
  }

  .movu-home__copy h1,
  .movu-questionnaire h1 {
    font-size: 26px;
  }

  .movu-home__copy p {
    font-size: 16px;
  }

  .movu-service-grid,
  .movu-grid,
  .movu-grid--thirds,
  .movu-options,
  .movu-options--compact,
  .movu-addons__grid {
    grid-template-columns: 1fr;
  }

  .movu-service-card {
    min-height: 144px;
  }

  .movu-inventory__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .movu-service-panel h2 {
    font-size: 22px;
  }

  .movu-service-card {
    min-height: 150px;
    padding: 20px;
  }

  .movu-service-card strong {
    font-size: 22px;
  }

  .movu-actions {
    gap: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
  }
}
