@charset "UTF-8";
/* design tokens */
:root {
  --content-primary: #0A0A0A;
  --Content-primary: #0A0A0A;
  --Content-secondary: #404040;
  --Border-Quaternary: #0A0A0A;
  --Content-inversePrimary: #FFFFFF;
  --Border-Tertiary: #A1A1A1;
  --state-brand-hover: #0B8EEC;
  --Background-secondary: #FAFAFA;
  --font-weight-fw-400: 400;
  --font-weight-fw-500: 500;
  --font-weight-fw-700: 700;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xs: 20px;
  --font-size-2xl: 24px;
  --font-size-4xl: 36px;
  --line-height-sm: 24px;
  --line-height-lg: 28px;
  --line-height-3xl: 44px;
  --stroke-sm: 1px;
  --stroke-lg: 2px;
  --base-border: #D4D4D4;
  --base-disabled: #A1A1A1;
  --base-surface-2: #E5E5E5;
  --base-surface-1: #FFFFFF;
  --state-danger-hover: #DA1E28;
  --state-danger-active: #B80E17;
  --base-surface-1-black: #0A0A0A;
  --base-fill-5: #0A0A0A;
  --radi-6: 12px;
  --radi-9: 24px;
  --spacing-5: 8px;
  --spacing-9: 20px;
  --spacing-10: 24px;
  --spacing-12: 32px;
  --spacing-16: 48px;
  --spacing-18: 64px;
  --stroke-xs: 0.5px;
  --scale-11: 40px;
  --scale-13: 80px;
  --font-family: "Open Sans", sans-serif;
  --font-family-open-sans: "Open Sans", sans-serif;
}
/* =========================================================
   Breakpoints & Mixins
   ========================================================= */
/* =========================================================
   Map / Wizard Breakpoints
   ========================================================= */
/* Map mobile */
/* Map tablet */
/* Map desktop */
/* =========================================================
   Features Section
   ========================================================= */
.stripe-loading-indicator {
  visibility: hidden !important;
}
body:has(.wizard-guide-page) .app-header, body:has(.wizard-guide-page) #footer {
  display: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-9);
  padding-right: var(--spacing-9);
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 96px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 96px);
  }
}
@media (min-width: 1200px) {
  .container {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 160px);
  }
}
.container--header {
  padding-top: 0 !important;
}
@media (max-width: 575px) {
  .container--header {
    padding-right: 8px;
  }
}
.features {
  padding: 64px 0 96px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .features {
    padding: 56px 0 96px;
  }
}
.features__header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.features__title {
  color: #000;
  text-align: center;
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
}
@media (max-width: 575px) {
  .features__title {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .features__title {
    font-size: 36px;
    line-height: 44px;
    /* 122.222% */
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .features__title {
    font-size: 36px;
    line-height: 44px;
    /* 122.222% */
  }
}
.features__subtitle {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--size-body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.features__subtitle-strong {
  color: var(--text-primary, #1D2A35);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.features__grid {
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .features__grid {
    max-width: 411px;
  }
}
.features__spacing {
  padding: 0;
}
.features__left {
  padding-right: 12px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .features__left {
    padding-bottom: 12px;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .features__left {
    padding-bottom: 12px;
    padding-right: 0;
  }
}
.features__right {
  padding-left: 12px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .features__right {
    padding-top: 12px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .features__right {
    padding-top: 12px;
    padding-left: 0;
  }
}
/* =========================================================
   Feature Card
   ========================================================= */
.feature-card {
  height: 100%;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 24px;
  overflow: hidden;
}
.feature-card__media {
  height: 216px;
}
.feature-card__icon {
  width: 216px;
  height: 100%;
  margin: 0 auto;
}
.feature-card__body {
  background: #FCFCFC;
  padding: 24px 24px 28px;
}
.feature-card__title {
  color: var(--text-text-default, #000);
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  margin: 0 0 8px 0;
}
@media (max-width: 575px) {
  .feature-card__title {
    font-size: 22px;
  }
}
.feature-card__text {
  font-size: 15px;
  line-height: 1.55;
  color: #495057;
}
.feature-card__clickable {
  display: block;
  cursor: pointer;
  color: inherit;
  border: none;
  text-decoration: none !important;
}
.feature-card__clickable:hover, .feature-card__clickable:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
/* =========================================================
   App Header
   ========================================================= */
.app-header {
  --app-header-height: 64px;
  height: var(--app-header-height);
  box-sizing: border-box;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.12);
  padding: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .app-header {
    --app-header-height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .app-header {
    --app-header-height: 72px;
  }
}
@media (min-width: 1200px) {
  .app-header {
    --app-header-height: 80px;
  }
}
.container--header {
  height: 100%;
}
@media (max-width: 575px) {
  .container--header {
    padding-right: 4px;
  }
}
.app-header__row {
  height: 100%;
  min-height: 0;
}
.app-header__logo {
  display: inline-flex;
  align-items: center;
}
.app-header__logo svg {
  width: 81px;
  display: block;
  height: auto;
}
@media (min-width: 1200px) {
  .app-header__logo svg {
    width: 95px;
  }
}
.app-header__close {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--Content-primary, #0A0A0A);
  cursor: pointer;
}
.app-header__close svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}
.app-header__close:hover, .app-header__close:focus {
  color: var(--Content-primary, #0A0A0A);
  text-decoration: none;
  outline: none;
  background: transparent;
}
@media (max-width: 575px) {
  .app-header__close svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}
.app-header__close-guide-page {
  width: 36px;
  height: 36px;
}
/* Overlay */
.modal.modal-test.show, .modal.close-confirm-modal-root.show {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  /* space on mobile */
  z-index: 9999 !important;
}
/* IMPORTANT: constrain the dialog (prevents stretching) */
.modal.modal-test .modal-dialog, .modal.close-confirm-modal-root .modal-dialog {
  margin: 0 !important;
  width: auto !important;
  /* <-- key line */
  max-width: 560px !important;
  /* your card width */
}
/* Make the box fill the dialog width */
.modal.modal-test .modal-content, .modal.close-confirm-modal-root .modal-content {
  width: 100% !important;
  border: 0;
  border-radius: 20px;
}
/* Backdrop */
.modal-backdrop {
  z-index: 9990 !important;
}
.modal-backdrop.show {
  opacity: 0.6;
}
/* No scroll behind */
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}
body.swal2-height-auto {
  min-height: 100vh !important;
}
body.swal2-shown {
  overflow: auto !important;
}
.swal-btn:hover, .swal-btn:focus, .swal-btn:active {
  color: inherit !important;
}
.swal2-popup.swal2-modal.swal2-show {
  border-radius: 32px !important;
  padding: 0 0 88px !important;
}
.swal2-popup {
  width: 600px !important;
}
.swal2-title {
  margin: 88px 30px 30px 30px !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  color: #000 !important;
  text-align: center !important;
  font-family: var(--font-family-open-sans, "Open Sans") !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
}
/* Base button (shared) */
.swal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--scale-2, 4px);
  height: 56px;
  min-height: 44px;
  padding: var(--scale-3, 8px) 22px;
  border-radius: 12px;
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 136px;
  cursor: pointer;
  appearance: none;
  background: none;
}
.swal-btn:focus {
  outline: none;
}
/* NO button */
.swal-btn--no {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
/* YES button */
.swal-btn--yes {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.swal2-actions {
  gap: 16px;
  margin: 0 !important;
}
.swal-btn--yes:hover {
  background: #000;
  opacity: 0.85;
  color: #fff !important;
}
.swal-btn--yes:focus, .swal-btn--yes:focus-visible, .swal-btn--yes:active {
  color: #fff !important;
}
.swal-btn--no:hover {
  background: transparent;
  opacity: 0.85;
  color: #000;
}
/* =========================================================
   Hero section
   ========================================================= */
.hero {
  padding: 16px 0 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero {
    padding: 32px 0 120px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding: 24px 0 144px;
  }
}
.hero__content {
  max-width: 764px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero__content {
    max-width: 628px;
  }
}
.hero__icon {
  height: 200px;
  margin-bottom: 12px;
}
.hero__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero__title {
  margin: 0 0 12px;
  color: #000;
  text-align: center;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.hero__subtitle {
  margin: 0 0 32px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}
@media (max-width: 575px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__subtitle-strong {
  color: var(--text-text-default, #000);
  font-weight: 600;
}
.hero .btn.hero__st-button {
  color: var(--text-inverse-primary, #FFF);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-base);
  /* 162.5% */
  text-transform: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: #0158A3;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.hero .btn.hero__st-button:hover, .hero .btn.hero__st-button:focus {
  color: #fff;
  text-decoration: none;
  background: #014a8a;
}
.success {
  padding: 92px 0 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .success {
    padding: 76px 0 120px;
  }
}
@media (max-width: 575px) {
  .success {
    padding: 56px 0 144px;
  }
}
.success__content {
  max-width: 764px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .success__content {
    max-width: 628px;
  }
}
.btn.secondary__st-button {
  color: var(--Content-primary, #0A0A0A);
  text-transform: unset;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 24px;
  border-radius: var(--radi-6);
  border: var(--stroke-sm) solid var(--base-border);
  gap: var(--scale-2, 4px);
}
.btn.secondary__st-button:hover, .btn.secondary__st-button:focus {
  color: var(--Content-primary, #0A0A0A);
}
.st-stepper {
  --active: #0A0A0A;
  --muted: #E5E5E5;
  --text: #0A0A0A;
  --subtext: #404040;
  --line: #E5E5E5;
  --step-gap: 20px;
  --dot: 40px;
  --cut: 4px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto var(--spacing-16);
  padding: 24px 0px;
}
.st-stepper__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  column-gap: var(--step-gap);
  align-items: start;
}
.st-stepper__item {
  position: relative;
}
.st-stepper__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.st-stepper__dot {
  width: var(--dot);
  height: var(--dot);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-family);
  font-size: var(--font-size-lg);
  font-style: normal;
  font-weight: var(--font-weight-fw-600, 600);
  line-height: 1;
  background: var(--base-surface-2);
  color: var(--content-primary, #0A0A0A);
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .st-stepper__head::before, .st-stepper__head::after {
    content: "";
    position: absolute;
    top: calc(var(--dot) / 2);
    height: 2px;
    background: var(--line);
    z-index: 1;
  }
  .st-stepper__head::before {
    left: calc(-1 * (var(--step-gap) / 2));
    right: calc(50% + (var(--dot) / 2) + var(--cut));
  }
  .st-stepper__head::after {
    left: calc(50% + (var(--dot) / 2) + var(--cut));
    right: calc(-1 * (var(--step-gap) / 2));
  }
  .st-stepper__item:first-child .st-stepper__head::before {
    content: none;
  }
  .st-stepper__item:last-child .st-stepper__head::after {
    content: none;
  }
  .st-stepper__item.is-done .st-stepper__head::after {
    background: var(--state-brand-hover);
  }
  .st-stepper__item.is-done + .st-stepper__item .st-stepper__head::before {
    background: var(--state-brand-hover);
  }
}
.st-stepper__content {
  text-align: center;
  max-width: 282px;
}
.st-stepper__title {
  margin: 0;
  color: var(--content-primary, #0A0A0A);
  /* Label/Semibold/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-600, 600);
  line-height: 20px;
  /* 125% */
}
.st-stepper__text {
  margin-top: 4px;
  color: var(--content-secondary, #404040);
  /* Body/Small */
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.st-stepper__item.is-done .st-stepper__dot {
  background: var(--state-brand-hover);
  color: var(--content-inversePrimary, #FFF);
}
.st-stepper__item.is-active .st-stepper__dot {
  background: var(--active);
  color: var(--content-inversePrimary, #FFF);
}
.st-stepper__item.is-todo .st-stepper__dot {
  background: var(--base-surface-2);
  color: var(--content-primary, #0A0A0A);
}
@media (max-width: 575px) {
  /* vertical line */
  /* dot stays above the line */
  .hero__content .st-stepper {
    align-self: flex-start;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    padding-bottom: 0;
  }
  .st-stepper__list {
    display: block;
  }
  .st-stepper__item {
    position: relative;
    padding-bottom: 40px;
  }
  .st-stepper__head {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .st-stepper__content {
    text-align: left;
  }
  .st-stepper__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc((var(--dot) / 2) - 1px);
    top: calc(var(--dot) / 2);
    bottom: -10px;
    width: 2px;
    background: var(--line);
    z-index: 1;
  }
  .st-stepper__item.is-done:not(:last-child)::before {
    background: var(--state-brand-hover);
  }
  .st-stepper__dot {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    /* 4px gap around the dot */
    box-shadow: 0 0 0 4px #fff;
  }
}
.wizard-step-el__main-text {
  color: var(--Content-primary, #0a0a0a);
}
.wizard-step3 .wizard-step-el__card > p {
  color: var(--Content-secondary, #404040);
}
.wizard-layout {
  display: flex;
  align-items: stretch;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 64px !important;
}
/* Map takes the remaining space */
.wizard-map-col {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 24px;
}
.wizard-back {
  position: relative;
  padding: 16px 0;
}
.wizard-back__button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #F9F9F9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--base-fill-5);
}
.wizard-back__button svg {
  width: 20px;
  display: block;
  height: auto;
}
@media (max-width: 575px) {
  .wizard-back__button {
    width: 36px;
    height: 36px;
  }
  .wizard-back__button svg {
    width: 16px;
    display: block;
    height: auto;
  }
}
@media (max-width: 575px) {
  .wizard-back {
    padding: 8px 0;
    overflow: visible;
  }
  .wizard-back::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* expand width beyond itself */
    left: 0;
    width: calc(100% + 20px + 20px);
    /* parent padding L+R */
    transform: translateX(-20px);
    /* pull into left padding */
    height: var(--stroke-xs, 1px);
    background: var(--base-border);
    z-index: 1;
  }
}
/* Back link */
.wizard-back__link {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.wizard-back__link:hover, .wizard-back__link:focus {
  color: #000;
  text-decoration: none;
}
.wizard-back__text {
  color: var(--Content-primary, #0A0A0A);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
}
.wizard-back__icon {
  font-size: 20px;
  line-height: 1;
}
/* Left panel card */
.wizard-panel {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  padding: 32px 24px;
  height: 100%;
}
.wizard-panel__title {
  margin: 0 0 8px;
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
}
.wizard-panel__desc {
  margin: 0 0 24px;
  color: var(--Content-secondary, #404040);
  /* Body/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
}
@media (min-width: 1024px) {
  .wizard-panel__desc {
    max-width: 352px;
  }
  .wizard-location-error {
    max-width: 352px;
  }
}
/* Search input */
.wizard-search {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .wizard-search {
    margin-bottom: 8px;
  }
}
.wizard-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
}
.wizard-search__icon img {
  width: 20px;
  height: 20px;
  opacity: 0.85;
  display: block;
}
.wizard-search__input {
  width: 100%;
  height: 56px;
  padding: 0 16px 0 44px;
  border-radius: 12px;
  border: 1px solid #D4D4D4;
  box-shadow: none;
  outline: none;
  font-size: 16px;
}
.wizard-search__input:focus, .wizard-search__input:focus-visible {
  border: 2px solid #0A0A0A;
}
/* Error styles (reuse your existing intent) */
.wizard-search__input.wizard-map-error {
  border: 2px solid #DA1E28 !important;
}
.wizard-search.wizard-map-error-icon img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(3120%) hue-rotate(352deg) brightness(85%) contrast(102%);
}
.wizard-search.is-filled .wizard-search__clear {
  display: inline-flex;
}
/* Dropdown */
.wizard-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 30;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 0;
  padding: 0;
  max-height: min(296px, calc(100dvh - 400px));
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.wizard-dropdown.is-typing .wizard-first-item, .wizard-dropdown.is-typing .wizard-pinpick-btn {
  display: none;
}
.wizard-dropdown.is-visible {
  display: block;
}
/* make inner list not be its own scroll area */
.wizard-autocomplete-inside {
  width: 100%;
  max-height: none;
  overflow: visible;
  background: #fff;
}
/* rows */
.wizard-first-item, .wizard-autocomplete-item, [data-wizard-step="2"] .wizard-pinpick-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  text-align: left;
  border-bottom: 0;
  position: relative;
}
.wizard-first-item {
  cursor: pointer;
}
.wizard-autocomplete-item {
  cursor: pointer;
}
[data-wizard-step="2"] .wizard-pinpick-btn {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  appearance: none;
  cursor: pointer;
}
.wizard-first-item:hover, .wizard-autocomplete-item:hover, [data-wizard-step="2"] .wizard-pinpick-btn:hover {
  background: #fafafa;
}
/* custom divider aligned with text */
.wizard-first-item::after, .wizard-autocomplete-item::after, [data-wizard-step="2"] .wizard-pinpick-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 0;
  height: 1px;
  background: #E5E5E5;
}
.wizard-dropdown > :is(.wizard-first-item, .wizard-pinpick-btn):last-of-type::after {
  display: none;
}
.wizard-autocomplete-inside > .wizard-autocomplete-item:last-child::after {
  display: none;
}
/* icons */
.wizard-first-item svg, .wizard-autocomplete-item__icon svg, [data-wizard-step="2"] .wizard-pinpick-btn svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  display: block;
}
.wizard-autocomplete-item__icon {
  flex: 0 0 24px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
/* text blocks */
.wizard-first-item__text, .wizard-autocomplete-item__text, .wizard-pinpick-btn__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  align-self: center;
  color: var(--Content-primary, #0A0A0A);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
}
/* subtitle only for first item */
.wizard-first-item__text span:last-child {
  margin-top: 4px;
  color: var(--Content-secondary, #404040);
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
/* scrollbar */
.wizard-dropdown::-webkit-scrollbar {
  width: 8px;
}
.wizard-dropdown::-webkit-scrollbar-track {
  background: transparent;
  margin: 10px 0;
}
.wizard-dropdown::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
@media (max-width: 1023px) {
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown {
    position: static !important;
    display: none;
    width: 100%;
    margin-top: 12px;
    max-height: none;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown.is-visible {
    display: block;
  }
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown.is-typing .wizard-first-item, #wizardOverlay #overlayDropdownLocation.wizard-dropdown.is-typing .wizard-pinpick-btn {
    display: none;
  }
  #wizardOverlay .wizard-autocomplete-inside {
    width: 100%;
    max-height: none;
    overflow: visible;
    background: transparent;
  }
  #wizardOverlay .wizard-first-item, #wizardOverlay .wizard-autocomplete-item, #wizardOverlay .wizard-pinpick-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }
  #wizardOverlay .wizard-first-item::after, #wizardOverlay .wizard-autocomplete-item::after, [data-wizard-step="2"] .wizard-pinpick-btn::after {
    left: 32px;
  }
  #wizardOverlay .wizard-first-item, #wizardOverlay .wizard-autocomplete-item, #wizardOverlay .wizard-pinpick-btn {
    border-bottom: 0 !important;
  }
  #wizardOverlay .wizard-autocomplete-inside > .wizard-autocomplete-item:last-child::after {
    display: block;
  }
  #wizardOverlay .wizard-dropdown > :is(.wizard-first-item, .wizard-pinpick-btn):last-of-type::after {
    display: block;
  }
  #wizardOverlay .wizard-first-item:hover, #wizardOverlay .wizard-autocomplete-item:hover, #wizardOverlay .wizard-pinpick-btn:hover {
    background: transparent;
  }
  #wizardOverlay .wizard-first-item svg, #wizardOverlay .wizard-autocomplete-item__icon svg, #wizardOverlay .wizard-pinpick-btn svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: block;
  }
  #wizardOverlay .wizard-autocomplete-item__icon {
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #wizardOverlay .wizard-first-item__text, #wizardOverlay .wizard-autocomplete-item__text, #wizardOverlay .wizard-pinpick-btn__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  #wizardOverlay .wizard-first-item__text span:first-child, #wizardOverlay .wizard-autocomplete-item__text, #wizardOverlay .wizard-pinpick-btn__text span:first-child {
    color: var(--Content-primary, #0A0A0A);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-fw-500, 500);
    line-height: 20px;
  }
  #wizardOverlay .wizard-first-item__text span:last-child {
    margin-top: 4px;
    color: #6B6B6B;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  #wizardOverlay #overlayDropdownLocation::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
/* Tooltip */
.wizard-tooltip {
  margin-top: 12px;
  background: #0C2438;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.45;
  display: none;
  position: relative;
}
.wizard-tooltip::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #0C2438;
}
/* Right map */
.wizard-map {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.wizard-map__canvas {
  width: 100%;
  height: min(70vh, 900px);
}
/* Responsive adjustments */
@media (max-width: 991px) {
  .wizard-panel {
    min-height: auto;
  }
  .wizard-map__canvas {
    height: 420px;
  }
}
/* Continue button */
.btn.wizard-continue {
  width: 100%;
  height: 48px;
  min-height: 44px;
  padding: 8px 24px;
  border-radius: 12px;
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: unset;
}
.btn.wizard-continue:hover, .btn.wizard-continue:focus, .btn.wizard-continue:active {
  background: #004E98;
  border-color: #004E98;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  border-radius: 12px;
}
.wizard-search__input {
  padding-right: 44px;
}
/* By default show search icon, hide location icon + clear button */
.wizard-search__icon--location, .wizard-search__clear {
  display: none;
}
/* When filled: show location icon + clear button, hide search icon */
.wizard-search--filled .wizard-search__icon--search {
  display: none;
}
.wizard-search--filled .wizard-search__icon--location {
  display: flex;
}
.wizard-search--filled .wizard-search__clear {
  display: inline-flex;
}
/* X button inside input (right side) */
.wizard-search__clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.wizard-search__clear:hover, .wizard-search__clear:focus {
  outline: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.06);
}
.wizard-search__clear svg {
  display: block;
}
/* Address label next to pin */
.leaflet-tooltip.wizard-pin-label {
  background: #FFF !important;
  color: #000;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  border: 1px solid #E6E6E6 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  pointer-events: none;
}
/* Kill Leaflet tooltip arrow for THIS tooltip only */
.leaflet-tooltip.wizard-pin-label:before, .leaflet-tooltip.wizard-pin-label:after, .leaflet-tooltip.wizard-pin-label.leaflet-tooltip-right:before, .leaflet-tooltip.wizard-pin-label.leaflet-tooltip-left:before, .leaflet-tooltip.wizard-pin-label.leaflet-tooltip-top:before, .leaflet-tooltip.wizard-pin-label.leaflet-tooltip-bottom:before {
  display: none !important;
  content: none !important;
  border: 0 !important;
}
/* =========================================================
   Step 2: < 1024px (mobile + tablet)
   Back row on top, map full width, address card hidden
   ========================================================= */
@media (max-width: 1023px) {
  /* Container goes full width */
  /* Back row stays visible */
  /* Remove row gutters */
  /* Make right column full width under 1024 */
  /* Map wrapper is the "background" behind the card */
  /* Make the map fill the fold (we set height precisely per device below) */
  /*
    Address card becomes a bottom overlay that ends at the fold.
    (We set its height per device below)
  */
  /* Optional: make the left "column" not take space */
  [data-wizard-step="2"] .wizard-page.container {
    padding-top: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [data-wizard-step="2"] .wizard-back {
    flex: 0 0 auto;
  }
  [data-wizard-step="2"] .wizard-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-wizard-step="2"] .wizard-layout > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-wizard-step="2"] .wizard-layout > .col-12.col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    /* This makes the panel overlay relative to this column */
    position: relative !important;
    /* Needed so absolute child can be positioned correctly */
    min-height: 0 !important;
  }
  [data-wizard-step="2"] .wizard-map-col {
    padding-left: 0 !important;
  }
  [data-wizard-step="2"] .wizard-map {
    border-radius: 0 !important;
    overflow: hidden;
  }
  [data-wizard-step="2"] .wizard-map__canvas {
    width: 100% !important;
    display: block;
  }
  [data-wizard-step="2"] .wizard-panel {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0 !important;
    width: min(720px, calc(100% - 32px));
    /* nice margins */
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.12);
    z-index: 5;
  }
  [data-wizard-step="2"] .wizard-layout > .col-lg-4 {
    display: block !important;
    /* keep DOM */
    position: static !important;
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}
/* -----------------------
   Tablet specific
   Header+Back block is 173px (your measurement)
   ----------------------- */
@media (min-width: 576px) and (max-width: 1023px) {
  [data-wizard-step="2"] .wizard-back {
    padding: 16px 48px;
  }
  [data-wizard-step="2"] .wizard-panel {
    height: auto !important;
    /* Never exceed the visible fold area */
    max-height: calc(100dvh - 173px - 12px) !important;
    padding: 48px;
    /* Only scroll if it MUST */
    overflow: auto !important;
    z-index: 9999;
  }
  [data-wizard-step="2"] .wizard-map__canvas {
    height: calc(100dvh - 173px) !important;
  }
}
/* -----------------------
   Mobile specific
   Header+Back block is 142px
   ----------------------- */
@media (max-width: 575px) {
  [data-wizard-step="2"] .wizard-back {
    padding: 12px;
  }
  [data-wizard-step="2"] .wizard-panel {
    height: auto !important;
    max-height: calc(100dvh - 64px) !important;
    padding: 20px;
    width: calc(100% - 24px);
    overflow: auto !important;
    /* only when needed */
    z-index: 9999;
  }
  [data-wizard-step="2"] .wizard-map__canvas {
    height: calc(100dvh - 64px) !important;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {
  [data-wizard-step="2"] .wizard-map, [data-wizard-step="2"] .wizard-map__canvas {
    bottom: 98px !important;
  }
  [data-wizard-step="2"] .wizard-map__canvas {
    height: calc(100dvh - 72px) !important;
  }
}
@media (max-width: 575px) {
  [data-wizard-step="2"] .wizard-map, [data-wizard-step="2"] .wizard-map__canvas {
    bottom: 98px !important;
  }
}
/* =========================================================
   Step 2: Mobile/Tablet overlay INSIDE #wizard-container
   ========================================================= */
/* Base state: overlay is ALWAYS hidden */
#wizard-container .wizard-overlay {
  display: none;
}
/* Wizard container must be positioning context */
#wizard-container {
  position: relative;
}
/* Overlay inner layout */
#wizard-container .wizard-overlay__content {
  padding: 20px;
}
#wizard-container .wizard-search--overlay {
  position: relative;
}
/* Input padding so icons fit inside */
#wizardOverlay .wizard-search--overlay .wizard-search__input {
  width: 100%;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  box-sizing: border-box;
  padding-left: 44px;
  padding-right: 44px;
}
/* Search icon INSIDE input */
#wizardOverlay .wizard-search--overlay .wizard-search__icon {
  position: absolute;
  left: 14px;
  top: 28px;
  pointer-events: none;
  z-index: 2;
}
/* Clear button INSIDE input */
#wizardOverlay .wizard-search--overlay .wizard-search__clear {
  position: absolute;
  right: 14px;
  top: 28px;
  z-index: 2;
}
/* Clear button in overlay */
#wizard-container .wizard-overlay__clear {
  display: none;
}
#wizard-container .wizard-search--overlay.is-filled .wizard-overlay__clear {
  display: inline-flex;
}
#wizard-container .wizard-overlay__results {
  margin-top: 12px;
  border-top: 1px solid #eee;
}
#wizard-container .wizard-overlay__results .wizard-autocomplete-item {
  padding: 14px 6px;
  border-bottom: 1px solid #eee;
}
#wizard-container .wizard-location-error__text {
  color: var(--state-danger-active);
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
/* Mobile + Tablet only */
@media (max-width: 1023px) {
  /* Overlay covers ONLY wizard container */
  /* Open state */
  /* Prevent scroll behind overlay inside wizard */
  /* Header/back area */
  /*
    IMPORTANT:
    Use grid here, not flex.
    Row 1 = input
    Row 2 = dropdown/list
  */
  /* Dropdown uses remaining space */
  /* Fixed rows above autocomplete */
  /* Only autocomplete results scroll */
  #wizard-container .wizard-overlay {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 20000;
    display: none;
    flex-direction: column;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  #wizard-container .wizard-overlay.is-open {
    display: flex;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden !important;
  }
  #wizard-container.wizard-overlay-open {
    overflow: hidden;
  }
  #wizard-container .wizard-overlay__top {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
    background: #fff;
  }
  #wizard-container .wizard-overlay__close {
    margin-top: 16px;
    width: 100%;
    position: relative;
  }
  #wizard-container .wizard-overlay__body {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
  }
  #wizard-container .wizard-overlay__content {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
  }
  #wizard-container .wizard-overlay__title {
    margin: 0 0 24px;
    font-family: var(--font-family-open-sans, "Open Sans");
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    flex: 0 0 auto;
  }
  #wizard-container .wizard-overlay__field {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  #wizardOverlay .wizard-search--overlay {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden !important;
    display: grid !important;
    grid-template-rows: 56px minmax(0, 1fr);
  }
  #wizardOverlay .wizard-search--overlay .wizard-search__input {
    grid-row: 1;
  }
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown {
    grid-row: 2;
    position: static !important;
    width: 100%;
    margin-top: 8px;
    min-height: 0;
    max-height: none !important;
    overflow: hidden !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    display: none;
    flex-direction: column;
    z-index: auto !important;
  }
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown.is-visible {
    display: flex !important;
  }
  #wizardOverlay #overlayDropdownLocation > .wizard-first-item, #wizardOverlay #overlayDropdownLocation > .wizard-pinpick-btn {
    flex: 0 0 auto;
  }
  #wizardOverlay #overlayAutocompleteResults {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    background: transparent;
  }
  #wizardOverlay .wizard-autocomplete-inside {
    width: 100%;
    max-height: none !important;
    background: transparent;
  }
  #wizardOverlay .wizard-first-item, #wizardOverlay .wizard-autocomplete-item, #wizardOverlay .wizard-pinpick-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    background: transparent;
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }
  #wizardOverlay .wizard-first-item::after, #wizardOverlay .wizard-autocomplete-item::after, #wizardOverlay .wizard-pinpick-btn::after {
    left: 32px;
  }
  #wizardOverlay .wizard-autocomplete-inside > .wizard-autocomplete-item:last-child::after {
    display: block;
  }
  #wizardOverlay .wizard-dropdown > :is(.wizard-first-item, .wizard-pinpick-btn):last-of-type::after {
    display: block;
  }
  #wizardOverlay .wizard-first-item:hover, #wizardOverlay .wizard-autocomplete-item:hover, #wizardOverlay .wizard-pinpick-btn:hover {
    background: transparent;
  }
  #wizardOverlay .wizard-first-item svg, #wizardOverlay .wizard-autocomplete-item__icon svg, #wizardOverlay .wizard-pinpick-btn svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: block;
  }
  #wizardOverlay .wizard-autocomplete-item__icon {
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #wizardOverlay .wizard-first-item__text, #wizardOverlay .wizard-autocomplete-item__text, #wizardOverlay .wizard-pinpick-btn__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  #wizardOverlay .wizard-first-item__text span:first-child, #wizardOverlay .wizard-autocomplete-item__text, #wizardOverlay .wizard-pinpick-btn__text span:first-child {
    color: var(--Content-primary, #0A0A0A);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-fw-500, 500);
    line-height: 20px;
  }
  #wizardOverlay .wizard-first-item__text span:last-child {
    margin-top: 4px;
    color: #6B6B6B;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  #wizardOverlay #overlayAutocompleteResults::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {
  #wizard-container .wizard-overlay__content {
    padding: 24px 48px 0;
  }
}
/* =========================================================
   Step 2: "Atzīmēt vietu kartē" (Pin pick) - styles
   ========================================================= */
/* The row button under the address input */
/* =========================================================
   Fullscreen Pin Overlay
   ========================================================= */
[data-wizard-step="2"] .wizard-pin-overlay {
  display: none;
  /* hidden by default */
}
[data-wizard-step="2"] .wizard-pin-overlay.is-open {
  display: block;
  z-index: 99999;
}
/* Cover the whole viewport */
[data-wizard-step="2"] .wizard-pin-overlay {
  position: absolute;
  inset: 0;
  z-index: 999999;
  background: #fff;
}
/* Desktop layout: padded rounded map container feel (like your design) */
@media (min-width: 1024px) {
  [data-wizard-step="2"] .wizard-pin-overlay {
    padding: 0 !important;
  }
  [data-wizard-step="2"] .wizard-pin-overlay.is-open {
    display: flex;
    flex-direction: column;
  }
  [data-wizard-step="2"] .wizard-pin-overlay > .wizard-progress-header {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-wizard-step="2"] .wizard-pin-overlay__map {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    margin: 40px 80px 96px;
    border-radius: 28px;
    overflow: hidden;
  }
}
/* Tablet/Mobile: map full, bottom sheet card */
@media (max-width: 1023px) {
  [data-wizard-step="2"] .wizard-pin-overlay {
    padding: 0;
  }
  [data-wizard-step="2"] .wizard-pin-overlay__map {
    height: 100%;
  }
}
/* Topbar is used as absolute UI (top-left card + top-right close) */
[data-wizard-step="2"] .wizard-pin-overlay__topbar {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* allow map interactions under it */
}
/* Left info card (desktop design) */
[data-wizard-step="2"] .wizard-pin-overlay__text {
  pointer-events: auto;
  position: absolute;
  left: 28px;
  top: 28px;
  width: 380px;
  max-width: calc(100vw - 56px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 22px 22px;
  z-index: 99999;
}
/* Title/subtitle typography */
[data-wizard-step="2"] .wizard-pin-overlay__title {
  margin: 0 0 8px;
  color: #0A0A0A;
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
[data-wizard-step="2"] .wizard-pin-overlay__subtitle {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
/* Close pill top-right */
[data-wizard-step="2"] .wizard-pin-overlay__close {
  pointer-events: auto;
  position: absolute;
  right: 120px;
  top: 64px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  z-index: 99999;
}
[data-wizard-step="2"] .wizard-pin-overlay__close:focus-visible {
  border: var(--stroke-xlg, 3px) solid var(--Border-borderAccent, #0B8EEC);
}
/* Bottom card with coords + button (desktop: inside left card; tablet/mobile: bottom sheet) */
[data-wizard-step="2"] .wizard-pin-overlay__card {
  pointer-events: auto;
  position: absolute;
  left: 28px;
  top: 170px;
  width: 380px;
  max-width: calc(100vw - 56px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 22px 22px;
  z-index: 99999;
}
/* For desktop, we want coords section to appear INSIDE the top-left card.
   Easiest: visually merge cards by removing the second box on desktop.
   If you prefer, you can also move markup and skip this. */
@media (min-width: 1024px) {
  [data-wizard-step="2"] .wizard-pin-overlay__card {
    top: 140px;
  }
}
/* Tablet/mobile bottom sheet style */
@media (max-width: 1023px) {
  [data-wizard-step="2"] .wizard-pin-overlay__text {
    display: none;
    /* on mobile/tablet you usually show content in the sheet */
  }
  [data-wizard-step="2"] .wizard-pin-overlay__card {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 22px 16px 18px;
    box-shadow: 0 -14px 30px rgba(0, 0, 0, 0.12);
  }
}
/* Coords */
[data-wizard-step="2"] .wizard-pin-overlay__coords-title {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
[data-wizard-step="2"] .wizard-pin-overlay__coords {
  margin: 0 0 16px;
  color: #0A0A0A;
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
/* Make confirm button full width like design */
[data-wizard-step="2"] .wizard-pin-overlay__card .wizard-continue {
  width: 100%;
  height: 56px;
  border-radius: 14px;
}
/* =========================================================
   Leaflet tooltip bubble near pin (coords bubble)
   ========================================================= */
.wizard-pin-coords-tooltip {
  background: #fff;
  color: #0A0A0A;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.wizard-pin-coords-tooltip.leaflet-tooltip-left:before, .wizard-pin-coords-tooltip.leaflet-tooltip-right:before {
  border: 0 !important;
  /* remove default little triangle */
}
/* =========================================================
   Pin picker additions (single panel + helpers + tooltip)
   Paste BELOW your existing Pin pick styles
   ========================================================= */
/* Utility helper used by JS */
.is-hidden {
  display: none !important;
}
/* Make the overlay cover only the wizard area (absolute overlay needs a positioned parent) */
#wizard-container {
  position: relative;
}
/* Optional: lock scroll in wizard container while overlay is open */
#wizard-container.wizard-pin-open {
  overflow: hidden;
}
/* Ensure the map sits behind overlay UI */
[data-wizard-step="2"] .wizard-pin-overlay__map {
  position: relative;
  z-index: 1;
}
/* Close pill should always be above the map */
[data-wizard-step="2"] .wizard-pin-overlay__close {
  z-index: 20;
  /* bump above map */
}
/* SINGLE PANEL (title + subtitle + loading/result + confirm) */
[data-wizard-step="2"] .wizard-pin-overlay__panel {
  position: absolute;
  left: 120px;
  top: 150px;
  width: 360px;
  max-width: calc(100% - 56px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 32px 24px;
  z-index: 20;
  /* MUST be above map */
}
/* Reuse your existing title/subtitle styles if you already have them.
   If not, these are safe defaults. */
[data-wizard-step="2"] .wizard-pin-overlay__panel .wizard-pin-overlay__title {
  margin: 0;
  color: var(--Content-primary, #0A0A0A);
  /* Heading/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-2xl);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-lg);
  /* 116.667% */
}
[data-wizard-step="2"] .wizard-pin-overlay__panel .wizard-pin-overlay__subtitle {
  margin: 8px 0 0;
  color: var(--Content-secondary, #404040);
  /* Body/Small */
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
[data-wizard-step="2"] .wizard-pin-overlay__result {
  margin: 16px 0 0;
}
[data-wizard-step="2"] .wizard-pin-overlay__result-title {
  margin: 0 0 4px;
  color: var(--Content-secondary, #404040);
  /* Label/Semibold/Medium */
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-600, 600);
  line-height: 20px;
  /* 125% */
}
[data-wizard-step="2"] .wizard-pin-overlay__result-text {
  margin: 0 0 16px;
  color: var(--Content-secondary, #404040);
  /* Label/Semibold/Medium */
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-600, 600);
  line-height: 20px;
  /* 125% */
}
/* Confirm button: full width like design */
[data-wizard-step="2"] .wizard-pin-overlay__panel .wizard-continue {
  width: 100%;
  height: 48px;
  border-radius: 12px;
}
[data-wizard-step="2"] .wizard-pin-overlay__panel .wizard-pin-overlay__error {
  margin: 8px 0 0;
  color: var(--state-danger-hover);
  /* Label/Medium/Small */
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 16px;
  /* 114.286% */
}
/* Tablet/mobile: panel becomes bottom sheet */
@media (max-width: 1023px) {
  [data-wizard-step="2"] .wizard-pin-overlay__panel {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 48px;
    box-shadow: 0 -14px 30px rgba(0, 0, 0, 0.12);
  }
  [data-wizard-step="2"] .wizard-pin-overlay__close {
    right: 120px;
    top: 64px;
  }
}
@media (max-width: 575px) {
  [data-wizard-step="2"] .wizard-pin-overlay__panel {
    padding: 24px 20px 48px 20px;
  }
}
/* Panel cancel button: hidden by default (desktop uses top close) */
.wizard-pin-overlay__cancel {
  display: none;
  width: 100%;
  height: 48px;
  /* match your button system if needed */
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  /* adjust to your design tokens */
  background: #fff;
  font-weight: 500;
}
/* Under desktop: hide top close, show panel cancel */
@media (max-width: 1023px) {
  .wizard-pin-overlay__close {
    display: none !important;
  }
  .wizard-pin-overlay__cancel {
    display: block;
    margin-top: 16px;
    /* makes it sit under subtitle like Figma */
  }
}
/* Tooltip bubble on picker pin (address from onPositionChange) */
.wizard-pin-label--picker {
  background: #fff;
  color: #0A0A0A;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  font-family: var(--font-family-open-sans, "Open Sans");
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
/* Remove Leaflet tooltip arrow */
.wizard-pin-label--picker.leaflet-tooltip-right:before, .wizard-pin-label--picker.leaflet-tooltip-left:before {
  border: 0 !important;
}
.wizard-pin-container {
  position: relative;
  min-height: 56px;
  max-width: 300px;
  padding: 12px 20px;
  border-radius: 20px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  color: var(--Content-primary, #0A0A0A);
  /* Body / Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.wizard-pin-container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
/* Spinner matches Figma */
.wizard-pin-spinner {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #E5E5E5;
  border-top-color: #0B8EEC;
  border-right-color: #0B8EEC;
  animation: wizardSpin 0.7s linear infinite;
}
/* Prevent Leaflet icon box styling */
.wizard-pin-label-wrapper {
  background: transparent !important;
  border: 0 !important;
}
@keyframes wizardSpin {
  to {
    transform: rotate(360deg);
  }
}
/* ---------------------------
   Step 3 layout
--------------------------- */
.wizard-step3__card {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 24px;
  padding: 48px 40px;
  min-height: 680px;
  /* gives the roomy desktop look */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.wizard-step3__title {
  margin: 0 0 40px;
  color: var(--Content-primary, #0A0A0A);
  text-align: center;
  /* Heading/Large */
  font-size: var(--font-size-4xl);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-3xl);
  /* 122.222% */
  max-width: 640px;
}
.hero_title-success {
  margin-bottom: var(--spacing-16);
}
.wizard-step3__address {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: var(--spacing-16);
  color: var(--Content-primary, #0A0A0A);
  /* Label/Medium/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
}
.wizard-step4__address {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: var(--spacing-16);
  margin-left: auto;
  margin-right: auto;
  color: var(--Content-primary, #0A0A0A);
  /* Label/Medium/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
}
.wizard-step3__form {
  display: contents;
}
/* inner radio card */
.wizard-step3__radio-card {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  overflow: hidden;
}
.wizard-radio-list {
  display: flex;
  flex-direction: column;
}
/* clickable row */
/* Base row spacing */
.wizard-radio-row {
  position: relative;
  /* needed for ::after divider */
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 18px 24px;
  margin: 0;
  /* normal rows */
  cursor: pointer;
  user-select: none;
  border-bottom: 0;
  /* IMPORTANT: remove full-width divider */
}
/* Bigger top padding on first row */
.wizard-radio-row:first-child {
  padding-top: 28px;
}
/* Bigger bottom padding on last row */
.wizard-radio-row:last-child {
  padding-bottom: 28px;
}
/* Divider only under the text column (not under the dot) */
.wizard-radio-row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(24px + 22px + 12px);
  /* left padding + dot width + gap */
  right: 0px;
  /* right padding */
  bottom: 0;
  height: 1px;
  background: #EFEFEF;
}
.wizard-radio-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wizard-radio-row:has(input:focus-visible) {
  border: var(--stroke-xlg, 3px) solid var(--Border-borderAccent, #0B8EEC);
}
/* custom circle */
.wizard-radio-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #A7A7A7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  transform: translateY(1px);
}
.wizard-radio-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transform: scale(0);
  transition: transform 0.12s ease;
}
.wizard-radio-text {
  color: var(--content-primary, #0A0A0A);
  /* Label/Medium/Medium */
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
}
/* checked state */
.wizard-radio-row input:checked + .wizard-radio-dot {
  border-color: #000;
}
.wizard-radio-row input:checked + .wizard-radio-dot::after {
  transform: scale(1);
}
/* desktop button bottom-right */
.wizard-step3__actions {
  width: 100%;
  max-width: 480px;
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.wizard-step3__actions-center {
  width: 100%;
  max-width: 520px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.wizard-step3__actions-content {
  max-width: none;
}
.wizard-step3__actions-center.is-meter {
  margin-top: var(--spacing-10);
}
@media (max-width: 575px) {
  .wizard-step3__actions-center.is-meter {
    margin-top: 16px;
  }
}
.btn.wizard-next {
  text-transform: none;
  height: 56px;
  padding: 8px 22px;
  border-radius: 12px;
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn.wizard-next:hover, .btn.wizard-next:focus, .btn.wizard-next:active {
  background: #004E98;
  border-color: #004E98;
  color: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 12px;
}
.btn.wizard-next:disabled {
  background: var(--base-surface-2);
  border-color: var(--base-surface-2);
  color: var(--base-disabled);
  box-shadow: none;
  outline: none;
}
/* Mobile: full width sticky bottom button */
@media (max-width: 575px) {
  .wizard-step3__card {
    padding: 32px 16px 0px;
    min-height: auto;
    border-radius: 0;
    border: 0;
  }
  .wizard-step3__title {
    font-size: 34px;
  }
  .btn.wizard-next {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
  }
}
.wizard-step4__card {
  border-radius: 24px;
  border: var(--stroke-sm) solid var(--base-border);
  padding: 80px 40px 88px;
  margin-bottom: 64px;
}
@media (max-width: 575px) {
  .wizard-step4__card {
    border-radius: 0px;
    border: none;
    padding: 80px 0 88px;
    margin-bottom: 64px;
  }
}
.wizard-step4__title {
  color: var(--Content-primary, #0A0A0A);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 28px;
}
.wizard-step4__title-no_electricity {
  color: var(--Content-primary, #0A0A0A);
  margin-bottom: 48px;
}
.wizard-field {
  max-width: 480px;
  margin: 0 auto 16px;
}
.wizard-field-description {
  max-width: 480px;
  margin: 0 auto 0px;
}
.wizard-field-name {
  margin: 0 auto 12px;
}
.wizard-label {
  color: var(--content-primary, #0A0A0A);
  /* Label/Medium/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
  padding-bottom: 8px;
  margin-bottom: 0;
}
.wizard-check-row {
  display: flex;
  align-items: center;
}
.wizard-check-row .wizard-check {
  display: inline-flex;
  padding: 12px 12px 12px 0px;
  position: relative;
  cursor: pointer;
  margin: 0px;
}
.wizard-check__label {
  color: var(--Content-primary, #0A0A0A);
  /* Label/Medium/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: 20px;
  /* 125% */
  margin-bottom: 4px;
}
.wizard-required {
  color: #DA1E28;
}
.wizard-input {
  appearance: none;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #D6DDE4;
  padding: 0 14px;
}
.wizard-select {
  position: relative;
  max-width: 480px;
}
.wizard-select__native {
  display: none;
}
.wizard-select__trigger {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: left;
}
.wizard-select__label {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
}
.wizard-select__icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.wizard-select.is-open .wizard-select__icon {
  transform: rotate(180deg);
}
.wizard-select-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.wizard-select-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.28);
}
.wizard-select-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 420px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.wizard-select-drawer.is-visible .wizard-select-drawer__panel {
  transform: translateX(0);
}
.wizard-select-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px 16px 24px;
  border-bottom: 1px solid #e7e7e7;
}
.wizard-select-drawer__title {
  margin: 0;
  color: var(--Content-primary, #0A0A0A);
  /* Heading/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-2xl);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-lg);
  /* 116.667% */
}
.wizard-select-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.wizard-select-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: var(--spacing-10) 0;
}
.wizard-select-drawer__options {
  display: flex;
  flex-direction: column;
}
.wizard-select-drawer__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 24px 22px 20px;
  border: 0;
  background: #fff;
  cursor: pointer;
  text-align: left;
}
.wizard-select-drawer__option:hover {
  background: #f8f8f8;
}
.wizard-select-drawer__radio {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.wizard-select-drawer__radio svg {
  position: absolute;
  inset: 0;
}
.wizard-select-drawer__radio .radio-active {
  display: none;
}
.wizard-select-drawer__option.is-selected .radio-default {
  display: none;
}
.wizard-select-drawer__option.is-selected .radio-active {
  display: block;
}
.wizard-select-drawer__text {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
}
.wizard-select-drawer__footer {
  padding: 16px var(--spacing-10) 40px var(--spacing-10);
  border-top: 1px solid #e7e7e7;
  background: #fff;
}
.wizard-select-drawer__save {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: #0a0a0a;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 575px) {
  .wizard-select-drawer__panel {
    max-width: none;
    width: 100%;
    left: 0;
    right: 0;
  }
}
body.wizard-drawer-open {
  overflow: hidden;
}
.wizard-textarea {
  width: 100%;
  min-height: 110px;
  border-radius: 12px;
  border: 1px solid #D6DDE4;
  padding: 12px 14px;
  resize: vertical;
  margin-bottom: -8px;
}
.wizard-address-pill {
  display: flex;
  align-items: stretch;
  border: 1px solid #D6DDE4;
  border-radius: 12px;
  overflow: hidden;
  height: 56px;
}
.wizard-address-pill__left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  flex: 1 1 auto;
  min-width: 0;
}
.wizard-address-pill__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Content-primary, #0A0A0A);
}
.wizard-address-pill__change {
  border: 0;
  border-left: 1px solid #D6DDE4;
  background: #fff;
  padding: 0 14px;
  font-weight: 500;
  font-size: var(--font-size-sm, 14px);
}
.wizard-phoneInput {
  display: flex;
  align-items: center;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  height: 56px;
  padding-left: unset;
}
.wizard-phoneInput:focus-within {
  border: 2px solid #0A0A0A;
}
.wizard-phoneInput__prefix {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  height: 100%;
  background: #FAFAFA;
  border-right: 1px solid #D4D4D4;
  color: #111;
  font-weight: 500;
  pointer-events: none;
  user-select: none;
}
.wizard-phoneInput__chevron {
  width: 18px;
  height: 18px;
  opacity: 0.55;
}
.wizard-input-select {
  position: relative;
  width: 100%;
  display: block;
}
.wizard-input-select .wizard-phoneInput__chevron {
  position: absolute;
  right: 16px;
  top: 33%;
}
.wizard-phoneInput__field {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 18px;
  font-size: 16px;
  background: transparent;
}
.wizard-divider {
  max-width: 480px;
  margin: 40px auto;
  border: 0;
  border-top: 1px solid #EFEFEF;
}
.wizard-upload {
  max-width: 480px;
  margin: 0 auto;
}
.wizard-upload__btn {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 0;
  background: #F4F6F8;
  font-weight: 600;
  padding: 5px;
}
.wizard-check__container {
  max-width: 480px;
  margin: 14px auto;
}
.wizard-check__container .notice-text {
  color: var(--Content-primary, #0A0A0A);
  font-family: var(--font-family);
}
.wizard-check__container .notice-text__description {
  color: var(--Content-primary, #0A0A0A);
  margin: 0 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wizard-check__container .notice-text__link {
  display: block;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 16px;
  color: var(--Content-primary, #0A0A0A);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
.wizard-check__container .notice-text__link:hover {
  opacity: 0.85;
}
.wizard-check__row {
  display: flex;
  align-items: flex-start;
}
.wizard-check__sub {
  color: var(--Content-secondary, #404040);
  /* Body/Small */
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.wizard-step4__actions {
  max-width: 480px;
  margin: 26px auto 0;
  display: flex;
  justify-content: flex-end;
}
.btn.wizard-submit {
  height: 56px;
  padding: 15px;
  border-radius: 12px;
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: unset;
}
.btn.wizard-submit:hover, .btn.wizard-submit:focus, .btn.wizard-submit:active {
  background: #004E98;
  border-color: #004E98;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  border-radius: 12px;
}
.wizard-upload__list {
  margin-top: 12px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.wizard-upload__list.has-items {
  border: 1px solid #E6E6E6;
}
#wizardUploadList {
  display: none;
}
#wizardUploadList.has-items {
  display: block;
}
/* Row: thumb + content */
.wizard-upload-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 20px 16px;
  position: relative;
  /* Divider only under the content column */
}
.wizard-upload-row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(16px + 72px + 14px);
  right: 16px;
  bottom: 0;
  height: 1px;
  background: #EFEFEF;
}
/* Thumb 72x72 */
.wizard-upload-row__thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard-upload-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Content holds top row + bar */
.wizard-upload-row__content {
  min-width: 0;
}
/* Top row: meta left, X right */
.wizard-upload-row__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wizard-upload-row__meta {
  min-width: 0;
  flex: 1 1 auto;
}
.wizard-upload-row__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--content-primary, #0A0A0A);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wizard-upload-row__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  /* spacing before bar */
}
.wizard-upload-row__status-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.wizard-upload-row__status-icon[hidden] {
  display: none !important;
  /* no empty space while uploading */
}
.wizard-upload-row__status-text {
  color: #6B7280;
  /* uploading default */
}
/* Progress bar: full width of the CONTENT (includes under X area) */
.wizard-upload-row__bar {
  height: 6px;
  border-radius: 999px;
  background: #E6E6E6;
  overflow: hidden;
  width: 100%;
}
.wizard-upload-row__bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: #0D6EFD;
  /* uploading */
  transition: width 0.12s ease;
}
/* Remove button: use the SVG as the whole button */
.wizard-upload-row__remove {
  background: none;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  cursor: pointer;
  flex: 0 0 24px;
}
.wizard-upload-row__remove img {
  width: 24px;
  height: 24px;
  display: block;
}
/* Hide remove while uploading (matches screenshot) */
.wizard-upload-row[data-upload-state="uploading"] .wizard-upload-row__remove {
  visibility: hidden;
  /* keeps layout aligned nicely */
}
/* Success */
.wizard-upload-row[data-upload-state="done"] .wizard-upload-row__bar-fill {
  background: #2E7D32;
}
.wizard-upload-row[data-upload-state="done"] .wizard-upload-row__status-text {
  color: #2E7D32;
}
/* Error */
.wizard-upload-row[data-upload-state="error"] .wizard-upload-row__bar-fill {
  background: #DA1E28;
}
.wizard-upload-row[data-upload-state="error"] .wizard-upload-row__status-text {
  color: #DA1E28;
}
/* Disable upload button after 3 files */
.wizard-upload__btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.wizard-readmore {
  background: none;
  border: none;
  padding: 0;
  color: var(--Content-primary, #0A0A0A);
  /* Label/Underline/Small */
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
  cursor: pointer;
}
.wizard-check__text {
  padding-top: var(--spacing-5);
}
.wizard-check-title {
  color: var(--Content-primary, #0A0A0A);
  /* Label/Medium/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
}
body.swal2-shown.swal2-height-auto {
  padding-right: 0 !important;
}
.swal2-container {
  z-index: 99999999999 !important;
}
#wizardStep4Form .wizard-field.is-error .wizard-input, #wizardStep4Form .wizard-field.is-error .wizard-textarea, #wizardStep4Form .wizard-field.is-error select, #wizardStep4Form .wizard-field.is-error .wizard-phone {
  border: 2px solid #DA1E28 !important;
}
#wizardStep4Form .wizard-field-error {
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #DA1E28;
}
.wizard-check__row.is-error .check-ui {
  border: 2px solid #DA1E28;
}
.wizard-step-el__card {
  border-radius: 24px;
  border: var(--stroke-sm) solid var(--base-border);
  padding: 80px 40px 88px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.wizard-step-el__card--flow-page {
  border: none;
  padding: 80px 0 0 0;
}
.wizard-step-el__title {
  margin: 0 0 var(--spacing-16);
  color: var(--Content-primary, #0A0A0A);
  text-align: center;
  max-width: 640px;
  /* Heading/Large */
  font-family: var(--font-family);
  font-size: var(--font-size-4xl);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-3xl);
  /* 125% */
}
.wizard-step-el__title-text {
  margin: 0 0 var(--spacing-16);
  color: var(--Content-secondary, #404040);
  text-align: center;
  /* Body/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
}
.wizard-step-el__title-text--flow-page {
  max-width: 538px;
}
@media (max-width: 575px) {
  .wizard-step-el__card {
    padding: var(--spacing-16) 0 var(--spacing-18) 0;
    min-height: auto;
    align-items: stretch;
    border-radius: 0;
    border: 0;
  }
}
/* Hide the native radio */
.wizard-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wizard-step3__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 846px;
}
.wizard-option {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: var(--stroke-sm) solid var(--base-border);
  border-radius: 24px;
  cursor: pointer;
  min-height: 180px;
  margin-bottom: 0;
  transition: 0.2s;
}
.wizard-radio:focus-visible + .wizard-option {
  border-color: transparent;
  border-radius: 24px;
  outline: var(--stroke-xlg, 3px) solid var(--Border-borderAccent, #0B8EEC);
  background: var(--base-surface-1);
  outline-offset: calc(var(--stroke-lg) * -1);
}
.wizard-option:hover {
  border-color: transparent;
  outline: var(--stroke-lg) solid #0A0A0A;
  outline-offset: calc(var(--stroke-lg) * -1);
}
.wizard-option:last-of-type {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .wizard-step3__options {
    grid-template-columns: 1fr 1fr;
  }
  .wizard-option {
    margin-bottom: 16px;
  }
  .wizard-option:last-of-type {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-step3__options--flow-page {
    grid-template-columns: 1fr 1fr;
  }
  .wizard-option--flow-page {
    margin-bottom: 16px;
  }
  .wizard-option--flow-page:last-of-type {
    margin-bottom: 16px;
  }
}
/* icon row */
.wizard-option__icon {
  position: relative;
  width: 24px;
  height: 24px;
  align-self: flex-end;
  /* THIS moves it to right */
}
/* stack icon images */
.wizard-option__icon img {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  transition: opacity 0.12s ease;
}
.wizard-option__icon-active {
  opacity: 0;
}
.wizard-option__icon-default {
  opacity: 1;
}
.wizard-radio:checked + .wizard-option .wizard-option__icon-active {
  opacity: 1;
}
.wizard-radio:checked + .wizard-option .wizard-option__icon-default {
  opacity: 0;
}
/* text styling */
.wizard-option__title {
  color: var(--Content-primary, #0A0A0A);
  /* Heading/Small */
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  padding-bottom: 8px;
}
.wizard-option__text {
  color: var(--Content-secondary, #404040);
  /* Body/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
}
/* Checked card style */
.wizard-radio:checked + .wizard-option {
  border-color: transparent;
  outline: var(--stroke-lg) solid var(--Border-Quaternary, #0A0A0A);
  outline-offset: calc(var(--stroke-lg) * -1);
}
.el-select-form-group {
  min-width: 410px;
}
@media (max-width: 575px) {
  .el-select-form-group {
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }
}
.mobile-only {
  display: none;
}
desktop-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline-block;
  }
}
.wizard-step-el__advice {
  margin-bottom: var(--spacing-16);
  max-width: 540px;
}
.wizard-step-el__advice-title {
  color: var(--Content-primary, #0A0A0A);
  text-align: left;
  /* Heading/XSmall */
  font-family: var(--font-family);
  font-size: var(--font-size-lg);
  font-style: normal;
  font-weight: var(--font-weight-fw-700, 700);
  line-height: var(--line-height-sm);
  /* 133.333% */
  margin-bottom: 12px;
}
.wizard-step-el__advice-list {
  margin: 0;
  padding-left: 20px;
  color: var(--Content-secondary, #404040);
  /* typography */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* spacing */
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wizard-step-el__advice-link {
  color: var(--Content-primary, #0A0A0A);
  /* Label/Underline/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
.gis-card {
  border: 0.5px solid rgba(0, 0, 0, 0.24);
  border-radius: var(--radi-9);
  padding: 32px 40px 40px;
  background: var(--base-surface-1);
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
  margin-bottom: var(--spacing-16);
}
.gis-card__title {
  color: var(--text-primary, #1D2A35);
  /* Heading/XSmall */
  font-family: var(--font-family);
  font-size: var(--font-size-lg);
  font-style: normal;
  font-weight: var(--font-weight-fw-700, 700);
  line-height: var(--line-height-sm);
  /* 133.333% */
  margin-bottom: 12px;
}
/* table container */
.gis-table {
  display: flex;
  flex-direction: column;
}
/* each row */
.gis-row {
  display: flex;
  justify-content: space-between;
  /* label left, value right */
  align-items: flex-start;
  gap: 24px;
  padding: 16px 0;
}
/* divider between rows */
.gis-row + .gis-row {
  border-top: var(--stroke-xs) solid var(--base-border);
}
/* left side */
.gis-label {
  color: var(--Content-secondary, #404040);
  /* Body/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
  flex: 1 1 auto;
}
/* right side */
.gis-value {
  color: var(--Content-primary, #0A0A0A);
  text-align: right;
  /* Label/Medium/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
  flex: 0 0 auto;
  max-width: 50%;
}
/* mobile */
@media (max-width: 575px) {
  .gis-card {
    padding: 20px 16px 12px;
  }
  .gis-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .gis-value {
    text-align: left;
    max-width: 100%;
  }
}
.wizard-wrap {
  max-width: 628px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--base-text);
}
.wizard-card {
  border-radius: 16px;
  border: var(--stroke-sm) solid var(--base-border);
  background: #fff;
  overflow: hidden;
  /* keeps divider flush with rounded corners */
}
.wizard-item {
  display: flex;
  padding: 24px 20px 24px 8px;
  align-items: flex-start;
}
.wizard-content-divider {
  height: 1px;
  background: var(--base-border);
}
/* checkbox */
.wizard-check {
  display: inline-flex;
  padding: 12px;
  position: relative;
  cursor: pointer;
}
.wizard-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wizard-check:has(input:focus-visible) {
  border: var(--stroke-xlg, 3px) solid var(--Border-borderAccent, #0B8EEC);
}
.check-ui {
  width: 24px;
  height: 24px;
  border: 2px solid #9ca3af;
  /* gray */
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.wizard-check input:checked + .check-ui {
  background: #000;
  border-color: #000;
}
.wizard-check input:checked + .check-ui::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wizard-content {
  flex: 1;
  min-width: 0;
}
.wizard-title {
  color: var(--Content-primary, #0A0A0A);
  /* Label/Semibold/Large */
  font-family: var(--font-family);
  font-size: var(--font-size-lg);
  font-style: normal;
  font-weight: var(--font-weight-fw-600, 600);
  line-height: var(--line-height-sm);
  /* 133.333% */
  margin-bottom: 8px;
  padding-top: var(--spacing-5);
}
.req {
  color: var(--state-danger-hover);
}
.wizard-desc {
  color: var(--Content-primary, #0A0A0A);
  /* Body/Small */
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 10px;
}
.wizard-desc__first {
  display: block;
}
.wizard-desc__link {
  color: var(--Content-primary, #0A0A0A);
  /* Label/Underline/Small */
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
.wizard-desc__link:hover {
  color: var(--Content-primary, #0A0A0A);
  opacity: 0.85;
}
.wizard-link {
  color: var(--Content-primary, #0A0A0A);
  /* Label/Underline/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-fw-500, 500);
  line-height: 20px;
  /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7%;
  /* 1.12px */
  text-underline-offset: 20%;
  /* 3.2px */
  text-underline-position: from-font;
}
.wizard-hint {
  color: var(--Content-primary, #0A0A0A);
  /* Body/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
  padding: 12px 24px 0;
  transition: 0.2s ease;
}
#step3NextBtn:disabled {
  pointer-events: none;
}
.wizard-hint.error {
  color: red !important;
}
.wizard-check.error .check-ui {
  border: 2px solid red !important;
}
.wizard-guide-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* position close button */
.wizard-guide-page__close {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 10;
}
/* image */
.wizard-guide-page__imageWrap {
  width: 100%;
  height: 270px;
  overflow: hidden;
  flex-shrink: 0;
}
.wizard-guide-page__imageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* content */
.wizard-guide-page__content {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: var(--spacing-10) var(--spacing-16) 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* title */
.wizard-guide-page__content h1 {
  color: var(--Content-primary, #0A0A0A);
  /* Heading/Medium */
  font-family: var(--font-family);
  font-size: var(--font-size-2xl);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-lg);
  /* 116.667% */
  margin-bottom: 12px;
}
/* paragraph */
.wizard-guide-page__content p {
  color: var(--Content-secondary, #404040);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
}
/* list */
.wizard-guide-page__content ul {
  color: var(--Content-secondary, #404040);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
  /* 150% */
}
.wizard-guide-page__content li {
  margin-bottom: 8px;
}
/* button */
.wizard-guide-page__content .wizard-submit, .wizard-guide-page__content .secondary__st-button {
  width: 100%;
}
.wizard-guide-page__content .secondary__st-button {
  margin-top: auto;
}
@media (min-width: 768px) {
  .wizard-guide-page {
    min-height: auto;
  }
  .wizard-guide-page__content {
    flex: unset;
  }
  .wizard-guide-page__content .secondary__st-button {
    margin-top: 16px;
  }
}
.form-footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: var(--base-surface-1-black) !important;
}
.footer-top {
  display: flex;
  padding: var(--scale-13, 80px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--scale-11, 40px);
  align-self: stretch;
}
.footer-bottom {
  display: flex;
  padding: var(--scale-11, 40px) var(--scale-13, 80px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--scale-13, 80px);
  align-self: stretch;
  border-top: var(--stroke-xxs, 0.2px) solid var(--Border-Tertiary, #A1A1A1);
}
.copyright-container p {
  margin: 0;
  color: var(--Content-inversePrimary, #FFF);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: var(--font-weight-fw-400, 400);
  line-height: var(--line-height-sm);
}
.logo-mobile {
  display: none;
}
.logo-desktop {
  display: block;
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer-top {
    padding: 48px;
  }
  .footer-bottom {
    padding: var(--scale-11, 40px) 48px;
  }
}
@media (max-width: 575px) {
  .footer-top {
    padding: var(--spacing-12) 16px;
  }
  .footer-bottom {
    padding: var(--spacing-16) 16px;
  }
  .logo-mobile {
    display: block;
  }
  .logo-desktop {
    display: none;
  }
}
/* iPhone / Safari form reset for wizard step 4 */
#wizardStep4Form input, #wizardStep4Form textarea, #wizardStep4Form select, #wizardStep4Form button {
  font-family: var(--font-family);
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}
/* Inputs, textarea, select */
#wizardStep4Form .wizard-input, #wizardStep4Form .wizard-textarea, #wizardStep4Form .wizard-phoneInput__field, #wizardStep4Form .wizard-input-select select {
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--Content-primary, #0A0A0A);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
/* Select wrapper */
#wizardStep4Form .wizard-input-select {
  position: relative;
  width: 100%;
}
/* Select field on iPhone */
#wizardStep4Form .wizard-input-select select.wizard-input {
  width: 100%;
  height: 56px;
  border: 1px solid #D6DDE4;
  padding: 0 44px 0 14px !important;
  background-color: #fff;
  background-image: none;
}
/* Select focus */
#wizardStep4Form .wizard-input-select select.wizard-input:focus {
  border: 2px solid #0A0A0A;
}
/* Custom chevron */
#wizardStep4Form .wizard-input-select .wizard-phoneInput__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  color: #0A0A0A;
  opacity: 0.55;
}
/* File upload button on iPhone */
#wizardStep4Form .wizard-upload__btn {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 0;
  background: #F4F6F8;
  padding: 5px;
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  color: var(--Content-primary, #0A0A0A);
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  /* icon + text one line */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
#wizardStep4Form .wizard-upload__btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
#wizardStep4Form .wizard-upload__btn svg {
  display: block;
  width: 20px;
  height: 20px;
}
/* Keep same style when tapped/focused */
#wizardStep4Form .wizard-upload__btn:hover, #wizardStep4Form .wizard-upload__btn:focus, #wizardStep4Form .wizard-upload__btn:active {
  background: #F4F6F8;
  color: var(--Content-primary, #0A0A0A);
  box-shadow: none;
  outline: none;
}
/* Address change button also resets iPhone style */
#wizardStep4Form .wizard-address-pill__change {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  color: var(--Content-primary, #0A0A0A);
  border-radius: 0;
  box-shadow: none;
}
/* Prevent iPhone tap color flash */
#wizardStep4Form button, #wizardStep4Form select, #wizardStep4Form input, #wizardStep4Form textarea {
  -webkit-tap-highlight-color: transparent;
}
/* Normal border for text fields/select/textarea */
#wizardStep4Form .wizard-input:not(.wizard-phoneInput), #wizardStep4Form .wizard-textarea, #wizardStep4Form .wizard-input-select select.wizard-input {
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
}
/* Black border when clicking / typing */
#wizardStep4Form .wizard-input:not(.wizard-phoneInput):focus, #wizardStep4Form .wizard-input:not(.wizard-phoneInput):focus-visible, #wizardStep4Form .wizard-textarea:focus, #wizardStep4Form .wizard-textarea:focus-visible, #wizardStep4Form .wizard-input-select select.wizard-input:focus, #wizardStep4Form .wizard-input-select select.wizard-input:focus-visible {
  border: 2px solid #0A0A0A;
  outline: none;
  box-shadow: none;
}
/* =========================================================
   FIX: Step 2 mobile overlay scroll
   Only dropdown scrolls, overlay/page does not
   ========================================================= */
@media (max-width: 1023px) {
  html.wizard-overlay-lock, body.wizard-overlay-lock {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
  body.wizard-overlay-lock {
    position: fixed !important;
    inset: 0 !important;
  }
  #wizard-container.wizard-overlay-open {
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
  #wizard-container.wizard-overlay-open #wizardOverlay.wizard-overlay.is-open {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
  #wizardOverlay .wizard-overlay__body {
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  #wizardOverlay .wizard-back {
    flex: 0 0 auto !important;
  }
  #wizardOverlay .wizard-overlay__content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  #wizardOverlay .wizard-overlay__title {
    flex: 0 0 auto !important;
  }
  #wizardOverlay .wizard-overlay__field {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  #wizardOverlay .wizard-search--overlay {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    display: grid !important;
    grid-template-rows: 56px minmax(0, 1fr) !important;
    overflow: hidden !important;
  }
  #wizardOverlay .wizard-search--overlay .wizard-search__input {
    grid-row: 1 !important;
  }
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown {
    grid-row: 2 !important;
    position: static !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 8px !important;
    display: none !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  #wizardOverlay #overlayDropdownLocation.wizard-dropdown.is-visible {
    display: flex !important;
  }
  #wizardOverlay #overlayDropdownLocation > .wizard-first-item, #wizardOverlay #overlayDropdownLocation > .wizard-pinpick-btn {
    flex: 0 0 auto !important;
  }
  #wizardOverlay #overlayAutocompleteResults {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }
}
/* =========================================================
   Wizard Progress Header
   ========================================================= */
.wizard-progress-header {
  --wizard-progress: 50%;
  --wizard-header-height: 64px;
  position: relative;
  height: var(--wizard-header-height);
  background: var(--Background-secondary, #FAFAFA);
  border-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .wizard-progress-header {
    --wizard-header-height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-progress-header {
    --wizard-header-height: 72px;
  }
}
@media (min-width: 1200px) {
  .wizard-progress-header {
    --wizard-header-height: 80px;
  }
}
.wizard-progress-header__container {
  padding-top: 0 !important;
  height: 100%;
}
@media (max-width: 575px) {
  .wizard-progress-header__container {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.wizard-progress-header__row {
  height: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
/* Left side */
.wizard-progress-header__back, .wizard-progress-header__back-spacer {
  grid-column: 1;
  justify-self: start;
}
/* Center title */
.wizard-progress-header__title {
  grid-column: 2;
  justify-self: center;
  min-width: 0;
  max-width: 100%;
  color: var(--Content-secondary, #404040);
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-fw-600, 600);
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Right side */
.wizard-progress-header__close {
  grid-column: 3;
  justify-self: end;
}
.wizard-progress-header__back, .wizard-progress-header__close {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--Content-primary, #0A0A0A);
  font-family: var(--font-family, "Open Sans");
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}
.wizard-progress-header__back:hover, .wizard-progress-header__back:focus, .wizard-progress-header__close:hover, .wizard-progress-header__close:focus {
  color: var(--Content-primary, #0A0A0A);
  text-decoration: none;
  outline: none;
}
.wizard-progress-header__back-spacer {
  width: 44px;
  height: 44px;
}
.wizard-progress-header__back svg, .wizard-progress-header__close svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
@media (max-width: 575px) {
  .wizard-progress-header__back svg, .wizard-progress-header__close svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}
.wizard-progress-header__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--base-border, #D4D4D4);
}
.wizard-progress-header__bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--wizard-progress);
  height: 4px;
  background: var(--Content-primary, #0A0A0A);
}
@media (max-width: 575px) {
  .wizard-progress-header__row {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 0;
    /*
      Mobile header = 64px.
      Button = 48px.
      Top offset = 8px.
    */
    padding-bottom: 0;
  }
  .wizard-progress-header__back, .wizard-progress-header__close, .wizard-progress-header__back-spacer {
    width: 48px;
    height: 48px;
  }
  .wizard-progress-header__back, .wizard-progress-header__close {
    justify-content: center;
    gap: 0;
  }
  .wizard-progress-header__back span, .wizard-progress-header__close span {
    display: none;
  }
}
