.mg-quote {
  padding: 72px 24px 80px;
  background: red;
  color: #0b0c0c;
  overflow: hidden;
  //background-image: var(--quote-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* section#mg-quote-default.mg-quote,
[id*="mg-quote"].mg-quote {
  background: linear-gradient(180deg, #C9D4FE 0%, #ECEFFD 30%, #D1ECF5 65%, #A3B7FF 100%) !important;
  background-image: linear-gradient(180deg, #C9D4FE 0%, #ECEFFD 30%, #D1ECF5 65%, #A3B7FF 100%) !important;
} */
 body {
 // background: linear-gradient(180deg, rgba(163, 183, 255, 1) 0%, rgba(201, 212, 254, 1) 33%, rgba(236, 239, 253, 1) 66%, rgba(209, 236, 245, 1) 100%);
 background: linear-gradient(
  180deg,
  rgba(201, 212, 254, 1) 0%,
  rgba(236, 239, 253, 1) 33%,
  rgba(209, 236, 245, 1) 66%,
  rgba(163, 183, 255, 1) 100%
);
 min-height: 100vh;
}


.entry-content.wp-block-post-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


.mg-quote__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 0 !important;

}

.mg-quote__header {
  text-align: left;
  margin-bottom: 40px;
}

.mg-quote__title {
  margin: 0 0 16px;
  font-family: var(--font-geely);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0px;
}

.mg-quote__desc {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  vertical-align: middle;
}

/* Tabs (mismo estilo que models-geely) */
.mg-quote__tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.mg-quote__tab {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;

  padding: 12px 16px 24px;
  text-align: start;

  font-family: var(--font-geely);

  color: #afb6b9;
  position: relative;

  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
}

.mg-quote__tabLabel {
  display: block;
}

.mg-quote__tabText {
  display: block;
  margin-top: 11px;
  font-family: var(--font-inter);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #0b0c0c;
  opacity: 0.9;
  font-size: 16px;
  line-height: 22px;
}

.mg-quote__tab.is-active {
  color: #027bff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}

.mg-quote__tab.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 2px;
  background: #027bff;
}

.mg-quote__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 18px;
  background: linear-gradient(
    180deg,
    rgba(2, 123, 255, 0.14) 0%,
    rgba(2, 123, 255, 0) 100%
  );
  pointer-events: none;
}

/* Estado bloqueado (cuando aún no puedes ir al paso 2) */
.mg-quote__tab.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

/* Layout */
.mg-quote__content {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 36px;
  margin-top: 22px;
  align-items: start;
}

.mg-quote__left {
  padding-top: 10px;
}

.mg-quote__productName {
 font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #212529;
  margin: 0 0 8px;
}

.mg-quote__carWrap {
  margin-top: 18px;
}

.mg-quote__carImg {
  width: 456px;
  height: 234px;
  display: block;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.22));
}

.mg-quote__leftMeta {
  margin-top: 14px;
}

.mg-quote__modelName {
  font-family: var(--font-geely) !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  background: linear-gradient(90deg, #182FD7 0%, #86DFBD 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin: 0 0 16px !important;
}

.mg-quote__modelYear {
  margin-top: 6px;
  font-family: var(--font-inter);
  font-size: 13px;
  opacity: 0.9;
}

/* Paso 2: solo seleccionado */
.mg-quote__colorRow {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mg-quote__colorDot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.mg-quote__colorText {
  font-family: var(--font-inter);
  font-size: 13px;
}

/* Panels */
.mg-quote__panel {
  display: none;
}
.mg-quote__panel.is-active {
  
  margin-bottom: 40px;
  display: block;
}

/* Cards */
.mg-quote__cards {
  display: grid;
  gap: 18px;
}

.mg-quoteCard {
  width: 100%;
  display: grid;
  grid-template-columns: 265px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0px 4px 4px 0px #bdbdbd80;
}

.mg-quoteCard.is-selected {
  border: 3px solid #027bff;
}

.mg-quoteCard__media {
  border-radius: 10px;
  background: transparent;
  padding: 10px;
}
.mg-quoteCard__img {
  width: 100%;
  height: 136px;
  object-fit: contain;
  display: block;
}

.mg-quoteCard__title {
  font-family: var(--font-geely);
  text-transform: uppercase;
  color: #0b0c0c;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
}

.mg-quoteCard__label {
  margin-top: 6px;
  font-family: var(--font-inter);
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.mg-quoteCard__price {
  margin-top: 6px;
  font-family: var(--font-geely);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
}

.mg-quoteCard__dot {
  margin: 0 8px;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.mg-quoteCard__yearRow {
  margin-top: 8px;
}

.mg-quoteCard__yearTag {
  display: inline-block;
  font-family: var(--font-inter);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(2, 123, 255, 0.1);
  color: #027bff;
}

.mg-quoteCard__radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.18);
  position: relative;
}

.mg-quoteCard.is-selected .mg-quoteCard__radio {
  border-color: #027bff;
}
.mg-quoteCard.is-selected .mg-quoteCard__radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #027bff;
}

/* Actions */
.mg-quote__actions {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}

.mg-quote__btn {
  border: 0;
  background: #0b0c0c;
  color: #fff;
  font-family: var(--font-geely);
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  height: 48px;
}

.mg-quote__btn--ghost {
  background: transparent;
  color: #0b0c0c;
  border: 1px solid #0b0c0c;
  width: 171px;
}

.mg-quote__btn--tec {
  width: 177px;
}

.mg-quote__formCard {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 22px 22px 8px;
  max-width: 520px;
}

.mg-quote__formTitle {
  font-family: var(--font-geely);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}

/* Errors */
.mg-quote__error {
  font-family: var(--font-inter);
  padding: 12px;
  background: #fff3f3;
  border: 1px solid #ffd1d1;
}

/* ---- Colores Paso 1 ---- */
.mg-quote__colorsAll {
  margin-top: 18px;
}
.mg-quote__colorsLabel {
  font-family: var(--font-inter);
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
.mg-quote__colorsDots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mg-quote__colorDotBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: var(--dot, #ccc);
  cursor: pointer;
  padding: 0;
  border: 1px solid #e7e6e6;
}
.mg-quote__colorDotBtn.is-active {
  border-color: #027bff;
}
.mg-quote__colorsName {
  margin-top: 16px;
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
}

/* Control por step */
.mg-quote[data-step="1"] [data-colors-all] {
  display: block;
}
.mg-quote[data-step="1"] [data-selected-color-row] {
  display: none;
}

.mg-quote[data-step="2"] [data-colors-all] {
  display: none;
}
.mg-quote[data-step="2"] [data-selected-color-row] {
  display: inline-flex;
}

.mg-quote[data-step="3"] [data-colors-all],
.mg-quote[data-step="3"] [data-selected-color-row] {
  display: none;
}

/* =========================
   STEP 2: COLOR ROW (Figma)
   ========================= */

/* El contenedor (año + color) en una sola línea */
.mg-quote[data-step="2"] .mg-quote__selectedRow {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Año (2025 -) */
.mg-quote[data-step="2"] .mg-quote__yearText {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0b0c0c;
}

/* Dot: limpio, sin borde blanco ni sombra fuerte */
.mg-quote[data-step="2"] .mg-quote__colorDot {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--selected-color, #027bff);
  border: 1px solid rgba(0, 0, 0, 0.15); /* borde sutil como Figma */
  box-shadow: none; /* quitamos sombra pesada */
}

/* Texto del color (Turquesa) */
.mg-quote[data-step="2"] .mg-quote__colorText {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0b0c0c;
  opacity: 0.9;
}

/* =========================
   STEP 3: CONFIRM FULL-BLEED
   ========================= */
.mg-quote[data-step="3"] .mg-quote__tabs {
  display: none; /* como tu 2da imagen */
}

.mg-quote[data-step="3"] .mg-quote__content {
  display: block;
  margin-top: 0px;
}

.mg-quote[data-step="3"] .mg-quote__left {
  display: none;
}

/* Contenedor full-bleed */
.mg-quoteConfirm {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* HERO */
.mg-quoteConfirm__hero {
  width: 100%;
  background: #fff;
  background-image: var(--quote-step-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.mg-quoteConfirm__heroImg {
  width: fit-content;
  height: auto;
  display: block;
  max-height: 520px;
  object-fit: cover;
  margin: auto;
  padding-top: 20px;
}

/* BODY (gris) */
.mg-quoteConfirm__body {
  width: 100%;
  background: #e7e6e6;
  padding: 80px;
}

.mg-quoteConfirm__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.mg-quoteConfirm__title {
  margin: 0 0 40px;
  font-family: var(--font-geely);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 48px;
  line-height: 44px;
  color: #0b0c0c;
}

.mg-quoteConfirm__subtitle {
  margin: 0 0 24px;
  font-family: var(--font-inter);
  font-size: 24px;
  line-height: 24px;
  color: #0b0c0c;
  letter-spacing: 1px;
}

.mg-quoteConfirm__text {
  margin: 0 0 40px;
  font-family: var(--font-inter);
  font-size: 20px;
  line-height: 30px;
  color: #0b0c0c;
}

.mg-quoteConfirm__btns {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mg-quoteCard__years {
  margin-top: 10px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.mg-quoteYear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
}

.mg-quoteYear input[type="radio"] {
  width: 14px;
  height: 14px;
  accent-color: #027bff; /* azul como en tu screenshot */
}

.mg-quoteCard__years {
  cursor: default;
}
.mg-quoteYear {
  cursor: pointer;
}

.mg-quote[data-step="1"] [data-selected-model-name],
.mg-quote[data-step="1"] [data-selected-row] {
  display: none;
}

.mg-quote[data-step="2"] [data-colors-all] {
  display: none;
}
.mg-quote[data-step="2"] [data-selected-model-name],
.mg-quote[data-step="2"] [data-selected-row] {
  display: flex;
}

.mg-quote[data-step="3"] .mg-quote__header {
  display: none !important;
}

/* opcional: reduce el espacio superior en paso 3 */
.mg-quote[data-step="3"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .mg-quote__content {
    grid-template-columns: 1fr;
  }
  .mg-quote__formCard {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mg-quote {
    padding: 40px 16px 25px;
  }
  .mg-quote__title {
    font-size: 32px;
    line-height: 40px;
  }
  .mg-quote__desc {
    font-size: 14px;
    line-height: 24px;
  }
  .mg-quoteCard {
    grid-template-columns: 120px 1fr;
  }
  .mg-quoteCard__img {
    height: 70px;
  }
  .mg-quote__tabText {
    font-size: 16px;
    line-height: 20px;
  }
  .mg-quote__tabText {
    font-size: 14px;
    line-height: 20px;
  }
  .mg-quote__productName {
    font-size: 18px;
    line-height: 24px;
  }
  .mg-quote__tab {
    padding: 8px 12px 20px;
  }
  .mg-quote__left {
    margin: 0 32px;
  }
  .mg-quoteConfirm__heroImg {
    height: auto;
    max-height: fit-content;
    width: 100%;
  }
  .mg-quoteConfirm__title {
    font-size: 28px;
  }
  .mg-quote__colorsLabel,
  .mg-quote__colorsName {
    font-size: 16px;
    line-height: 22px;
  }
  .mg-quoteCard__title {
    font-size: 14px;
    line-height: 20px;
  }
  .mg-quoteCard__label,
  .mg-quoteCard__dot,
  .mg-quoteYear {
    font-size: 12px;
    line-height: 16px;
  }
  .mg-quoteCard__label {
    margin-top: 10px;
  }
  .mg-quoteCard__title,
  .mg-quoteCard__price,
  .mg-quote__btn {
    font-size: 14px;
    line-height: 20px;
  }
  .mg-quote__colorDotBtn {
    width: 32px;
    height: 32px;
  }
  .mg-quote__btn {
    width: 100%;
    height: 44px;
  }
  .mg-quoteConfirm__body {
    padding: 24px 16px;
  }
  .mg-quoteConfirm__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 16px;
  }
  .mg-quoteConfirm__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  .mg-quoteConfirm__text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 40px;
  }
  .mg-quote[data-step="3"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mg-quote[data-step="3"] .mg-quote__content {
    margin-top: 0px;
  }
}

/* ===== MODAL Política de Datos ===== */
.mg-dataModal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.mg-dataModal.is-open {
  display: flex;
}

.mg-dataModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.mg-dataModal__card {
  position: relative;
  width: min(1060px, 100%);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  background-size: cover;
}

.mg-dataModal__head {
  position: relative;
  padding: 14px 18px 0;
}

.mg-dataModal__kicker {
  font-size: 12px;
  color: #6c757d;
  font-family: var(--font-inter);
}

.mg-dataModal__x {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  border-radius: 999px;
}

.mg-dataModal__body {
  padding: 40px;
}

.mg-dataModal__title {
  margin: 30px 0 22px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #0b0c0c;
  font-family: var(--font-geely);
  text-align: center;
  max-width: 900px;
}

.mg-dataModal__content {
  max-height: 52vh;
  overflow: auto;
  padding-right: 10px;
  font-family: var(--font-inter);
  color: #0b0c0c;
  font-size: 16px;
  line-height: 22px;
  margin: 45px 50px 5px 50px;
}

.mg-dataModal__content a {
  color: #027bff;
  text-decoration: underline;
}

.mg-dataModal__box-info {
  display: flex;
  border: 1px solid #f6f3f5;
  column-gap: 8px;
  align-items: self-start;
  padding: 16px;
  margin-top: 24px;
  background: #fff;
}

.mg-dataModal__box-info p {
  font-size: 14px;
  line-height: 20px;
}

.mg-dataModal__actions {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.mg-dataModal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 16px 72px;
  border: 0;
  background: #0b0c0c;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  width: 119px;
  border-radius: 5px;
  font-family: var(--font-geely);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .mg-dataModal__body {
    padding: 16px;
  }
  .mg-dataModal__title {
    font-size: 28px;
    line-height: 32px;
  }
  .mg-dataModal__content {
    font-size: 13px;
    line-height: 20px;
  }
  .mg-dataModal__box-info p {
    max-width: 100%;
    word-break: break-word;
    font-size: 13px;
  }
  .mg-dataModal__btn {
    font-size: 14px;
    line-height: 20px;
  }
  .mg-quote__left{
    display: flex;
    flex-direction: column-reverse;
  }
}

/* ===== UI modal ubicación (se crea por JS) ===== */
.mg-geoModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 16px;
}

.mg-geoModal.is-open {
  display: flex;
}

.mg-geoModal__card {
  width: min(560px, 100%);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  position: relative;
}

.mg-geoModal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.mg-geoModal__body {
  padding: 62px 40px 48px;
  text-align: center;
}

.mg-geoModal__title {
  font-size: 32px;
  font-weight: 700;
  margin: 12px 0 24px;
  line-height: 120%;
  color: #212529;
  font-family: var(--font-geely);
}

.mg-geoModal__text {
  font-size: 16px;
  color: #212529;
  line-height: 140%;
  margin: 0 0 24px;
  font-family: var(--font-inter);
}

.mg-geoModal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #111;
  color: #fff;
  height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  width: 133px;
  font-family: var(--font-geely);
}

/* ===== UI recomendación tiendas ===== */
.mg-nearStores {
   grid-column: 1 / -1 !important;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.5); /* #FFFFFF al 50% */
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
   box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mg-nearStores > * + * {
  margin-top: 16px;
}

.mg-nearStores__title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px;
  color: #212529;
  line-height: 32px;
  font-family: var(--font-inter);
  margin:0;
}

.mg-nearStores__btn {
   background: transparent;
  border: 1.5px solid #3b5bdb;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  color: #194BFF;
  cursor: pointer;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.mg-nearStores__link {
  display: block !important;
  margin-top: 16px;
  font-size: 16px;
  font-weight:500;
  color: rgba(25, 75, 255, 1);
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 22px;
  font-family: var(--font-inter);
}
.geely-cotiza-actions p {
  flex-direction: column;
  display: flex;
  align-items: start;
  margin-top: 16px;
}

.mg-storesMapModal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.mg-storesMapModal.is-open {
  display: block;
}
.mg-storesMapModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.mg-storesMapModal__card {
  position: relative;
  max-width: 1200px;
  width: 92vw;
  height: 86vh;
  margin: 4vh auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.mg-storesMapModal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
.mg-storesMapModal__head {
  padding: 18px 22px;
  border-bottom: 1px solid #eee;
}
.mg-storesMapModal__title {
  text-align: left;
  color: #000000;
  font-weight: 700;
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: var(--font-geely);
}
.mg-storesMapModal__body {
  height: calc(86vh - 120px);
  padding: 14px 18px;
}
.mg-storesMapModal__map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.mg-storesMapModal__foot {
  padding: 16px 22px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: center;
}
.mg-storesMapModal__btn {
  min-width: 160px;
  padding: 10px 16px;
  border: 0;
  background: #0b0c0c;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--font-geely);
}
.mg-no-scroll {
  overflow: hidden;
}
.gm-style .gm-style-iw-c {
  max-width: 225px !important;
}

/* ===== Loader mini para selects ===== */
.mg-selectLoader {
  position: absolute;
  right: 34px;           /* deja espacio al chevron */
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,.15);
  border-top-color: rgba(2,123,255,1);
  animation: mgSpin .7s linear infinite;
  display: none;
  pointer-events: none;
}

@keyframes mgSpin { to { transform: translateY(-50%) rotate(360deg); } }

/* wrapper para posicionar el spinner (se lo ponemos por JS) */
.mg-hasLoader {
  position: relative;
}

/* estado "cargando": deshabilita interacción (opcional) */
.mg-isLoading select,
.mg-isLoading .mg-selectUiBtn,
.mg-isLoading button {
  pointer-events: none;
  opacity: .75;
}

/* ================================================
   REDISEÑO FIGMA - Solo visual, lógica intacta
   ================================================ */

/* Fondo degradado azul */
.mg-quote {
  background: linear-gradient(180deg, #C9D4FE 0%, #ECEFFD 30%, #D1ECF5 65%, #A3B7FF 100%) !important;
  background-image: none !important;
  padding: 0 !important;
}

/* Ocultar tabs y header */
.mg-quote__tabs,
.mg-quote__header {
  display: none !important;
}

/* Layout: hero arriba, form abajo */
.mg-quote__content {
  display: block !important;
  margin-top: 0 !important;
}

/* Hero — info modelo + imagen en dos columnas */
.mg-quote__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 56px 40px 16px 40px;
  margin: 0 !important;
  gap: 60px;
}

.mg-quote__productName {
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #212529;
  //opacity: 0.8;
  margin-bottom: 8px;
}

/* Nombre modelo con gradiente */
.mg-quote[data-step="2"] [data-selected-model-name] {
  display: block !important;
  font-family: var(--font-geely) !important;
  font-weight: 700 !important;
  font-size: 56px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  background: linear-gradient(90deg, #182FD7 0%, #86DFBD 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin: 4px 0 16px !important;
}

/* Precio desde */
.mg-quote__price-desde {
  font-family: var(--font-inter);
  font-size: 13px;
  color: #0b0c0c;
  opacity: 0.8;
  margin: 0 0 6px;
}

/* Imagen a la derecha */
.mg-quote__carWrap {
  margin-top: 0 !important;
}

.mg-quote__carImg {
  filter: drop-shadow(0 24px 40px rgba(0,0,0,0.15));
}

/* Colores y año ocultos en el hero del nuevo diseño */
.mg-quote[data-step="2"] [data-colors-all] {
  display: none !important;
}

/* ---- Formulario ---- */
.mg-quote__right {
  background: transparent;
  border-radius: 24px 24px 0 0;
  padding: 48px 80px 60px;
    padding-bottom: 0 !important;

}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .mg-quote__left {
    display: flex;
    padding: 32px 20px !important;
    text-align: center;
    flex-direction: column-reverse;
  }

.mg-quote__productName{
    font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
 // text-transform: uppercase;
  letter-spacing: 0;
  color: #212529;
  margin-bottom: 8px;
}

.mg-quote__modelName{
  font-family: var(--font-geely) !important;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  background: linear-gradient(90deg, #182FD7 0%, #86DFBD 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin: 0 0 16px !important;
}

  .mg-quote__carImg{
    width: 300px;
    height: 154px;
    display: block;
  }
  .mg-quote__priceValues{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 20px;
  }

  .mg-quote__carWrap {
    order: -1;
  }

  .mg-quote[data-step="2"] [data-selected-model-name] {
    font-size: 36px !important;
  }

  .mg-quote__right {
    padding: 32px 10px 48px !important;
    border-radius: 16px 16px 0 0;
      padding-bottom: 0 !important;

  }
}

/* ================================================
   REDISEÑO FIGMA - Formulario cotizar v2
   ================================================ */

/* Fondo degradado de la card */
.mg-quote__cf7 {
  background: linear-gradient(180deg, rgba(236, 239, 253, 1) 0%, rgba(183, 198, 255, 1) 100%);
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
  padding: 40px 48px;
  //max-width: 720px;
  margin: 0 auto;
    margin-bottom: 0 !important;

}

/* Título */
.geely-cotiza-form__title {
  font-family: var(--font-geely);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0b0c0c;
  margin: 0 0 8px;
  grid-column: 1 / -1;
}

/* Subtítulo — agrega este div en el CF7 si no existe,
   o si no existe ignora este bloque */
.geely-cotiza-form__subtitle {
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #828282;
  margin: 20px 0 28px;
  grid-column: 1 / -1;
  letter-spacing:0;
}

/* Grid 2 columnas */
.geely-cotiza-form-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px 24px;
}

.geely-cotiza-location-header {
  grid-column: 1 / -1;
  text-align: center;
  padding: 24px 0 8px;
}

.geely-cotiza-location-title {
  font-family: var(--font-geely);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0b0c0c;
  margin: 0 0 6px;
}

.geely-cotiza-location-subtitle {
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 400;
  color: #828282;
  margin-top: 20px;
}

/* Título y doc ocupan todo el ancho */
.geely-cotiza-form__title,
.geely-cotiza-row--doc,
.geely-cotiza-row--last,
.geely-cotiza-geo {
  grid-column: 1 / -1;
}

/* Cada fila: label arriba, input abajo */
.geely-cotiza-row {
 border-bottom: none !important;
  padding-bottom: 0 !important;
}
.geely-cotiza-row__control {
  width: 100%;
}



/* Label */
.geely-cotiza-row__label {
 font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 600;
  color: #0b0c0c;
  margin-bottom: 6px;
}

/* Inputs con borde redondeado y fondo blanco */
.geely-cotiza-input {
width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 10px 14px !important;
  font-family: var(--font-inter) !important;
  font-size: 14px !important;
  color: #0b0c0c !important;
  outline: none !important;
  box-sizing: border-box !important;
  display: block !important;
}

.geely-cotiza-form-main .geely-cotiza-row,
.geely-cotiza-form-main .geely-cotiza-row:last-child {
  border: none !important;
  border-bottom: none !important;
}

.geely-cotiza-row__control .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.geely-cotiza-input:focus {
  border-color: #027bff !important;
}

.geely-cotiza-input::placeholder {
  color: #aaa;
  font-size: 14px;
}

/* Selects con borde redondeado */
.geely-cotiza-select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 8px !important;
  outline: none;
  font-family: var(--font-inter);
  font-size: 14px;
  color: #0b0c0c;
  background: #fff;
  padding: 10px 14px !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23555' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px !important;
}

/* Fila documento: select pequeño + input */
.geely-cotiza-row__control--doc {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.geely-cotiza-row__control--doc .geely-cotiza-select {
  width: 110px;
  flex-shrink: 0;
}

.geely-cotiza-row__control--doc .wpcf7-form-control-wrap {
  flex: 1;
}

.geely-cotiza-row__control--doc .geely-cotiza-input--doc {
  width: 100%;
}

/* Geo */
.geely-cotiza-geo {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0 0;
}

.geely-cotiza-geo__btn {
  font-family: var(--font-inter);
  font-size: 13px;
  color: #027bff;
  text-decoration: none;
}

/* Footer */
.geely-cotiza-form__footer {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Consent */
.geely-cotiza-consent {
  font-family: var(--font-inter);
  font-size: 13px;
  color: #0b0c0c;
}

.geely-cotiza-consent a {
  color: #027bff;
  text-decoration: underline;
}

/* Botón */
.geely-cotiza-submit {
  background: #0b0c0c !important;
  color: #fff !important;
  border: none;
  font-family: var(--font-geely);
  font-weight: 700;
  font-size: 16px;
  padding: 14px 40px;
  cursor: pointer;
  border-radius: 0;
  height: 52px;
  letter-spacing: 0.5px;
}

.geely-cotiza-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Errores CF7 */
.wpcf7-not-valid-tip {
  font-size: 11px;
  color: #e53e3e;
  margin-top: 4px;
  display: block;
}

.geely-cotiza-input.wpcf7-not-valid,
.geely-cotiza-select.wpcf7-not-valid {
  border-color: #e53e3e !important;
}

/* Responsive */
@media (max-width: 768px) {
  .mg-quote__cf7 {
    padding: 24px 20px;
  }

  .geely-cotiza-form-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  
.geely-cotiza-location-title {
  font-family: var(--font-geely);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b0c0c;
  margin: 0 0 6px;
}

.geely-cotiza-location-subtitle {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  margin-top: 20px;
}


  .geely-cotiza-form__subtitle {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #828282;
 margin: 20px 0 10px 0;
 
  letter-spacing:0;
}

  .geely-cotiza-row--doc,
  .geely-cotiza-row--last,
  .geely-cotiza-geo {
    grid-column: 1;
  }
}

.mg-quote-gracias {
  min-height: 100vh;
}

.mg-quote-gracias__hero {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.mg-quote-gracias__hero img {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  object-position: center;
  display: block;
  height: 516px;
  width: 1540px;
}

.mg-quote-gracias__body {
  padding: 48px 80px 60px;
}

.mg-quote-gracias__title {
  font-family: var(--font-geely);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b0c0c;
  margin: 0 0 20px;
  line-height: 1.1;
}

.mg-quote-gracias__title-highlight {
  background: linear-gradient(90deg, #182FD7 0%, #86DFBD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mg-quote-gracias__subtitle {
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 700;
  color: #0b0c0c;
  margin: 40px 0 12px;
}

.mg-quote-gracias__text {
  font-family: var(--font-inter);
  font-size: 20px;
  color: #0B0C0C;
  margin: 30px 0 30px 0;
  font-weight: 500;
 
}

.mg-quote-gracias__btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mg-quote-gracias__btn {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.mg-quote-gracias__btn--outline {
  border: 1.5px solid #0b0c0c;
  color: #0b0c0c;
  background: transparent;
}

.mg-quote-gracias__btn--dark {
  background: #0b0c0c;
  color: #fff;
  border: 1.5px solid #0b0c0c;
}

.mg-quote-gracias__btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .mg-quote-gracias__hero {
    height: 320px;
  }

  .mg-quote-gracias__body {
    padding: 32px 20px 48px;
  }

  .mg-quote-gracias__title {
    font-size: 28px;
  }
}

 
@media (max-width: 768px) {
  .mg-quote-gracias__hero {
    height: 225px;
    
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .mg-quote-gracias__hero img {
    width: 375px;
    height: 225px;
    
  }

  .mg-nearStores{
   
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.5); /* #FFFFFF al 50% */
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0;
  }

  .mg-nearStores__title{
    text-align: center;
    font-size: 15px;
    line-height: 140%;
  }

  .mg-nearStores__btn{
    padding: 10px 11px;
    letter-spacing: 0;
  }
 
  .mg-quote-gracias__body {
    padding: 32px 20px 48px;
    background: linear-gradient(180deg, #ECEFFD 0%, #C9D4FE 100%);
  }
 
  .mg-quote-gracias__title {
    font-size: 32px;
    margin: 0 0 16px;
    text-align: center;
  }
 
  .mg-quote-gracias__subtitle {
    font-size: 16px;
    margin: 16px 0 16px;
    font-weight: 700;
    text-align: center;
  }
 
  .mg-quote-gracias__text {
    font-family: var(--font-inter);
    font-size: 14px;
    margin: 12px 0 34px;
    text-align: center;
    font-weight: 500;
  }
 
  .mg-quote-gracias__btns {
    flex-direction: column;
    gap: 12px;
  }
 
  .mg-quote-gracias__btn {
     font-family: var(--font-inter);
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
  }
}
 
/* Fix también para tablets/pantallas medianas (evita el mismo problema) */
@media (max-width: 1024px) and (min-width: 769px) {
  .mg-quote-gracias__hero {
    height: 380px;
  }
 
  .mg-quote-gracias__hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}