.Hero-module__ZARIfG__hero{background:var(--bg-primary);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{z-index:10;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__ZARIfG__heroText{max-width:700px}.Hero-module__ZARIfG__badge{color:var(--brand-primary);background:#667eea1a;border:1px solid #667eea33;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__badgePulse{background:var(--brand-success);border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__ZARIfG__pulse;position:absolute;left:12px}.Hero-module__ZARIfG__heroText h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.1}.Hero-module__ZARIfG__heroText p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.Hero-module__ZARIfG__heroButtons{gap:1.5rem;margin-bottom:4rem;display:flex}.Hero-module__ZARIfG__trustedBy p{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.Hero-module__ZARIfG__logoStrip{opacity:.7;filter:grayscale();align-items:center;gap:2.5rem;transition:all .5s;display:flex}.Hero-module__ZARIfG__logoStrip:hover{opacity:1;filter:grayscale(0)}.Hero-module__ZARIfG__companyLogo{font-size:1.125rem;font-weight:800;font-family:var(--font-display);color:var(--text-secondary)}.Hero-module__ZARIfG__heroVisual{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__mainCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-xl);width:100%;max-width:500px;transform-style:preserve-3d;background:#ffffff0d;border:1px solid #ffffff1a;padding:2rem;transition:all .2s ease-out;box-shadow:0 40px 80px #0003}@media (prefers-color-scheme:dark){.Hero-module__ZARIfG__mainCard{background:#1e293b66;border:1px solid #ffffff0d}}.Hero-module__ZARIfG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__dots{gap:.5rem;display:flex}.Hero-module__ZARIfG__dots span{border-radius:50%;width:10px;height:10px}.Hero-module__ZARIfG__dotRed{background:#ff5f56}.Hero-module__ZARIfG__dotYellow{background:#ffbd2e}.Hero-module__ZARIfG__dotGreen{background:#27c93f}.Hero-module__ZARIfG__cardTitle{opacity:.5;color:var(--text-secondary);font-family:monospace;font-size:.75rem}.Hero-module__ZARIfG__codeBlock{border-radius:var(--border-radius-md);background:#0003;margin-bottom:2rem;padding:1.5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;line-height:1.6;box-shadow:inset 0 2px 10px #0000001a}.Hero-module__ZARIfG__codeComment{color:#64748b}.Hero-module__ZARIfG__codeKeyword{color:#f472b6}.Hero-module__ZARIfG__codeFunction{color:#60a5fa}.Hero-module__ZARIfG__codeString{color:#34d399}.Hero-module__ZARIfG__metrics{gap:1rem;display:grid}.Hero-module__ZARIfG__metric{border-radius:var(--border-radius-md);background:#ffffff08;padding:1rem;position:relative;overflow:hidden}.Hero-module__ZARIfG__metricBar{opacity:.15;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__metric span{color:var(--text-secondary);font-size:.875rem;font-weight:600}.Hero-module__ZARIfG__floatingBadge{background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--bg-tertiary);z-index:20;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:-20px;right:-20px}.Hero-module__ZARIfG__particle{background:var(--gradient-primary);filter:blur(2px);opacity:.5;pointer-events:none;z-index:-1;border-radius:50%;transition:transform .2s ease-out;position:absolute}.Hero-module__ZARIfG__particle1{width:40px;height:40px;top:-10%;left:0}.Hero-module__ZARIfG__particle2{width:60px;height:60px;bottom:0;right:10%}.Hero-module__ZARIfG__particle3{width:20px;height:20px;top:20%;right:-5%}.Hero-module__ZARIfG__heroBackground{z-index:-1;position:absolute;inset:0}.Hero-module__ZARIfG__gridOverlay{background-image:linear-gradient(#667eea0d 1px,#0000 1px),linear-gradient(90deg,#667eea0d 1px,#0000 1px);background-size:80px 80px;height:200%;transition:transform .2s ease-out;position:absolute;inset:-50% -100px -100px;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.Hero-module__ZARIfG__gradientOrb1,.Hero-module__ZARIfG__gradientOrb2,.Hero-module__ZARIfG__gradientOrb3{filter:blur(100px);opacity:.4;z-index:-1;transition:transform .2s ease-out;position:absolute}.Hero-module__ZARIfG__gradientOrb1{background:var(--gradient-primary);width:600px;height:600px;top:-200px;right:-200px}.Hero-module__ZARIfG__gradientOrb2{background:var(--gradient-secondary);width:500px;height:500px;bottom:-150px;left:-150px}.Hero-module__ZARIfG__gradientOrb3{background:var(--gradient-accent);opacity:.1;width:300px;height:300px;top:30%;left:40%}@media (max-width:992px){.Hero-module__ZARIfG__heroContent{text-align:center;grid-template-columns:1fr;padding-top:60px}.Hero-module__ZARIfG__heroText{max-width:100%;margin-bottom:4rem}.Hero-module__ZARIfG__heroButtons{justify-content:center}.Hero-module__ZARIfG__logoStrip{flex-wrap:wrap;justify-content:center}}
.WhyChooseUs-module__aV2w7G__capabilitySection{background:var(--bg-primary);padding:10rem 0}.WhyChooseUs-module__aV2w7G__gridContainer{grid-template-columns:1fr 1.5fr;align-items:start;gap:8rem;display:grid}.WhyChooseUs-module__aV2w7G__stickyHeader{position:sticky;top:8rem}.WhyChooseUs-module__aV2w7G__label{text-transform:uppercase;letter-spacing:.3em;color:var(--brand-primary);margin-bottom:2rem;font-size:.875rem;font-weight:800;display:block}.WhyChooseUs-module__aV2w7G__title{margin-bottom:4rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:900;line-height:1.1}.WhyChooseUs-module__aV2w7G__radarStats{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.WhyChooseUs-module__aV2w7G__radarItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:2rem}.WhyChooseUs-module__aV2w7G__statNum{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:950;display:block}.WhyChooseUs-module__aV2w7G__statLab{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;font-size:.75rem;font-weight:800}.WhyChooseUs-module__aV2w7G__cardsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.WhyChooseUs-module__aV2w7G__capCard{background:#ffffff03;border:1px solid #ffffff0d;border-radius:32px;padding:3rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.WhyChooseUs-module__aV2w7G__capCard:hover{border-color:var(--brand-primary);background:#ffffff08;transform:translateY(-10px)rotate(-1deg)}.WhyChooseUs-module__aV2w7G__capIcon{color:var(--brand-primary);opacity:.4;font-size:.875rem;font-weight:900;font-family:var(--font-primary);margin-bottom:2.5rem}.WhyChooseUs-module__aV2w7G__capTitle{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:900}.WhyChooseUs-module__aV2w7G__capDesc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.WhyChooseUs-module__aV2w7G__cardGlow{opacity:0;background:radial-gradient(circle,#6366f11a 0%,#0000 70%);width:150px;height:150px;transition:opacity .5s;position:absolute;bottom:-50px;right:-50px}.WhyChooseUs-module__aV2w7G__capCard:hover .WhyChooseUs-module__aV2w7G__cardGlow{opacity:1}@media (max-width:1200px){.WhyChooseUs-module__aV2w7G__gridContainer{grid-template-columns:1fr;gap:6rem}.WhyChooseUs-module__aV2w7G__stickyHeader{position:static}}@media (max-width:768px){.WhyChooseUs-module__aV2w7G__cardsGrid{grid-template-columns:1fr}.WhyChooseUs-module__aV2w7G__capCard{padding:2rem}.WhyChooseUs-module__aV2w7G__title{font-size:2.5rem}}
.Services-module__dpHhBa__sectionHeader{text-align:center;max-width:800px;margin:0 auto 5rem}.Services-module__dpHhBa__sectionHeader h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900}.Services-module__dpHhBa__sectionHeader p{color:var(--text-secondary);font-size:1.25rem;line-height:1.7}.Services-module__dpHhBa__bentoGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem;margin-bottom:10rem;display:grid}.Services-module__dpHhBa__bentoCard{background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;padding:3rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__bentoCard:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-xl),var(--shadow-glow);transform:translateY(-10px)}.Services-module__dpHhBa__large{background:linear-gradient(135deg,#667eea08,#764ba208);grid-area:span 2/span 2}.Services-module__dpHhBa__wide{grid-column:span 2}.Services-module__dpHhBa__cardGlow{background:radial-gradient(circle,var(--brand-primary)0%,transparent 60%);opacity:0;pointer-events:none;z-index:0;width:200%;height:200%;transition:opacity .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Services-module__dpHhBa__bentoCard:hover .Services-module__dpHhBa__cardGlow{opacity:.05}.Services-module__dpHhBa__serviceIcon{z-index:2;margin-bottom:2.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative}.Services-module__dpHhBa__bentoCard:hover .Services-module__dpHhBa__serviceIcon{transform:scale(1.1)rotate(5deg)}.Services-module__dpHhBa__bentoCard h3{z-index:2;margin-bottom:1.25rem;font-size:1.75rem;font-weight:800;position:relative}.Services-module__dpHhBa__bentoCard p{color:var(--text-secondary);z-index:2;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;position:relative}.Services-module__dpHhBa__techTags{z-index:2;flex-wrap:wrap;gap:.75rem;margin-top:auto;display:flex;position:relative}.Services-module__dpHhBa__miniTag{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--bg-tertiary);border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.Services-module__dpHhBa__cardContentHorizontal{align-items:center;gap:3rem;height:100%;display:flex}.Services-module__dpHhBa__pricingSection{margin-top:5rem}.Services-module__dpHhBa__pricingGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:6rem;display:grid}.Services-module__dpHhBa__pricingCard{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--bg-tertiary);box-shadow:var(--shadow-lg);flex-direction:column;padding:4rem 3rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Services-module__dpHhBa__pricingCard:hover{border-color:var(--brand-primary);transform:translateY(-10px)}.Services-module__dpHhBa__popular{z-index:2;border-color:var(--brand-primary);background:linear-gradient(180deg,var(--bg-primary)0%,#667eea0d 100%);box-shadow:0 30px 60px #0000001a,var(--shadow-glow);transform:scale(1.05)}.Services-module__dpHhBa__popularTag{background:var(--gradient-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-md);border-radius:100px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:800;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.Services-module__dpHhBa__pricingHeader{text-align:center;border-bottom:1px solid var(--bg-tertiary);margin-bottom:3rem;padding-bottom:2rem}.Services-module__dpHhBa__pricingHeader h3{margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.Services-module__dpHhBa__price{justify-content:center;align-items:baseline;gap:.25rem;display:flex}.Services-module__dpHhBa__currency{font-size:1.5rem;font-weight:700}.Services-module__dpHhBa__amount{font-size:4rem;font-weight:900;line-height:1}.Services-module__dpHhBa__period{color:var(--text-tertiary);font-size:1rem;font-weight:600}.Services-module__dpHhBa__pricingHeader p{color:var(--text-tertiary);margin-top:1.5rem;font-size:1rem}.Services-module__dpHhBa__featuresList{flex-grow:1;margin:0 0 3rem;padding:0;list-style:none}.Services-module__dpHhBa__featuresList li{color:var(--text-secondary);border-bottom:1px solid var(--bg-tertiary);align-items:center;gap:.75rem;padding:1rem 0;font-size:1.05rem;display:flex}.Services-module__dpHhBa__featuresList li:last-child{border-bottom:none}.Services-module__dpHhBa__ctaSection{text-align:center;background:var(--bg-secondary);border-radius:var(--border-radius-xl);border:1px solid var(--bg-tertiary);margin-top:8rem;padding:6rem 4rem;position:relative;overflow:hidden}.Services-module__dpHhBa__ctaSection h3{margin-bottom:1.5rem;font-size:2.5rem;font-weight:900}.Services-module__dpHhBa__ctaSection p{color:var(--text-secondary);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}@media (max-width:1200px){.Services-module__dpHhBa__pricingGrid{grid-template-columns:repeat(2,1fr)}.Services-module__dpHhBa__popular{transform:scale(1)}}@media (max-width:992px){.Services-module__dpHhBa__bentoGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__bentoGrid{grid-template-columns:1fr}.Services-module__dpHhBa__large,.Services-module__dpHhBa__wide{grid-area:span 1/span 1}.Services-module__dpHhBa__pricingGrid{grid-template-columns:1fr}.Services-module__dpHhBa__ctaSection{padding:4rem 2rem}.Services-module__dpHhBa__cardContentHorizontal{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.TechStack-module__WlEV-q__techStackSection{background:var(--bg-primary);padding:8rem 0;overflow:hidden}.TechStack-module__WlEV-q__sectionHeader{text-align:center;margin-bottom:4rem}.TechStack-module__WlEV-q__sectionHeader h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.TechStack-module__WlEV-q__perspectiveContainer{perspective:1000px;flex-direction:column;gap:2rem;display:flex;transform:rotateX(15deg)}.TechStack-module__WlEV-q__marqueeContainer{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.TechStack-module__WlEV-q__marqueeTrack{white-space:nowrap;gap:5rem;padding:2rem 0;animation:60s linear infinite TechStack-module__WlEV-q__scroll;display:flex}.TechStack-module__WlEV-q__reverse{animation-direction:reverse}.TechStack-module__WlEV-q__techItem{color:var(--text-secondary);opacity:.3;letter-spacing:-.02em;align-items:center;gap:1rem;font-size:2rem;font-weight:900;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.TechStack-module__WlEV-q__techItem:hover{opacity:1;color:var(--brand-primary);text-shadow:0 0 30px #667eea80;transform:scale(1.15)translateZ(50px)}.TechStack-module__WlEV-q__dot{background:var(--gradient-primary);width:12px;height:12px;box-shadow:0 0 10px var(--brand-primary);border-radius:50%;display:inline-block}@keyframes TechStack-module__WlEV-q__scroll{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@media (max-width:768px){.TechStack-module__WlEV-q__perspectiveContainer{transform:none}.TechStack-module__WlEV-q__techItem{font-size:1.5rem}.TechStack-module__WlEV-q__marqueeTrack{gap:3rem}}
.FeaturedWork-module__3mRoMq__header{margin-bottom:8rem}.FeaturedWork-module__3mRoMq__showcaseGrid{flex-direction:column;gap:12rem;display:flex}.FeaturedWork-module__3mRoMq__projectWrap:nth-child(2n) .FeaturedWork-module__3mRoMq__projectCard{flex-direction:row-reverse}.FeaturedWork-module__3mRoMq__projectWrap:nth-child(2n) .FeaturedWork-module__3mRoMq__projectNumber{left:auto;right:0}.FeaturedWork-module__3mRoMq__projectWrap{padding-top:4rem;position:relative}.FeaturedWork-module__3mRoMq__projectNumber{color:var(--text-tertiary);opacity:.1;font-size:8rem;font-weight:900;line-height:1;font-family:var(--font-display);z-index:0;position:absolute;top:0;left:0}.FeaturedWork-module__3mRoMq__projectCard{z-index:1;align-items:center;gap:4rem;display:flex;position:relative}.FeaturedWork-module__3mRoMq__imageBox{aspect-ratio:16/10;border-radius:var(--border-radius-xl);border:1px solid var(--bg-tertiary);flex:1.2;position:relative;overflow:hidden;box-shadow:0 40px 80px #0003}.FeaturedWork-module__3mRoMq__projectImg{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.FeaturedWork-module__3mRoMq__imageBox:hover .FeaturedWork-module__3mRoMq__projectImg{transform:scale(1.05)}.FeaturedWork-module__3mRoMq__projectOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#00000080;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.FeaturedWork-module__3mRoMq__imageBox:hover .FeaturedWork-module__3mRoMq__projectOverlay{opacity:1}.FeaturedWork-module__3mRoMq__exploreBtn{color:#000;background:#fff;border-radius:100px;align-items:center;gap:1rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:800;transition:all .5s cubic-bezier(.16,1,.3,1);display:inline-flex;transform:translateY(20px)}.FeaturedWork-module__3mRoMq__imageBox:hover .FeaturedWork-module__3mRoMq__exploreBtn{transform:translateY(0)}.FeaturedWork-module__3mRoMq__projectInfo{flex:1}.FeaturedWork-module__3mRoMq__meta{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.FeaturedWork-module__3mRoMq__pCategory{color:var(--brand-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:800}.FeaturedWork-module__3mRoMq__pTags{gap:.75rem;display:flex}.FeaturedWork-module__3mRoMq__pTag{color:var(--text-tertiary);background:var(--bg-secondary);border-radius:50px;padding:.3rem .75rem;font-size:.75rem;font-weight:700}.FeaturedWork-module__3mRoMq__pTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:900;line-height:1.1}.FeaturedWork-module__3mRoMq__pDesc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.FeaturedWork-module__3mRoMq__cta{text-align:center;margin-top:10rem}@media (max-width:992px){.FeaturedWork-module__3mRoMq__projectCard,.FeaturedWork-module__3mRoMq__projectWrap:nth-child(2n) .FeaturedWork-module__3mRoMq__projectCard{flex-direction:column;gap:2rem}.FeaturedWork-module__3mRoMq__imageBox{flex:none;width:100%}.FeaturedWork-module__3mRoMq__projectNumber{font-size:4rem}.FeaturedWork-module__3mRoMq__showcaseGrid{gap:6rem}}
.Testimonials-module__ItA9Ha__testimonialSection{background:var(--bg-primary);padding:12rem 0;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:8rem}.Testimonials-module__ItA9Ha__label{color:var(--brand-primary);letter-spacing:.4em;text-transform:uppercase;margin-bottom:2rem;font-size:.75rem;font-weight:900;display:block}.Testimonials-module__ItA9Ha__header h2{letter-spacing:-.04em;font-size:clamp(3rem,6vw,6rem);font-weight:950;line-height:1}.Testimonials-module__ItA9Ha__masonryContainer{columns:2;column-gap:3rem;max-width:1200px;margin:0 auto}.Testimonials-module__ItA9Ha__echoCard{break-inside:avoid;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:40px;margin-bottom:3rem;padding:3.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative}.Testimonials-module__ItA9Ha__echoCard:hover{border-color:var(--brand-primary);background:#ffffff0a;transform:scale(1.02);box-shadow:0 40px 80px #00000080}.Testimonials-module__ItA9Ha__cardHeader{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--brand-primary);opacity:.3;font-size:3rem;font-weight:950;line-height:1}.Testimonials-module__ItA9Ha__impactBadge{text-transform:uppercase;letter-spacing:.2em;color:var(--brand-primary);background:#6366f11a;border:1px solid #6366f133;border-radius:100px;padding:.5rem 1rem;font-size:.625rem;font-weight:950}.Testimonials-module__ItA9Ha__quoteText{color:var(--text-secondary);margin-bottom:4rem;font-size:1.25rem;font-weight:500;line-height:1.7}.Testimonials-module__ItA9Ha__echoAuthor{border-top:1px solid #ffffff0d;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.Testimonials-module__ItA9Ha__avatarBox{border:2px solid #ffffff1a;border-radius:18px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__pfp{object-fit:cover}.Testimonials-module__ItA9Ha__authorMeta{flex-grow:1}.Testimonials-module__ItA9Ha__name{color:#fff;margin-bottom:.25rem;font-size:1.125rem;font-weight:900}.Testimonials-module__ItA9Ha__role{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:800}@media (max-width:992px){.Testimonials-module__ItA9Ha__masonryContainer{columns:1}}@media (max-width:768px){.Testimonials-module__ItA9Ha__echoCard{padding:2.5rem}.Testimonials-module__ItA9Ha__quoteText{margin-bottom:3rem;font-size:1.125rem}}@media (max-width:992px){.Testimonials-module__ItA9Ha__masonryContainer{columns:1}}@media (max-width:768px){.Testimonials-module__ItA9Ha__echoCard{padding:2rem}.Testimonials-module__ItA9Ha__quoteIcon{font-size:4rem}}
.FAQ-module__V8_xEa__faqSection{background:var(--bg-primary);padding:10rem 0}.FAQ-module__V8_xEa__wrapper{max-width:900px;margin:0 auto}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:6rem}.FAQ-module__V8_xEa__label{text-transform:uppercase;letter-spacing:.4em;color:var(--brand-primary);margin-bottom:2rem;font-size:.875rem;font-weight:800;display:block}.FAQ-module__V8_xEa__protocolList{flex-direction:column;gap:1.5rem;display:flex}.FAQ-module__V8_xEa__protocolItem{cursor:pointer;background:#ffffff03;border:1px solid #ffffff0d;border-radius:20px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.FAQ-module__V8_xEa__protocolItem:hover{background:#ffffff05;border-color:#ffffff1a}.FAQ-module__V8_xEa__protocolItem.FAQ-module__V8_xEa__active{border-color:var(--brand-primary);background:#ffffff08;box-shadow:0 0 30px #6366f11a}.FAQ-module__V8_xEa__protocolTrigger{justify-content:space-between;align-items:center;padding:2.5rem;display:flex}.FAQ-module__V8_xEa__qBox{align-items:center;gap:3rem;display:flex}.FAQ-module__V8_xEa__qNum{color:var(--brand-primary);font-size:.875rem;font-weight:900;font-family:var(--font-primary)}.FAQ-module__V8_xEa__qText{color:#fff;font-size:1.5rem;font-weight:800}.FAQ-module__V8_xEa__statusIndicator{align-items:center;gap:1rem;display:flex}.FAQ-module__V8_xEa__dot{background:var(--brand-primary);width:6px;height:6px;box-shadow:0 0 10px var(--brand-primary);border-radius:50%}.FAQ-module__V8_xEa__sc{letter-spacing:.2em;color:var(--text-tertiary);font-size:.625rem;font-weight:900}.FAQ-module__V8_xEa__protocolContent{max-height:0;padding:0 2.5rem 0 7.25rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__protocolContent{max-height:200px;padding-bottom:2.5rem}.FAQ-module__V8_xEa__answerInner p{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}@media (max-width:768px){.FAQ-module__V8_xEa__qBox{gap:1.5rem}.FAQ-module__V8_xEa__qText{font-size:1.125rem}.FAQ-module__V8_xEa__protocolTrigger{padding:1.5rem}.FAQ-module__V8_xEa__protocolContent{padding:0 1.5rem 0 4rem}}
.About-module__8aBknG__aboutPage{background:var(--bg-primary)}.About-module__8aBknG__aboutHero{align-items:center;min-height:80vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.About-module__8aBknG__heroContent{z-index:10;max-width:800px;position:relative}.About-module__8aBknG__preTitle{text-transform:uppercase;letter-spacing:.3em;color:var(--brand-primary);margin-bottom:1.5rem;font-size:.875rem;font-weight:800;display:block}.About-module__8aBknG__heroContent h1{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1}.About-module__8aBknG__heroLead{color:var(--text-secondary);font-size:1.5rem;line-height:1.6}.About-module__8aBknG__heroBackground{z-index:1;position:absolute;inset:0}.About-module__8aBknG__orb{filter:blur(80px);background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:60vw;height:60vw;position:absolute;top:-20%;right:-10%}.About-module__8aBknG__missionImpact{padding:10rem 0}.About-module__8aBknG__missionGrid{grid-template-columns:1fr 1.2fr;gap:6rem;display:grid}.About-module__8aBknG__missionSticky{height:fit-content;position:sticky;top:120px}.About-module__8aBknG__sideTitle{color:var(--text-tertiary);opacity:.1;text-transform:uppercase;margin-bottom:2rem;font-size:4rem;font-weight:900}.About-module__8aBknG__missionText{font-size:2rem;font-weight:600;line-height:1.4}.About-module__8aBknG__impactCards{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.About-module__8aBknG__statCard{background:var(--bg-secondary);border-radius:var(--border-radius-xl);border:1px solid var(--bg-tertiary);text-align:center;padding:4rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.About-module__8aBknG__statCard:hover{background:var(--bg-primary);border-color:var(--brand-primary);box-shadow:var(--shadow-xl);transform:translateY(-10px)}.About-module__8aBknG__statValue{color:var(--brand-primary);margin-bottom:.5rem;font-size:4rem;font-weight:900}.About-module__8aBknG__statLabel{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.1em;font-size:.875rem;font-weight:700}.About-module__8aBknG__founderSection{background:var(--bg-secondary);padding:10rem 0}.About-module__8aBknG__founderGrid{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.About-module__8aBknG__founderImage{aspect-ratio:1;background:var(--gradient-primary);border-radius:var(--border-radius-xl);justify-content:center;align-items:center;display:flex;position:relative}.About-module__8aBknG__founderInitials{color:#fff;z-index:2;font-size:10rem;font-weight:900}.About-module__8aBknG__founderBackdrop{border:2px solid var(--brand-primary);border-radius:var(--border-radius-xl);z-index:1;opacity:.2;position:absolute;inset:-20px}.About-module__8aBknG__quoteIcon{color:var(--brand-primary);opacity:.2;margin-bottom:-2rem;font-size:8rem;line-height:0;display:block}.About-module__8aBknG__founderContent h2{margin-bottom:2rem;font-size:3.5rem}.About-module__8aBknG__founderContent p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.5rem;font-style:italic;line-height:1.6}.About-module__8aBknG__locationSection{padding:10rem 0}.About-module__8aBknG__locationCard{background:var(--bg-secondary);border-radius:var(--border-radius-xl);border:1px solid var(--bg-tertiary);align-items:center;gap:6rem;padding:6rem;display:flex}.About-module__8aBknG__locationInfo h2{margin-bottom:2rem;font-size:3.5rem}.About-module__8aBknG__address{flex-direction:column;margin-top:3rem;display:flex}.About-module__8aBknG__address strong{margin-bottom:.5rem;font-size:1.5rem}.About-module__8aBknG__mapVisual{border-radius:var(--border-radius-lg);background:#0f172a;flex:1;height:400px;position:relative;overflow:hidden}.About-module__8aBknG__mapGrid{background-image:radial-gradient(circle at 2px 2px,#ffffff0d 1px,#0000 0);background-size:20px 20px;position:absolute;inset:0}.About-module__8aBknG__mapPing{background:var(--brand-primary);border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__8aBknG__mapPing:after{content:"";border:2px solid var(--brand-primary);border-radius:50%;animation:2s infinite About-module__8aBknG__pulse;position:absolute;inset:-20px}@media (max-width:992px){.About-module__8aBknG__missionGrid,.About-module__8aBknG__founderGrid,.About-module__8aBknG__locationCard{flex-direction:column;grid-template-columns:1fr;gap:4rem}.About-module__8aBknG__locationCard{padding:3rem}.About-module__8aBknG__missionSticky{position:static}}
.CallToAction-module__v0_D9G__ctaSection{background:var(--bg-primary);padding:10rem 0}.CallToAction-module__v0_D9G__missionCard{text-align:center;background:#050505;border:1px solid #ffffff0d;border-radius:48px;padding:8rem 4rem;position:relative;overflow:hidden}.CallToAction-module__v0_D9G__gridOverlay{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.CallToAction-module__v0_D9G__ctaContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.CallToAction-module__v0_D9G__status{color:var(--brand-primary);letter-spacing:.5em;margin-bottom:2.5rem;font-size:.75rem;font-weight:900;display:block}.CallToAction-module__v0_D9G__ctaTitle{letter-spacing:-.04em;color:#fff;margin-bottom:2.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:950;line-height:1}.CallToAction-module__v0_D9G__ctaLead{color:var(--text-tertiary);margin-bottom:4rem;font-size:1.25rem;line-height:1.6}.CallToAction-module__v0_D9G__actionGroup{justify-content:center;align-items:center;gap:2rem;display:flex}.CallToAction-module__v0_D9G__launchBtn{color:#000;background:#fff;border-radius:100px;padding:1.25rem 3rem;font-size:1rem;font-weight:900;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.CallToAction-module__v0_D9G__launchBtn:hover{transform:scale(1.05);box-shadow:0 0 50px #ffffff4d}.CallToAction-module__v0_D9G__btnText{z-index:2;position:relative}.CallToAction-module__v0_D9G__intelBtn{color:#fff;letter-spacing:.1em;opacity:.6;font-size:.875rem;font-weight:800;text-decoration:none;transition:opacity .3s}.CallToAction-module__v0_D9G__intelBtn:hover{opacity:1}@media (max-width:768px){.CallToAction-module__v0_D9G__missionCard{border-radius:32px;padding:4rem 2rem}.CallToAction-module__v0_D9G__actionGroup{flex-direction:column;gap:1.5rem}.CallToAction-module__v0_D9G__ctaTitle{font-size:2.5rem}}
