.contact-module__swMWYG__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);flex-direction:column;display:flex;position:relative;overflow-x:hidden}.contact-module__swMWYG__header{height:var(--header-height);border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.contact-module__swMWYG__brand{color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.contact-module__swMWYG__brandIcon{font-size:1.4rem}.contact-module__swMWYG__navLinks{align-items:center;gap:1rem;display:flex}.contact-module__swMWYG__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 5rem}.contact-module__swMWYG__hero{text-align:center;margin-bottom:3.5rem}.contact-module__swMWYG__badge{border-radius:var(--radius-full);border:1px solid var(--accent-blue-glow);color:var(--text-accent);background:#3b82f61a;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.contact-module__swMWYG__heroTitle{letter-spacing:-.02em;background:linear-gradient(135deg, var(--text-primary) 30%, var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.2}.contact-module__swMWYG__heroSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:2.5rem;display:grid}@media (max-width:900px){.contact-module__swMWYG__grid{grid-template-columns:1fr}}.contact-module__swMWYG__cardsCol{flex-direction:column;gap:1.25rem;display:flex}.contact-module__swMWYG__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.5rem;position:relative;overflow:hidden}.contact-module__swMWYG__card:hover{border-color:var(--border-medium);box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-module__swMWYG__cardHeader{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.contact-module__swMWYG__iconWrapper{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:linear-gradient(135deg,#3b82f626,#8b5cf626);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.contact-module__swMWYG__cardTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700}.contact-module__swMWYG__cardSubtitle{color:var(--text-muted);font-size:.85rem}.contact-module__swMWYG__emailValue{color:var(--accent-blue);word-break:break-all;align-items:center;gap:.5rem;margin:.75rem 0 1rem;font-size:1.2rem;font-weight:700;display:flex}.contact-module__swMWYG__actionRow{flex-wrap:wrap;gap:.75rem;display:flex}.contact-module__swMWYG__formCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:2rem}.contact-module__swMWYG__formTitle{margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.contact-module__swMWYG__formSubtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.contact-module__swMWYG__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border-radius:var(--radius-md);background:var(--bg-input);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), background var(--transition-fast);outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.95rem}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--accent-blue);background:var(--bg-input-focus)}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitBtn{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#fff;cursor:pointer;width:100%;transition:opacity var(--transition-fast), transform var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.contact-module__swMWYG__submitBtn:hover{opacity:.92;transform:translateY(-1px)}.contact-module__swMWYG__successBox{border-radius:var(--radius-md);color:var(--accent-green);background:#10b9811a;border:1px solid #10b98133;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1.25rem;font-size:.95rem;font-weight:500;display:flex}.contact-module__swMWYG__faqSection{margin-top:5rem}.contact-module__swMWYG__faqHeading{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:700}.contact-module__swMWYG__faqGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.contact-module__swMWYG__faqCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.5rem}.contact-module__swMWYG__faqQuestion{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.contact-module__swMWYG__faqAnswer{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.contact-module__swMWYG__footer{text-align:center;border-top:1px solid var(--border-subtle);color:var(--text-muted);background:var(--bg-secondary);padding:2rem;font-size:.85rem}
