.signup-wrapper{min-height:100vh;flex-direction:reverse;gap:60px;background:linear-gradient(180deg,#ffffff 60%,#f3f4f6);padding:40px 20px;flex-wrap:wrap}.signup-graphic,.signup-wrapper{display:flex;justify-content:center;align-items:center}.signup-graphic{flex:1 1 50%;max-width:50%;text-align:center;flex-direction:column;box-sizing:border-box}.signup-graphic img{width:100%;max-width:600px;height:auto;object-fit:contain}.signup-graphic h1{color:#ff0000;font-size:40px;margin-top:20px}.signup-graphic p{color:#000000;font-size:30px;margin-top:8px}.signup-form{flex:1 1 50%;max-width:450px;background:rgba(255,255,255,.9);border:1px solid #ddd;padding:40px 30px;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.06);display:flex;align-items:center;flex-direction:column;gap:15px;width:100%}.signup-form h2{text-align:center;margin-bottom:10px;color:#00561e}.signup-form input,.signup-form select{padding:12px;border:1px solid #ee0000;border-radius:8px;background-color:#ffffff;font-size:15px;width:100%;height:44px;box-sizing:border-box;transition:border-color .3s,box-shadow .3s}.signup-form input:focus,.signup-form select:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25);outline:none}.signup-error{color:#e11d48;font-size:14px;text-align:center}.signup-form button{padding:12px;background:#007bff;color:white;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background .2s;width:100%;height:44px;box-sizing:border-box;font-family:GE SS Two}.signup-form button:hover{background:#0056b3}.have-account{text-align:center;margin-top:12px}.have-account a{color:#ff0000;text-decoration:none;font-weight:700}@media (max-width:480px){.signup-graphic h1{color:#ff0000;font-size:26px;margin-top:50px}.signup-graphic p{color:#000000;font-size:16px;margin-top:8px}.signup-wrapper{flex-direction:column;margin:top 50px}.signup-form,.signup-graphic{margin:top 50px;flex:1 1 100%;max-width:100%}.signup-graphic img{max-width:90%}.signup-graphic{height:auto}}