.lp-steps-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9998;
}
.lp-steps-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lp-steps-panel {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: min(520px, 92vw);
  background: #fff;
  transform: translateX(110%);
  transition: transform .25s ease;
  z-index: 9999;
  overflow: auto;
}
.lp-steps-panel.is-open { transform: translateX(0); }

.lp-steps-locked { overflow: hidden; }

.is-hidden { display: none !important; }

.lp-steps-hidden { display:none !important; }

/* classes do seu HTML permanecem; complete com o CSS final do layout */

.lp-quote-results {
  margin-top: 18px;
}

.lp-quote-loading,
.lp-quote-error,
.lp-quote-empty {
  padding: 18px;
  border-radius: 14px;
  background: #f6f8fb;
  color: #0b2545;
  font-size: 14px;
}

.lp-quote-error {
  background: #fff0f0;
  color: #8a1f1f;
}

.lp-quote-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-quote-card {
  display: flex;
  gap: 16px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.lp-quote-card-img {
  width: 140px;
  min-width: 140px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f7;
}

.lp-quote-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-quote-card-body {
  flex: 1;
}

.lp-quote-card-body h4 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  color: #0b2545;
}

.lp-quote-range {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.lp-quote-range span {
  font-size: 12px;
  opacity: .7;
  margin-left: 2px;
}

.lp-quote-desc,
.lp-quote-extra {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #4b5563;
}

.lp-quote-cta {
  margin-top: 8px;
  border: 0;
  background: #061f3d;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.lp-quote-cta:hover {
  opacity: .92;
}

@media (max-width: 520px) {
  .lp-quote-card {
    flex-direction: column;
  }

  .lp-quote-card-img {
    width: 100%;
    min-width: 0;
    height: 160px;
  }
}

.lp-choice.is-disabled {
  opacity: .42;
  filter: grayscale(1);
  cursor: not-allowed;
  position: relative;
}

.lp-choice.is-disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}

.lp-choice.is-disabled::after {

  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0,0,0,.68);
  color: #fff;
  padding: 5px 7px;
  border-radius: 999px;
}

.lp-choice.is-disabled.selected {
  outline: none !important;
  border-color: rgba(0,0,0,.08) !important;
}

.lp-step-error {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff0f0;
  color: #8a1f1f;
  font-size: 13px;
  font-weight: 600;
}

button#lpBack1, button#lpBack2, button#lpBack3, button#lpBack4, button#lpBack5 {
    background: #ff2d2d;
    color: aliceblue;
}

