.contact-module__swMWYG__container{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 2rem 4rem;display:grid}@media (min-width:768px){.contact-module__swMWYG__container{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 2rem}}.contact-module__swMWYG__infoSection{padding:1rem}.contact-module__swMWYG__title{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:fit-content;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.contact-module__swMWYG__subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__contactDetails{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__detailItem{align-items:flex-start;gap:1rem;display:flex}.contact-module__swMWYG__iconWrapper{width:48px;height:48px;color:var(--primary);background:#006aff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__detailContent h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.contact-module__swMWYG__detailContent p{color:var(--text-secondary);line-height:1.5}.contact-module__swMWYG__formSection{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:2.5rem}.contact-module__swMWYG__formGroup{margin-bottom:1.5rem}.contact-module__swMWYG__label{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;display:block}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);width:100%;padding:.825rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary);background-color:var(--surface);outline:none;box-shadow:0 0 0 3px #006aff1a}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;box-shadow:var(--shadow-md);border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.contact-module__swMWYG__submitBtn:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.contact-module__swMWYG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-module__swMWYG__alert{border-radius:var(--radius-md);margin-bottom:2rem;padding:1rem 1.5rem;font-weight:500}.contact-module__swMWYG__alertSuccess{color:#1e8e3e;background-color:#e6f4ea;border:1px solid #ceead6}.contact-module__swMWYG__alertError{color:#d93025;background-color:#fdeded;border:1px solid #fad2cf}