/* Reset de box-sizing para el wrapper */
.vq-wrapper *, .vq-wrapper *::before, .vq-wrapper *::after { box-sizing: border-box; }

.vq-wrapper { max-width: 680px; margin: 2rem auto; font-family: system-ui, -apple-system, sans-serif; padding: 30px; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); border: 1px solid #e5e7eb; background-color: #ffffff; }
.vq-header { text-align: center; margin-bottom: 25px; }
.vq-badge { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 10px; background-color: #2563eb; color: #ffffff; }
.vq-header h2 { margin: 0 0 8px; font-size: 1.8rem; color: #111827; line-height: 1.2; }
.vq-subtitle { color: #6b7280; margin: 0; font-size: 1rem; }

.vq-progress { margin: 20px 0; display: flex; align-items: center; gap: 12px; }
.vq-bar { flex: 1; height: 8px; background: #e5e7eb; border-radius: 4px; overflow: hidden; }
.vq-fill { height: 100%; width: 0; transition: width 0.4s ease; background-color: #2563eb; }

.vq-question-box h3 { margin: 0 0 18px; font-size: 1.35rem; color: #1f2937; line-height: 1.4; }
.vq-opt { display: block; width: 100%; padding: 16px; margin: 10px 0; background: #f9fafb; border: 2px solid #e5e7eb; border-radius: 12px; cursor: pointer; text-align: left; font-size: 1.05rem; transition: all 0.2s; color: #374151; }
.vq-opt:hover { background: #f3f4f6; border-color: #d1d5db; }
.vq-opt.selected { border-width: 2px; font-weight: 600; }

.vq-btn { display: inline-block; background: #2563eb; color: #fff; border: none; padding: 14px 24px; border-radius: 10px; cursor: pointer; font-size: 1.05rem; width: 100%; margin-top: 20px; transition: background 0.2s, opacity 0.2s; font-weight: 500; text-align: center; text-decoration: none; }
.vq-btn:hover:not(:disabled) { opacity: 0.9; }
.vq-btn:disabled { background: #cbd5e1 !important; color: #64748b !important; cursor: not-allowed !important; opacity: 1 !important; }

.vq-lead-gate, .vq-result { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin-top: 10px; text-align: center; }
.vq-lead-gate h3, .vq-result h2 { margin: 0 0 10px; color: #111827; }
.vq-lead-gate form { display: flex; gap: 10px; margin: 15px 0; flex-wrap: wrap; }
.vq-lead-gate input { flex: 1; padding: 12px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 1rem; min-width: 140px; background: #fff; }
.vq-privacy { color: #6b7280; font-size: 0.85rem; margin-top: 10px; }

.vq-result-header { margin-bottom: 20px; }
.vq-match-badge { display: inline-block; padding: 6px 14px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; margin-top: 5px; }
.vq-result-body p { color: #374151; line-height: 1.6; margin: 0 0 15px; }
.vq-benefits { text-align: left; padding: 15px; border-radius: 10px; margin: 15px 0; background: #ffffff; border: 1px solid #e5e7eb; }
.vq-benefits h4 { margin: 0 0 10px; color: #111827; }
.vq-benefits ul { margin: 0; padding-left: 20px; }
.vq-benefits li { margin: 6px 0; color: #374151; }

.vq-cta-box { padding: 20px; border-radius: 12px; margin-top: 20px; text-align: center; background: #2563eb; color: #ffffff; }
.vq-cta-text { margin: 0 0 15px; font-size: 1.1rem; font-weight: 500; color: #ffffff; }
.vq-btn-cta { display: inline-block; background: #fbbf24; color: #111827; font-weight: 700; padding: 14px 28px; border-radius: 8px; text-decoration: none; font-size: 1.05rem; transition: transform 0.2s, box-shadow 0.2s; width: auto; margin-top: 0; }
.vq-btn-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.vq-cta-sub { margin: 12px 0 0; font-size: 0.9rem; color: rgba(255,255,255,0.9); }

.vq-btn-whatsapp { background: #25D366ant; color: #fff !important; margin-top: 12px !important; display: none; align-items: center; justify-content: center; gap: 8px; font-weight: 600; text-decoration: none; width: auto !important; padding: 14px 24px !important; border-radius: 10px !important; transition: transform 0.2s, box-shadow 0.2s; }
.vq-btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37,211,102,0.3); }

@media (max-width: 640px) {
    .vq-wrapper { margin: 1rem; padding: 20px; }
    .vq-header h2 { font-size: 1.5rem; }
    .vq-lead-gate form { flex-direction: column; }
    .vq-lead-gate input { width: 100%; }
    .vq-btn-cta, .vq-btn-whatsapp { width: 100% !important; justify-content: center; }
}