/* Conversion forms, stepper, trust badges, sticky phone */
.amvi-page__wrap { max-width: 720px; margin: 0 auto; padding: 40px 20px 80px; }
.amvi-page__wrap--narrow { max-width: 480px; }
.amvi-page__lead { font-size: 17px; color: #444; line-height: 1.5; margin: 0 0 28px; }
.amvi-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.amvi-form__field { display: flex; flex-direction: column; gap: 6px; }
.amvi-form__field--wide { grid-column: 1 / -1; }
.amvi-form__field span { font-size: 13px; font-weight: 600; color: #333; }
.amvi-form__field input, .amvi-form__field select, .amvi-form__field textarea {
  border: 1px solid #ccc; border-radius: 8px; padding: 12px 14px; font-size: 16px; width: 100%; box-sizing: border-box;
}
.amvi-form__submit, .amvi-step__next {
  grid-column: 1 / -1; background: #111; color: #fff; border: none; border-radius: 100px;
  padding: 14px 28px; font-weight: 700; font-size: 16px; cursor: pointer; margin-top: 8px;
}
.amvi-form__hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.amvi-form__success { background: #ecfdf5; border: 1px solid #6ee7b7; color: #065f46; padding: 12px 16px; border-radius: 8px; }
.amvi-form__error { color: #b91c1c; }
.amvi-form__check { grid-column: 1 / -1; display: flex; gap: 8px; align-items: flex-start; font-size: 14px; }

.amvi-stepper__progress { height: 4px; background: #e5e5e5; border-radius: 2px; margin-bottom: 24px; overflow: hidden; }
.amvi-stepper__progress span { display: block; height: 100%; background: #111; width: 12.5%; transition: width .25s; }
.amvi-step { border: none; margin: 0; padding: 0; display: none; }
.amvi-step.is-active { display: block; }
.amvi-step legend { font-size: 22px; font-weight: 700; margin-bottom: 20px; }
.amvi-step label { display: block; margin-bottom: 16px; }
.amvi-step label span { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.amvi-step__legal { font-size: 13px; color: #555; line-height: 1.5; margin-bottom: 16px; }

.amvi-trust { margin-top: 40px; padding-top: 24px; border-top: 1px solid #eee; text-align: center; }
.amvi-trust__label { font-size: 12px; color: #888; margin: 0 0 12px; }
.amvi-trust__logos { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.amvi-trust__badge {
  border: 1px solid #ddd; border-radius: 6px; padding: 8px 14px; font-size: 11px; font-weight: 700;
  color: #555; background: #fafafa; letter-spacing: 0.02em;
}

.amvi-sticky-phone {
  position: fixed; bottom: 16px; right: 16px; z-index: 9999; background: #111; color: #fff;
  display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 100px;
  font-weight: 700; font-size: 14px; text-decoration: none; box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.amvi-sticky-chat {
  position: fixed; bottom: 16px; left: 16px; z-index: 9998; background: #fff; color: #111;
  border: 2px solid #111; padding: 10px 18px; border-radius: 100px; font-weight: 700;
  font-size: 14px; text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
@media (min-width: 901px) {
  .amvi-sticky-phone { bottom: 24px; right: 24px; }
  .amvi-sticky-chat { bottom: 24px; left: 24px; }
}

.amvi-canada-map__hint { text-align: center; color: #707070; font-size: 15px; }
.amvi-canada-map svg a { cursor: pointer; }

.amvi-oauth { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.amvi-oauth__btn {
  display: block; text-align: center; padding: 12px; border-radius: 8px; border: 1px solid #ddd;
  font-weight: 600; text-decoration: none; color: #111;
}
.amvi-oauth__btn--disabled { opacity: 0.55; cursor: not-allowed; }

.amvi-interior-360 {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.45); color: #fff; font-weight: 700; font-size: 14px; border-radius: 8px;
  pointer-events: none; opacity: 0; transition: opacity .2s;
}
.amvi-build-image-wrapper { position: relative; }

@media (max-width: 600px) {
  .amvi-form { grid-template-columns: 1fr; }
}
