body{margin:0}.page-container{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f5f7fa;margin:0;padding:20px;box-sizing:border-box}.card{width:100%;max-width:500px;background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 10px 30px #0000000f;box-sizing:border-box}.title{font-size:24px;font-weight:600;color:#1d2129;text-align:center;margin:0 0 32px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.form-group label{font-size:14px;color:#4e5969;font-weight:500}select{height:44px;padding:0 12px;border:1px solid #e5e6eb;border-radius:10px;font-size:15px;color:#1d2129;outline:none;transition:all .3s;background:#fff}select:focus{border-color:#4080ff;box-shadow:0 0 0 3px #4080ff1a}.next-btn{width:100%;height:46px;background:#4080ff;color:#fff;font-size:15px;font-weight:500;border:none;border-radius:10px;margin-top:12px;cursor:pointer;transition:background .3s}.next-btn:hover{background:#36f}.next-btn:active{background:#254edb}
