.contact-module__swMWYG__main{min-height:100vh;padding-top:100px;flex-direction:column;display:flex}.contact-module__swMWYG__contactSection{padding:6rem 5%;max-width:1280px;margin:0 auto;width:100%}.contact-module__swMWYG__header{max-width:800px;text-align:center;margin:0 auto 5rem}.contact-module__swMWYG__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}.contact-module__swMWYG__highlight{color:var(--primary-orange)}.contact-module__swMWYG__description{font-size:1.25rem;color:var(--text-muted);line-height:1.6}.contact-module__swMWYG__grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch;display:grid}@media (max-width:968px){.contact-module__swMWYG__grid{grid-template-columns:1fr;gap:3rem}}.contact-module__swMWYG__infoColumn{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__contactInfoWrapper{height:100%;padding:3rem;border:1px solid var(--border-color);flex-direction:column;gap:2rem;box-shadow:0 20px 40px #0000000d;border-radius:24px;background:var(--bg-color);display:flex}.contact-module__swMWYG__contactInfoTitle{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.contact-module__swMWYG__contactInfoItems{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__infoItem{gap:1.5rem;align-items:flex-start;display:flex}.contact-module__swMWYG__iconWrapper{flex-shrink:0;padding:1rem;justify-content:center;color:var(--primary-orange);align-items:center;border-radius:12px;background:#f3661d1a;display:flex}.contact-module__swMWYG__infoContent h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.contact-module__swMWYG__infoContent p{font-size:1rem;color:var(--text-muted);line-height:1.5}.contact-module__swMWYG__linkInfoHover{transition:color .3s}.contact-module__swMWYG__linkInfoHover:hover{color:var(--primary-orange)}.contact-module__swMWYG__formColumn{padding:3rem;border:1px solid var(--border-color);box-shadow:0 20px 40px #0000000d;border-radius:24px;background:var(--bg-color)}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:600px){.contact-module__swMWYG__formRow{grid-template-columns:1fr}}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__label{font-size:.9rem;font-weight:500;color:var(--text-color)}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{padding:1rem;font-size:1rem;border:1px solid var(--border-color);color:var(--text-color);transition:all .3s;border-radius:12px;background:0 0;width:100%;font-family:inherit}.contact-module__swMWYG__input::placeholder,.contact-module__swMWYG__textarea::placeholder{color:#999}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary-orange);outline:none;box-shadow:0 0 0 3px #f3661d1a}.contact-module__swMWYG__textarea{min-height:150px;resize:vertical}.contact-module__swMWYG__submitBtn{padding:1.25rem;font-size:1.1rem;border:none;font-weight:600;color:#fff;transition:all .3s;border-radius:12px;background:var(--primary-orange);cursor:pointer;width:100%;margin-top:1rem}.contact-module__swMWYG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f3661d33;background:#e55c18}@media (max-width:768px){.contact-module__swMWYG__contactSection{padding:4rem 5%}.contact-module__swMWYG__title{font-size:2.5rem}.contact-module__swMWYG__contactInfoWrapper,.contact-module__swMWYG__formColumn{padding:2rem}}@media (max-width:480px){.contact-module__swMWYG__contactSection{padding:3rem 5%}.contact-module__swMWYG__title{font-size:2rem}.contact-module__swMWYG__description{font-size:1.1rem}.contact-module__swMWYG__contactInfoWrapper,.contact-module__swMWYG__formColumn{padding:1.5rem}.contact-module__swMWYG__infoItem{gap:1rem}.contact-module__swMWYG__iconWrapper{padding:.75rem}}.contact-module__swMWYG__successMessage{animation:contact-module__swMWYG__fadeIn .5s ease-out;padding:2rem 0;flex-direction:column;gap:1.5rem;text-align:center;align-items:center;display:flex}.contact-module__swMWYG__successIcon{color:#10b981}.contact-module__swMWYG__successMessage h2{font-size:2rem;font-weight:700}.contact-module__swMWYG__successMessage p{font-size:1.1rem;color:var(--text-muted);max-width:400px}.contact-module__swMWYG__resetBtn{padding:.75rem 1.5rem;border:2px solid var(--primary-orange);font-weight:600;color:var(--primary-orange);transition:all .3s;border-radius:12px;background:0 0;cursor:pointer}.contact-module__swMWYG__resetBtn:hover{color:#fff;background:var(--primary-orange)}.contact-module__swMWYG__errorMessage{padding:1rem;font-size:.9rem;margin-bottom:1rem;color:#ef4444;gap:.75rem;align-items:center;border-radius:12px;background:#ef44441a;display:flex}.contact-module__swMWYG__submitBtn{justify-content:center;gap:.75rem;align-items:center;display:flex}.contact-module__swMWYG__submitBtn:disabled{transform:none;opacity:.7;box-shadow:none;cursor:not-allowed}.contact-module__swMWYG__spinner{animation:contact-module__swMWYG__spin 1s linear infinite}@keyframes contact-module__swMWYG__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes contact-module__swMWYG__fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}