.contact-module__swMWYG__container{justify-content:center;align-items:center;min-height:80vh;padding:4rem 1.5rem;display:flex}.contact-module__swMWYG__wrapper{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;grid-template-columns:1fr;width:100%;max-width:1000px;display:grid;overflow:hidden;box-shadow:0 24px 64px #07101a52}.contact-module__swMWYG__info{background:linear-gradient(#0c1623e0,#0b131ea3);padding:3rem}.contact-module__swMWYG__title{background:linear-gradient(90deg,var(--accent-green),var(--accent-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.contact-module__swMWYG__text{color:var(--text-secondary);margin-bottom:3rem;line-height:1.6}.contact-module__swMWYG__details{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__detailItem h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem}.contact-module__swMWYG__detailItem p{color:var(--text-muted)}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.contact-module__swMWYG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__inputGroup label{color:#d6e0ea;font-size:.9rem}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{background:var(--panel-soft);border:1px solid var(--glass-border);color:var(--foreground);border-radius:4px;outline:none;padding:.8rem;font-family:inherit;transition:border-color .3s,box-shadow .3s,background .3s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--accent-cyan);background:#0f1c2bd6;box-shadow:0 0 0 4px #27d9d11f}.contact-module__swMWYG__button{background:linear-gradient(90deg,var(--accent-green),var(--accent-cyan));color:#041018;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.contact-module__swMWYG__button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #27d9d138}@media (min-width:768px){.contact-module__swMWYG__wrapper{grid-template-columns:1fr 1fr}}
