.contact-module__swMWYG__contactContainer{max-width:1100px;color:var(--text-primary);margin:0 auto;padding:6rem 2rem 3rem}.contact-module__swMWYG__contactHeader{text-align:center;margin-bottom:3rem;padding-top:1rem}.contact-module__swMWYG__mainTitle{background:linear-gradient(135deg, var(--text-primary), var(--accent-neon));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.2}.contact-module__swMWYG__subtitle{color:var(--text-secondary);max-width:650px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.contact-module__swMWYG__formWrapper{grid-template-columns:1.5fr 1fr;align-items:start;gap:2rem;display:grid}.contact-module__swMWYG__formColumn{width:100%}.contact-module__swMWYG__infoColumn{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__contactForm{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem}.contact-module__swMWYG__formGroup{margin-bottom:1.5rem}.contact-module__swMWYG__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{width:100%;color:var(--text-primary);background:#0f172a99;border:1px solid #ffffff26;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--accent-violet);outline:none;box-shadow:0 0 0 3px #36b9e824}.contact-module__swMWYG__input::placeholder,.contact-module__swMWYG__textarea::placeholder{color:var(--text-secondary);opacity:.6}.contact-module__swMWYG__textarea{resize:vertical;min-height:150px}.contact-module__swMWYG__error{color:#ef4444;margin-top:.5rem;font-size:.875rem;display:block}.contact-module__swMWYG__submitButton{background:linear-gradient(135deg, var(--accent-violet), var(--accent-neon));color:#fff;cursor:pointer;border:none;border-radius:9px;width:100%;margin-top:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 10px 30px #087eaf47}.contact-module__swMWYG__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 40px #36b9e84d}.contact-module__swMWYG__submitButton:disabled{opacity:.6;cursor:not-allowed}.contact-module__swMWYG__contactInfo,.contact-module__swMWYG__companyInfo{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.75rem}.contact-module__swMWYG__infoTitle{color:var(--accent-neon);margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.contact-module__swMWYG__infoItem{border-bottom:1px solid var(--border-color);gap:.875rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.contact-module__swMWYG__infoItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-module__swMWYG__infoIcon{background:#36b9e82e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.contact-module__swMWYG__infoItem h4{color:var(--text-primary);margin:0 0 .25rem;font-size:.95rem;font-weight:600}.contact-module__swMWYG__infoItem p{color:var(--text-secondary);word-break:break-word;margin:0;font-size:.875rem}.contact-module__swMWYG__companyDetail{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.contact-module__swMWYG__companyDetail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-module__swMWYG__detailLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500}.contact-module__swMWYG__detailValue{color:var(--text-primary);word-break:break-word;font-size:.9rem;font-weight:600}.contact-module__swMWYG__successMessage{text-align:center;max-width:600px;margin:0 auto;padding:4rem 2rem}.contact-module__swMWYG__successIcon{background:linear-gradient(135deg, var(--accent-violet), var(--accent-neon));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:3rem;animation:.6s ease-out contact-module__swMWYG__successPulse;display:flex}@keyframes contact-module__swMWYG__successPulse{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.contact-module__swMWYG__successTitle{background:linear-gradient(135deg, var(--accent-violet), var(--accent-neon));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-module__swMWYG__successText{color:var(--text-primary);margin-bottom:1rem;font-size:1.2rem;line-height:1.6}.contact-module__swMWYG__successSubtext{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.contact-module__swMWYG__backButton{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.contact-module__swMWYG__backButton:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:992px){.contact-module__swMWYG__formWrapper{grid-template-columns:1fr;gap:2rem}.contact-module__swMWYG__infoColumn{order:-1}}@media (max-width:768px){.contact-module__swMWYG__contactContainer{padding:5rem 1.5rem 2rem}.contact-module__swMWYG__contactForm,.contact-module__swMWYG__contactInfo,.contact-module__swMWYG__companyInfo{padding:1.5rem}.contact-module__swMWYG__mainTitle{font-size:2rem}.contact-module__swMWYG__subtitle{font-size:1rem}.contact-module__swMWYG__successIcon{width:60px;height:60px;font-size:2rem}.contact-module__swMWYG__successTitle{font-size:1.8rem}}
