.Navbar-module__cRh5nW__header{z-index:100;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);padding:1rem 0}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-heading);color:var(--foreground);font-size:1.5rem;font-weight:700}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:2rem;display:none}@media (min-width:768px){.Navbar-module__cRh5nW__desktopNav{display:flex}}.Navbar-module__cRh5nW__navLink{color:#fffc;font-weight:500;transition:color .2s}.Navbar-module__cRh5nW__navLink:hover{color:var(--primary)}.Navbar-module__cRh5nW__navBtn{background:var(--primary);color:#fff;border-radius:8px;padding:.5rem 1.25rem;font-weight:600;transition:background-color .2s,transform .2s}.Navbar-module__cRh5nW__navBtn:hover{background:var(--primary-hover);transform:translateY(-2px)}.Navbar-module__cRh5nW__mobileToggle{color:var(--foreground);background:0 0;border:none;display:block}@media (min-width:768px){.Navbar-module__cRh5nW__mobileToggle{display:none}}.Navbar-module__cRh5nW__mobileNav{background:var(--surface);border-bottom:1px solid var(--glass-border);flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .3s,padding .3s;display:flex;position:absolute;top:100%;left:0;overflow:hidden}.Navbar-module__cRh5nW__mobileNavOpen{max-height:400px;padding:1rem 0}.Navbar-module__cRh5nW__mobileNavLink{border-bottom:1px solid #ffffff0d;padding:1rem 2rem;font-weight:500}.Navbar-module__cRh5nW__mobileNavLink:last-child{border-bottom:none}.Navbar-module__cRh5nW__mobileNavBtn{color:var(--primary);font-weight:700}
.Footer-module__3hUVsW__footer{background:var(--surface);border-top:1px solid var(--surface-border);margin-top:5rem;padding:5rem 0 2rem}.Footer-module__3hUVsW__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:640px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module__3hUVsW__col{flex-direction:column;display:flex}.Footer-module__3hUVsW__logo{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-block}.Footer-module__3hUVsW__description{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.Footer-module__3hUVsW__socials{gap:1rem;display:flex}.Footer-module__3hUVsW__socialLink{width:40px;height:40px;color:var(--foreground);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__3hUVsW__socialLink:hover{background:var(--primary);transform:translateY(-3px)}.Footer-module__3hUVsW__colTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__3hUVsW__linkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__3hUVsW__linkList a{color:#ffffffb3;font-size:.95rem;transition:color .2s}.Footer-module__3hUVsW__linkList a:hover{color:var(--primary)}.Footer-module__3hUVsW__contactList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__3hUVsW__contactList li{color:#ffffffb3;align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.Footer-module__3hUVsW__contactIcon{color:var(--primary);flex-shrink:0;margin-top:2px}.Footer-module__3hUVsW__contactList a:hover{color:var(--primary)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--surface-border);text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottom{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__legalLinks{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__legalLinks a{color:#ffffff80;font-size:.85rem}.Footer-module__3hUVsW__legalLinks a:hover{color:var(--foreground)}.Footer-module__3hUVsW__copyright{color:#ffffff80;font-size:.85rem}
.Hero-module___w2HtG__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__glow{background:radial-gradient(circle,#3b82f626 0%,#0a0a1a00 70%);border-radius:50%;width:80vw;max-width:800px;height:80vw;max-height:800px;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__gridOverlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.Hero-module___w2HtG__container{align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.Hero-module___w2HtG__container{grid-template-columns:1.2fr 1fr}}.Hero-module___w2HtG__content{flex-direction:column;align-items:flex-start;display:flex}.Hero-module___w2HtG__badge{color:#fffc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.Hero-module___w2HtG__pulse{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module___w2HtG__pulse-ring;box-shadow:0 0 #3b82f6b3}@keyframes Hero-module___w2HtG__pulse-ring{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 6px #3b82f600}to{box-shadow:0 0 #3b82f600}}.Hero-module___w2HtG__title{letter-spacing:-.02em;margin-bottom:1.5rem}.Hero-module___w2HtG__subtitle{color:#ffffffb3;max-width:540px;margin-bottom:2.5rem;font-size:1.1rem}.Hero-module___w2HtG__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module___w2HtG__primaryBtn{background:var(--primary);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 14px #3b82f663}.Hero-module___w2HtG__primaryBtn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f63b}.Hero-module___w2HtG__secondaryBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.Hero-module___w2HtG__secondaryBtn:hover{background:#ffffff1a;border-color:#fff3}.Hero-module___w2HtG__visual{height:400px;display:none;position:relative}@media (min-width:768px){.Hero-module___w2HtG__visual{display:block}}.Hero-module___w2HtG__glassCards{width:100%;height:100%;position:relative}.Hero-module___w2HtG__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;box-shadow:0 10px 30px -10px #00000080}.Hero-module___w2HtG__card1{z-index:3;width:280px;top:10%;right:10%}.Hero-module___w2HtG__card2{z-index:2;width:300px;top:40%;left:0}.Hero-module___w2HtG__card3{z-index:1;width:260px;bottom:10%;right:5%}.Hero-module___w2HtG__cardIcon{color:var(--primary);background:#3b82f61a;border-radius:12px;width:48px;height:48px;padding:.5rem}.Hero-module___w2HtG__cardContent{flex:1}.Hero-module___w2HtG__cardTitle{margin-bottom:.5rem;font-size:.95rem;font-weight:600}.Hero-module___w2HtG__cardLine{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:.4rem}.Hero-module___w2HtG__cardLine:last-child{width:60%;margin-bottom:0}
.About-module__RHteCa__about{background:var(--surface);padding:8rem 0;position:relative}.About-module__RHteCa__about:before{content:"";background:linear-gradient(90deg, transparent, var(--surface-border), transparent);width:100%;height:1px;position:absolute;top:0;left:0}.About-module__RHteCa__grid{align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.About-module__RHteCa__grid{grid-template-columns:1fr 1.2fr}}.About-module__RHteCa__imageCol{position:relative}.About-module__RHteCa__imageWrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;padding:1rem;position:relative}.About-module__RHteCa__photoContainer{aspect-ratio:4/5;background:var(--surface);border:1px solid #ffffff1a;border-radius:16px;position:relative;overflow:hidden}.About-module__RHteCa__photoGrid{grid-template-columns:1fr 1fr;width:100%;height:100%;display:grid}.About-module__RHteCa__photoCol{width:100%;height:100%;position:relative}.About-module__RHteCa__teamImage{object-fit:cover;object-position:center}.About-module__RHteCa__photoOverlay{text-align:center;background:linear-gradient(#0000 0%,#0f172a66 60%,#0f172af2 100%);justify-content:center;align-items:flex-end;padding:2.5rem 2rem;display:flex;position:absolute;inset:0}.About-module__RHteCa__photoText h3{color:#fff;font-size:1.8rem;font-family:var(--font-heading);margin-bottom:.5rem}.About-module__RHteCa__photoText p{color:#fffc;font-weight:500}.About-module__RHteCa__experienceBadge{background:var(--primary);z-index:2;border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;bottom:-20px;right:-20px;box-shadow:0 10px 30px #3b82f64d}.About-module__RHteCa__years{font-family:var(--font-heading);color:#fff;font-size:2.5rem;font-weight:700;line-height:1}.About-module__RHteCa__yearsText{color:#ffffffe6;font-size:.9rem;font-weight:600;line-height:1.2}.About-module__RHteCa__sectionHeader{margin-bottom:3rem}.About-module__RHteCa__title{margin-bottom:1rem}.About-module__RHteCa__subtitle{color:#ffffffb3;font-size:1.1rem;line-height:1.7}.About-module__RHteCa__profilesGrid{gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:640px){.About-module__RHteCa__profilesGrid{grid-template-columns:1fr 1fr}}.About-module__RHteCa__profileCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:transform .3s}.About-module__RHteCa__profileCard:hover{background:#ffffff0d;transform:translateY(-5px)}.About-module__RHteCa__profileIcon{color:var(--secondary);margin-bottom:1rem}.About-module__RHteCa__profileCard h4{margin-bottom:.5rem;font-size:1.2rem}.About-module__RHteCa__profileCard p{color:#fff9;font-size:.9rem;line-height:1.6}.About-module__RHteCa__benefitsList{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.About-module__RHteCa__benefitsList li{align-items:flex-start;gap:1rem;display:flex}.About-module__RHteCa__checkIcon{color:var(--primary);flex-shrink:0;margin-top:2px}.About-module__RHteCa__benefitsList span{color:#fffc}.About-module__RHteCa__benefitsList strong{color:#fff}
.Services-module__uj7JVa__services{padding:8rem 0;position:relative}.Services-module__uj7JVa__header{text-align:center;max-width:700px;margin:0 auto 5rem}.Services-module__uj7JVa__badge{color:var(--primary);background:#3b82f61a;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Services-module__uj7JVa__title{margin-bottom:1.5rem}.Services-module__uj7JVa__subtitle{color:#ffffffb3;font-size:1.1rem}.Services-module__uj7JVa__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(3,1fr)}}.Services-module__uj7JVa__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Services-module__uj7JVa__card:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#ffffff0d,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__uj7JVa__card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 20px 40px -20px #00000080}.Services-module__uj7JVa__card:hover:before{opacity:1}.Services-module__uj7JVa__iconWrapper{background:color-mix(in srgb, var(--icon-color) 15%, transparent);width:64px;height:64px;color:var(--icon-color);z-index:1;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex;position:relative}.Services-module__uj7JVa__cardTitle{z-index:1;margin-bottom:1rem;font-size:1.3rem;position:relative}.Services-module__uj7JVa__cardDescription{color:#fff9;z-index:1;flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6;position:relative}.Services-module__uj7JVa__cardFooter{color:var(--primary);z-index:1;opacity:.8;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex;position:relative}.Services-module__uj7JVa__cardFooter svg{transition:transform .2s}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__cardFooter{opacity:1}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__cardFooter svg{transform:translate(5px)}
.Process-module__MDuI_q__process{background:var(--background);padding:8rem 0}.Process-module__MDuI_q__header{text-align:center;margin-bottom:6rem}.Process-module__MDuI_q__title{margin-bottom:1.5rem}.Process-module__MDuI_q__subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.1rem}.Process-module__MDuI_q__timeline{max-width:1000px;margin:0 auto;position:relative}.Process-module__MDuI_q__timelineLine{background:linear-gradient(to bottom, transparent, var(--primary), transparent);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:24px}@media (min-width:768px){.Process-module__MDuI_q__timelineLine{left:50%;transform:translate(-50%)}}.Process-module__MDuI_q__step{align-items:center;width:100%;margin-bottom:4rem;display:flex;position:relative}.Process-module__MDuI_q__step:last-child{margin-bottom:0}.Process-module__MDuI_q__stepContent{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;width:calc(100% - 70px);margin-left:70px;padding:2rem;position:relative}@media (min-width:768px){.Process-module__MDuI_q__stepContent{width:calc(50% - 40px);margin:0}.Process-module__MDuI_q__stepLeft{justify-content:flex-start}.Process-module__MDuI_q__stepRight{justify-content:flex-end}}.Process-module__MDuI_q__stepDot{background:var(--surface);border:2px solid var(--primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;left:0;box-shadow:0 0 20px #3b82f633}@media (min-width:768px){.Process-module__MDuI_q__stepDot{left:50%;transform:translate(-50%)}}.Process-module__MDuI_q__stepIcon{color:var(--primary)}.Process-module__MDuI_q__stepTitle{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;display:flex}.Process-module__MDuI_q__stepNumber{color:var(--primary);font-family:var(--font-heading);opacity:.8;font-size:1.5rem}.Process-module__MDuI_q__stepDescription{color:#ffffffb3;line-height:1.6}
.TechStack-module__quXqXG__techStack{background:var(--surface);border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);padding:6rem 0}.TechStack-module__quXqXG__container{flex-direction:column;align-items:center;display:flex}@media (min-width:1024px){.TechStack-module__quXqXG__container{flex-direction:row;justify-content:space-between;gap:4rem}}.TechStack-module__quXqXG__header{text-align:center;margin-bottom:3rem}@media (min-width:1024px){.TechStack-module__quXqXG__header{text-align:left;flex:1;max-width:400px;margin-bottom:0}}.TechStack-module__quXqXG__title{margin-bottom:1rem;font-size:2rem}.TechStack-module__quXqXG__subtitle{color:#ffffffb3;line-height:1.6}.TechStack-module__quXqXG__grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:1024px){.TechStack-module__quXqXG__grid{flex:2;justify-content:flex-start}}.TechStack-module__quXqXG__techItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:30px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:all .3s;display:flex}.TechStack-module__quXqXG__techItem:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.TechStack-module__quXqXG__techDot{background:var(--primary);border-radius:50%;width:8px;height:8px}.TechStack-module__quXqXG__techName{color:#ffffffe6;font-weight:500}
.Commitments-module__IyLzEG__commitments{padding:8rem 0;position:relative;overflow:hidden}.Commitments-module__IyLzEG__backgroundGlow{z-index:0;pointer-events:none;background:radial-gradient(circle,#3b82f608 0%,#f9731603 50%,#0000 100%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Commitments-module__IyLzEG__container{z-index:1;position:relative}.Commitments-module__IyLzEG__header{text-align:center;max-width:800px;margin:0 auto 5rem}.Commitments-module__IyLzEG__badge{color:var(--secondary);background:#f973161a;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.Commitments-module__IyLzEG__title{margin-bottom:1.5rem}.Commitments-module__IyLzEG__subtitle{color:#ffffffb3;font-size:1.1rem;line-height:1.7}.Commitments-module__IyLzEG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Commitments-module__IyLzEG__grid{grid-template-columns:repeat(2,1fr)}}.Commitments-module__IyLzEG__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:3rem 2.5rem;transition:all .3s;position:relative;overflow:hidden}.Commitments-module__IyLzEG__card:before{content:"";opacity:0;background:radial-gradient(circle at 0 0,#3b82f60a,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Commitments-module__IyLzEG__card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 20px 40px -20px #00000080}.Commitments-module__IyLzEG__card:hover:before{opacity:1}.Commitments-module__IyLzEG__iconWrapper{width:64px;height:64px;color:var(--primary);z-index:1;background:#3b82f626;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex;position:relative}.Commitments-module__IyLzEG__card:nth-child(2n) .Commitments-module__IyLzEG__iconWrapper{color:var(--secondary);background:#f9731626}.Commitments-module__IyLzEG__cardTitle{z-index:1;color:var(--foreground);margin-bottom:1rem;font-size:1.4rem;position:relative}.Commitments-module__IyLzEG__cardDesc{color:#ffffffa6;z-index:1;font-size:1rem;line-height:1.6;position:relative}
.Pricing-module__0hSvfa__pricing{padding:8rem 0;position:relative}.Pricing-module__0hSvfa__header{text-align:center;margin-bottom:5rem}.Pricing-module__0hSvfa__title{margin-bottom:1.5rem}.Pricing-module__0hSvfa__subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.1rem}.Pricing-module__0hSvfa__grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.Pricing-module__0hSvfa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Pricing-module__0hSvfa__grid{grid-template-columns:repeat(3,1fr)}}.Pricing-module__0hSvfa__card{background:var(--surface);border:1px solid var(--surface-border);border-radius:24px;flex-direction:column;height:100%;padding:3rem 2rem;transition:transform .3s;display:flex;position:relative}.Pricing-module__0hSvfa__card:hover{transform:translateY(-5px)}.Pricing-module__0hSvfa__highlightedCard{z-index:2;background:linear-gradient(#1e1e2f,#0a0a1a);border-color:#3b82f680;transform:scale(1);box-shadow:0 20px 40px #3b82f61a}@media (min-width:1024px){.Pricing-module__0hSvfa__highlightedCard{transform:scale(1.05)}.Pricing-module__0hSvfa__highlightedCard:hover{transform:scale(1.05)translateY(-5px)}}.Pricing-module__0hSvfa__badge{background:var(--primary);color:#fff;white-space:nowrap;border-radius:20px;padding:.25rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__0hSvfa__cardHeader{margin-bottom:2rem}.Pricing-module__0hSvfa__planName{margin-bottom:.75rem;font-size:1.5rem}.Pricing-module__0hSvfa__planDesc{color:#fff9;font-size:.95rem;line-height:1.5}.Pricing-module__0hSvfa__priceContainer{border-bottom:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:flex}.Pricing-module__0hSvfa__priceText{font-family:var(--font-heading);color:var(--foreground);font-size:2.5rem;font-weight:700}.Pricing-module__0hSvfa__infoIcon{color:#fff6;cursor:help}.Pricing-module__0hSvfa__featuresList{flex-direction:column;flex:1;gap:1.25rem;margin-bottom:3rem;list-style:none;display:flex}.Pricing-module__0hSvfa__featuresList li{color:#fffc;align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.Pricing-module__0hSvfa__checkIcon{color:var(--primary);flex-shrink:0;margin-top:2px}.Pricing-module__0hSvfa__highlightedCard .Pricing-module__0hSvfa__checkIcon{color:var(--secondary)}.Pricing-module__0hSvfa__btn{text-align:center;border-radius:12px;width:100%;padding:1rem;font-weight:600;transition:all .2s;display:inline-block}.Pricing-module__0hSvfa__btnPrimary{background:var(--primary);color:#fff}.Pricing-module__0hSvfa__btnPrimary:hover{background:var(--primary-hover)}.Pricing-module__0hSvfa__btnSecondary{color:var(--foreground);background:#ffffff0d;border:1px solid #ffffff1a}.Pricing-module__0hSvfa__btnSecondary:hover{background:#ffffff1a}
.FAQ-module__uDLo1a__faq{background:var(--background);padding:6rem 0}.FAQ-module__uDLo1a__header{text-align:center;margin-bottom:4rem}.FAQ-module__uDLo1a__title{margin-bottom:1rem}.FAQ-module__uDLo1a__subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.1rem}.FAQ-module__uDLo1a__list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__uDLo1a__item{background:var(--surface);border:1px solid var(--surface-border);border-radius:16px;transition:border-color .3s;overflow:hidden}.FAQ-module__uDLo1a__itemOpen{border-color:#3b82f64d}.FAQ-module__uDLo1a__question{width:100%;color:var(--foreground);font-family:var(--font-heading);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:color .2s;display:flex}.FAQ-module__uDLo1a__question:hover{color:var(--primary)}.FAQ-module__uDLo1a__chevron{color:#ffffff80;flex-shrink:0;transition:transform .3s}.FAQ-module__uDLo1a__chevronOpen{color:var(--primary);transform:rotate(180deg)}.FAQ-module__uDLo1a__answerWrapper{overflow:hidden}.FAQ-module__uDLo1a__answer{color:#ffffffb3;padding:0 2rem 1.5rem;font-size:1rem;line-height:1.7}
.gracias-module__ndR3Rq__main{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:120px 1.5rem 80px;display:flex}.gracias-module__ndR3Rq__card{background:var(--surface);border:1px solid var(--surface-border);text-align:center;border-radius:28px;width:100%;max-width:600px;padding:3.5rem 3rem;animation:.5s forwards gracias-module__ndR3Rq__fadeInUp}@keyframes gracias-module__ndR3Rq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gracias-module__ndR3Rq__iconWrapper{border:2px solid var(--primary);background:linear-gradient(135deg,#6c63ff22,#7c3aed22);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;animation:.4s .2s both gracias-module__ndR3Rq__scaleIn;display:flex}@keyframes gracias-module__ndR3Rq__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.gracias-module__ndR3Rq__icon{width:36px;height:36px;color:var(--primary);stroke:var(--primary)}.gracias-module__ndR3Rq__title{margin-bottom:1rem;font-size:2.2rem}.gracias-module__ndR3Rq__subtitle{color:#ffffffbf;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.gracias-module__ndR3Rq__subtitle strong{color:var(--foreground)}.gracias-module__ndR3Rq__nextSteps{text-align:left;background:#6c63ff14;border:1px solid #6c63ff33;border-radius:16px;margin-bottom:2.5rem;padding:1.5rem 2rem}.gracias-module__ndR3Rq__nextTitle{color:var(--primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.gracias-module__ndR3Rq__stepList{color:#fffc;flex-direction:column;gap:.6rem;padding-left:1.2rem;font-size:.95rem;line-height:1.5;list-style:decimal;display:flex}.gracias-module__ndR3Rq__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.gracias-module__ndR3Rq__btnPrimary{background:var(--primary);color:#fff;border-radius:50px;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.gracias-module__ndR3Rq__btnPrimary:hover{opacity:.9;transform:translateY(-2px)}.gracias-module__ndR3Rq__btnSecondary{color:var(--foreground);border:1px solid var(--surface-border);background:0 0;border-radius:50px;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:border-color .2s,transform .2s;display:inline-flex}.gracias-module__ndR3Rq__btnSecondary:hover{border-color:var(--primary);transform:translateY(-2px)}@media (max-width:640px){.gracias-module__ndR3Rq__card{padding:2.5rem 1.5rem}.gracias-module__ndR3Rq__title{font-size:1.8rem}.gracias-module__ndR3Rq__actions{flex-direction:column}.gracias-module__ndR3Rq__btnPrimary,.gracias-module__ndR3Rq__btnSecondary{justify-content:center;width:100%}}
.legal-module__aR5eLG__main{background:var(--background);min-height:100vh;padding-top:100px;padding-bottom:80px}.legal-module__aR5eLG__content{background:var(--surface);border:1px solid var(--surface-border);border-radius:24px;max-width:800px;margin:0 auto;padding:3rem}.legal-module__aR5eLG__backLink{color:var(--primary);align-items:center;margin-bottom:2rem;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-flex}.legal-module__aR5eLG__backLink:hover{opacity:.8}.legal-module__aR5eLG__title{margin-bottom:.5rem;font-size:2.5rem}.legal-module__aR5eLG__lastUpdated{color:#ffffff80;margin-bottom:3rem;font-size:.9rem}.legal-module__aR5eLG__section{margin-bottom:2.5rem}.legal-module__aR5eLG__section h2{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.legal-module__aR5eLG__section p{color:#fffc;margin-bottom:1rem;line-height:1.7}.legal-module__aR5eLG__section ul{color:#fffc;margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.legal-module__aR5eLG__section li{margin-bottom:.5rem;line-height:1.6}.legal-module__aR5eLG__section strong{color:var(--foreground)}@media (max-width:768px){.legal-module__aR5eLG__content{padding:2rem 1.5rem}.legal-module__aR5eLG__title{font-size:2rem}}
.page-module__BLAGxa__main{padding-top:80px}.page-module__BLAGxa__hero{background:var(--surface);border-bottom:1px solid var(--surface-border);padding:5rem 0 3rem;position:relative}.page-module__BLAGxa__breadcrumb{color:var(--primary);align-items:center;margin-bottom:2rem;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-flex}.page-module__BLAGxa__breadcrumb:hover{opacity:.8}.page-module__BLAGxa__title{max-width:800px;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.page-module__BLAGxa__subtitle{color:#ffffffb3;max-width:700px;font-size:1.15rem;line-height:1.7}.page-module__BLAGxa__content{padding:5rem 0}.page-module__BLAGxa__grid{gap:4rem;display:grid}@media (min-width:1024px){.page-module__BLAGxa__grid{grid-template-columns:1.5fr 1fr}}.page-module__BLAGxa__features h2{margin-top:3rem;margin-bottom:1.5rem;font-size:1.5rem}.page-module__BLAGxa__features h2:first-child{margin-top:0}.page-module__BLAGxa__features ul{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.page-module__BLAGxa__features li{color:#fffc;padding-left:1.5rem;line-height:1.6;position:relative}.page-module__BLAGxa__features li:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.page-module__BLAGxa__features li strong{color:var(--foreground)}.page-module__BLAGxa__sidebar{flex-direction:column;gap:2rem;display:flex}.page-module__BLAGxa__cta{background:var(--surface);border:1px solid #3b82f64d;border-radius:24px;padding:2.5rem}.page-module__BLAGxa__cta h3{margin-bottom:1rem;font-size:1.3rem}.page-module__BLAGxa__cta p{color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.page-module__BLAGxa__ctaBtn{background:var(--primary);color:#fff;text-align:center;border-radius:12px;width:100%;padding:1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:inline-block}.page-module__BLAGxa__ctaBtn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}.page-module__BLAGxa__kitDigital{background:#f973160d;border:1px solid #f9731633;border-radius:24px;padding:2rem}.page-module__BLAGxa__kitDigital h3{color:var(--secondary);margin-bottom:.75rem;font-size:1.2rem}.page-module__BLAGxa__kitDigital p{color:#ffffffb3;font-size:.95rem;line-height:1.6}.page-module__BLAGxa__techSection{border-top:1px solid var(--surface-border);margin-top:5rem;padding-top:5rem}.page-module__BLAGxa__techSection h2{margin-bottom:1rem;font-size:1.5rem}.page-module__BLAGxa__techSection p{color:#ffffffb3;max-width:700px;line-height:1.7}
.Contact-module__DIbnYa__contact{background:var(--surface);border-top:1px solid var(--surface-border);padding:8rem 0}.Contact-module__DIbnYa__grid{gap:4rem;display:grid}@media (min-width:1024px){.Contact-module__DIbnYa__grid{grid-template-columns:1fr 1.2fr;align-items:center}}.Contact-module__DIbnYa__title{margin-bottom:1rem;font-size:2.5rem}.Contact-module__DIbnYa__subtitle{color:#ffffffb3;max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.Contact-module__DIbnYa__contactMethods{flex-direction:column;gap:2rem;display:flex}.Contact-module__DIbnYa__method{align-items:flex-start;gap:1.5rem;display:flex}.Contact-module__DIbnYa__methodIcon{width:56px;height:56px;color:var(--primary);background:#3b82f61a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__DIbnYa__method h4{margin-bottom:.25rem;font-size:1.1rem}.Contact-module__DIbnYa__method p{color:#ffffff80;margin-bottom:.5rem;font-size:.9rem}.Contact-module__DIbnYa__methodLink{color:var(--foreground);font-size:1.1rem;font-weight:600;transition:color .2s}.Contact-module__DIbnYa__methodLink:hover{color:var(--primary)}.Contact-module__DIbnYa__methodText{color:var(--foreground);font-size:1.1rem;font-weight:600}.Contact-module__DIbnYa__formWrapper{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:2.5rem}@media (min-width:768px){.Contact-module__DIbnYa__formWrapper{padding:3rem}}.Contact-module__DIbnYa__formGroup{margin-bottom:1.5rem}.Contact-module__DIbnYa__label{color:#ffffffe6;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:block}.Contact-module__DIbnYa__input,.Contact-module__DIbnYa__textarea{width:100%;color:var(--foreground);background:#0003;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.Contact-module__DIbnYa__input:focus,.Contact-module__DIbnYa__textarea:focus{border-color:var(--primary);background:#0006;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Contact-module__DIbnYa__input::placeholder,.Contact-module__DIbnYa__textarea::placeholder{color:#ffffff4d}.Contact-module__DIbnYa__textarea{resize:vertical;min-height:120px}.Contact-module__DIbnYa__checkboxGroup{align-items:flex-start;gap:.75rem;margin-bottom:2rem;display:flex}.Contact-module__DIbnYa__checkbox{cursor:pointer;margin-top:.25rem}.Contact-module__DIbnYa__checkboxLabel{color:#ffffffb3;cursor:pointer;font-size:.9rem;line-height:1.5}.Contact-module__DIbnYa__privacyLink{color:var(--primary);text-decoration:underline}.Contact-module__DIbnYa__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.Contact-module__DIbnYa__submitBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}.Contact-module__DIbnYa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__DIbnYa__successMessage{text-align:center;padding:3rem 1rem}.Contact-module__DIbnYa__successIcon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.Contact-module__DIbnYa__successMessage h3{margin-bottom:1rem;font-size:1.5rem}.Contact-module__DIbnYa__successMessage p{color:#ffffffb3;line-height:1.6}
