.contact-module__swMWYG__page{overflow-x:hidden}.contact-module__swMWYG__container{max-width:var(--container-max);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.contact-module__swMWYG__hero{text-align:center;padding:10rem 0 4rem;position:relative;overflow:hidden}.contact-module__swMWYG__heroGlow{pointer-events:none;background:radial-gradient(circle,#0e4c4940 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.contact-module__swMWYG__tag{color:var(--primary-teal);background:#0e4c491a;border:1px solid #0e4c4933;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.contact-module__swMWYG__heroTitle{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.contact-module__swMWYG__gradientText{background:linear-gradient(135deg,var(--primary-teal)0%,var(--accent-orange)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__swMWYG__heroDescription{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.25rem;line-height:1.7}.contact-module__swMWYG__contactSection{padding:2rem 0 6rem}.contact-module__swMWYG__contactGrid{grid-template-columns:1.2fr .8fr;gap:3rem;display:grid}.contact-module__swMWYG__formContainer{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;padding:3rem}.contact-module__swMWYG__form{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-secondary);font-size:.875rem;font-weight:600}.contact-module__swMWYG__formGroup input,.contact-module__swMWYG__formGroup select,.contact-module__swMWYG__formGroup textarea{background:var(--bg-darker);border:1px solid var(--glass-border);color:var(--text-primary);transition:all var(--transition-base);border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem}.contact-module__swMWYG__formGroup input::placeholder,.contact-module__swMWYG__formGroup textarea::placeholder{color:var(--text-muted)}.contact-module__swMWYG__formGroup input:focus,.contact-module__swMWYG__formGroup select:focus,.contact-module__swMWYG__formGroup textarea:focus{border-color:var(--primary-teal);outline:none;box-shadow:0 0 0 3px #0e4c4926}.contact-module__swMWYG__formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23a1a1aa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.contact-module__swMWYG__formGroup textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitBtn{color:#fff;cursor:pointer;transition:all var(--transition-base);z-index:1;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.625rem;margin-top:.5rem;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 25px #0003}.contact-module__swMWYG__submitBtn:before{content:"";background:linear-gradient(90deg,var(--primary-teal),var(--accent-orange),var(--primary-teal-light),var(--accent-orange-light),var(--primary-teal));z-index:-2;background-size:300% 100%;border-radius:16px;animation:3s linear infinite contact-module__swMWYG__gradient-border;position:absolute;inset:-2px}.contact-module__swMWYG__submitBtn:after{content:"";z-index:-1;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-radius:12px;position:absolute;inset:2px}.contact-module__swMWYG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 35px #f4784d4d}.contact-module__swMWYG__submitBtn:hover:not(:disabled):before{animation:1.5s linear infinite contact-module__swMWYG__gradient-border}@keyframes contact-module__swMWYG__gradient-border{0%{background-position:0%}to{background-position:300%}}.contact-module__swMWYG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.contact-module__swMWYG__spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite contact-module__swMWYG__spin}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__successMessage{text-align:center;flex-direction:column;align-items:center;padding:3rem;display:flex}.contact-module__swMWYG__successIcon{margin-bottom:1.5rem;font-size:4rem}.contact-module__swMWYG__successMessage h3{margin-bottom:.75rem;font-size:1.5rem}.contact-module__swMWYG__successMessage p{color:var(--text-secondary);font-size:1rem}.contact-module__swMWYG__infoContainer{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__infoCard,.contact-module__swMWYG__faqCard{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;padding:2rem}.contact-module__swMWYG__infoCard h3,.contact-module__swMWYG__faqCard h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.contact-module__swMWYG__infoCard>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.contact-module__swMWYG__contactMethods{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__contactMethod{background:var(--bg-darker);transition:all var(--transition-base);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.contact-module__swMWYG__contactMethod:hover{background:#0e4c491a}.contact-module__swMWYG__methodIcon{font-size:1.5rem}.contact-module__swMWYG__methodLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.contact-module__swMWYG__methodValue{color:var(--text-primary);font-weight:600;display:block}.contact-module__swMWYG__faqItem{border-bottom:1px solid var(--glass-border);padding:1rem 0}.contact-module__swMWYG__faqItem:last-child{border-bottom:none;padding-bottom:0}.contact-module__swMWYG__faqItem h4{margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.contact-module__swMWYG__faqItem p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}@media (max-width:1024px){.contact-module__swMWYG__contactGrid{grid-template-columns:1fr}.contact-module__swMWYG__infoContainer{flex-direction:row}.contact-module__swMWYG__infoCard,.contact-module__swMWYG__faqCard{flex:1}}@media (max-width:640px){.contact-module__swMWYG__formContainer{padding:2rem}.contact-module__swMWYG__infoContainer{flex-direction:column}}
