.contact-form{background-color:#fdfdfd;border-radius:12px;max-width:500px;margin:3rem auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 10px 30px #0000001a}.form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}label{color:#333;margin-bottom:.5rem;font-weight:600}input,textarea{border:1px solid #ccc;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}input:focus,textarea:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 3px #0070f333}textarea{resize:vertical;min-height:120px}.submit-button{color:#fff;cursor:pointer;background-color:#0070f3;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1.1rem;font-weight:700;transition:background-color .3s}.submit-button:hover{background-color:#005bb5}.submit-button:disabled{cursor:not-allowed;background-color:#ccc}
