.container{max-width:var(--max-width-desktop);margin:0 auto}@media screen and (max-width:1200px){.container{padding:0 1rem}}.contact-cards{flex-direction:column;gap:1.5rem;padding:2rem 0;display:flex}.padding-bottom{padding-bottom:3rem}.form-header{font-size:1.5rem;font-weight:700}.button-container{justify-content:center;display:flex}.contact-form-section{background-color:var(--color-card-bg);border-radius:12px;padding:2rem 1rem;box-shadow:0 4px 6px #0000001a}.contact-form-section h2{color:var(--color-plum-deep);text-align:center;font-size:1.5rem;font-weight:700}.contact-form-section form{flex-direction:column;gap:2rem;display:flex}.contact-form-section label{color:var(--color-plum-deep);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.big-input{height:150px}.contact-form-section input,.contact-form-section select,.contact-form-section textarea{border:1px solid var(--color-gray-300);width:100%;color:var(--color-plum-deep);background-color:var(--color-lavender-soft);border-radius:8px;outline:none;padding:.75rem;font-size:1rem;transition:border-color .3s}.contact-form-section input:focus,.contact-form-section select:focus,.contact-form-section textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.contact-form-section button{color:#fff;background-color:var(--color-primary);cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background-color .3s}.contact-form-section button:hover{background-color:var(--color-primary-dark)}.contact-form-section .form-group{flex-direction:column;gap:.5rem;display:flex}.contact-form-section .form-group textarea{resize:none;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;height:auto;min-height:120px;overflow-y:auto}.form-field input{padding-top:.9rem}.form-field input::placeholder{position:absolute;top:1.1rem}.form-field{flex-direction:column;display:flex}
.container{max-width:var(--max-width-desktop);margin:0 auto}@media screen and (max-width:1200px){.container{padding:0 1rem}}.contact-cards{flex-direction:column;gap:1.5rem;padding:2rem 0;display:flex}.padding-bottom{padding-bottom:3rem}.form-header{font-size:1.5rem;font-weight:700}.button-container{justify-content:center;align-self:center;width:14rem;display:flex}.contact-form-section{background-color:var(--color-card-bg);border-radius:12px;padding:2rem 1rem;box-shadow:0 4px 6px #0000001a}.contact-form-section h2{color:var(--color-plum-deep);text-align:center;font-size:1.5rem;font-weight:700}.contact-form-section form{flex-direction:column;gap:2rem;display:flex}.contact-form-section label{color:var(--color-plum-deep);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.big-input{height:150px}.contact-form-section input,.contact-form-section select,.contact-form-section textarea{border:1px solid var(--color-gray-300);width:100%;color:var(--color-plum-deep);background-color:var(--color-lavender-soft);border-radius:8px;outline:none;padding:.75rem;font-size:1rem;transition:border-color .3s}.contact-form-section input:focus,.contact-form-section select:focus,.contact-form-section textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.contact-form-section button{color:#fff;background-color:var(--color-primary);cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background-color .3s}.contact-form-section .form-group{flex-direction:column;gap:.5rem;display:flex}.contact-form-section .form-group textarea{resize:none;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;height:auto;min-height:120px;overflow-y:auto}.form-field input{padding-top:.9rem;position:relative}.form-field input::placeholder{top:1.1rem}.form-field{flex-direction:column;display:flex}.submit-button{justify-content:center;align-items:center;display:flex}
