.contact-module__swMWYG__main{min-height:100vh;font-family:var(--font-primary);background:linear-gradient(#f8fafc 0%,#fff 50%,#fafbfc 100%)}.contact-module__swMWYG__container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.contact-module__swMWYG__hero{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-bottom:1px solid #bfdbfe;padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.contact-module__swMWYG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(34,197,94,.15),transparent 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;left:-10%}.contact-module__swMWYG__heroContent{z-index:1;position:relative}.contact-module__swMWYG__iconWrapper{background:linear-gradient(135deg,var(--primary),var(--secondary));width:80px;height:80px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.contact-module__swMWYG__heroIcon{color:#fff;width:40px;height:40px}.contact-module__swMWYG__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.contact-module__swMWYG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.contact-module__swMWYG__content{padding:4rem 0}.contact-module__swMWYG__contactMethods{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.contact-module__swMWYG__contactMethod{background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);gap:1.5rem;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex}.contact-module__swMWYG__contactMethod:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.contact-module__swMWYG__methodIcon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.contact-module__swMWYG__icon{color:#fff;width:24px;height:24px}.contact-module__swMWYG__methodContent{flex:1}.contact-module__swMWYG__methodTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.contact-module__swMWYG__methodDescription{color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.contact-module__swMWYG__methodLink{color:var(--secondary);font-weight:500;text-decoration:none;transition:color .2s}.contact-module__swMWYG__methodLink:hover{color:var(--primary);text-decoration:underline}.contact-module__swMWYG__formSection{background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);margin-bottom:4rem;padding:3rem}.contact-module__swMWYG__formHeader{text-align:center;margin-bottom:3rem}.contact-module__swMWYG__formTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.contact-module__swMWYG__formDescription{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__form{max-width:600px;margin:0 auto}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.contact-module__swMWYG__formGroup{margin-bottom:2rem}.contact-module__swMWYG__label{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:flex}.contact-module__swMWYG__labelIcon{width:16px;height:16px;color:var(--primary)}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border:2px solid var(--border-color);border-radius:var(--border-radius);width:100%;font-size:1rem;font-family:var(--font-primary);background:var(--bg-primary);padding:1rem;transition:border-color .2s,box-shadow .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.contact-module__swMWYG__submitButton:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.contact-module__swMWYG__buttonIcon{width:18px;height:18px}.contact-module__swMWYG__successMessage{text-align:center;border-radius:var(--border-radius-lg);border:2px solid var(--primary);background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:3rem}.contact-module__swMWYG__successIcon{width:48px;height:48px;color:var(--primary);margin:0 auto 1rem}.contact-module__swMWYG__successMessage h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.contact-module__swMWYG__successMessage p{color:var(--text-muted);font-size:1.1rem}.contact-module__swMWYG__additionalInfo{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.contact-module__swMWYG__infoSection{background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);padding:2rem}.contact-module__swMWYG__infoTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.contact-module__swMWYG__infoText{color:var(--text-muted);line-height:1.6}.contact-module__swMWYG__companyInfo p{color:var(--text-muted);margin-bottom:.5rem}.contact-module__swMWYG__link{color:var(--primary);font-weight:500;text-decoration:none}.contact-module__swMWYG__link:hover{color:var(--secondary);text-decoration:underline}@media (max-width:768px){.contact-module__swMWYG__hero{padding:4rem 1rem 3rem}.contact-module__swMWYG__title{font-size:2.25rem}.contact-module__swMWYG__subtitle{font-size:1.1rem}.contact-module__swMWYG__container{padding:0 1rem}.contact-module__swMWYG__contactMethods{grid-template-columns:1fr;gap:1.5rem}.contact-module__swMWYG__contactMethod{text-align:center;flex-direction:column;padding:1.5rem}.contact-module__swMWYG__methodIcon{align-self:center}.contact-module__swMWYG__formSection{padding:2rem}.contact-module__swMWYG__formRow{grid-template-columns:1fr;gap:0}.contact-module__swMWYG__iconWrapper{width:60px;height:60px}.contact-module__swMWYG__heroIcon{width:30px;height:30px}.contact-module__swMWYG__additionalInfo{grid-template-columns:1fr;gap:1.5rem}.contact-module__swMWYG__infoSection{padding:1.5rem}}@media (max-width:480px){.contact-module__swMWYG__formSection{padding:1.5rem}.contact-module__swMWYG__formTitle{font-size:1.75rem}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{padding:.875rem}}
