.intake-module__A9ymAq__formContainer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;min-width:60vw;padding:40px}.intake-module__A9ymAq__progressBar{justify-content:space-between;margin-bottom:40px;display:flex;position:relative}.intake-module__A9ymAq__step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.intake-module__A9ymAq__stepNumber{z-index:2;background:#ffffff0d;border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;font-size:1.2rem;transition:all .3s;display:flex}.intake-module__A9ymAq__stepTitle{color:#eee9ff80;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.intake-module__A9ymAq__stepActive .intake-module__A9ymAq__stepNumber{color:#fff;background:linear-gradient(135deg,#a784ff,#8b5cf6);border-color:#a784ff}.intake-module__A9ymAq__stepActive .intake-module__A9ymAq__stepTitle{color:#a784ff}.intake-module__A9ymAq__stepComplete .intake-module__A9ymAq__stepNumber{color:#fff;background:#a784ff;border-color:#a784ff}.intake-module__A9ymAq__stepLine{z-index:1;background:#ffffff1a;width:100%;height:2px;position:absolute;top:24px;left:50%}.intake-module__A9ymAq__stepComplete .intake-module__A9ymAq__stepLine{background:#a784ff}.intake-module__A9ymAq__formContent{min-height:400px}.intake-module__A9ymAq__stepContent{animation:.3s intake-module__A9ymAq__fadeIn}@keyframes intake-module__A9ymAq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.intake-module__A9ymAq__stepHeading{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:600}.intake-module__A9ymAq__stepDescription{color:#eee9ff99;margin-bottom:32px;font-size:.95rem}.intake-module__A9ymAq__formGroup{margin-bottom:24px}.intake-module__A9ymAq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.intake-module__A9ymAq__label{color:#eee9ffd9;margin-bottom:8px;font-size:.85rem;font-weight:500;display:block}.intake-module__A9ymAq__errorMessage{color:#f87171;margin-top:6px;font-size:.8rem}.intake-module__A9ymAq__inputError{border-color:#f87171!important}.intake-module__A9ymAq__inputError:focus{border-color:#f87171!important;box-shadow:0 0 0 3px #f8717133!important}.intake-module__A9ymAq__textareaError{border-color:#f87171!important}.intake-module__A9ymAq__textareaError:focus{border-color:#f87171!important;box-shadow:0 0 0 3px #f8717133!important}.intake-module__A9ymAq__radioGroupError{background:#f871710d;border:1px solid #f87171;border-radius:12px;padding:12px}.intake-module__A9ymAq__input,.intake-module__A9ymAq__select,.intake-module__A9ymAq__textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:14px 16px;font-size:1rem;transition:all .3s}.intake-module__A9ymAq__input::placeholder,.intake-module__A9ymAq__textarea::placeholder{color:#ffffff4d}.intake-module__A9ymAq__input:focus,.intake-module__A9ymAq__select:focus,.intake-module__A9ymAq__textarea:focus{border-color:#a784ff;outline:none;box-shadow:0 0 0 3px #a784ff26}.intake-module__A9ymAq__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23a784ff' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat}.intake-module__A9ymAq__select option{color:#fff;background:#1a1a2e}.intake-module__A9ymAq__textarea{resize:vertical;min-height:100px;line-height:1.5}.intake-module__A9ymAq__charCount{text-align:right;color:#eee9ff66;margin-top:4px;font-size:.75rem;display:block}.intake-module__A9ymAq__checkboxGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.intake-module__A9ymAq__checkboxLabel{cursor:pointer;color:#eee9ffb3;background:#ffffff08;border:2px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:14px 18px;font-size:.9rem;transition:all .25s;display:flex;position:relative}.intake-module__A9ymAq__checkboxLabel:hover{color:#fff;background:#a784ff1a;border-color:#a784ff66}.intake-module__A9ymAq__checkboxLabel:has(.intake-module__A9ymAq__checkbox:checked){color:#fff;background:#a784ff33;border-color:#a784ff;box-shadow:0 0 20px #a784ff33}.intake-module__A9ymAq__checkbox{appearance:none;cursor:pointer;border:2px solid #ffffff4d;border-radius:6px;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.intake-module__A9ymAq__checkbox:hover{border-color:#a784ff}.intake-module__A9ymAq__checkbox:checked{background:#a784ff;border-color:#a784ff}.intake-module__A9ymAq__checkbox:checked:after{content:"✓";color:#fff;font-size:12px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.intake-module__A9ymAq__radioGroup{flex-wrap:wrap;gap:12px;display:flex}.intake-module__A9ymAq__radioLabel{cursor:pointer;color:#eee9ffb3;background:#ffffff08;border:2px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:14px 20px;font-size:.9rem;transition:all .25s;display:flex}.intake-module__A9ymAq__radioLabel:hover{color:#fff;background:#a784ff1a;border-color:#a784ff66}.intake-module__A9ymAq__radioLabel:has(.intake-module__A9ymAq__radio:checked){color:#fff;background:#a784ff33;border-color:#a784ff;box-shadow:0 0 20px #a784ff33}.intake-module__A9ymAq__radio{appearance:none;cursor:pointer;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.intake-module__A9ymAq__radio:hover{border-color:#a784ff}.intake-module__A9ymAq__radio:checked{border-color:#a784ff;box-shadow:0 0 10px #a784ff66}.intake-module__A9ymAq__radio:checked:after{content:"";background:#a784ff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.intake-module__A9ymAq__requestTypeGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.intake-module__A9ymAq__requestTypeCard{cursor:pointer;text-align:left;background:#ffffff08;border:2px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:flex-start;padding:18px 22px;transition:all .25s;display:flex;position:relative}.intake-module__A9ymAq__requestTypeCard:hover{background:#a784ff1a;border-color:#a784ff66;transform:translateY(-2px)}.intake-module__A9ymAq__requestTypeSelected{background:#a784ff33!important;border-color:#a784ff!important;box-shadow:0 0 25px #a784ff40!important}.intake-module__A9ymAq__requestTypeSelected:before{content:"✓";color:#fff;background:#a784ff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.intake-module__A9ymAq__requestTypeLabel{color:#fff;margin-bottom:6px;font-size:.95rem;font-weight:500}.intake-module__A9ymAq__requestTypeDesc{color:#eee9ff80;font-size:.8rem}.intake-module__A9ymAq__attachmentButtons{flex-wrap:wrap;gap:12px;display:flex}.intake-module__A9ymAq__attachBtn{color:#eee9ffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;transition:all .2s;display:flex}.intake-module__A9ymAq__attachBtn:hover{color:#a784ff;background:#a784ff1a;border-color:#a784ff4d}.intake-module__A9ymAq__formNavigation{border-top:1px solid #ffffff14;justify-content:space-between;margin-top:32px;padding-top:24px;display:flex}.intake-module__A9ymAq__backBtn{color:#eee9ffb3;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;transition:all .2s;display:flex}.intake-module__A9ymAq__backBtn:hover{background:#ffffff0d;border-color:#ffffff40}.intake-module__A9ymAq__nextBtn,.intake-module__A9ymAq__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a784ff,#8b5cf6);border:none;border-radius:10px;align-items:center;gap:8px;margin-left:auto;padding:14px 28px;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.intake-module__A9ymAq__nextBtn:hover:not(:disabled),.intake-module__A9ymAq__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #a784ff66}.intake-module__A9ymAq__nextBtn:disabled,.intake-module__A9ymAq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.intake-module__A9ymAq__successState{text-align:center;padding:40px 20px}.intake-module__A9ymAq__successIcon{color:#fff;background:linear-gradient(135deg,#a784ff,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:2rem;display:flex}.intake-module__A9ymAq__successTitle{color:#fff;margin-bottom:16px;font-size:1.75rem;font-weight:600}.intake-module__A9ymAq__successText{color:#eee9ffb3;margin-bottom:24px;font-size:1rem}.intake-module__A9ymAq__successList{margin:0 0 24px;padding:0;list-style:none}.intake-module__A9ymAq__successList li{color:#eee9ffcc;border-bottom:1px solid #ffffff0d;padding:12px 0;font-size:1rem}.intake-module__A9ymAq__successList li:last-child{border-bottom:none}.intake-module__A9ymAq__successNote{color:#eee9ff80;font-size:.9rem;font-style:italic}@media (max-width:768px){.intake-module__A9ymAq__formContainer{border-radius:16px;padding:24px 16px;min-width:90vw!important}.intake-module__A9ymAq__progressBar{flex-wrap:wrap;gap:16px}.intake-module__A9ymAq__step{flex:0 0 calc(33% - 12px)}.intake-module__A9ymAq__stepLine{display:none}.intake-module__A9ymAq__stepNumber{width:40px;height:40px;font-size:1rem}.intake-module__A9ymAq__stepTitle{font-size:.65rem}.intake-module__A9ymAq__formRow,.intake-module__A9ymAq__checkboxGrid,.intake-module__A9ymAq__requestTypeGrid{grid-template-columns:1fr}.intake-module__A9ymAq__radioGroup,.intake-module__A9ymAq__attachmentButtons{flex-direction:column}.intake-module__A9ymAq__attachBtn{justify-content:center}.intake-module__A9ymAq__formNavigation{flex-direction:column;gap:12px}.intake-module__A9ymAq__backBtn,.intake-module__A9ymAq__nextBtn,.intake-module__A9ymAq__submitBtn{justify-content:center;width:100%}.intake-module__A9ymAq__backBtn{order:2}.intake-module__A9ymAq__nextBtn,.intake-module__A9ymAq__submitBtn{order:1;margin-left:0}}@media (max-width:480px){.intake-module__A9ymAq__step{flex:0 0 calc(50% - 8px)}.intake-module__A9ymAq__stepHeading{font-size:1.25rem}.intake-module__A9ymAq__stepDescription{font-size:.85rem}.intake-module__A9ymAq__label{font-size:.8rem}.intake-module__A9ymAq__input,.intake-module__A9ymAq__select,.intake-module__A9ymAq__textarea{padding:12px 14px;font-size:.9rem}}.intake-module__A9ymAq__actionGrid{flex-direction:column;gap:16px;display:flex}.intake-module__A9ymAq__actionCard{cursor:pointer;text-align:left;background:#ffffff08;border:2px solid #ffffff1a;border-radius:16px;align-items:center;gap:20px;width:100%;padding:24px;transition:all .25s;display:flex}.intake-module__A9ymAq__actionCard:hover{background:#a784ff1a;border-color:#a784ff66;transform:translate(4px)}.intake-module__A9ymAq__actionSelected{background:#a784ff33!important;border-color:#a784ff!important;box-shadow:0 0 30px #a784ff40!important}.intake-module__A9ymAq__actionIcon{color:#a784ff;background:#a784ff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.intake-module__A9ymAq__actionSelected .intake-module__A9ymAq__actionIcon{color:#fff;background:#a784ff}.intake-module__A9ymAq__actionInfo{flex-direction:column;gap:4px;display:flex}.intake-module__A9ymAq__actionLabel{text-transform:uppercase;letter-spacing:.1em;color:#a784ff;font-size:.75rem;font-weight:600}.intake-module__A9ymAq__actionTitle{color:#fff;font-size:1.1rem;font-weight:600}.intake-module__A9ymAq__actionDesc{color:#eee9ff99;font-size:.9rem}@media (max-width:768px){.intake-module__A9ymAq__actionCard{gap:14px;padding:18px}.intake-module__A9ymAq__actionIcon{width:48px;height:48px;font-size:1.2rem}.intake-module__A9ymAq__actionTitle{font-size:1rem}.intake-module__A9ymAq__actionDesc{font-size:.85rem}}
.contact-module__swMWYG__container{color:#eee9ff;background:#05050a;min-height:100vh;padding-bottom:80px}.contact-module__swMWYG__hero{flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:80px 24px;display:flex;position:relative;overflow:hidden}.contact-module__swMWYG__heroContent{z-index:2;text-align:center;max-width:800px;position:relative}.contact-module__swMWYG__heroTitle{background:linear-gradient(135deg,#fff 0%,#a784ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.contact-module__swMWYG__heroSubtext{color:#eee9ffb3;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.contact-module__swMWYG__heroCTAs{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.contact-module__swMWYG__primaryBtn{color:#fff;background:linear-gradient(135deg,#a784ff,#8b5cf6);border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.contact-module__swMWYG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 40px #a784ff66}.contact-module__swMWYG__secondaryBtn{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.contact-module__swMWYG__secondaryBtn:hover{background:#ffffff1f;border-color:#a784ff80}.contact-module__swMWYG__tertiaryBtn{color:#a784ff;background:0 0;border:1px solid #a784ff4d;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.contact-module__swMWYG__tertiaryBtn:hover{background:#a784ff1a}.contact-module__swMWYG__heroVisual{pointer-events:none;position:absolute;inset:0}.contact-module__swMWYG__orb1,.contact-module__swMWYG__orb2,.contact-module__swMWYG__orb3{filter:blur(100px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite contact-module__swMWYG__float;position:absolute}.contact-module__swMWYG__orb1{background:#a784ff;width:500px;height:500px;top:-100px;right:-100px}.contact-module__swMWYG__orb2{background:#8b5cf6;width:400px;height:400px;animation-delay:-7s;bottom:-50px;left:-50px}.contact-module__swMWYG__orb3{background:#6366f1;width:300px;height:300px;animation-delay:-14s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes contact-module__swMWYG__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.contact-module__swMWYG__sectionTitle{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:600}.contact-module__swMWYG__qualification{max-width:1200px;margin:0 auto;padding:80px 24px}.contact-module__swMWYG__qualificationGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.contact-module__swMWYG__qualCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:28px;transition:all .3s}.contact-module__swMWYG__qualCard:hover{background:#a784ff14;border-color:#a784ff4d;transform:translateY(-4px)}.contact-module__swMWYG__qualIcon{margin-bottom:16px;font-size:2rem}.contact-module__swMWYG__qualCard h3{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:600}.contact-module__swMWYG__qualCard p{color:#eee9ff99;font-size:.9rem;line-height:1.5}.contact-module__swMWYG__problems{max-width:1000px;margin:0 auto;padding:80px 24px}.contact-module__swMWYG__problemsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.contact-module__swMWYG__problemItem{color:#eee9ffcc;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;font-size:.95rem;display:flex}.contact-module__swMWYG__problemIcon{font-size:1.2rem}@media (max-width:768px){.contact-module__swMWYG__hero{min-height:60vh;padding:60px 16px}.contact-module__swMWYG__heroTitle{font-size:2.25rem}.contact-module__swMWYG__heroSubtext{font-size:1rem}.contact-module__swMWYG__heroCTAs{flex-direction:column;align-items:stretch}.contact-module__swMWYG__primaryBtn,.contact-module__swMWYG__secondaryBtn,.contact-module__swMWYG__tertiaryBtn{justify-content:center}.contact-module__swMWYG__sectionTitle{margin-bottom:2rem;font-size:1.5rem}.contact-module__swMWYG__qualification,.contact-module__swMWYG__problems,.contact-module__swMWYG__intakeSection{padding:60px 16px}.contact-module__swMWYG__qualCard{padding:20px}}@media (max-width:480px){.contact-module__swMWYG__heroTitle{font-size:1.75rem}.contact-module__swMWYG__heroSubtext{font-size:.9rem}.contact-module__swMWYG__qualificationGrid,.contact-module__swMWYG__problemsGrid{grid-template-columns:1fr}.contact-module__swMWYG__problemItem{padding:12px 16px;font-size:.85rem}}.contact-module__swMWYG__process{text-align:center;background:linear-gradient(#0000 0%,#a784ff08 50%,#0000 100%);padding:100px 24px}.contact-module__swMWYG__sectionSubtitle{color:#eee9ff99;margin-top:-1rem;margin-bottom:3rem;font-size:1.1rem}.contact-module__swMWYG__processGrid{justify-content:center;align-items:flex-start;gap:16px;max-width:1100px;margin:0 auto;display:flex}.contact-module__swMWYG__processCard{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex:1;max-width:280px;padding:32px 24px;transition:all .3s}.contact-module__swMWYG__processCard:hover{background:#a784ff14;border-color:#a784ff4d;transform:translateY(-4px)}.contact-module__swMWYG__processIcon{color:#a784ff;background:#a784ff26;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:1.4rem;display:flex}.contact-module__swMWYG__processNumber{color:#a784ff99;letter-spacing:.15em;margin-bottom:12px;font-size:.75rem;font-weight:600}.contact-module__swMWYG__processCard h3{color:#fff;margin-bottom:12px;font-size:1.15rem;font-weight:600}.contact-module__swMWYG__processCard p{color:#eee9ff99;font-size:.9rem;line-height:1.6}.contact-module__swMWYG__processConnector{color:#a784ff66;justify-content:center;align-items:center;padding-top:40px;font-size:1.2rem;display:flex}.contact-module__swMWYG__outcomes{text-align:center;padding:100px 24px}.contact-module__swMWYG__outcomesGrid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.contact-module__swMWYG__outcomeCard{text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:28px 20px;transition:all .3s}.contact-module__swMWYG__outcomeCard:hover{background:#a784ff0f;border-color:#a784ff33}.contact-module__swMWYG__outcomeCheck{color:#22d3ee;background:#22d3ee26;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:16px;font-size:.9rem;font-weight:700;display:flex}.contact-module__swMWYG__outcomeCard h3{color:#fff;margin-bottom:8px;font-size:1rem;font-weight:600}.contact-module__swMWYG__outcomeCard p{color:#eee9ff99;font-size:.85rem;line-height:1.5}.contact-module__swMWYG__intakeSection{max-width:700px;margin:0 auto;padding:80px 24px}.contact-module__swMWYG__intakeHeader{text-align:center;margin-bottom:40px}.contact-module__swMWYG__intakeHeader h2{color:#fff;margin-bottom:8px;font-size:2rem;font-weight:700}.contact-module__swMWYG__intakeHeader p{color:#eee9ff99;font-size:1.1rem}@media (max-width:900px){.contact-module__swMWYG__processGrid{flex-direction:column;align-items:center}.contact-module__swMWYG__processConnector{padding:0;transform:rotate(90deg)}.contact-module__swMWYG__processCard{max-width:100%}.contact-module__swMWYG__outcomesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.contact-module__swMWYG__process,.contact-module__swMWYG__outcomes{padding:60px 16px}.contact-module__swMWYG__outcomesGrid{grid-template-columns:1fr}.contact-module__swMWYG__intakeSection{padding:40px 16px}.contact-module__swMWYG__intakeHeader h2{font-size:1.5rem}}
