.vq-landing {
  width: 100%;
  max-width: none;
}

.vq-step {
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 1.25rem 1.4rem;
  box-shadow: 0 5px 18px rgba(7, 59, 122, .055);
}

.vq-step-number {
  width: 38px;
  height: 38px;
  background: #0b448b;
  color: #fff;
}

.vq-step h3 {
  margin-top: .25rem;
  font-size: 1.12rem;
}

.vq-step-download .vq-download {
  padding: .62rem 1rem;
  font-size: .92rem;
}

.vq-dropzone {
  position: relative;
  min-height: 220px;
  margin-top: .75rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 2px dashed #8eacd2;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.vq-dropzone:hover,
.vq-dropzone.is-dragover {
  border-color: #0b448b;
  background: #f1f7ff;
}

.vq-dropzone.is-dragover {
  transform: translateY(-2px);
}

.vq-dropzone-prompt {
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  pointer-events: none;
}

.vq-cloud {
  width: 64px;
  color: #0b448b;
}

.vq-dropzone-prompt strong {
  margin-top: .25rem;
  color: #073b7a;
  font-size: 1.08rem;
}

.vq-dropzone-prompt > span:not(.vq-cloud) {
  margin-top: .2rem;
  color: #667085;
}

.vq-dropzone-prompt small {
  margin-top: .85rem;
  color: #52677f;
  font-weight: 650;
}

.vq-dropzone .form-item {
  margin: 0;
}

.vq-dropzone input[type="file"] {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.vq-dropzone.has-file {
  min-height: auto;
  border-style: solid;
  border-color: #77ae92;
  background: #effaf4;
}

.vq-dropzone.has-file .vq-dropzone-prompt {
  min-height: 80px;
}

.vq-dropzone.has-file .vq-cloud {
  width: 46px;
  color: #16875b;
}

.vq-dropzone.has-file .vq-dropzone-prompt strong::before {
  content: "Archivo listo: ";
}

.vq-dropzone.has-file .vq-dropzone-prompt > span:not(.vq-cloud),
.vq-dropzone.has-file .vq-dropzone-prompt small {
  display: none;
}

.vq-dropzone.has-file .form-managed-file,
.vq-dropzone.has-file .form-item {
  position: relative;
  z-index: 3;
  text-align: center;
}

.vq-submit-wrap {
  display: none;
  justify-content: center;
  margin-top: 1.1rem;
}

.vq-upload-step.has-file .vq-submit-wrap {
  display: flex;
}

.vq-submit {
  min-width: 210px;
  justify-content: center;
}

.vq-cta {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 1.8rem;
  background: linear-gradient(115deg, #052e61 0%, #084a94 100%);
}

.vq-cta::after {
  position: absolute;
  right: -55px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  content: "";
}

.vq-cta > * {
  position: relative;
  z-index: 1;
}

.vq-cta h3 {
  font-size: 1.3rem;
}

.vq-cta .vq-cta-button {
  display: inline-flex !important;
  min-width: 190px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .82rem 1.25rem !important;
  border: 2px solid #fff !important;
  border-radius: 10px !important;
  background: var(--vq-orange, #f15a3c) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .38);
  animation: vq-subtle-pulse 2.8s infinite;
}

.vq-cta .vq-cta-button:hover,
.vq-cta .vq-cta-button:focus-visible {
  transform: translateY(-2px);
}

@keyframes vq-subtle-pulse {
  0%, 65%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .34); }
  78% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .vq-cta-button { animation: none; }
}

@media (max-width: 760px) {
  .vq-step { grid-template-columns: 38px minmax(0, 1fr); padding: 1rem; }
  .vq-dropzone { min-height: 200px; padding: .85rem; }
  .vq-cta-button { width: 100%; }
}
