.contact-module__swMWYG__container{max-width:600px;margin:0 auto;padding:4rem 1.5rem}.contact-module__swMWYG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.contact-module__swMWYG__title{color:var(--foreground);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact-module__swMWYG__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;font-size:1.125rem}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__field{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__label{color:var(--foreground);font-size:.9375rem;font-weight:500}.contact-module__swMWYG__required{color:#dc2626}.contact-module__swMWYG__optional{color:var(--muted-foreground);font-weight:400}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--foreground);width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring);outline:none}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitBtn{background:var(--secondary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.contact-module__swMWYG__submitBtn:hover:not(:disabled){background:var(--foreground);color:var(--background)}.contact-module__swMWYG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.contact-module__swMWYG__spinner{animation:1s linear infinite contact-module__swMWYG__spin}.contact-module__swMWYG__successContent{text-align:center;padding:2rem 0}.contact-module__swMWYG__successIcon{color:#22c55e;margin-bottom:1.5rem}.contact-module__swMWYG__successTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.contact-module__swMWYG__successText{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.contact-module__swMWYG__backBtn{background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.contact-module__swMWYG__backBtn:hover{background:var(--border)}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}
