.contact-module__swMWYG__formCard{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:8px;padding:2.5rem}.contact-module__swMWYG__successState{text-align:center;padding:3rem 1rem}.contact-module__swMWYG__successIcon{color:var(--accent);margin-bottom:1rem;font-size:3rem}.contact-module__swMWYG__successTitle{font-family:var(--font-display);color:var(--accent);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.contact-module__swMWYG__successMessage{color:var(--muted-foreground);margin-bottom:2rem;font-size:1rem;line-height:1.6}.contact-module__swMWYG__formGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.contact-module__swMWYG__formGrid{grid-template-columns:1fr 1fr}.contact-module__swMWYG__fullWidth{grid-column:span 2}}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__label{font-family:var(--font-body);color:var(--foreground);font-size:.875rem;font-weight:500}.contact-module__swMWYG__required{color:var(--accent);margin-left:.125rem}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border:1px solid var(--border);width:100%;color:var(--foreground);font-family:var(--font-body);transition:var(--transition);background:0 0;border-radius:6px;min-height:44px;padding:.75rem 1rem;font-size:1rem}.contact-module__swMWYG__input:hover,.contact-module__swMWYG__textarea:hover{border-color:var(--border-hover)}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #b8860b1a}.contact-module__swMWYG__input::placeholder,.contact-module__swMWYG__textarea::placeholder{color:var(--muted-foreground);opacity:.6}.contact-module__swMWYG__textarea{resize:vertical;min-height:150px}.contact-module__swMWYG__errorMessage{border:1px solid #b8860b33;border-left:3px solid var(--accent);color:var(--foreground);background:#b8860b14;border-radius:6px;margin-top:1rem;padding:1rem;font-size:.875rem}.contact-module__swMWYG__submitBtn{width:100%;font-family:var(--font-body);color:var(--accent-foreground);background:var(--accent);cursor:pointer;transition:var(--transition);border:none;border-radius:6px;min-height:44px;margin-top:.75rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:500}.contact-module__swMWYG__submitBtn:hover:not(:disabled){background:var(--accent-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.contact-module__swMWYG__submitBtn:disabled{opacity:.6;cursor:not-allowed;background:var(--muted-foreground)}
