.Contact-module__ngA_uG__main{background-color:#060608;align-items:center;width:100%;min-height:100vh;padding-top:8rem;padding-bottom:8rem;display:flex;position:relative;overflow:hidden}.Contact-module__ngA_uG__ambientGlow{filter:blur(100px);pointer-events:none;z-index:1;background:radial-gradient(circle,#a855f70a 0%,#0099ff03 50%,#0000 100%);width:600px;height:600px;position:absolute;top:40%;right:-5%}.Contact-module__ngA_uG__gridOverlay{z-index:2;pointer-events:none;opacity:.45;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-position:50%;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__ngA_uG__container{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Contact-module__ngA_uG__layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;display:grid}.Contact-module__ngA_uG__detailsColumn{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.Contact-module__ngA_uG__badge{text-transform:uppercase;color:#fff9;letter-spacing:.15em;background:#ffffff05;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:1rem;padding:.35rem .9rem;font-family:Satoshi,sans-serif;font-size:.72rem;font-weight:500}.Contact-module__ngA_uG__title{letter-spacing:-.03em;color:#fff;background:linear-gradient(#fff 40%,#ffffffbf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Satoshi,sans-serif;font-size:3.8rem;font-weight:700;line-height:1.1}.Contact-module__ngA_uG__subtitle{color:#ffffff8c;margin-top:1rem;font-family:Satoshi,sans-serif;font-size:1.15rem;font-weight:300;line-height:1.6}.Contact-module__ngA_uG__channels{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.Contact-module__ngA_uG__channel{flex-direction:column;gap:.4rem;display:flex}.Contact-module__ngA_uG__channelTitle{text-transform:uppercase;color:#fff6;letter-spacing:.1em;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:500}.Contact-module__ngA_uG__channelLink{color:#a855f7e6;width:fit-content;font-family:Satoshi,sans-serif;font-size:1.45rem;font-weight:500;text-decoration:none;transition:color .3s,transform .3s}.Contact-module__ngA_uG__channelLink:hover{color:#fff;transform:translate(3px)}.Contact-module__ngA_uG__channelValue{color:#fff;font-family:Satoshi,sans-serif;font-size:1.45rem;font-weight:500}.Contact-module__ngA_uG__formWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff03;border:1px solid #ffffff0a;border-radius:20px;padding:3.5rem}.Contact-module__ngA_uG__form{flex-direction:column;gap:1.8rem;display:flex}.Contact-module__ngA_uG__formGroup{flex-direction:column;gap:.6rem;display:flex}.Contact-module__ngA_uG__label{color:#ffffffa6;font-family:Satoshi,sans-serif;font-size:.85rem;font-weight:500}.Contact-module__ngA_uG__required{color:#a855f7e6}.Contact-module__ngA_uG__input,.Contact-module__ngA_uG__textarea{color:#fff;background-color:#ffffff05;border:1px solid #ffffff14;border-radius:8px;padding:1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .3s,background-color .3s}.Contact-module__ngA_uG__input:focus,.Contact-module__ngA_uG__textarea:focus{background-color:#ffffff0a;border-color:#ffffff40;outline:none}.Contact-module__ngA_uG__textarea{resize:vertical}.Contact-module__ngA_uG__errorText{color:#ff6b6b;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.88rem;display:flex}.Contact-module__ngA_uG__submitBtn{color:#060608;cursor:pointer;background-color:#fff;border:1px solid #fff;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:Satoshi,sans-serif;font-size:.9rem;font-weight:500;transition:background-color .3s,color .3s,transform .3s;display:inline-flex;box-shadow:0 4px 15px #ffffff0d}.Contact-module__ngA_uG__submitBtn:hover{color:#fff;background-color:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px)}.Contact-module__ngA_uG__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.Contact-module__ngA_uG__successBlock{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 0;display:flex}.Contact-module__ngA_uG__successIcon{background:#a855f71a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.Contact-module__ngA_uG__successIcon i{color:#a855f7e6;font-size:2.2rem}.Contact-module__ngA_uG__successTitle{color:#fff;margin:0;font-family:Satoshi,sans-serif;font-size:1.8rem;font-weight:500}.Contact-module__ngA_uG__successText{color:#ffffff8c;max-width:320px;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6}.Contact-module__ngA_uG__resetBtn{color:#ffffffa6;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:100px;margin-top:1rem;padding:.75rem 1.6rem;font-family:Satoshi,sans-serif;font-size:.88rem;font-weight:500;transition:border-color .3s,color .3s}.Contact-module__ngA_uG__resetBtn:hover{color:#fff;border-color:#fff}@media (max-width:991px){.Contact-module__ngA_uG__main{padding-top:6rem;padding-bottom:6rem}.Contact-module__ngA_uG__layout{grid-template-columns:1fr;gap:4rem}.Contact-module__ngA_uG__title{font-size:3rem}.Contact-module__ngA_uG__subtitle{font-size:1.05rem}.Contact-module__ngA_uG__formWrapper{padding:2.5rem}}@media (max-width:768px){.Contact-module__ngA_uG__container{padding:0 1.5rem}.Contact-module__ngA_uG__title{font-size:2.4rem}.Contact-module__ngA_uG__channelLink,.Contact-module__ngA_uG__channelValue{font-size:1.2rem}.Contact-module__ngA_uG__formWrapper{padding:2rem 1.5rem}.Contact-module__ngA_uG__submitBtn{width:100%}}
