.ce-cotizador-wrapper {
  all: initial;
}

.ce-cotizador-wrapper.step-1,
.ce-cotizador-wrapper.step-2 {
  max-width: 615px;
  margin: auto;
  display: block;
}

.ce-cotizador-wrapper.step-3,
.ce-cotizador-wrapper.step-4,
.ce-cotizador-wrapper.step-5 {
  max-width: 730px;
  margin: auto;
  display: block;
}

.ce-cotizador span {
  font-family: "Poppins" !important;
}

.ce-cotizador {
  display: block;
  font-family: "Poppins" !important;
  color: #111827;
  background-color: #fff0;
  padding: 20px 0;
  line-height: 1.5;
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.ce-cotizador *,
.ce-cotizador *::before,
.ce-cotizador *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

.ce-cotizador button {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  text-transform: none;
}

.ce-cotizador button:focus,
.ce-cotizador input:focus {
  outline: none;
}

.ce-cotizador a {
  text-decoration: none;
  color: inherit;
}

.ceq-stage {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.ceq-stage.is-leaving {
  opacity: 0;
  transform: translateY(15px);
}

.ceq-stage.is-entering {
  opacity: 0;
  transform: translateY(15px);
}

.ce-cotizador .ceq-header {
  text-align: center;
  margin-bottom: 32px;
}

.ce-cotizador .ceq-eyebrow {
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.ce-cotizador .ceq-title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 16px;
}

.ce-cotizador .ceq-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0 auto;
}

.ce-cotizador .ceq-whatsapp-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 16px;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  transition: 0.3s ease all;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  margin-top: 15px;
}

.wsp-wrapper-text {
  display: flex;
  gap: 15px;
  align-items: center;
  white-space: break-spaces;
}

.ce-cotizador .ceq-whatsapp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgb(249 115 22 / 0.1);
}

.ce-cotizador .ceq-wa-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #fff;
  color: #fe5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffedd5;
}

.ce-cotizador .ceq-wa-icon svg {
  width: 24px;
  height: 24px;
}

.ce-cotizador .ceq-wa-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ce-cotizador .ceq-wa-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}

.ce-cotizador .ceq-wa-desc {
  font-size: 15px;
  color: #666;
}

.ce-cotizador .ceq-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ce-cotizador .ceq-option {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 16px;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  transition: 0.3s ease all;
  width: 100%;
  text-align: left;
  justify-content: space-between;
}

.ce-cotizador .ceq-option:hover {
  box-shadow: 0 3px 4px 0 rgb(111 111 111 / 0.35);
}

.ce-cotizador .ceq-option.is-selected {
  border-color: #fe5000;
  box-shadow: 0 0 0 1px #fe5000;
  transition: 0.3s ease all;
}

.ce-cotizador .ceq-option svg * {
  transition: 0.3s ease all;
}

.ce-cotizador .ceq-option.is-selected .ceq-icon-wrapper svg * {
  stroke: #fff;
}

.ceq-icon-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  white-space: break-spaces;
}

.ce-cotizador .ceq-opt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #f3f4f6;
  color: #666;
  flex-shrink: 0;
  transition: 0.3s ease all;
}

.ce-cotizador .ceq-opt-icon svg {
  width: 24px;
  height: 24px;
  transition: 0.3s ease all;
}

.ce-cotizador .ceq-option.is-selected .ceq-opt-icon {
  background-color: #fe5000;
  color: #fff;
  transition: 0.3s ease all !important;
}

.ce-cotizador .ceq-opt-main {
  flex-grow: 1;
}

.ce-cotizador .ceq-opt-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.ce-cotizador .ceq-opt-desc {
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

.ce-cotizador .ceq-opt-radio {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ce-cotizador .ceq-layout-split {
  display: grid;
  grid-template-columns: 1.4fr 260px;
  gap: 15px;
  align-items: stretch;
}

.ce-cotizador .ceq-box {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 15px 18px;
  margin-bottom: 12px;
}

.ce-cotizador .ceq-box:nth-child(3) {
  margin-bottom: 0px;
}

.ceq-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ce-cotizador .ceq-box-base {
  background-color: transparent;
  border-style: dashed;
  border-color: #d1d5db;
  text-align: center;
}

.ce-cotizador .ceq-box-eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.ce-cotizador .ceq-box-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.ce-cotizador .ceq-box-desc {
  font-size: 14px;
  color: #666;
}

.ce-cotizador .ceq-box-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ce-cotizador .ceq-box-row .ceq-opt-icon {
  width: 40px;
  height: 40px;
  background-color: #f3f4f6;
  color: #111827;
}

.ce-cotizador .ceq-tabs {
  display: flex;
  gap: 15px;
  width: fit-content;
}

.ce-cotizador .ceq-tab {
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #737373;
  transition: 0.3s ease all;
  border: 1px solid #ebebeb;
}

.ce-cotizador .ceq-tab:hover {
  border: 1px solid #fe500052;
  background: #fe50000d;
}

.ce-cotizador .ceq-tab.active {
  background-color: #fe5000;
  color: #fff;
  border: 1px solid #fe5000;
}

.ce-cotizador .ceq-counter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.ce-cotizador .ceq-c-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  font-size: 24px;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.ce-cotizador .ceq-c-btn:hover {
  border-color: #fe5000;
  color: #fe5000;
}

.ce-cotizador .ceq-c-val {
  text-align: center;
}

/* --- NUEVOS INPUTS EDITABLES --- */
.ceq-qty-input, .ceq-time-input {
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 42px !important;
    font-weight: 800;
    color: #111827;
    text-align: center;
    width: 80px;
    outline: none;
    background: transparent;
    margin: 0 10px;
    padding: 0;
    line-height: 1;
    transition: border-color 0.2s;
}

.ceq-qty-input:focus, .ceq-time-input:focus {
    border-bottom: 2px solid #fe5000;
}

.ce-cotizador .ceq-box-row .ceq-c-val input.ceq-qty-input {
    font-size: 24px !important;
    width: 60px;
}
/* --------------------------------- */

.ce-cotizador .ceq-c-val span {
  display: block;
  font-size: 15px;
  color: #666;
  margin-top: 4px;
}

.ce-cotizador .ceq-c-skip {
  display: flex;
  justify-content: space-between;
  max-width: 280px;
  margin: -12px auto 24px;
  padding: 0 8px;
}

.ce-cotizador .ceq-c-skip button {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  background: #f9fafb;
  padding: 4px 10px;
  border-radius: 999px;
  transition: all 0.2s;
}

.ce-cotizador .ceq-c-skip button:hover {
  color: #fe5000;
  background: #fff7ed;
}

.ce-cotizador .ceq-alert {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ce-cotizador .ceq-alert svg {
  width: 20px;
  height: 20px;
  color: #fe5000;
  flex-shrink: 0;
}

.ce-cotizador .ceq-alert span {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.4;
}

.ce-cotizador .ceq-right-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 15px 18px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ce-cotizador .ceq-circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  box-shadow: 0 10px 40px -10px rgb(249 115 22 / 0.1);
  background-color: #fff;
}

.ce-cotizador .ceq-circle-lbl {
  font-size: 12px;
  font-weight: 600;
  color: #737373;
  margin-bottom: 8px;
}

.ce-cotizador .ceq-circle-val {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 4px;
}

.ce-cotizador .ceq-circle-sub {
  font-size: 12px;
  color: #737373;
  font-weight: 500;
}

.ce-cotizador .ceq-feat-box {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 16px;
}

.ce-cotizador .ceq-feat-eye {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #fe5000;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.ce-cotizador .ceq-feat-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.ce-cotizador .ceq-feat-sub {
  display: block;
  font-size: 13px;
  color: #666;
}

.ce-cotizador .ceq-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px;
}

.ce-cotizador .ceq-btn-primary {
  background-color: #fe5000;
  color: #fff;
  padding: 13px 25px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.ce-cotizador .ceq-btn-primary:hover:not(:disabled) {
  background-color: #ea580c;
  transform: translateY(-1px);
}
.ceq-btn-primary svg{
	transition: .3s ease all;
}
.ceq-btn-primary:hover svg{
	transform: translatex(3px)
}
.ce-cotizador .ceq-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ce-cotizador .ceq-btn-ghost {
  background-color: #fff0;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 0;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ce-cotizador .ceq-btn-ghost:hover {
  color: #111827;
}

.ce-cotizador .ceq-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgb(0 0 0 / 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  animation: modalFadeIn 0.2s ease;
  padding: 20px;
}

.ceq-layout-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Estilos para el bloque gris inferior */
.ceq-info-card {
  background-color: #f6f7f9;
  /* Gris muy claro */
  border-radius: 16px;
  /* Bordes redondeados */
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  /* Ajusta según tu diseño */
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ceq-info-label {
  color: #f06428;
  /* Color naranja del encabezado */
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.ceq-info-title {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.ceq-info-footer {
  color: #737373;
  /* Gris para el texto legal */
  font-size: 12px;
  font-weight: 400;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ce-cotizador .ceq-modal-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  position: relative;
  animation: modalSlideUp 0.3s ease;
}

@keyframes modalSlideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ce-cotizador .ceq-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #9ca3af;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s;
    width: 36px;
    height: 36px;
    display: grid;
    place-content: center;
}

.ce-cotizador .ceq-modal-close:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.ce-cotizador .ceq-modal-title {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
}

.ce-cotizador .ceq-modal-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

.ce-cotizador .ceq-form-group {
  margin-bottom: 16px;
  text-align: left;
}

.ce-cotizador .ceq-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.ce-cotizador .ceq-form-input {
  width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #111827;
    transition: all 0.2s;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    background-image: url(https://leasein.pe/wp-content/uploads/2026/03/nav-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 1rem;
}

.ce-cotizador .ceq-form-input:focus {
  border-color: #fe5000;
  box-shadow: 0 0 0 3px rgb(249 115 22 / 0.1);
}

.ce-cotizador .ceq-form-help {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 6px;
}

.ce-cotizador .ceq-btn-block {
  width: 100%;
  margin-top: 10px;
}

.ce-cotizador .ceq-success {
  text-align: center;
  padding: 20px 0;
}

.ce-cotizador .ceq-success svg {
  width: 56px;
  height: 56px;
  color: #10b981;
  margin: 0 auto 16px;
}

.ce-cotizador .ceq-success h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.ce-cotizador .ceq-success p {
  font-size: 15px;
  color: #666;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .ce-cotizador .ceq-layout-split {
    grid-template-columns: 1fr;
  }

  .ce-cotizador .ceq-title {
    font-size: 26px;
  }

  .ce-cotizador .ceq-option {
    padding: 16px;
  }

  .ce-cotizador .ceq-footer {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.ce-cotizador .ceq-modal-overlay.is-closing {
  animation: modalFadeOut 0.3s ease forwards;
}

.ce-cotizador .ceq-modal-overlay.is-closing .ceq-modal-box {
  animation: modalSlideDown 0.3s ease forwards;
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes modalSlideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(20px);
    opacity: 0;
  }
}

.ce-cotizador .ceq-welcome-wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 20px 0 60px;
  text-align: left;
}

.ce-cotizador .ceq-welcome-content {
  display: flex;
  flex-direction: column;
}

.ce-cotizador .ceq-welcome-title {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 24px;
  color: #000;
  font-weight: 600;
}

.ce-cotizador .ceq-welcome-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0 0 40px;
  line-height: 1.5;
  max-width: 90%;
}

.ce-cotizador .ceq-welcome-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.ce-cotizador .ceq-btn-outline {
  color: #737373;
  border: 1px solid #737373;
  padding: 12px 25px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ce-cotizador .ceq-btn-outline:hover {
  background-color: #f9fafb;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05);
}

.ce-cotizador .ceq-slider-top,
.ce-cotizador .ceq-slider-bottom {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ce-cotizador .ceq-slider-circle {
  transition: fill 0.3s ease;
}

.ce-cotizador .ceq-btn-outline:hover .ceq-slider-top {
  transform: translateX(4px);
}

.ce-cotizador .ceq-btn-outline:hover .ceq-slider-bottom {
  transform: translateX(-4px);
}

.ce-cotizador .ceq-btn-outline:hover .ceq-slider-circle {
  fill: #f9fafb;
}

.ce-cotizador .ceq-welcome-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: grid;
  place-content: center;
}

.ce-cotizador .ceq-welcome-circle {
  position: absolute;
  width: 320px;
  height: 320px;
  background-color: #fe5000;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ce-cotizador .ceq-welcome-img {
  position: relative;
  z-index: 1;
  max-width: 120%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  margin-bottom: -20px;
}

/* Estilos para el bloque de tip */
.ceq-tip-card {
  background-color: #f6f7f9;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  color: #000;
}

.ceq-tip-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  /* Evita que el icono se encoja */
}

.ceq-tip-icon svg {
  width: 100%;
  height: 100%;
}

.ceq-tip-text {
  font-size: 12px;
  color: #737373;
  /* Gris oscuro para el texto */
  line-height: 20px;
}

@media (max-width: 768px) {
  .ce-cotizador .ceq-welcome-wrap {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }

  .ce-cotizador .ceq-welcome-title {
    font-size: 32px;
    line-height: 38px;
  }

  .ce-cotizador .ceq-welcome-subtitle {
    margin: 0 auto 32px;
    max-width: 100%;
  }

  .ce-cotizador .ceq-welcome-actions {
    flex-direction: column;
    width: 100%;
  }

  .ce-cotizador .ceq-welcome-actions button {
    justify-content: center;
  }

  .ce-cotizador .ceq-welcome-visual {
    min-height: 300px;
    margin-top: 20px;
  }

  .ce-cotizador .ceq-welcome-img {
    max-height: 340px;
  }
  
  .ceq-qty-input, .ceq-time-input {
      font-size: 32px !important;
      width: 60px;
  }
}

.ceq-anim-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
}

.form-wrapper {
  width: 100% !important;
  height: inherit !important;
  transition:
    transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.6s ease-in-out;
  transform-origin: center center;
  z-index: 10;
}

.form-animate-out {
  transform: scale(0.15) translateX(800px) rotate(15deg);
  opacity: 0;
  pointer-events: none;
}

.success-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s,
    opacity 0.4s ease-out 0.5s;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.success-animate-in {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.mail__rect {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  transition: stroke-dashoffset 0.6s ease-out 0.8s;
}

.mail__path {
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
  transition: stroke-dashoffset 0.4s ease-out 1.2s;
}

.draw-svg .mail__rect,
.draw-svg .mail__path {
  stroke-dashoffset: 0;
}

.loading-btn {
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}

.loading-btn .btn-text {
  display: none;
}

.loading-btn .loader {
  display: inline-block;
}

.loader {
  display: none;
  border: 3px solid rgb(255 255 255 / 0.3);
  border-radius: 50%;
  border-top: 3px solid #fff;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.ceq-step4-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}

.ceq-step4-top {
  display: flex;
  position: relative;
  padding: 20px;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.ceq-step4-price-circle {
  background: #fff;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.05);
  z-index: 0;
  padding: 30px;
  transform: translateX(20px);
}

.ceq-s4-lbl {
  font-size: 14px;
  font-weight: 700;
  color: #737373;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ceq-s4-specs {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 15px;
}

.ceq-s4-price {
  font-size: 50px;
  font-weight: 800;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.ceq-s4-price span {
  font-size: 30px;
  margin-top: 10px;
}

.ceq-s4-disc {
  font-size: 11px;
  color: #404040;
  margin-top: 5px;
}

.ceq-step4-images {
  transform: translateX(-20px);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

.ceq-step4-features {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #f3f4f6;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.02);
}

.ceq-feat-item {
  text-align: center;
  flex: 1;
  padding: 0 15px;
}

.ceq-feat-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px auto;
  color: #ea580c;
}

.ceq-feat-item p {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  line-height: 1.4;
}

.ceq-s4-footer-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ceq-s4-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ceq-btn-ghost-dark {
  background: #fff0;
  border: none;
  color: #666666;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

.ceq-s4-btn {
  font-size: 18px;
  padding: 16px 32px;
  background: #ea580c;
  border-radius: 30px;
}

.ceq-s4-manual-link {
  font-size: 15px;
  color: #6b7280;
}

.ceq-s4-manual-link button {
  background: #fff0;
  border: none;
  color: #ea580c;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

.ceq-box-base-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.wsp-option-chip-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wsp-option-chip {
    color: #737373 !important;
    border: 1px solid #ebebeb !important;
    font-size: 10px !important;
    padding: 3px 14px !important;
    font-weight: 600 !important;
    letter-spacing: .5px !important;
    border-radius: 100px !important;
    text-transform: uppercase !important;
}

@keyframes subtle-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-3px);
  }

  40% {
    transform: translateX(3px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }
}

.animate-error-shake {
  animation: subtle-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.error-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin-top: 0;
}

.error-container.show-error {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 3px;
}

.error-inner {
  overflow: hidden;
}

.ceq-error-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(254, 242, 242, 0.9);
  border: 1px solid #fee2e2;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: max-content;
  padding: 1px 7px !important;
}

.ceq-error-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
  flex-shrink: 0;
}

.ceq-error-text {
  font-size: 11px;
  font-weight: 500;
  color: #dc2626;
  line-height: 1.3;
}

.ceq-input-error {
  background-color: #ffffff !important;
  border-color: #fca5a5 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.05) !important;
}

/* Fix Loader */
.loader {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 3px solid #fff;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: none;
  margin: 0 auto;
}

.loading-btn .loader {
  display: block;
}

.loading-btn .btn-text {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Estilos Checkbox Términos */
.ceq-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.ceq-checkbox-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #fe5000;
  cursor: pointer;
}

.ceq-checkbox-label {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  cursor: pointer;
}

.ceq-checkbox-label a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.wrapper-stps-btns {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ce-cotizador-wrapper.step-3 .wrapper-stps-btns,
.ce-cotizador-wrapper.step-4 .wrapper-stps-btns,
.ce-cotizador-wrapper.step-5 .wrapper-stps-btns {
  justify-content: space-between;
}

.ceq-layout-left {
  max-height: 460px;
  overflow-y: scroll;
}

.ce-cotizador-wrapper.step-5 .ceq-layout-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ce-cotizador-wrapper.step-5 .ceq-layout-left > div {
  margin-bottom: 0px !important;
}

.ce-cotizador-wrapper.step-5 .ceq-layout-left > div:nth-child(1) {
  order: 3;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 15px 18px;
}

.ce-cotizador-wrapper.step-5 .ceq-layout-left > div:nth-child(2) {
  order: 2;
}

.ce-cotizador-wrapper.step-5 .ceq-layout-left > div:nth-child(3) {
  order: 1;
}
.ce-cotizador-wrapper.step-5 .ceq-body {
  position: relative;
}
.ce-cotizador-wrapper.step-5 .ceq-box-base-wrapper {
  flex-direction: column;
  margin-top: 10px;
}
.ce-cotizador-wrapper.step-5 .ceq-box-base-wrapper > div {
  width: 100% !important;
}

.ce-cotizador-wrapper.step-3 .ceq-box:first-child .ceq-box-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fe5000;
}

.ceq-scroll-arrow {
  position: absolute;
  left: -45px;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe5000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease all;
}

.ceq-scroll-arrow:hover,
.ceq-scroll-arrow:focus,
.ceq-scroll-arrow:focus-visible,
.ceq-scroll-arrow:active {
  background: #fff7ed;
  color: #ea580c;
  scale: 1.1;
}

@media (max-width: 768px) {
  .ceq-scroll-arrow {
    left: 10px;
    top: 15px;
    transform: none;
  }
}

/* OCULTAR COSAS DEBAJO */
.ceq-scroll-arrow {
  display: none !important;
}

.ceq-layout-right.mobile-layout {
  display: none;
}

.ceq-btn-primary svg {
  width: 20px;
}
@media (max-width: 767px) {
  .ceq-welcome-visual {
    display: none !important;
  }
  .ce-cotizador .ceq-welcome-subtitle {
    font-size: 16px !important;
  }
  .ce-cotizador .ceq-opt-desc,
  .ce-cotizador .ceq-wa-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .ce-cotizador .ceq-opt-title,
  .ce-cotizador .ceq-wa-title {
    font-size: 14px;
    line-height: 18px;
  }
  .ceq-info-card {
    max-width: 100%;
  }
  .ceq-step4-top {
    flex-direction: column;
  }
  .ceq-step4-price-circle,
  .ceq-step4-images {
    transform: inherit;
  }
  .ceq-step4-images img {
    max-width: 75% !important;
  }
  .ceq-feat-item p {
    font-size: 10px;
  }
  .ceq-feat-item {
    padding: 0px;
  }
  .ceq-step4-features {
    gap: 10px;
    padding: 20px 10px;
  }
  .ceq-step4-images {
    justify-content: center !important;
    margin-top: -40px;
  }
  .ceq-layout-right {
    display: none !important;
  }
  .ceq-layout-right.mobile-layout {
    display: block !important;
    order: 5;
  }
  .ceq-step4-container{
    padding: 0;
  }
  .ceq-step4-price-circle{
    width: 220px;
    height: 220px;
  }
  .ceq-s4-price{
    font-size: 42px;
    font-weight: 700 !important;
  }
  .ceq-step4-top{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ceq-s4-lbl{
    font-size: 12px;
  }
  .ceq-s4-specs{
    font-size: 18px !important;
  }
  .ceq-btn-ghost-dark{
    font-size: 14px !important;
  }
  .ce-cotizador .ceq-btn-primary{
    padding: 13px 15px !important;
  }
  .ceq-layout-left{
    max-height: 380px !important;
  }

  .ce-cotizador .ceq-box:nth-child(3) {
    margin-bottom: 12px;
  }
  .ce-cotizador .ceq-circle{
    margin: 0 auto 15px;
  }
}

input[type=checkbox]{
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    border-radius: 200px !important;
    transform: translateY(5px) !important;
}