.urssaf-registration-section{padding:40px 0 80px}.urssaf-registration-page{max-width:1200px;margin:0 auto;padding-top:30px;padding-bottom:40px}.text-teal-highlight,.step-num-highlight{color:#00a896}.form-error-alert{margin-bottom:20px;font-weight:600;font-size:.95rem;background:#fef2f2;border:1px solid #fca5a5;padding:12px 16px;border-radius:8px}.honeypot-wrap{display:none}.step-subtext{font-size:.9rem;color:#475569;margin-bottom:20px;line-height:1.5}.bic-input{text-transform:uppercase}.summary-iban-text{font-family:monospace;font-weight:700;color:#069}.summary-bic-text{font-family:monospace}.is-hidden{display:none!important}.is-invisible{visibility:hidden!important}.success-actions{margin-top:32px}.success-btn-link{text-decoration:none}.urssaf-reg-header{text-align:center;max-width:800px;margin:0 auto 40px}.urssaf-reg-badge{display:inline-flex;align-items:center;gap:14px;background:#fff;color:#004d61;border:1.5px solid #00a896;padding:8px 22px;border-radius:99px;font-size:.98rem;font-weight:700;margin-bottom:24px;box-shadow:0 4px 18px #00a89640}.urssaf-badge-logo{height:38px!important;width:auto!important;display:block}.urssaf-reg-title{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:12px;line-height:1.25}.urssaf-reg-subtitle{font-size:1.05rem;color:#94a3b8;line-height:1.6}.urssaf-stepper-container{max-width:960px;margin:0 auto 40px;padding:24px 20px;background:#0f172a99;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;position:relative;overflow:hidden}.urssaf-stepper{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}.stepper-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.stepper-circle{width:44px;height:44px;border-radius:50%;background:#1e293b;border:2px solid #334155;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0003}.stepper-icon{width:20px;height:20px;fill:currentColor}.stepper-label{margin-top:10px;font-size:.82rem;font-weight:600;color:#64748b;text-align:center;transition:color .3s ease;white-space:nowrap}.stepper-item.active .stepper-circle{background:#00a896;border-color:#5eead4;color:#fff;box-shadow:0 0 20px #00a89680;transform:scale(1.1)}.stepper-item.active .stepper-label{color:#00a896;font-weight:700}.stepper-item.completed .stepper-circle{background:#0d9488;border-color:#0d9488;color:#fff}.stepper-item.completed .stepper-label{color:#cbd5e1}.stepper-line-track{position:absolute;top:22px;left:10%;right:10%;height:3px;background:#334155;z-index:1}.stepper-line-progress{position:absolute;top:22px;left:10%;height:3px;background:linear-gradient(90deg,#00a896,#2dd4bf);z-index:1;transition:width .4s ease}.urssaf-form-card{max-width:840px;margin:0 auto 30px;background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000004d;color:#1e293b}.step-content{display:none;animation:fadeInStep .35s ease forwards}.step-content.active{display:block}@keyframes fadeInStep{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.step-heading{font-size:1.4rem;font-weight:700;color:#004d61;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:12px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:.92rem;font-weight:700;color:#0f172a;margin-bottom:8px}.required-asterisk{color:#ef4444;margin-left:2px}.form-control{width:100%;padding:12px 16px;font-size:1rem;color:#0f172a;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;transition:all .2s ease;outline:none;box-sizing:border-box}.form-control:focus{background-color:#fff;border-color:#00a896;box-shadow:0 0 0 4px #00a89626}.form-control.is-invalid{border-color:#ef4444;background-color:#fef2f2}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2064748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px;cursor:pointer}.input-hint{font-size:.8rem;color:#64748b;margin-top:6px}.field-error{font-size:.8rem;color:#ef4444;margin-top:4px;display:none}.form-control.is-invalid+.field-error{display:block}.iban-input-wrap{position:relative}.iban-input{font-family:Courier New,Courier,monospace;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:36px;padding-top:24px;border-top:1px solid #f1f5f9}.btn-prev{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;padding:12px 24px;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease}.btn-prev:hover{background:#e2e8f0;color:#0f172a}.btn-next,.btn-submit{background:linear-gradient(135deg,#069,#00a896);color:#fff;border:none;padding:12px 32px;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 4px 14px #00a8964d;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px}.btn-next:hover,.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00a89673}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.summary-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.summary-group{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.summary-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.summary-group-title{font-size:.95rem;font-weight:700;color:#004d61;margin-bottom:10px;text-transform:uppercase}.summary-dl{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px;font-size:.9rem}.summary-dl dt{color:#64748b;font-weight:600}.summary-dl dd{color:#0f172a;font-weight:500;margin:0}.consent-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:16px 20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:12px}.consent-checkbox{width:20px;height:20px;margin-top:2px;accent-color:#00a896;cursor:pointer}.consent-text{font-size:.88rem;color:#166534;line-height:1.5}.success-card{text-align:center;padding:40px 20px}.success-icon-wrap{width:72px;height:72px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 24px;box-shadow:0 0 0 8px #16a34a26}.success-title{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:12px}.success-desc{font-size:1.05rem;color:#475569;max-width:600px;margin:0 auto 30px;line-height:1.6}.urssaf-steps-notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:20px;text-align:left;max-width:620px;margin:0 auto}.urssaf-steps-notice h4{color:#1e40af;font-size:1rem;margin-bottom:10px;font-weight:700}.urssaf-steps-notice ol{margin:0;padding-left:20px;color:#1e3a8a;font-size:.9rem;line-height:1.6}.success-actions{margin-top:30px;text-align:center}.success-btn-link{display:inline-flex;text-decoration:none}@media (max-width: 768px){.urssaf-form-card{padding:24px 18px}.form-grid{grid-template-columns:1fr}.stepper-label{display:none}.stepper-circle{width:36px;height:36px;font-size:.88rem}.stepper-line-track,.stepper-line-progress{top:18px}.summary-dl{grid-template-columns:1fr}}.autocomplete-wrap{position:relative;width:100%}.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;z-index:999;background:#fff;border:1.5px solid #00a896;border-radius:12px;box-shadow:0 12px 28px #0000002e;margin-top:6px;max-height:240px;overflow-y:auto;display:none}.autocomplete-suggestions.active{display:block}.autocomplete-item{padding:11px 16px;font-size:.93rem;color:#0f172a;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .15s ease;line-height:1.35}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item strong{color:#004d61;display:block;font-weight:700}.autocomplete-item span{font-size:.82rem;color:#64748b;display:block;margin-top:2px}.autocomplete-item:hover,.autocomplete-item.selected{background:#f0fdf4;border-left:4px solid #00a896;padding-left:12px}
