.contact-module__swMWYG__main{color:#fff;width:100%;overflow-x:hidden}.contact-module__swMWYG__highlightPurple{color:var(--neon-purple)}.contact-module__swMWYG__highlightYellow{color:var(--neon-yellow);font-size:.95rem;font-weight:500}.contact-module__swMWYG__subtitle{letter-spacing:2px;color:#888;text-transform:uppercase;text-align:center;margin-bottom:1rem;font-size:.75rem;font-weight:600}.contact-module__swMWYG__textMuted{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.8}.contact-module__swMWYG__sectionHeader{text-align:center;margin-bottom:4rem}.contact-module__swMWYG__sectionHeader h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.contact-module__swMWYG__heroSection{flex-direction:column-reverse;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 5%;display:flex}@media (min-width:992px){.contact-module__swMWYG__heroSection{flex-direction:row;align-items:center}.contact-module__swMWYG__subtitle{text-align:left}}@media (min-width:1200px){.contact-module__swMWYG__heroSection{padding-left:0;padding-right:0}}.contact-module__swMWYG__heroContent{flex:1}.contact-module__swMWYG__mainTitle{margin-bottom:1rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.1}.contact-module__swMWYG__secondaryTitle{color:var(--text-light);margin-bottom:1.5rem;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:500}.contact-module__swMWYG__heroImageGroup{flex:1.2;justify-content:center;display:flex}@media (min-width:992px){.contact-module__swMWYG__heroImageGroup{justify-content:flex-end}}.contact-module__swMWYG__imageWrapper{width:100%;max-width:350px}.contact-module__swMWYG__heroImg{object-fit:contain;width:100%;height:auto}.contact-module__swMWYG__animateText{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) forwards contact-module__swMWYG__smoothGlideUp}.contact-module__swMWYG__animateImage{opacity:0;animation:1s cubic-bezier(.22,1,.36,1) .2s forwards contact-module__swMWYG__smoothImageReveal}@keyframes contact-module__swMWYG__smoothGlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-module__swMWYG__smoothImageReveal{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.contact-module__swMWYG__directReachSection{max-width:1200px;margin:6rem auto;padding:4rem 5%}@media (min-width:1200px){.contact-module__swMWYG__directReachSection{padding-left:0;padding-right:0}}.contact-module__swMWYG__reachGrid{text-align:center;grid-template-columns:repeat(1,1fr);gap:3rem;display:grid}@media (min-width:600px){.contact-module__swMWYG__reachGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.contact-module__swMWYG__reachGrid{grid-template-columns:repeat(4,1fr)}}.contact-module__swMWYG__reachBlock{flex-direction:column;align-items:center;gap:1rem;display:flex}.contact-module__swMWYG__iconCircle{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 20px #0003}.contact-module__swMWYG__iconCircle:hover{transform:scale(1.05)}.contact-module__swMWYG__reachBlock h2{color:#fff;font-size:1.2rem;font-weight:600}.contact-module__swMWYG__formSection{max-width:900px;margin:4rem auto 8rem;padding:0 5%}.contact-module__swMWYG__formContainer{border:1px dashed var(--neon-yellow);background-color:#0000;border-radius:30px;padding:3rem}@media (max-width:768px){.contact-module__swMWYG__formContainer{padding:2rem 1.5rem}}.contact-module__swMWYG__contactForm{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(--text-light);margin-left:.5rem;font-size:.9rem}.contact-module__swMWYG__formGroup input,.contact-module__swMWYG__formGroup select,.contact-module__swMWYG__formGroup textarea{color:#fff;background-color:#ffffff0d;border:1px solid #fff3;border-radius:30px;width:100%;padding:1.2rem 1.5rem;font-family:inherit;font-size:1rem;transition:border-color .3s,background-color .3s}.contact-module__swMWYG__formGroup textarea{resize:vertical;border-radius:20px}.contact-module__swMWYG__formGroup select{appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 1.5rem center;background-repeat:no-repeat;background-size:1.2rem;padding-right:3.5rem}.contact-module__swMWYG__formGroup select option{color:#fff;background-color:#1a1a1a;padding:10px}.contact-module__swMWYG__formGroup input:focus,.contact-module__swMWYG__formGroup select:focus,.contact-module__swMWYG__formGroup textarea:focus{border-color:var(--neon-purple);background-color:#00000080;outline:none}.contact-module__swMWYG__formAction{justify-content:center;margin-top:1rem;display:flex}.contact-module__swMWYG__submitBtn{background-color:var(--neon-yellow);color:#000;cursor:pointer;border:none;border-radius:50px;padding:1rem 3.5rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.contact-module__swMWYG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #cf03}.contact-module__swMWYG__successMessage{text-align:center;padding:3rem 1rem;animation:.5s forwards contact-module__swMWYG__smoothGlideUp}.contact-module__swMWYG__successIcon{width:80px;height:80px;color:var(--neon-yellow);border:2px solid var(--neon-yellow);background-color:#ccff001a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:3rem;display:flex}.contact-module__swMWYG__successMessage h3{color:#fff;margin-bottom:1rem;font-size:2rem}.contact-module__swMWYG__successMessage p{color:var(--text-light);font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__errorMessage{text-align:center;color:#ff4d4d;margin-top:1.5rem;font-weight:500}.contact-module__swMWYG__submitBtn:disabled{color:#888;cursor:not-allowed;box-shadow:none;background-color:#555;transform:none}
