.lead-form-container[data-astro-cid-sevzbneq]{width:100%;max-width:600px;margin-left:auto;margin-right:auto}.form-card[data-astro-cid-sevzbneq]{background-color:var(--color-white);border-radius:var(--radius-card);padding:32px 40px;position:relative;overflow:hidden}@media (width<=640px){.form-card[data-astro-cid-sevzbneq]{padding:24px 20px}}.step-indicator[data-astro-cid-sevzbneq]{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.indicator-item[data-astro-cid-sevzbneq]{z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.indicator-num[data-astro-cid-sevzbneq]{background-color:var(--color-white);border:2px solid var(--color-line);width:36px;height:36px;color:var(--color-gris-text);border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:800;transition:all .2s;display:flex}.indicator-label[data-astro-cid-sevzbneq]{color:var(--color-gris-text-2);font-size:12px;font-weight:700;transition:all .2s}.indicator-item[data-astro-cid-sevzbneq].active .indicator-num[data-astro-cid-sevzbneq]{background-color:var(--color-magenta);border-color:var(--color-magenta);color:var(--color-white);box-shadow:0 2px 8px #d6276e33}.indicator-item[data-astro-cid-sevzbneq].active .indicator-label[data-astro-cid-sevzbneq]{color:var(--color-magenta-deep)}.indicator-item[data-astro-cid-sevzbneq].completed .indicator-num[data-astro-cid-sevzbneq]{background-color:var(--color-magenta-deep);border-color:var(--color-magenta-deep);color:var(--color-white)}.indicator-line[data-astro-cid-sevzbneq]{background-color:var(--color-line);z-index:1;flex-grow:1;height:2px;margin-top:-24px}.form-step-wrapper[data-astro-cid-sevzbneq]{display:none}.form-step-wrapper[data-astro-cid-sevzbneq].active{animation:.3s ease-in-out fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.select-input[data-astro-cid-sevzbneq]{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d6276e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.radio-group-vertical[data-astro-cid-sevzbneq]{flex-direction:column;gap:12px;display:flex}.radio-group-horizontal[data-astro-cid-sevzbneq]{gap:24px;display:flex}.radio-option[data-astro-cid-sevzbneq],.radio-option-horizontal[data-astro-cid-sevzbneq]{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.radio-option[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio],.radio-option-horizontal[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]{appearance:none;border:2px solid var(--color-line);cursor:pointer;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:all .2s;display:flex}.radio-option[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]:checked,.radio-option-horizontal[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]:checked{border-color:var(--color-magenta)}.radio-option[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]:before,.radio-option-horizontal[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]:before{content:"";background-color:var(--color-magenta);border-radius:50%;width:10px;height:10px;transition:transform .2s;display:block;transform:scale(0)}.radio-option[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]:checked:before,.radio-option-horizontal[data-astro-cid-sevzbneq] input[data-astro-cid-sevzbneq][type=radio]:checked:before{transform:scale(1)}.radio-label[data-astro-cid-sevzbneq]{color:var(--color-ink);font-size:14px;line-height:1.4}.step-footer-actions[data-astro-cid-sevzbneq]{justify-content:flex-end;margin-top:32px;display:flex}.step-footer-actions[data-astro-cid-sevzbneq].row-actions{justify-content:space-between;gap:16px}.step-footer-actions[data-astro-cid-sevzbneq] button[data-astro-cid-sevzbneq]{min-width:120px}.form-feedback-view[data-astro-cid-sevzbneq]{text-align:center;padding:24px 0;animation:.4s ease-in-out fadeIn}.form-feedback-view[data-astro-cid-sevzbneq].hidden{display:none}.feedback-icon[data-astro-cid-sevzbneq]{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:28px;font-weight:700;display:flex;box-shadow:0 4px 12px #2a273314}.success-icon[data-astro-cid-sevzbneq]{background-color:var(--color-success-bg);color:var(--color-verde)}.error-icon[data-astro-cid-sevzbneq]{background-color:var(--color-error-bg);color:var(--color-error)}.form-feedback-view[data-astro-cid-sevzbneq] h3[data-astro-cid-sevzbneq]{color:var(--color-magenta-deep);margin-bottom:12px;font-size:22px}.form-feedback-view[data-astro-cid-sevzbneq] p[data-astro-cid-sevzbneq]{color:var(--color-gris-text);max-width:440px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.6}.btn-whatsapp[data-astro-cid-sevzbneq]{padding:16px 36px;font-size:16px}.btn-whatsapp[data-astro-cid-sevzbneq].hidden{display:none}.form-advisor-note[data-astro-cid-sevzbneq]{text-align:center;color:var(--color-gris-text);margin-top:16px;font-size:13px;line-height:1.5}.wa-svg[data-astro-cid-sevzbneq]{width:20px;height:20px}.form-element[data-astro-cid-sevzbneq].hidden{display:none}.cta-final-section[data-astro-cid-ps3wqcms]{background:linear-gradient(135deg, var(--color-magenta) 0%, var(--color-magenta-deep) 100%);color:var(--color-white);text-align:center;padding-top:64px;padding-bottom:64px;position:relative;overflow:hidden}.angular-pattern[data-astro-cid-ps3wqcms]{pointer-events:none;background-image:linear-gradient(120deg,#0000 40%,#ffffff08 40% 60%,#0000 60%),linear-gradient(60deg,#0000 45%,#ffffff05 45% 55%,#0000 55%);position:absolute;inset:0}.cta-final-container[data-astro-cid-ps3wqcms]{z-index:10;max-width:800px;position:relative}.cta-header-text[data-astro-cid-ps3wqcms]{margin-bottom:40px}.cta-title[data-astro-cid-ps3wqcms]{color:var(--color-white);margin-bottom:12px;font-size:32px}@media (width<=768px){.cta-title[data-astro-cid-ps3wqcms]{font-size:28px}}.cta-bajada[data-astro-cid-ps3wqcms]{color:var(--color-white);opacity:.95;max-width:540px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.5}.form-wrapper[data-astro-cid-ps3wqcms]{margin-top:24px}
