.contact-module__swMWYG__hero{background:var(--bg-base);border-bottom:1px solid var(--border);align-items:center;min-height:48vh;padding:140px 0 72px;display:flex;position:relative;overflow:hidden}.contact-module__swMWYG__orb1{background:radial-gradient(circle, var(--brand-glow) 0%, transparent 70%);pointer-events:none;opacity:.4;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;left:-150px}.contact-module__swMWYG__orb2{background:radial-gradient(circle, var(--brand-glow) 0%, transparent 70%);pointer-events:none;opacity:.25;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;right:-80px}.contact-module__swMWYG__heading{letter-spacing:-.03em;color:var(--text-1);margin:16px 0 24px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800}.contact-module__swMWYG__heroSub{color:var(--text-2);max-width:600px;font-size:1.05rem;line-height:1.8}.contact-module__swMWYG__layout{grid-template-columns:340px 1fr;align-items:start;gap:40px;display:grid}@media (max-width:960px){.contact-module__swMWYG__layout{grid-template-columns:1fr}}.contact-module__swMWYG__sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}@media (max-width:960px){.contact-module__swMWYG__sidebar{position:static}}.contact-module__swMWYG__infoCard{background:var(--bg-raised);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px;padding:32px 28px}.contact-module__swMWYG__sideTitle{color:var(--text-1);margin-bottom:24px;font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:700}.contact-module__swMWYG__infoItems{flex-direction:column;gap:20px;display:flex}.contact-module__swMWYG__infoItem{align-items:flex-start;gap:14px;display:flex}.contact-module__swMWYG__infoIcon{background:var(--bg-overlay);border:1px solid var(--border);width:40px;height:40px;color:var(--brand);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__infoLabel{color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:.72rem;font-weight:600}.contact-module__swMWYG__infoValue{color:var(--text-1);word-break:break-word;overflow-wrap:anywhere;font-size:.94rem;font-weight:500}.contact-module__swMWYG__responseCard{background:var(--bg-raised);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--dur-fast) ease, border-color var(--dur-fast) ease;border-radius:18px;flex-direction:column;gap:8px;padding:24px 22px;display:flex}.contact-module__swMWYG__responseCard:hover{border-color:var(--border-hi);transform:translateY(-2px)}.contact-module__swMWYG__responseIcon{font-size:1.5rem}.contact-module__swMWYG__responseTitle{color:var(--text-1);font-size:.98rem;font-weight:700}.contact-module__swMWYG__responseSub{color:var(--text-2);font-size:.85rem;line-height:1.6}.contact-module__swMWYG__formWrap{background:var(--bg-raised);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:28px;padding:40px 36px}.contact-module__swMWYG__form{flex-direction:column;gap:24px;display:flex}.contact-module__swMWYG__formGrid2{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.contact-module__swMWYG__formGrid2{grid-template-columns:1fr}.contact-module__swMWYG__formWrap{padding:20px 16px}.contact-module__swMWYG__infoCard{padding:24px 18px}}.contact-module__swMWYG__field{flex-direction:column;gap:8px;display:flex}.contact-module__swMWYG__label{color:var(--text-2);font-size:.85rem;font-weight:600}.contact-module__swMWYG__formInput{background:var(--bg-overlay);border:1px solid var(--border);border-radius:var(--r-md);width:100%;color:var(--text-1);transition:border-color var(--dur-fast) ease, box-shadow var(--dur-fast) ease, background var(--dur-fast) ease;appearance:none;outline:none;padding:12px 16px;font-family:Inter,sans-serif;font-size:.95rem}.contact-module__swMWYG__formInput::placeholder{color:var(--text-3)}.contact-module__swMWYG__formInput:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow);background:var(--bg-base)}.contact-module__swMWYG__selectWrap{width:100%;position:relative}.contact-module__swMWYG__selectWrap select{padding-right:40px}.contact-module__swMWYG__selectIcon{color:var(--text-3);pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.contact-module__swMWYG__domainGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (max-width:400px){.contact-module__swMWYG__domainGrid{grid-template-columns:1fr}}.contact-module__swMWYG__domainBtn{background:var(--bg-overlay);border:1px solid var(--border);color:var(--text-2);cursor:pointer;transition:all var(--dur-fast) var(--ease-out);text-align:left;border-radius:12px;align-items:center;gap:10px;padding:13px 16px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;display:flex}.contact-module__swMWYG__domainBtn:hover{border-color:var(--border-hi);color:var(--text-1);background:var(--bg-subtle)}.contact-module__swMWYG__domainBtnActive{box-shadow:0 0 0 3px var(--brand-glow);border-color:var(--brand)!important;background:var(--bg-subtle)!important;color:var(--text-1)!important}.contact-module__swMWYG__errorText{color:var(--error);margin-top:4px;font-size:.78rem;font-weight:500}.contact-module__swMWYG__categoryGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}@media (max-width:600px){.contact-module__swMWYG__categoryGrid{grid-template-columns:1fr}}.contact-module__swMWYG__submitBtn{color:#fff;background:linear-gradient(135deg, var(--brand) 0%, #4f46e5 100%);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-family:Bricolage Grotesque,sans-serif;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #6366f14d,inset 0 1px #fff3}.contact-module__swMWYG__submitBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.contact-module__swMWYG__submitBtn:hover:before{left:100%}.contact-module__swMWYG__submitBtn:hover{background:linear-gradient(135deg, #4f46e5 0%, var(--brand) 100%);transform:translateY(-2px);box-shadow:0 15px 35px #6366f173,inset 0 1px #ffffff4d}.contact-module__swMWYG__submitBtn:active{transform:translateY(1px)}.contact-module__swMWYG__submitBtn:disabled{background:var(--border);color:var(--text-3);cursor:not-allowed;box-shadow:none;transform:none}.contact-module__swMWYG__submitBtnLoading{align-items:center;gap:10px;display:flex}.contact-module__swMWYG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite contact-module__swMWYG__spin}.contact-module__swMWYG__submitBtnIcon{transition:transform .3s}.contact-module__swMWYG__submitBtn:hover .contact-module__swMWYG__submitBtnIcon{transform:translate(3px,-3px)scale(1.05)}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}
