.contact-module__swMWYG__main{position:relative;overflow:hidden}.contact-module__swMWYG__orb1{pointer-events:none;z-index:0;background:radial-gradient(circle,#c9a0dc1a 0%,#f0a3b50a 40%,#0000 70%);width:650px;height:650px;animation:20s ease-in-out infinite contact-module__swMWYG__floatOrb1;position:fixed;top:-200px;right:-200px}.contact-module__swMWYG__orb2{pointer-events:none;z-index:0;background:radial-gradient(circle,#f0a3b514 0%,#c9a0dc08 40%,#0000 70%);width:700px;height:700px;animation:25s ease-in-out infinite contact-module__swMWYG__floatOrb2;position:fixed;bottom:-300px;left:-200px}@keyframes contact-module__swMWYG__floatOrb1{0%,to{transform:translate(0)}50%{transform:translate(-30px,20px)}}@keyframes contact-module__swMWYG__floatOrb2{0%,to{transform:translate(0)}50%{transform:translate(20px,-30px)}}.contact-module__swMWYG__hero{padding:calc(var(--header-height) + var(--space-20)) 0 var(--space-16);text-align:center;background:var(--gradient-hero);position:relative}.contact-module__swMWYG__heroInner{z-index:1;max-width:720px;margin:0 auto;position:relative}.contact-module__swMWYG__badge{padding:var(--space-2) var(--space-5);border-radius:var(--radius-xl);font-size:var(--text-sm);color:var(--color-primary);margin-bottom:var(--space-6);background:linear-gradient(135deg,#c9a0dc1f 0%,#f0a3b51a 100%);border:1px solid #c9a0dc4d;font-weight:700;animation:.5s ease-out contact-module__swMWYG__fadeInDown;display:inline-block}.contact-module__swMWYG__title{font-family:var(--font-display);font-size:var(--text-5xl);font-weight:800;line-height:var(--leading-tight);margin-bottom:var(--space-6);letter-spacing:-.02em;animation:.6s ease-out contact-module__swMWYG__fadeInUp}.contact-module__swMWYG__gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__swMWYG__subtitle{font-size:var(--text-lg);color:var(--text-secondary);line-height:var(--leading-relaxed);max-width:560px;margin:0 auto;animation:.7s ease-out contact-module__swMWYG__fadeInUp}@keyframes contact-module__swMWYG__fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-module__swMWYG__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.contact-module__swMWYG__section{padding:var(--space-16) 0 var(--space-20);position:relative}.contact-module__swMWYG__contactGrid{gap:var(--space-8);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.contact-module__swMWYG__infoColumn{gap:var(--space-4);flex-direction:column;display:flex}.contact-module__swMWYG__infoCard{gap:var(--space-4);padding:var(--space-5);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-base);display:flex}.contact-module__swMWYG__infoCard:hover{border-color:var(--border-default);box-shadow:var(--shadow-sm);transform:translate(4px)}.contact-module__swMWYG__infoIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#c9a0dc1f,#f0a3b514);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.contact-module__swMWYG__infoCard h3{font-family:var(--font-heading);font-size:var(--text-base);margin-bottom:var(--space-1);font-weight:700}.contact-module__swMWYG__infoCard p{font-size:var(--text-sm);color:var(--text-tertiary);line-height:var(--leading-relaxed)}.contact-module__swMWYG__infoLink{transition:opacity var(--transition-fast);font-weight:600;text-decoration:none;color:var(--color-primary)!important}.contact-module__swMWYG__infoLink:hover{opacity:.8}.contact-module__swMWYG__formCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-8);position:relative;overflow:hidden}.contact-module__swMWYG__formCard:after{content:"";background:var(--gradient-primary);opacity:.5;height:2px;position:absolute;top:0;left:0;right:0}.contact-module__swMWYG__formCard h2{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:var(--space-6);font-weight:700}.contact-module__swMWYG__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.contact-module__swMWYG__formGroup{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.contact-module__swMWYG__formGroup label{font-size:var(--text-sm);color:var(--text-secondary);font-weight:600}.contact-module__swMWYG__formGroup select{cursor:pointer}.contact-module__swMWYG__formGroup textarea{resize:vertical;min-height:100px}.contact-module__swMWYG__submitBtn{width:100%;margin-top:var(--space-2);justify-content:center;font-weight:700;font-size:var(--text-base)!important;padding:var(--space-4)!important}.contact-module__swMWYG__successState{text-align:center;padding:var(--space-8) var(--space-4);animation:.4s ease-out contact-module__swMWYG__fadeInUp}.contact-module__swMWYG__successIcon{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);width:64px;height:64px;margin-bottom:var(--space-5);box-shadow:var(--shadow-glow);justify-content:center;align-items:center;font-size:28px;font-weight:800;display:inline-flex}.contact-module__swMWYG__successState h3{font-family:var(--font-display);font-size:var(--text-2xl);margin-bottom:var(--space-3);font-weight:700}.contact-module__swMWYG__successState p{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-6);line-height:var(--leading-relaxed)}.contact-module__swMWYG__successState strong{color:var(--text-primary)}.contact-module__swMWYG__footer{padding:var(--space-16) 0 var(--space-8);border-top:1px solid var(--border-subtle);background:var(--bg-elevated)}.contact-module__swMWYG__footerInner{gap:var(--space-10);flex-direction:column;display:flex}.contact-module__swMWYG__footerBrand p{font-size:var(--text-sm);color:var(--text-tertiary);margin-top:var(--space-3)}.contact-module__swMWYG__footerLinks{gap:var(--space-16);display:flex}.contact-module__swMWYG__footerLinks h4{font-size:var(--text-sm);margin-bottom:var(--space-4);color:var(--text-primary);font-weight:600}.contact-module__swMWYG__footerLinks a{font-size:var(--text-sm);color:var(--text-tertiary);margin-bottom:var(--space-2);display:block}.contact-module__swMWYG__footerLinks a:hover{color:var(--text-primary)}.contact-module__swMWYG__copyright{font-size:var(--text-xs);color:var(--text-tertiary);padding-top:var(--space-8);border-top:1px solid var(--border-subtle)}.contact-module__swMWYG__logo{align-items:center;gap:var(--space-2);font-family:var(--font-display);font-weight:700;font-size:var(--text-xl);text-decoration:none;display:flex;color:var(--text-primary)!important}@media (max-width:768px){.contact-module__swMWYG__title{font-size:var(--text-3xl)}.contact-module__swMWYG__contactGrid,.contact-module__swMWYG__formRow{grid-template-columns:1fr}}
