.signup-form{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;overflow-y:auto}.signup-form-title{color:var(--global-primary-text);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.signup-form .signup-form-content{width:50%}.signup-form .signup-form-content .signup-form-company-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.signup-form .signup-form-content .signup-form-company-grid .signup-form-content-select{min-width:100%}.signup-form .signup-form-content .signup-form-sign-in-cta{width:100%;margin-top:1rem}.signup-form-footer{text-align:center;margin-top:.5rem;font-size:.875rem}.signup-form-footer-text{color:#6b7280}.signup-form-footer-link{color:var(--global-primary-color);font-weight:500;text-decoration:none}.ant-form-item{margin-bottom:1rem}.ant-form-item-label>label{font-weight:500}@media (max-width:768px){.signup-form .signup-form-content{width:80%}.signup-form .signup-form-content .signup-form-company-grid{grid-template-columns:1fr;gap:0}}
.signup-hero{background:linear-gradient(135deg,#514ae5 0%,#4f46e5 100%);border-top-left-radius:15%;flex-direction:column;height:100%;display:flex}.signup-hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.signup-hero-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:1rem;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:480px;padding:1rem 1rem 0;display:flex;box-shadow:0 2px 8px #00000026}.signup-hero-card-title{text-align:start;color:var(--color-white);font-size:1.7rem;font-weight:500}.signup-hero-card-desc{text-align:start;color:var(--color-gray);font-size:1rem;font-weight:400;line-height:1.6rem}.signup-hero-card-header{align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.signup-hero-avatar{width:3rem;height:3rem;color:var(--global-primary-color);background:#ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;display:flex}.signup-hero-testimonial-flex{flex-direction:column;align-items:flex-start;gap:.2rem;display:flex}.signup-hero-testimonial-name{color:var(--color-white);font-size:1rem;font-weight:500}.signup-hero-testimonial-role{color:var(--color-gray);font-size:.85rem;font-weight:400}.signup-hero-card-rows{flex-direction:column;gap:.7rem;display:flex}.signup-hero-card-row{background:#ffffff26;border-radius:.4rem;height:.7rem}.signup-hero-card-row:first-child{width:100%}.signup-hero-card-row:nth-child(2){width:85%}.signup-hero-card-row:nth-child(3){width:70%}.signup-hero-footer{border-top:1px solid #ffffff26;justify-content:center;align-items:center;gap:1rem;margin-top:auto;padding:1rem 0;display:flex}.signup-hero-footer-item{color:#ffffffb3;letter-spacing:1px;font-size:.75rem;font-weight:600}@keyframes progressFill{0%{width:0%}to{width:98%}}@media (max-width:1024px){.signup-hero{padding:60px 40px 32px}.signup-hero-title{font-size:44px}.signup-hero-description{font-size:16px}}@media (max-width:768px){.signup-hero{padding:40px 24px 24px}.signup-hero-title{font-size:36px}.signup-hero-icon{width:56px;height:56px;margin-bottom:24px}.signup-hero-card{padding:24px}}
