.vss-ce-form-section{max-width:980px;margin:0 auto}.vss-ce-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:#2463e8;font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.vss-ce-eyebrow:before{content:"";width:20px;height:2px;background:#2463e8}.vss-ce-form-header{margin-bottom:30px}.vss-ce-form-header h2{margin:0 0 10px;color:#071b41;font-size:48px;line-height:1.05;letter-spacing:-1.8px;font-weight:800}.vss-ce-form-header p{max-width:650px;margin:0;color:#66758b;font-size:14px;line-height:1.7}.vss-ce-form{padding:38px;background:#fff;border:1px solid #e1e8f2;border-radius:20px;box-shadow:0 20px 55px rgba(7,27,65,.08)}.vss-ce-progress{display:flex;align-items:center;max-width:650px;margin:0 auto 35px}.vss-ce-progress-item{display:flex;align-items:center;gap:8px;color:#9aa7b9;font-size:10px;font-weight:700;white-space:nowrap}.vss-ce-progress-item span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef3fa}.vss-ce-progress-item.active{color:#142398}.vss-ce-progress-item.active span{background:#142398;color:#fff}.vss-ce-progress-line{flex:1;height:1px;margin:0 12px;background:#dce4ef}.vss-ce-step{display:none}.vss-ce-step.active{display:block}.vss-ce-step-heading{margin-bottom:25px}.vss-ce-step-heading>span{display:block;margin-bottom:7px;color:#2463e8;font-size:8px;font-weight:800;letter-spacing:1.3px}.vss-ce-step-heading h3{margin:0 0 7px;color:#071b41;font-size:27px;line-height:1.15;font-weight:800}.vss-ce-step-heading p{margin:0;color:#718096;font-size:12px}.vss-ce-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-bottom:25px}.vss-ce-type-grid label{cursor:pointer}.vss-ce-type-grid input{position:absolute;opacity:0}.vss-ce-type-card{min-height:95px;display:grid;grid-template-columns:40px 1fr;column-gap:12px;padding:17px;border:1px solid #dfe7f1;border-radius:13px;background:#fff}.vss-ce-type-card b{grid-row:1/3;width:39px;height:39px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#edf3ff;color:#142398}.vss-ce-type-card strong{color:#10244a;font-size:12px}.vss-ce-type-card small{color:#78869a;font-size:10px;line-height:1.5}.vss-ce-type-grid input:checked+.vss-ce-type-card{border-color:#2463e8;background:#f5f8ff;box-shadow:0 8px 20px rgba(36,99,232,.08)}.vss-ce-conditional{display:none;margin-bottom:22px}.vss-ce-conditional.visible{display:block}.vss-ce-field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.vss-ce-field.full{grid-column:1/-1}.vss-ce-field{display:flex;flex-direction:column}.vss-ce-field label{margin-bottom:7px;color:#243653;font-size:10px;font-weight:800}.vss-ce-field input,.vss-ce-field select,.vss-ce-field textarea{box-sizing:border-box;width:100%;border:1px solid #dce4ee;border-radius:9px;background:#fff;color:#172742;font-family:inherit;font-size:12px;outline:0}.vss-ce-field input,.vss-ce-field select{height:47px;padding:0 13px}.vss-ce-field textarea{min-height:125px;padding:13px;resize:vertical}.vss-ce-field input:focus,.vss-ce-field select:focus,.vss-ce-field textarea:focus{border-color:#2463e8;box-shadow:0 0 0 3px rgba(36,99,232,.08)}.vss-ce-message-field{margin-top:5px}.vss-ce-next,.vss-ce-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:47px;padding:0 23px;border:0;border-radius:9px;background:#142398;color:#fff;font-family:inherit;font-size:11px;font-weight:800;cursor:pointer}.vss-ce-actions{display:flex;justify-content:space-between;margin-top:25px}.vss-ce-back{border:1px solid #dce4ee;border-radius:9px;background:#fff;padding:0 18px;color:#53627a;font-weight:800}.vss-ce-consent{margin-top:22px;padding:14px;border-radius:10px;background:#f6f8fc}.vss-ce-consent label{display:flex;gap:9px;color:#66758b;font-size:10px;line-height:1.55}.vss-ce-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.vss-ce-message-box{margin-top:15px;font-size:11px}.vss-ce-message-box.error{padding:11px;border-radius:8px;background:#fff1f1;color:#b42318}.vss-ce-success{text-align:center;padding:30px}.vss-ce-success-icon{width:66px;height:66px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border-radius:50%;background:#e8f8ed;color:#159447;font-size:25px}.vss-ce-success h3{color:#071b41;font-size:31px}.vss-ce-success .success-text{color:#66758b;font-size:13px}.vss-ce-success .reference{display:block;margin:15px;color:#142398}.vss-ce-next-steps{max-width:500px;margin:20px auto;padding:18px;text-align:left;border-radius:12px;background:#f6f8fc;color:#66758b;font-size:11px}.vss-ce-whatsapp{display:inline-flex;padding:13px 20px;border-radius:9px;background:#25d366;color:#fff;text-decoration:none;font-size:11px;font-weight:800}@media(max-width:700px){.vss-ce-form-header h2{font-size:34px}.vss-ce-form{padding:23px 18px}.vss-ce-type-grid,.vss-ce-field-grid{grid-template-columns:1fr}.vss-ce-field.full{grid-column:auto}.vss-ce-progress-item strong{display:none}.vss-ce-actions{gap:10px}.vss-ce-back,.vss-ce-submit,.vss-ce-next{min-height:50px}.vss-ce-back,.vss-ce-submit{width:48%}}
