.ContactForm_form___V7xx{background:linear-gradient(135deg,rgba(0,217,255,.05),rgba(255,0,110,.05));border:2px solid var(--border-color);border-radius:12px;padding:3rem;max-width:700px;display:flex;flex-direction:column;gap:1.5rem}.ContactForm_formGroup__ocQ4t{display:flex;flex-direction:column;gap:.75rem}.ContactForm_formGroup__ocQ4t label{font-size:.95rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.ContactForm_formGroup__ocQ4t input,.ContactForm_formGroup__ocQ4t select,.ContactForm_formGroup__ocQ4t textarea{background:hsla(0,0%,100%,.05);border:1px solid var(--border-color);border-radius:6px;padding:.75rem 1rem;color:var(--text-primary);font-size:1rem;transition:var(--transition)}.ContactForm_formGroup__ocQ4t input::placeholder,.ContactForm_formGroup__ocQ4t textarea::placeholder{color:hsla(0,0%,100%,.4)}.ContactForm_formGroup__ocQ4t input:focus,.ContactForm_formGroup__ocQ4t select:focus,.ContactForm_formGroup__ocQ4t textarea:focus{outline:none;border-color:var(--primary-accent);box-shadow:0 0 20px rgba(0,217,255,.2);background:hsla(0,0%,100%,.08)}.ContactForm_formGroup__ocQ4t textarea{resize:vertical;min-height:120px;font-family:inherit}.ContactForm_formGroup__ocQ4t select{cursor:pointer}.ContactForm_formGroup__ocQ4t select option{background:var(--primary-dark);color:var(--text-primary)}.ContactForm_formRow__mYbA1{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.ContactForm_form___V7xx button{width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-top:1rem}.ContactForm_form___V7xx button:disabled{opacity:.7;cursor:not-allowed}.ContactForm_successMessage__Tslk9{background:rgba(0,217,255,.1);border:2px solid var(--primary-accent);border-radius:8px;padding:1.5rem;text-align:center;animation:ContactForm_slideInDown__Tpnl1 .3s ease}.ContactForm_successIcon__ixgGL{font-size:2.5rem;color:var(--primary-accent);margin-bottom:1rem;font-weight:700}.ContactForm_successMessage__Tslk9 p{color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.ContactForm_subMessage__SneM_{color:var(--text-secondary);font-size:.9rem!important}.ContactForm_errorMessage__iS7EE{background:rgba(255,0,110,.1);border:2px solid var(--secondary-accent);border-radius:8px;padding:1rem;color:var(--secondary-accent);text-align:center;animation:ContactForm_slideInDown__Tpnl1 .3s ease}.ContactForm_formNote__sFyn_{font-size:.85rem;color:var(--text-secondary);text-align:center;margin-top:1rem}@keyframes ContactForm_slideInDown__Tpnl1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ContactForm_form___V7xx{padding:2rem;gap:1.25rem}.ContactForm_formRow__mYbA1{grid-template-columns:1fr}.ContactForm_formGroup__ocQ4t input,.ContactForm_formGroup__ocQ4t select,.ContactForm_formGroup__ocQ4t textarea{padding:.65rem .85rem;font-size:16px}.ContactForm_form___V7xx button{padding:1rem}}.Home_hero__VkeT1{padding:6rem 0;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,rgba(0,217,255,.1),rgba(255,0,110,.1)),url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(0,217,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="rgb(10,14,39)" /><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');position:relative;overflow:hidden}.Home_hero__VkeT1:before{top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,217,255,.1) 0,transparent 70%)}.Home_hero__VkeT1:after,.Home_hero__VkeT1:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.Home_hero__VkeT1:after{bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,0,110,.1) 0,transparent 70%)}.Home_heroContent__aWtjQ{position:relative;z-index:1;max-width:900px}.Home_heroContent__aWtjQ h1{margin-bottom:1.5rem;line-height:1.15}.Home_heroSubtitle__0EZ9Z{font-size:1.3rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7;max-width:700px}.Home_heroButtons__CS1EM{display:flex;gap:1.5rem;flex-wrap:wrap}.Home_heroButtons__CS1EM .Home_btn__o8aJ4{font-size:1rem}.Home_features__I7Csk{padding:6rem 0;background:linear-gradient(180deg,rgba(10,14,39,.8),#0a0e27);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.Home_sectionTitle__DKb2S{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.Home_featuresGrid__5Vmg9{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.Home_featureCard__KC0ot{background:linear-gradient(135deg,rgba(0,217,255,.05),rgba(255,0,110,.05));border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:var(--transition);position:relative;overflow:hidden}.Home_featureCard__KC0ot:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:var(--gradient-primary);opacity:0;transition:var(--transition)}.Home_featureCard__KC0ot:hover{border-color:var(--primary-accent);transform:translateY(-5px)}.Home_featureCard__KC0ot:hover:before{opacity:1}.Home_featureIcon__rV5mF{font-size:2rem;color:var(--primary-accent);margin-bottom:1rem;font-weight:700}.Home_featureCard__KC0ot h3{margin-bottom:1rem;color:var(--text-primary)}.Home_featureCard__KC0ot p{font-size:.95rem}.Home_howItWorks__Xapkl{padding:6rem 0;background:linear-gradient(180deg,#0a0e27,rgba(10,14,39,.8))}.Home_stepsGrid__X1dXs{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.Home_step__vdJn5{background:hsla(0,0%,100%,.02);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:var(--transition);text-align:center}.Home_step__vdJn5:hover{background:rgba(0,217,255,.05);border-color:var(--primary-accent);transform:translateY(-5px)}.Home_stepNumber__24rip{font-size:3rem;font-weight:900;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-2px}.Home_step__vdJn5 h3{margin-bottom:1rem;color:var(--text-primary)}.Home_step__vdJn5 p{font-size:.95rem}.Home_ctaSection__PhJ6r{padding:6rem 0;background:linear-gradient(135deg,rgba(0,217,255,.15),rgba(255,0,110,.15));border-top:2px solid var(--primary-accent);border-bottom:2px solid var(--primary-accent);text-align:center;position:relative;overflow:hidden}.Home_ctaSection__PhJ6r:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="rgba(0,217,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots)" /></svg>');pointer-events:none}.Home_ctaTitle__XpfrS{position:relative;z-index:1;margin-bottom:1rem}.Home_ctaSubtitle__WEVmd{font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem;color:var(--text-secondary)}.Home_ctaSection__PhJ6r .Home_btn__o8aJ4,.Home_ctaSubtitle__WEVmd{position:relative;z-index:1}.Home_contactSection__vO01c{padding:6rem 0}.Home_contactWrapper__091DP{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:flex-start}.Home_contactWrapper__091DP h2{margin-bottom:1.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Home_contactWrapper__091DP>div:first-child p{font-size:1.05rem;margin-bottom:1rem;line-height:1.8}.Home_contactInfo__4uK4g{margin-top:2rem;padding:1.5rem;background:rgba(0,217,255,.05);border:1px solid var(--border-color);border-radius:8px}.Home_contactInfo__4uK4g p{margin-bottom:.5rem}@media (max-width:768px){.Home_hero__VkeT1{padding:3rem 0;min-height:auto}.Home_heroContent__aWtjQ h1{font-size:2rem;margin-bottom:1rem}.Home_heroSubtitle__0EZ9Z{font-size:1rem;margin-bottom:1.5rem}.Home_heroButtons__CS1EM{flex-direction:column}.Home_heroButtons__CS1EM .Home_btn__o8aJ4{width:100%;text-align:center}.Home_ctaSection__PhJ6r,.Home_features__I7Csk,.Home_howItWorks__Xapkl{padding:3rem 0}.Home_sectionTitle__DKb2S{margin-bottom:2rem;font-size:1.75rem}.Home_featuresGrid__5Vmg9,.Home_stepsGrid__X1dXs{gap:1.5rem}.Home_contactWrapper__091DP{grid-template-columns:1fr;gap:2rem}.Home_ctaSubtitle__WEVmd{font-size:1rem}}