.signupPage{min-height:100vh;flex-direction:column;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.blueSection,.signupPage{display:flex;background:#fff;color:#000}.blueSection{padding:2rem 1.5rem;text-align:center;justify-content:center;max-width:500px;min-width:378px;width:100%;margin:0 auto}@media(max-width:768px){.blueSection{padding:1.5rem 1rem;min-width:100%;max-width:100%}}.blueSection .signupTitle{font-size:2rem;font-weight:700;margin:0;width:100%}@media(max-width:768px){.blueSection .signupTitle{font-size:1.5rem}}.formContainer{flex:1 1;padding:2rem 1.5rem;display:flex;justify-content:center}@media(max-width:768px){.formContainer{padding:1.5rem 1rem}}.formContainer .formWrapper{background:#fff;border-radius:0;padding:2rem;box-shadow:none;max-width:500px;min-width:378px;width:100%}@media(max-width:768px){.formContainer .formWrapper{padding:1.5rem;min-width:100%;max-width:100%}}.formContainer .formWrapper .formTitle{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:2rem;text-align:center}@media(max-width:768px){.formContainer .formWrapper .formTitle{font-size:1.25rem;margin-bottom:1.5rem}}.formGroup{margin-bottom:1.5rem}@media(max-width:768px){.formGroup{margin-bottom:1.25rem}}.formGroup .label{display:block;font-weight:600;color:#000;margin-bottom:.5rem;font-size:.9rem}.formGroup .label.required:after{content:" *";color:#f44}.formGroup .input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.formGroup .input:focus{outline:none;border-color:#002060}.formGroup .input.error{border-color:#f44}.formGroup .input.success{border-color:#4caf50}.formGroup .input::placeholder{color:#000}.passwordInputWrapper{position:relative;display:flex;align-items:center}.passwordInputWrapper .input{padding-right:3rem}.passwordInputWrapper .passwordToggle{position:absolute;right:.75rem;background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.passwordInputWrapper .passwordToggle:hover{background-color:#f5f5f5}.mobileInputWrapper{display:flex;gap:.5rem;align-items:flex-start}.mobileInputWrapper .input{flex:1 1}.mobileInputWrapper .smsButton{padding:.75rem 1rem;background:#002060;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.mobileInputWrapper .smsButton:hover:not(:disabled){background-color:#000f2d}.mobileInputWrapper .smsButton:disabled{background-color:#000;cursor:not-allowed}.verificationGroup{margin-top:.75rem}.verificationGroup .input{font-size:1.1rem;text-align:center;letter-spacing:.25rem}.validationChecks{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.validationChecks .check{font-size:.8rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.validationChecks .check.valid{background-color:rgba(76,175,80,.1);color:#4caf50}.validationChecks .check.invalid{background-color:rgba(255,68,68,.1);color:#f44}.errorMessage{display:flex;align-items:center;gap:.5rem;color:#f44;font-size:.85rem;margin-top:.5rem;font-weight:500}.errorMessage span{font-size:1rem}.warningMessage{color:#ff9800;font-size:.85rem;margin-top:.5rem;font-weight:500}.checkboxGroup{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.checkboxGroup .checkbox{margin-top:.25rem;width:1.2rem;height:1.2rem;accent-color:#002060}.checkboxGroup .checkboxLabel{font-size:.9rem;color:#000;line-height:1.4;cursor:pointer}.checkboxGroup .checkboxLabel .linkButton{background:none;border:none;color:#002060;text-decoration:underline;font-weight:600;cursor:pointer;padding:0;font-size:inherit}.checkboxGroup .checkboxLabel .linkButton:hover{color:#000f2d}.actionButtons{display:flex;flex-direction:row;gap:1rem;margin-top:1.5rem}@media(max-width:768px){.actionButtons{flex-direction:column;gap:.75rem}}.previousStepButton{flex:1 1;padding:1rem;background:#fff;color:#000;border:2px solid #e0e0e0;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.previousStepButton:hover:not(:disabled){background-color:#e0e0e0;border-color:#000}.previousStepButton:disabled{background-color:#f5f5f5;color:#000;cursor:not-allowed;border-color:#e0e0e0}.membershipRegistrationButton{flex:1 1;padding:1rem;background:#002060;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}.membershipRegistrationButton:hover:not(:disabled){background-color:#000f2d}.membershipRegistrationButton:disabled{background-color:#000;cursor:not-allowed}.membershipRegistrationButton .loading{width:1rem;height:1rem;border:2px solid rgba(0,0,0,0);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loginLink{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#000}.loginLink a{color:#002060;text-decoration:underline;font-weight:600}.loginLink a:hover{color:#000f2d}.termsLink{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.termsLink .linkButton{background:none;border:none;color:#002060;text-decoration:underline;font-weight:600;cursor:pointer;padding:.25rem 0;font-size:.85rem;text-align:left}.termsLink .linkButton:hover{color:#000f2d}.popupOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.popupOverlay .popupContent{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:80vh;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.2)}.popupOverlay .popupContent .popupHeader{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.popupOverlay .popupContent .popupHeader h3{margin:0;font-size:1.25rem;font-weight:700;color:#000}.popupOverlay .popupContent .popupHeader .popupClose{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#000;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.popupOverlay .popupContent .popupHeader .popupClose:hover{background-color:#f5f5f5}.popupOverlay .popupContent .popupBody{padding:1.5rem;max-height:50vh;overflow-y:auto}.popupOverlay .popupContent .popupBody p{margin:0;line-height:1.6;color:#000}.popupOverlay .popupContent .popupFooter{padding:1.5rem;border-top:1px solid #e0e0e0;text-align:right}.popupOverlay .popupContent .popupFooter .popupButton{padding:.75rem 1.5rem;background:#002060;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.popupOverlay .popupContent .popupFooter .popupButton:hover{background-color:#000f2d}