.contact-module__swMWYG__main{min-height:80vh;padding:clamp(6rem,15vw,10rem) 0}.contact-module__swMWYG__contactWrapper{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-module__swMWYG__info h1{color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem)}.contact-module__swMWYG__info p{color:var(--secondary);max-width:400px;margin-bottom:3rem;font-size:1.1rem}.contact-module__swMWYG__emailCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;flex-direction:column;gap:.5rem;padding:2rem;display:inline-flex}.contact-module__swMWYG__emailCard span{color:var(--secondary);text-transform:uppercase;letter-spacing:.05rem;font-size:.9rem;font-weight:600}.contact-module__swMWYG__emailCard a{color:var(--primary);font-size:1.25rem;font-weight:700}.contact-module__swMWYG__form{background:var(--background);border:1px solid var(--card-border);border-radius:30px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 10px 30px #00000005}.contact-module__swMWYG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__inputGroup label{color:var(--foreground);font-size:.9rem;font-weight:600}.contact-module__swMWYG__inputGroup input,.contact-module__swMWYG__inputGroup textarea{border:1px solid var(--card-border);background:var(--card-bg);color:var(--foreground);border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.contact-module__swMWYG__inputGroup input:focus,.contact-module__swMWYG__inputGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0070f31a}.contact-module__swMWYG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.contact-module__swMWYG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0070f34d}.contact-module__swMWYG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.contact-module__swMWYG__successMsg{color:#10b981;text-align:center;margin-top:1rem;font-weight:600}.contact-module__swMWYG__errorMsg{color:#ef4444;text-align:center;margin-top:1rem;font-weight:600}@media (max-width:900px){.contact-module__swMWYG__contactWrapper{grid-template-columns:1fr;gap:3rem}.contact-module__swMWYG__info{text-align:center}.contact-module__swMWYG__info p{margin-left:auto;margin-right:auto}.contact-module__swMWYG__form{padding:1.5rem}}
