.registration-page{padding:150px 0 80px;background-color:#fff;min-height:100vh}.registration-success-page{padding-top:150px;background-color:#f9fafb;min-height:100vh}.registration-success-page .container{display:flex;align-items:center;justify-content:center;padding-bottom:80px}.form-header{text-align:center;margin-bottom:1.25rem}.badge-small{background:#ffe5ec;color:var(--primary-red);padding:.4rem 1.2rem;border-radius:999px;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:1rem}.form-header h1{font-size:1.6rem;margin-bottom:.5rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.form-header h1{font-size:1.25rem;white-space:nowrap}}.form-header p{color:#6b7280;font-size:1.125rem}.notice-banner{background-color:#fffbeb;border-left:5px solid #F59E0B;padding:.85rem 1.25rem;border-radius:.5rem;display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.notice-content h3{color:#92400e;font-size:.95rem;margin-bottom:.15rem;font-weight:700}.notice-content p{color:#b45309;font-size:.8rem;line-height:1.4;margin:0}.stepper{max-width:600px;margin:0 auto 2rem;position:relative;scroll-margin-top:80px;padding-top:.5rem}.stepper-progress{display:flex;justify-content:space-between;position:relative}.stepper-progress:before{content:"";position:absolute;top:18px;left:0;width:100%;height:2px;background:#e5e7eb;z-index:1}.progress-bar{position:absolute;top:18px;left:0;height:2px;background:var(--primary-red);z-index:2;transition:width .3s ease}.step-item{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;width:80px}.step-number{width:36px;height:36px;background:#f3f4f6;border:1px solid #E5E7EB;color:#9ca3af;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.75rem;transition:all .3s ease}.step-item.active .step-number{background:var(--primary-red);color:#fff;border-color:var(--primary-red)}.step-label{font-size:.7rem;font-weight:600;color:#9ca3af;line-height:1.2}.step-item.active .step-label{color:#1f2937}.form-container{background:#fff;border:1px solid #E5E7EB;border-radius:2rem;padding:3rem 2.5rem;max-width:768px;margin:0 auto}.step-content h2{font-size:1.5rem;margin-bottom:.5rem;color:#111827}.step-description{color:#4b5563;font-size:1rem;margin-bottom:2.5rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.required{color:#ef4444}.input-with-icon{position:relative}.field-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}[dir=rtl] .field-icon{left:auto;right:1rem}input[type=text],input[type=email],input[type=tel]{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #E5E7EB;border-radius:.75rem;font-size:1rem;background-color:#f9fafb;transition:all .2s}[dir=rtl] input[type=text],[dir=rtl] input[type=email],[dir=rtl] input[type=tel]{padding:.875rem 3rem .875rem 1rem}input:focus{outline:none;border-color:var(--primary-red);background-color:#fff;box-shadow:0 0 0 3px #c800361a}.input-group input:not(.input-with-icon input){padding-left:1rem}.security-notice{background:#f9fafb;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.25rem;display:flex;gap:.75rem;margin-top:2rem;font-size:.8125rem;color:#4b5563;line-height:1.5;text-align:center;justify-content:center}.radio-group{margin-bottom:2.5rem}.radio-group>label{display:block;font-size:.9375rem;font-weight:600;color:#374151;margin-bottom:1rem}.radio-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:1px solid #E5E7EB;border-radius:.75rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s}.radio-option:hover{background-color:#f9fafb;border-color:#d1d5db}.radio-option.selected{background-color:#f0fdf4;border-color:#22c55e}.radio-circle{width:20px;height:20px;border:2px solid #D1D5DB;border-radius:50%;position:relative;transition:all .2s}.radio-option.selected .radio-circle{border-color:#22c55e;background-color:#22c55e}.radio-option.selected .radio-circle:after{content:"";position:absolute;top:4px;left:4px;width:8px;height:8px;background:#fff;border-radius:50%}.radio-option span{font-size:.9375rem;font-weight:500;color:#4b5563}.radio-option.selected span{color:#166534}.form-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:3rem}.btn-back{background:#f3f4f6;color:#4b5563;margin-right:auto}[dir=rtl] .btn-back{margin-right:0;margin-left:auto}.btn-next,.btn-complete{background:var(--primary-red);color:#fff;gap:.75rem;padding:.8rem 2rem}.btn-next:hover,.btn-complete:hover{background:var(--secondary-red)}.success-state{text-align:center;padding:4rem 3rem;background:#fff;border-radius:2rem;box-shadow:0 20px 50px #0000000d;border:1px solid #e5e7eb;max-width:550px;width:100%;animation:slideUpFade .6s ease-out}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:90px;height:90px;background:#ecfdf5;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2.5rem;position:relative;box-shadow:0 0 0 10px #10b9810d}.success-state h1{font-size:2rem;color:#111827;margin-bottom:1.25rem;font-weight:800}.success-state p{color:#4b5563;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;max-width:420px;margin-left:auto;margin-right:auto}.success-state .btn-primary{background:var(--primary-red);color:#fff;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:999px;transition:all .3s ease;width:100%;max-width:300px}.success-state .btn-primary:hover{background:var(--secondary-red);transform:translateY(-2px);box-shadow:0 10px 20px #c8003626}.error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}.error-field{border-color:#ef4444!important;background-color:#fef2f2!important}.radio-option.error-field{border-color:#ef4444}@media (max-width: 768px){.form-container{padding:2rem 1.5rem;margin:0 1rem}.stepper{padding:0 1rem}.step-label{display:none}}
