.contact-module__swMWYG__main{background:var(--background);min-height:100vh;color:var(--foreground);padding:2rem}.contact-module__swMWYG__container{max-width:1200px;margin:0 auto}.contact-module__swMWYG__backButton{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-bottom:2rem;padding:0;font-size:1rem;transition:opacity .2s}.contact-module__swMWYG__backButton:hover{opacity:.7}.contact-module__swMWYG__title{background:linear-gradient(90deg,gold,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.contact-module__swMWYG__subtitle{color:#a1a1aa;margin-bottom:3rem;font-size:1.25rem}.contact-module__swMWYG__content{grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;display:grid}.contact-module__swMWYG__contactInfo{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__contactInfo h2{margin-bottom:1rem;font-size:1.5rem}.contact-module__swMWYG__infoItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.contact-module__swMWYG__infoItem h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem}.contact-module__swMWYG__infoItem p{color:#a1a1aa;margin:.25rem 0}.contact-module__swMWYG__note{font-size:.875rem;font-style:italic}.contact-module__swMWYG__formSection{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.contact-module__swMWYG__formSection h2{margin-bottom:1.5rem;font-size:1.5rem}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__formGroup label{color:var(--foreground);font-weight:500}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);padding:.75rem;font-size:1rem;transition:border-color .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary);outline:none}.contact-module__swMWYG__textarea{resize:vertical;font-family:inherit}.contact-module__swMWYG__submitButton{color:#000;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(90deg,gold,orange);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.contact-module__swMWYG__submitButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffd70033}.contact-module__swMWYG__successMessage{text-align:center;padding:3rem}.contact-module__swMWYG__successMessage h3{color:#22c55e;margin-bottom:1rem;font-size:1.5rem}.contact-module__swMWYG__successMessage p{color:#a1a1aa;margin-bottom:2rem}.contact-module__swMWYG__resetButton{border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:.75rem 1.5rem;transition:all .2s}.contact-module__swMWYG__resetButton:hover{background:var(--surface-highlight)}@media (max-width:768px){.contact-module__swMWYG__content{grid-template-columns:1fr}.contact-module__swMWYG__title{font-size:2rem}}
