.registration-basic-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.registration-basic-title{font-size:28px;font-weight:600;color:#333;margin-bottom:.5rem;text-align:left}.registration-basic-subtitle{font-size:16px;color:#666;margin-bottom:2rem;text-align:left}.registration-basic-form{background:#ffffff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.05)}.form-section-title{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.registration-basic-buttons{display:flex;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.registration-basic-button{padding:12px 32px;font-size:14px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s;border:none}.registration-next-button{background:#2c3e50;color:white}.registration-next-button:hover{background:#34495e;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.registration-input-field .error-display,.registration-textarea .error-message,.registration-upload-field .upload-error-message{color:#e74c3c;font-size:12px;margin-top:4px;padding-left:4px}@media (max-width:768px){.registration-basic-wrapper{padding:1rem}.registration-basic-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.registration-basic-stepper{flex-wrap:wrap;gap:.75rem}.stepper-item{font-size:13px}}.required-field:after{content:" *";color:#e74c3c}.reg-enhanced-main-wrapper{min-height:100vh;background:linear-gradient(135deg,rgba(0,128,127,.03),rgba(0,102,99,.02) 50%,rgba(0,77,74,.03));background-attachment:fixed;padding:40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.reg-enhanced-main-wrapper:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,128,127,.05) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,102,99,.05) 0,transparent 50%);pointer-events:none;z-index:0}.reg-enhanced-container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.reg-enhanced-header{background:linear-gradient(135deg,#ffffff,rgba(255,255,255,.98));border-radius:24px 24px 0 0;padding:48px 40px 40px;box-shadow:0 4px 20px rgba(0,128,127,.08);position:relative;overflow:hidden;border:1px solid rgba(0,128,127,.1);border-bottom:none}.reg-enhanced-header:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#00807f,#006663 50%,#00807f);background-size:200% 100%;animation:headerShimmer 3s ease-in-out infinite}@keyframes headerShimmer{0%,to{background-position:0 0}50%{background-position:100% 0}}.reg-enhanced-header-content{display:flex;align-items:center;gap:24px;position:relative;z-index:2}.reg-enhanced-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,#00807f,#006663);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px rgba(0,128,127,.25);animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 8px 20px rgba(0,128,127,.25)}50%{transform:scale(1.05);box-shadow:0 12px 28px rgba(0,128,127,.35)}}.reg-enhanced-icon{width:38px;height:38px;color:white}.reg-enhanced-title-section{flex:1}.reg-enhanced-title{font-size:36px;font-weight:800;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.5px;background:linear-gradient(135deg,#00807f,#004d4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reg-enhanced-subtitle{font-size:16px;font-weight:500;color:#666;margin:0;line-height:1.6}.reg-enhanced-header-decoration{position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(0,128,127,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.reg-enhanced-progress-wrapper{background:white;padding:32px 40px;border-left:1px solid rgba(0,128,127,.1);border-right:1px solid rgba(0,128,127,.1)}.reg-enhanced-progress-bar{height:6px;background:rgba(0,128,127,.1);border-radius:10px;overflow:hidden;margin-bottom:24px;position:relative}.reg-enhanced-progress-fill{height:100%;background:linear-gradient(90deg,#00807f,#006663);border-radius:10px;transition:width .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.reg-enhanced-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 2s ease-in-out infinite}@keyframes progressShine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.reg-enhanced-progress-steps{display:flex;justify-content:space-between;gap:20px}.reg-enhanced-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.reg-enhanced-step-number{width:40px;height:40px;border-radius:50%;background:rgba(0,128,127,.1);color:#999;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;border:2px solid rgba(0,128,127,.2);transition:all .3s ease}.reg-enhanced-step-label{font-size:13px;font-weight:600;color:#999;text-align:center;transition:all .3s ease}.reg-enhanced-step.active .reg-enhanced-step-number{background:linear-gradient(135deg,#00807f,#006663);color:white;border-color:#00807f;box-shadow:0 4px 12px rgba(0,128,127,.3)}.reg-enhanced-step.active .reg-enhanced-step-label{color:#00807f;font-weight:700}.reg-enhanced-form-container{background:white;padding:40px;border-left:1px solid rgba(0,128,127,.1);border-right:1px solid rgba(0,128,127,.1);border-bottom:1px solid rgba(0,128,127,.1);border-radius:0 0 24px 24px;box-shadow:0 4px 20px rgba(0,128,127,.08)}.reg-enhanced-section-header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid rgba(0,128,127,.1);position:relative}.reg-enhanced-section-header:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(90deg,#00807f,transparent)}.reg-enhanced-section-title{font-size:22px;font-weight:700;color:#2d3748;margin:0 0 8px;display:flex;align-items:center;gap:12px}.reg-enhanced-section-icon{width:28px;height:28px;color:#00807f;display:flex;align-items:center;justify-content:center}.reg-enhanced-section-description{font-size:14px;color:#718096;margin:0;font-weight:500}.reg-enhanced-form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.reg-enhanced-form-row-full{display:grid;grid-template-columns:1fr;margin-bottom:24px}.reg-enhanced-form-field,.reg-enhanced-form-field-full{position:relative}.reg-enhanced-input,.reg-enhanced-textarea{transition:all .3s ease}.reg-enhanced-form-field-full:hover .reg-enhanced-textarea,.reg-enhanced-form-field:hover .reg-enhanced-input{transform:translateY(-2px)}.reg-enhanced-upload-section{margin-top:40px}.reg-enhanced-section-divider{display:flex;align-items:center;margin-bottom:24px;position:relative}.reg-enhanced-section-divider:after,.reg-enhanced-section-divider:before{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(0,128,127,.2),transparent)}.reg-enhanced-divider-text{padding:0 20px;font-size:14px;font-weight:700;color:#00807f;text-transform:uppercase;letter-spacing:1px}.reg-enhanced-upload-hint{margin-top:8px;font-size:12px;color:#718096;font-weight:500;padding-left:4px}.reg-enhanced-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:40px;padding-top:32px;border-top:2px solid rgba(0,128,127,.1)}.reg-enhanced-btn{padding:14px 32px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;border:none;display:flex;align-items:center;gap:10px;transition:all .3s ease;letter-spacing:.3px;position:relative;overflow:hidden}.reg-enhanced-btn svg{width:18px;height:18px;transition:transform .3s ease}.reg-enhanced-btn-secondary{background:rgba(0,128,127,.08);color:#00807f;border:2px solid rgba(0,128,127,.2)}.reg-enhanced-btn-secondary:hover{background:rgba(0,128,127,.15);border-color:#00807f;transform:translateX(-4px)}.reg-enhanced-btn-secondary:hover svg{transform:translateX(-4px)}.reg-enhanced-btn-primary{background:linear-gradient(135deg,#00807f,#006663);color:white;box-shadow:0 4px 15px rgba(0,128,127,.3)}.reg-enhanced-btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.reg-enhanced-btn-primary:hover{transform:translateX(4px);box-shadow:0 8px 25px rgba(0,128,127,.4);background:linear-gradient(135deg,#00918f,#007773)}.reg-enhanced-btn-primary:hover:before{width:300px;height:300px}.reg-enhanced-btn-primary:hover svg{transform:translateX(4px)}.reg-enhanced-btn:active{transform:scale(.98)}.reg-enhanced-help-section{margin-top:32px;padding:24px 32px;background:linear-gradient(135deg,rgba(0,128,127,.05),rgba(0,128,127,.02));border-radius:16px;border:2px solid rgba(0,128,127,.15);display:flex;align-items:center;gap:20px;transition:all .3s ease}.reg-enhanced-help-section:hover{background:linear-gradient(135deg,rgba(0,128,127,.08),rgba(0,128,127,.04));border-color:rgba(0,128,127,.25);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,128,127,.1)}.reg-enhanced-help-icon{width:50px;height:50px;background:linear-gradient(135deg,#00807f,#006663);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(0,128,127,.2)}.reg-enhanced-help-icon svg{width:26px;height:26px;color:white}.reg-enhanced-help-content{flex:1}.reg-enhanced-help-title{font-size:16px;font-weight:700;color:#00807f;margin:0 0 6px}.reg-enhanced-help-text{font-size:14px;color:#555;margin:0;line-height:1.6;font-weight:500}.reg-enhanced-help-link{color:#00807f;font-weight:700;text-decoration:none;padding:2px 6px;border-radius:4px;transition:all .2s ease}.reg-enhanced-help-link:hover{background:rgba(0,128,127,.1);text-decoration:underline}@media (max-width:1024px){.reg-enhanced-main-wrapper{padding:30px 16px}.reg-enhanced-container{max-width:100%}.reg-enhanced-header{padding:40px 32px 32px}.reg-enhanced-form-container{padding:32px 28px}.reg-enhanced-progress-wrapper{padding:28px 32px}}@media (max-width:768px){.reg-enhanced-header{padding:32px 24px;border-radius:20px 20px 0 0}.reg-enhanced-header-content{gap:16px}.reg-enhanced-icon-wrapper{width:60px;height:60px}.reg-enhanced-icon{width:32px;height:32px}.reg-enhanced-title{font-size:28px}.reg-enhanced-subtitle{font-size:14px}.reg-enhanced-progress-wrapper{padding:24px}.reg-enhanced-progress-steps{gap:12px}.reg-enhanced-step-number{width:36px;height:36px;font-size:14px}.reg-enhanced-step-label{font-size:12px}.reg-enhanced-form-container{padding:28px 24px;border-radius:0 0 20px 20px}.reg-enhanced-form-row{grid-template-columns:1fr;gap:20px}.reg-enhanced-section-title{font-size:20px}.reg-enhanced-actions{flex-direction:column-reverse;gap:12px}.reg-enhanced-btn{width:100%;justify-content:center}.reg-enhanced-help-section{flex-direction:column;text-align:center;padding:20px 24px}}@media (max-width:480px){.reg-enhanced-main-wrapper{padding:20px 12px}.reg-enhanced-header{padding:24px 20px;border-radius:16px 16px 0 0}.reg-enhanced-header-content{flex-direction:column;text-align:center}.reg-enhanced-icon-wrapper{width:56px;height:56px}.reg-enhanced-icon{width:28px;height:28px}.reg-enhanced-title{font-size:24px}.reg-enhanced-subtitle{font-size:13px}.reg-enhanced-progress-wrapper{padding:20px}.reg-enhanced-step-label{font-size:11px}.reg-enhanced-form-container{padding:24px 20px;border-radius:0 0 16px 16px}.reg-enhanced-section-header{margin-bottom:24px}.reg-enhanced-section-title{font-size:18px}.reg-enhanced-btn{padding:12px 24px;font-size:14px}.reg-enhanced-help-section{padding:18px 20px}.reg-enhanced-help-icon{width:44px;height:44px}.reg-enhanced-help-icon svg{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){.reg-enhanced-btn:before,.reg-enhanced-header:before,.reg-enhanced-icon-wrapper,.reg-enhanced-progress-fill:after{animation:none}.reg-enhanced-btn,.reg-enhanced-form-field,.reg-enhanced-help-section{transition:none}}.reg-enhanced-btn:focus-visible{outline:3px solid #00807f;outline-offset:3px}.reg-enhanced-help-link:focus-visible{outline:3px solid #00807f;outline-offset:2px}@media print{.reg-enhanced-actions,.reg-enhanced-header:before,.reg-enhanced-help-section,.reg-enhanced-main-wrapper:before,.reg-enhanced-progress-wrapper{display:none}.reg-enhanced-form-container{box-shadow:none;border:1px solid #ddd}}