.form-wrapper{width:100%;max-width:600px;margin:2rem auto;padding:1rem;background:#ffffff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1)}.form-container{display:flex;flex-direction:column}.form-header{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.contact-form label{font-weight:600;margin-bottom:.25rem;margin-top:1rem;display:block}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;margin-top:.25rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{margin-top:1.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:700;background-color:#181a1b;color:white;border:none;border-radius:4px;cursor:pointer}.contact-form button:hover{background-color:#333}