.Hero-module__qiNwva__hero{background:linear-gradient(135deg,var(--bg-primary)0%,var(--surface-secondary)100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__qiNwva__heroBackground{z-index:0;opacity:.3;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__qiNwva__heroContent{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;padding:0 2rem;display:flex;position:relative}.Hero-module__qiNwva__heroTitle{color:var(--text-primary);letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1);margin:0;font-size:max(2.5rem,min(6vw,4.5rem));font-weight:700;line-height:1.1}.Hero-module__qiNwva__heroSubtitle{color:var(--brand-primary);text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 2px rgba(0,0,0,.1);margin:0;font-size:max(1.1rem,min(2.5vw,1.5rem));font-weight:500}.Hero-module__qiNwva__heroDescription{color:var(--text-secondary);text-shadow:0 1px 2px rgba(0,0,0,.05);max-width:600px;margin:0;font-size:max(1.1rem,min(2vw,1.3rem));line-height:1.6}.Hero-module__qiNwva__heroCTAs{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.Hero-module__qiNwva__ctaButton{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__qiNwva__ctaButton.Hero-module__qiNwva__primary{background:var(--brand-primary);color:#fff;box-shadow:var(--elevation-3)}.Hero-module__qiNwva__ctaButton.Hero-module__qiNwva__primary:hover{background:var(--hover-primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Hero-module__qiNwva__ctaButton.Hero-module__qiNwva__secondary{color:var(--brand-primary);border:2px solid var(--brand-primary);background:0 0}.Hero-module__qiNwva__ctaButton.Hero-module__qiNwva__secondary:hover{background:var(--interactive-hover);transform:translateY(-2px)}.Hero-module__qiNwva__floatingElements{z-index:5;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__qiNwva__floatingElement{background:var(--brand-primary);opacity:.1;border-radius:50%;width:60px;height:60px;animation:6s ease-in-out infinite Hero-module__qiNwva__float;position:absolute}.Hero-module__qiNwva__floatingElement:first-child{background:var(--brand-primary);animation-delay:0s;top:20%;left:10%}.Hero-module__qiNwva__floatingElement:nth-child(2){background:var(--brand-secondary);animation-delay:2s;top:60%;right:15%}.Hero-module__qiNwva__floatingElement:nth-child(3){background:var(--brand-accent);width:40px;height:40px;animation-delay:4s;top:40%;left:20%}.Hero-module__qiNwva__floatingElement:nth-child(4){background:var(--vibrant-coral);width:30px;height:30px;animation-delay:1s;top:70%;left:60%}@keyframes Hero-module__qiNwva__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.Hero-module__qiNwva__heroParticles{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.Hero-module__qiNwva__hero{min-height:90vh;padding:2rem 0}.Hero-module__qiNwva__heroContent{gap:1.5rem;padding:0 1rem}.Hero-module__qiNwva__heroCTAs{flex-direction:column;align-items:center;gap:1rem}.Hero-module__qiNwva__ctaButton{width:100%;max-width:280px}.Hero-module__qiNwva__floatingElements{display:none}}@media (max-width:480px){.Hero-module__qiNwva__heroContent{gap:1rem}.Hero-module__qiNwva__heroTitle{font-size:2.2rem}}
.JoinUs-module__f7zqBq__joinUs{background:var(--surface-primary);padding:6rem 2rem;position:relative;overflow:hidden}.JoinUs-module__f7zqBq__joinUsContainer{text-align:center;max-width:1000px;margin:0 auto}.JoinUs-module__f7zqBq__statusBadge{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff;text-transform:uppercase;letter-spacing:.1em;box-shadow:var(--elevation-3);border-radius:50px;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;animation:2s ease-in-out infinite JoinUs-module__f7zqBq__pulse;display:inline-block}.JoinUs-module__f7zqBq__joinUsTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 1.5rem;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:700;line-height:1.1}.JoinUs-module__f7zqBq__joinUsSubtitle{color:var(--text-secondary);max-width:700px;margin:0 auto 3rem;font-size:max(1.2rem,min(2.5vw,1.5rem));line-height:1.6}.JoinUs-module__f7zqBq__contributionGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0;display:grid}.JoinUs-module__f7zqBq__contributionCard{background:var(--card-background);border:2px solid var(--border-primary);border-radius:20px;padding:2rem;transition:all .3s;position:relative}.JoinUs-module__f7zqBq__contributionCard:hover{box-shadow:var(--shadow-xl);border-color:var(--brand-primary);transform:translateY(-8px)}.JoinUs-module__f7zqBq__contributionIcon{margin-bottom:1.5rem;font-size:3rem;display:block}.JoinUs-module__f7zqBq__contributionTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1.5rem;font-weight:600}.JoinUs-module__f7zqBq__contributionDescription{color:var(--text-secondary);margin:0;line-height:1.6}.JoinUs-module__f7zqBq__callToAction{background:var(--surface-secondary);border:1px solid var(--border-primary);border-radius:20px;margin-top:4rem;padding:3rem 2rem}.JoinUs-module__f7zqBq__ctaTitle{color:var(--text-primary);margin:0 0 1rem;font-size:2rem;font-weight:700}.JoinUs-module__f7zqBq__ctaDescription{color:var(--text-secondary);margin:0 0 2rem;font-size:1.1rem;line-height:1.6}.JoinUs-module__f7zqBq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.JoinUs-module__f7zqBq__ctaButton{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.JoinUs-module__f7zqBq__ctaButton.JoinUs-module__f7zqBq__primary{background:var(--brand-primary);color:#fff;box-shadow:var(--elevation-3)}.JoinUs-module__f7zqBq__ctaButton.JoinUs-module__f7zqBq__primary:hover{background:var(--hover-primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.JoinUs-module__f7zqBq__ctaButton.JoinUs-module__f7zqBq__secondary{color:var(--brand-primary);border:2px solid var(--brand-primary);background:0 0}.JoinUs-module__f7zqBq__ctaButton.JoinUs-module__f7zqBq__secondary:hover{background:var(--interactive-hover);transform:translateY(-2px)}.JoinUs-module__f7zqBq__developmentStatus{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:3rem 0;display:grid}.JoinUs-module__f7zqBq__statusItem{text-align:center;background:var(--card-background);border:1px solid var(--border-primary);border-radius:16px;padding:1.5rem}.JoinUs-module__f7zqBq__statusValue{color:var(--brand-primary);margin:0;font-size:2rem;font-weight:700}.JoinUs-module__f7zqBq__statusLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:.5rem 0 0;font-size:.9rem}@keyframes JoinUs-module__f7zqBq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.JoinUs-module__f7zqBq__backgroundPattern{z-index:-1;opacity:.03;background-image:radial-gradient(circle at 1px 1px,var(--brand-primary)1px,transparent 0);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.JoinUs-module__f7zqBq__joinUs{padding:4rem 1rem}.JoinUs-module__f7zqBq__contributionGrid{grid-template-columns:1fr;gap:1.5rem}.JoinUs-module__f7zqBq__callToAction{padding:2rem 1rem}.JoinUs-module__f7zqBq__ctaButtons{flex-direction:column;align-items:center}.JoinUs-module__f7zqBq__ctaButton{width:100%;max-width:280px}.JoinUs-module__f7zqBq__developmentStatus{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.JoinUs-module__f7zqBq__joinUs{padding:3rem 1rem}.JoinUs-module__f7zqBq__developmentStatus{grid-template-columns:1fr}.JoinUs-module__f7zqBq__statusBadge{padding:.5rem 1rem;font-size:.8rem}}
.About-module__7hNe0W__about{background:var(--surface-secondary);padding:6rem 2rem;position:relative;overflow:hidden}.About-module__7hNe0W__aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.About-module__7hNe0W__aboutContent{flex-direction:column;gap:2rem;display:flex}.About-module__7hNe0W__aboutTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:700;line-height:1.1}.About-module__7hNe0W__aboutSubtitle{color:var(--brand-primary);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:max(1.1rem,min(2vw,1.3rem));font-weight:500}.About-module__7hNe0W__aboutDescription{color:var(--text-secondary);margin:0;font-size:1.2rem;line-height:1.7}.About-module__7hNe0W__aboutStats{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;display:grid}.About-module__7hNe0W__statItem{text-align:center;background:var(--card-background);border:1px solid var(--border-primary);border-radius:16px;padding:1.5rem;transition:all .3s}.About-module__7hNe0W__statItem:hover{box-shadow:var(--shadow-lg);border-color:var(--border-accent);transform:translateY(-4px)}.About-module__7hNe0W__statValue{color:var(--brand-primary);margin:0;font-size:2.5rem;font-weight:700;line-height:1}.About-module__7hNe0W__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:.5rem 0 0;font-size:.9rem;font-weight:500}.About-module__7hNe0W__aboutVisual{justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.About-module__7hNe0W__aboutImage{object-fit:cover;width:100%;height:400px;box-shadow:var(--shadow-xl);z-index:2;border-radius:20px;position:relative}.About-module__7hNe0W__visualDecoration{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));opacity:.1;z-index:1;border-radius:50%;width:200px;height:200px;position:absolute;top:-20px;right:-20px}.About-module__7hNe0W__visualDecoration:nth-child(2){background:linear-gradient(135deg,var(--brand-accent),var(--vibrant-coral));width:150px;height:150px;top:auto;bottom:-20px;left:-20px}.About-module__7hNe0W__backgroundPattern{z-index:0;opacity:.02;background-image:radial-gradient(circle at 2px 2px,var(--brand-primary)2px,transparent 0);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:1024px){.About-module__7hNe0W__aboutContainer{gap:3rem}.About-module__7hNe0W__aboutStats{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (max-width:768px){.About-module__7hNe0W__about{padding:4rem 1rem}.About-module__7hNe0W__aboutContainer{grid-template-columns:1fr;gap:3rem}.About-module__7hNe0W__aboutContent{text-align:center;order:2}.About-module__7hNe0W__aboutVisual{order:1;min-height:300px}.About-module__7hNe0W__aboutImage{height:300px}.About-module__7hNe0W__aboutStats{grid-template-columns:repeat(2,1fr)}.About-module__7hNe0W__statItem{padding:1rem}.About-module__7hNe0W__statValue{font-size:2rem}}@media (max-width:480px){.About-module__7hNe0W__about{padding:3rem 1rem}.About-module__7hNe0W__aboutStats{grid-template-columns:1fr;gap:1rem}.About-module__7hNe0W__aboutVisual{min-height:250px}.About-module__7hNe0W__aboutImage{height:250px}.About-module__7hNe0W__visualDecoration{display:none}}
.Testimonials-module__2WGVga__testimonials{background:var(--surface-primary);padding:6rem 2rem;position:relative;overflow:hidden}.Testimonials-module__2WGVga__testimonialsContainer{max-width:1200px;margin:0 auto}.Testimonials-module__2WGVga__testimonialsHeader{text-align:center;margin-bottom:4rem}.Testimonials-module__2WGVga__testimonialsTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 1rem;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:700}.Testimonials-module__2WGVga__testimonialsSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:max(1.1rem,min(2vw,1.3rem))}.Testimonials-module__2WGVga__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.Testimonials-module__2WGVga__testimonialCard{background:var(--card-background);border:1px solid var(--border-primary);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;position:relative}.Testimonials-module__2WGVga__testimonialCard:hover{box-shadow:var(--shadow-xl);border-color:var(--border-accent);transform:translateY(-8px)}.Testimonials-module__2WGVga__testimonialCard:before{content:"\"";color:var(--brand-primary);opacity:.2;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:-10px;left:20px}.Testimonials-module__2WGVga__testimonialContent{color:var(--text-secondary);z-index:1;margin:0;font-size:1.1rem;font-style:italic;line-height:1.6;position:relative}.Testimonials-module__2WGVga__testimonialFooter{align-items:center;gap:1rem;margin-top:auto;display:flex}.Testimonials-module__2WGVga__testimonialAvatar{object-fit:cover;border:2px solid var(--brand-primary);border-radius:50%;width:50px;height:50px}.Testimonials-module__2WGVga__testimonialInfo{flex:1}.Testimonials-module__2WGVga__testimonialName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Testimonials-module__2WGVga__testimonialRole{color:var(--text-secondary);margin:.25rem 0 0;font-size:.9rem}.Testimonials-module__2WGVga__testimonialCompany{color:var(--brand-primary);font-size:.85rem;font-weight:500}.Testimonials-module__2WGVga__testimonialRating{gap:.25rem;margin-left:auto;display:flex}.Testimonials-module__2WGVga__star{color:var(--golden-yellow);font-size:1.2rem}.Testimonials-module__2WGVga__star.Testimonials-module__2WGVga__empty{color:var(--border-secondary)}.Testimonials-module__2WGVga__backgroundDecoration{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));opacity:.03;z-index:0;border-radius:50%;width:300px;height:300px;position:absolute;top:10%;right:5%}.Testimonials-module__2WGVga__backgroundDecoration:nth-child(2){background:linear-gradient(135deg,var(--brand-accent),var(--vibrant-coral));width:250px;height:250px;top:auto;bottom:10%;left:5%;right:auto}@media (max-width:768px){.Testimonials-module__2WGVga__testimonials{padding:4rem 1rem}.Testimonials-module__2WGVga__testimonialsGrid{grid-template-columns:1fr;gap:1.5rem}.Testimonials-module__2WGVga__testimonialCard{padding:1.5rem}.Testimonials-module__2WGVga__testimonialsHeader{margin-bottom:3rem}.Testimonials-module__2WGVga__backgroundDecoration{display:none}}@media (max-width:480px){.Testimonials-module__2WGVga__testimonials{padding:3rem 1rem}.Testimonials-module__2WGVga__testimonialCard{padding:1.25rem}.Testimonials-module__2WGVga__testimonialCard:before{font-size:3rem;top:-5px;left:15px}.Testimonials-module__2WGVga__testimonialFooter{flex-direction:column;align-items:flex-start;gap:.75rem}.Testimonials-module__2WGVga__testimonialRating{margin-left:0}}
.Footer-module__inHZOG__footer{background:var(--surface-tertiary);color:var(--text-primary);border-top:1px solid var(--border-primary);padding:4rem 2rem 2rem;position:relative;overflow:hidden}.Footer-module__inHZOG__footerContainer{max-width:1200px;margin:0 auto}.Footer-module__inHZOG__footerContent{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__inHZOG__footerBrand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__inHZOG__footerLogo{color:var(--text-primary);font-size:2rem;font-weight:700;text-decoration:none;display:inline-block}.Footer-module__inHZOG__footerDescription{color:var(--text-secondary);max-width:300px;margin:0;font-size:1rem;line-height:1.6}.Footer-module__inHZOG__footerSocial{gap:1rem;display:flex}.Footer-module__inHZOG__socialLink{background:var(--surface-primary);border:1px solid var(--border-primary);width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__inHZOG__socialLink:hover{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Footer-module__inHZOG__footerSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__inHZOG__footerSectionTitle{color:var(--text-primary);letter-spacing:.05em;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.Footer-module__inHZOG__footerLink{color:var(--text-secondary);padding:.25rem 0;font-size:.95rem;text-decoration:none;transition:all .3s;position:relative}.Footer-module__inHZOG__footerLink:hover{color:var(--brand-primary);transform:translate(4px)}.Footer-module__inHZOG__footerLink:before{content:"";background:var(--brand-primary);width:0;height:1px;transition:width .3s;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.Footer-module__inHZOG__footerLink:hover:before{width:6px}.Footer-module__inHZOG__footerBottom{border-top:1px solid var(--border-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__inHZOG__footerCopyright{color:var(--text-secondary);margin:0;font-size:.9rem}.Footer-module__inHZOG__footerBottomLinks{gap:2rem;display:flex}.Footer-module__inHZOG__footerBottomLink{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__inHZOG__footerBottomLink:hover{color:var(--brand-primary)}.Footer-module__inHZOG__footerDecoration{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));opacity:.05;z-index:0;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.Footer-module__inHZOG__footerDecoration:nth-child(2){background:linear-gradient(135deg,var(--brand-accent),var(--vibrant-coral));width:300px;height:300px;top:auto;bottom:-100px;left:-100px;right:auto}@media (max-width:1024px){.Footer-module__inHZOG__footerContent{grid-template-columns:1fr 1fr 1fr;gap:2rem}.Footer-module__inHZOG__footerBrand{grid-column:1/-1;margin-bottom:2rem}}@media (max-width:768px){.Footer-module__inHZOG__footer{padding:3rem 1rem 2rem}.Footer-module__inHZOG__footerContent{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__inHZOG__footerBrand{text-align:center;grid-column:1/-1;align-items:center}.Footer-module__inHZOG__footerDescription{text-align:center;max-width:none}.Footer-module__inHZOG__footerBottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__inHZOG__footerBottomLinks{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.Footer-module__inHZOG__footer{padding:2rem 1rem 1.5rem}.Footer-module__inHZOG__footerContent{grid-template-columns:1fr;gap:2rem}.Footer-module__inHZOG__footerSection{text-align:center}.Footer-module__inHZOG__footerSocial{justify-content:center}.Footer-module__inHZOG__footerDecoration{display:none}}[data-theme=dark] .Footer-module__inHZOG__footer{background:var(--dark-surface);border-top-color:var(--border-primary)}[data-theme=dark] .Footer-module__inHZOG__footerLogo{color:var(--text-primary-dark)}[data-theme=dark] .Footer-module__inHZOG__footerDescription{color:var(--text-secondary-dark)}[data-theme=dark] .Footer-module__inHZOG__footerSectionTitle{color:var(--text-primary-dark)}[data-theme=dark] .Footer-module__inHZOG__footerLink{color:var(--text-secondary-dark)}[data-theme=dark] .Footer-module__inHZOG__footerLink:hover{color:var(--brand-primary)}[data-theme=dark] .Footer-module__inHZOG__footerCopyright,[data-theme=dark] .Footer-module__inHZOG__footerBottomLink{color:var(--text-secondary-dark)}[data-theme=dark] .Footer-module__inHZOG__footerBottomLink:hover{color:var(--brand-primary)}[data-theme=dark] .Footer-module__inHZOG__socialLink{background:var(--card-background-dark);border-color:var(--border-primary);color:var(--text-primary-dark)}[data-theme=dark] .Footer-module__inHZOG__socialLink:hover{background:var(--brand-primary);color:#fff}[data-theme=dark] .Footer-module__inHZOG__footerBottom{border-top-color:var(--border-primary)}@media (prefers-color-scheme:dark){.Footer-module__inHZOG__footer{background:var(--dark-surface);color:var(--text-primary-dark)}.Footer-module__inHZOG__footerLogo{color:var(--text-primary-dark)}.Footer-module__inHZOG__footerDescription{color:var(--text-secondary-dark)}.Footer-module__inHZOG__footerSectionTitle{color:var(--text-primary-dark)}.Footer-module__inHZOG__footerLink,.Footer-module__inHZOG__footerCopyright,.Footer-module__inHZOG__footerBottomLink{color:var(--text-secondary-dark)}.Footer-module__inHZOG__socialLink{background:var(--card-background-dark);border-color:var(--border-primary);color:var(--text-primary-dark)}.Footer-module__inHZOG__footerBottom{border-top-color:var(--border-primary)}}
.Homepage-module__LxlLmW__homepage{width:100%;min-height:100vh;overflow-x:hidden}.Homepage-module__LxlLmW__homepage *{box-sizing:border-box}.Homepage-module__LxlLmW__homepage>section{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%}.Homepage-module__LxlLmW__homepage{scroll-behavior:smooth}
