.enroll-section{min-height:100vh;background:linear-gradient(to bottom left,#f3e8ff,#ffffff,#d1fae5);padding:4rem 1.5rem}.enroll-header{max-width:64rem;margin:0 auto 3rem;text-align:center}.enroll-title{font-size:3rem;font-weight:700;color:#00A86B}.enroll-subtext{color:#4b5563;font-size:1.125rem;margin-top:1rem;max-width:36rem;margin-left:auto;margin-right:auto}.highlight{color:#00A86B;font-weight:600}.enroll-form{background:white;padding:2rem;border-radius:1rem;box-shadow:0 5px 25px rgba(0,0,0,.05);max-width:48rem;margin:0 auto;display:grid;grid-gap:1.5rem;gap:1.5rem;border:1px solid #e5e7eb}.form-label{display:block;font-size:.875rem;color:#374151;font-weight:600;margin-bottom:.25rem}.form-input{width:100%;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:1rem}.submit-btn{width:100%;padding:.75rem 1rem;background-color:#00A86B;color:white;font-weight:600;font-size:1.125rem;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#5b1797}.success-box{max-width:36rem;margin:0 auto;text-align:center;padding:2.5rem;background-color:white;border-radius:1.25rem;box-shadow:0 5px 15px rgba(0,128,0,.05);border:1px solid #bbf7d0}.success-icon{margin:0 auto 1rem;color:#22c55e;width:3.5rem;height:3.5rem}.success-title{font-size:2rem;font-weight:700;color:#16a34a}.success-text{margin-top:1rem;color:#374151}.loading-animation{display:flex;flex-direction:column;align-items:center;margin-top:2rem;animation:fadeIn .4s ease-in}.spinner{width:60px;height:60px;border:6px solid #e0e0e0;border-top-color:#9c6ade;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-text{font-size:1.2rem;font-weight:500;color:#5a3391;font-style:italic}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.go-home-btn{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#9c6ade;color:white;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.go-home-btn:hover{background-color:#7f4fcb;transform:scale(1.05)}