.Hero-module__gxQ17a__hero{min-height:100vh;padding-top:calc(var(--header-height) + 64px);background:var(--bg-white);align-items:flex-start;padding-bottom:32px;display:flex;position:relative;overflow:hidden}.Hero-module__gxQ17a__bgGrid{background-image:linear-gradient(#4f46e508 1px,#0000 1px),linear-gradient(90deg,#4f46e508 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%)}.Hero-module__gxQ17a__bgGlow{pointer-events:none;background:radial-gradient(#4f46e514 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.Hero-module__gxQ17a__bgGlow2{pointer-events:none;background:radial-gradient(#06b6d40f 0%,#0000 70%);width:500px;height:500px;position:absolute;top:100px;right:-200px}.Hero-module__gxQ17a__inner{text-align:center;z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.Hero-module__gxQ17a__badge{color:var(--primary-color);background:var(--primary-50);border:1px solid var(--primary-color);border-radius:var(--radius-full);align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:.8125rem;font-weight:500;display:inline-flex}.Hero-module__gxQ17a__badgeDot{background:var(--primary-color);border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__gxQ17a__pulse}@keyframes Hero-module__gxQ17a__pulse{0%,to{opacity:1}50%{opacity:.4}}.Hero-module__gxQ17a__title{color:var(--text-heading);letter-spacing:-.04em;max-width:750px;margin-bottom:24px;font-size:4rem;font-weight:900;line-height:1.1}.Hero-module__gxQ17a__highlight{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__gxQ17a__subtitle{color:var(--text-body);max-width:600px;margin-bottom:40px;font-size:1.25rem;line-height:1.7}.Hero-module__gxQ17a__actions{gap:16px;margin-bottom:56px;display:flex}.Hero-module__gxQ17a__ctaPrimary,.Hero-module__gxQ17a__ctaSecondary{padding:16px 32px;font-size:1.0625rem}.Hero-module__gxQ17a__stats{gap:40px;margin-bottom:64px;display:flex}.Hero-module__gxQ17a__stat{align-items:center;gap:12px;display:flex}.Hero-module__gxQ17a__statIcon{border-radius:var(--radius-md);background:var(--primary-50);width:40px;height:40px;color:var(--primary-color);justify-content:center;align-items:center;display:flex}.Hero-module__gxQ17a__statValue{color:var(--text-heading);letter-spacing:-.02em;font-size:1.25rem;font-weight:800;display:block}.Hero-module__gxQ17a__statLabel{color:var(--text-light);font-size:.75rem;font-weight:500;display:block}.Hero-module__gxQ17a__preview{perspective:1000px;width:100%;max-width:900px}.Hero-module__gxQ17a__previewWindow{background:var(--bg-dark);border-radius:var(--radius-xl);border:1px solid #ffffff14;overflow:hidden;box-shadow:0 40px 80px #00000026,0 0 80px #4f46e514}.Hero-module__gxQ17a__previewDots{border-bottom:1px solid #ffffff0f;gap:6px;padding:14px 16px;display:flex}.Hero-module__gxQ17a__dotRed{background:#ff5f57;border-radius:50%;width:10px;height:10px}.Hero-module__gxQ17a__dotYellow{background:#febc2e;border-radius:50%;width:10px;height:10px}.Hero-module__gxQ17a__dotGreen{background:#28c840;border-radius:50%;width:10px;height:10px}.Hero-module__gxQ17a__previewContent{min-height:260px;display:flex}.Hero-module__gxQ17a__previewSidebar{border-right:1px solid #ffffff0f;flex-direction:column;gap:4px;width:160px;padding:16px 12px;display:flex}.Hero-module__gxQ17a__previewNavItem{color:#94a3b8;border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:8px 12px;font-size:.75rem}.Hero-module__gxQ17a__previewNavItem[data-active=true]{color:#818cf8;background:#4f46e526;font-weight:600}.Hero-module__gxQ17a__previewMain{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex}.Hero-module__gxQ17a__previewCards{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Hero-module__gxQ17a__miniCard{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff0f;padding:14px}.Hero-module__gxQ17a__miniCardLabel{color:#64748b;margin-bottom:4px;font-size:.6875rem;display:block}.Hero-module__gxQ17a__miniCardValue{color:#e2e8f0;font-size:1.125rem;font-weight:700;display:block}.Hero-module__gxQ17a__miniCardChange{color:#22c55e;margin-top:4px;font-size:.6875rem;font-weight:600;display:inline-block}.Hero-module__gxQ17a__miniCard[data-variant=primary]{border-color:#4f46e533}.Hero-module__gxQ17a__miniCard[data-variant=success]{border-color:#22c55e33}.Hero-module__gxQ17a__miniCard[data-variant=secondary]{border-color:#06b6d433}.Hero-module__gxQ17a__previewChart{border-radius:var(--radius-md);background:#ffffff05;flex:1;align-items:flex-end;padding:12px;display:flex}.Hero-module__gxQ17a__chartSvg{width:100%;height:80px}@media (max-width:1024px){.Hero-module__gxQ17a__title{font-size:3rem}.Hero-module__gxQ17a__stats{flex-wrap:wrap;justify-content:center;gap:24px}}@media (max-width:768px){.Hero-module__gxQ17a__hero{padding-top:calc(var(--header-height) + 40px)}.Hero-module__gxQ17a__title{font-size:2.25rem}.Hero-module__gxQ17a__subtitle{font-size:1.0625rem}.Hero-module__gxQ17a__actions{flex-direction:column;width:100%;max-width:340px}.Hero-module__gxQ17a__stats{flex-direction:column;align-items:center;gap:16px}.Hero-module__gxQ17a__preview{display:none}}
.Products-module__SDV8eq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Products-module__SDV8eq__card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-base);flex-direction:column;padding:32px;text-decoration:none;display:flex;position:relative;overflow:hidden}.Products-module__SDV8eq__card:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.Products-module__SDV8eq__card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-4px)}.Products-module__SDV8eq__card:hover:before{opacity:1}.Products-module__SDV8eq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.Products-module__SDV8eq__iconWrap{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Products-module__SDV8eq__arrowIcon{color:var(--text-light);transition:all var(--transition-base)}.Products-module__SDV8eq__card:hover .Products-module__SDV8eq__arrowIcon{color:var(--primary-color);transform:translate(2px,-2px)}.Products-module__SDV8eq__tag{text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.75rem;font-weight:600}.Products-module__SDV8eq__cardTitle{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:12px;font-size:1.5rem;font-weight:800}.Products-module__SDV8eq__cardDescription{color:var(--text-body);flex:1;margin-bottom:24px;font-size:.9375rem;line-height:1.7}.Products-module__SDV8eq__features{flex-wrap:wrap;gap:8px;display:flex}.Products-module__SDV8eq__featureBadge{border-radius:var(--radius-full);padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}@media (max-width:1024px){.Products-module__SDV8eq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Products-module__SDV8eq__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}
.Cloud-module__BG7FCW__header{flex-direction:column;align-items:center;display:flex}.Cloud-module__BG7FCW__badge{color:var(--secondary-color);border-radius:var(--radius-full);background:#06b6d414;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.Cloud-module__BG7FCW__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px;display:grid}.Cloud-module__BG7FCW__card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-base);padding:28px}.Cloud-module__BG7FCW__card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.Cloud-module__BG7FCW__iconWrap{border-radius:var(--radius-lg);background:var(--gradient-card);width:48px;height:48px;color:var(--primary-color);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.Cloud-module__BG7FCW__cardTitle{color:var(--text-heading);margin-bottom:8px;font-size:1.125rem;font-weight:700}.Cloud-module__BG7FCW__cardDescription{color:var(--text-body);font-size:.875rem;line-height:1.7}.Cloud-module__BG7FCW__infraCard{background:var(--bg-dark);border-radius:var(--radius-xl);border:1px solid #ffffff0f;padding:40px}.Cloud-module__BG7FCW__infraRow{justify-content:center;align-items:center;gap:48px;display:flex}.Cloud-module__BG7FCW__infraDivider{background:#ffffff1a;width:1px;height:48px}.Cloud-module__BG7FCW__infraStat{flex-direction:column;align-items:center;gap:4px;display:flex}.Cloud-module__BG7FCW__infraValue{background:var(--gradient-text);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900}.Cloud-module__BG7FCW__infraLabel{color:#94a3b8;font-size:.8125rem;font-weight:500}@media (max-width:1024px){.Cloud-module__BG7FCW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Cloud-module__BG7FCW__grid{grid-template-columns:1fr}.Cloud-module__BG7FCW__infraRow{flex-direction:column;gap:24px}.Cloud-module__BG7FCW__infraDivider{width:48px;height:1px}}
.Services-module____YFiq__header{flex-direction:column;align-items:center;display:flex}.Services-module____YFiq__badge{color:var(--accent-color);border-radius:var(--radius-full);background:#f59e0b14;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.Services-module____YFiq__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:48px;display:grid}.Services-module____YFiq__card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-base);flex-direction:column;padding:32px;display:flex}.Services-module____YFiq__card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.Services-module____YFiq__iconWrap{border-radius:var(--radius-lg);background:var(--gradient-card);width:48px;height:48px;color:var(--primary-color);justify-content:center;align-items:center;margin-bottom:20px;display:flex}.Services-module____YFiq__cardTitle{color:var(--text-heading);margin-bottom:8px;font-size:1.25rem;font-weight:700}.Services-module____YFiq__cardDescription{color:var(--text-body);flex:1;margin-bottom:20px;font-size:.9375rem;line-height:1.7}.Services-module____YFiq__cardLink{color:var(--primary-color);transition:gap var(--transition-fast);align-items:center;gap:6px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.Services-module____YFiq__cardLink:hover{gap:10px}.Services-module____YFiq__techStack{text-align:center}.Services-module____YFiq__techLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:16px;font-size:.8125rem;font-weight:600}.Services-module____YFiq__techs{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.Services-module____YFiq__techBadge{color:var(--text-body);background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:8px 16px;font-size:.8125rem;font-weight:500;display:inline-flex}.Services-module____YFiq__techBadge:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--primary-50)}@media (max-width:768px){.Services-module____YFiq__grid{grid-template-columns:1fr}}
.Founder-module__1xvysa__section{position:relative;overflow:hidden}.Founder-module__1xvysa__bgAccent{pointer-events:none;background:radial-gradient(#4f46e50a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-100px;right:-200px}.Founder-module__1xvysa__grid{grid-template-columns:.5fr 1fr;align-items:center;gap:64px;display:grid}.Founder-module__1xvysa__photoSide{flex-direction:column;align-items:center;gap:24px;display:flex}.Founder-module__1xvysa__photoFrame{border-radius:var(--radius-xl);border:3px solid var(--border-color);background:var(--gradient-card);justify-content:center;align-items:center;width:260px;height:260px;display:flex;position:relative;overflow:hidden}.Founder-module__1xvysa__photo{object-fit:cover;width:100%;height:100%}.Founder-module__1xvysa__photoPlaceholder{color:var(--primary-color);background:var(--gradient-card);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.Founder-module__1xvysa__initials{background:var(--gradient-text);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:900}.Founder-module__1xvysa__socialLinks{gap:12px;display:flex}.Founder-module__1xvysa__socialBtn{border-radius:var(--radius-md);background:var(--bg-light);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-body);transition:all var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex}.Founder-module__1xvysa__socialBtn:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--primary-50)}.Founder-module__1xvysa__content{flex-direction:column;gap:24px;display:flex}.Founder-module__1xvysa__label{text-transform:uppercase;letter-spacing:.06em;color:var(--primary-color);align-items:center;gap:6px;font-size:.8125rem;font-weight:600;display:inline-flex}.Founder-module__1xvysa__name{color:var(--text-heading);letter-spacing:-.03em;font-size:2.25rem;font-weight:900;line-height:1.2}.Founder-module__1xvysa__role{color:var(--secondary-color);font-size:1.125rem;font-weight:600}.Founder-module__1xvysa__bio{color:var(--text-body);font-size:1rem;line-height:1.8}.Founder-module__1xvysa__timeline{flex-direction:column;gap:16px;padding-top:8px;display:flex}.Founder-module__1xvysa__timelineItem{align-items:flex-start;gap:16px;display:flex}.Founder-module__1xvysa__timelineDot{background:var(--gradient-cta);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px}.Founder-module__1xvysa__timelineContent{flex-direction:column;display:flex}.Founder-module__1xvysa__timelineTitle{color:var(--text-heading);font-size:.9375rem;font-weight:700}.Founder-module__1xvysa__timelineDesc{color:var(--text-light);font-size:.8125rem;line-height:1.5}.Founder-module__1xvysa__skills{flex-wrap:wrap;gap:8px;padding-top:8px;display:flex}.Founder-module__1xvysa__skill{color:var(--text-body);background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:5px 14px;font-size:.75rem;font-weight:600}.Founder-module__1xvysa__skill:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--primary-50)}@media (max-width:768px){.Founder-module__1xvysa__grid{text-align:center;grid-template-columns:1fr;gap:40px}.Founder-module__1xvysa__content{align-items:center}.Founder-module__1xvysa__name{font-size:1.75rem}.Founder-module__1xvysa__skills{justify-content:center}}
.FAQ-module__STMgZW__list{flex-direction:column;gap:12px;max-width:720px;margin:0 auto;display:flex}.FAQ-module__STMgZW__item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-fast);overflow:hidden}.FAQ-module__STMgZW__itemOpen{border-color:var(--primary-light);box-shadow:var(--shadow-sm)}.FAQ-module__STMgZW__question{width:100%;color:var(--text-heading);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1rem;font-weight:600;display:flex}.FAQ-module__STMgZW__question:hover{color:var(--primary-color)}.FAQ-module__STMgZW__chevron{color:var(--text-light);transition:transform var(--transition-base);flex-shrink:0}.FAQ-module__STMgZW__chevronOpen{color:var(--primary-color);transform:rotate(180deg)}.FAQ-module__STMgZW__answer{overflow:hidden}.FAQ-module__STMgZW__answer p{color:var(--text-body);padding:0 24px 20px;font-size:.9375rem;line-height:1.7}
.CTA-module__crY86G__cta{background:var(--bg-dark);padding:96px 0;position:relative;overflow:hidden}.CTA-module__crY86G__bgGlow{pointer-events:none;background:radial-gradient(#4f46e526 0%,#0000 70%);width:800px;height:400px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.CTA-module__crY86G__inner{z-index:1;position:relative}.CTA-module__crY86G__content{text-align:center;max-width:600px;margin:0 auto}.CTA-module__crY86G__title{color:#fff;letter-spacing:-.03em;margin-bottom:20px;font-size:2.75rem;font-weight:900;line-height:1.15}.CTA-module__crY86G__subtitle{color:#94a3b8;margin-bottom:40px;font-size:1.125rem;line-height:1.7}.CTA-module__crY86G__actions{justify-content:center;gap:16px;display:flex}.CTA-module__crY86G__btnPrimary{color:#fff;background:var(--gradient-cta);border-radius:var(--radius-lg);transition:all var(--transition-base);align-items:center;gap:8px;padding:16px 32px;font-size:1.0625rem;font-weight:600;text-decoration:none;display:inline-flex}.CTA-module__crY86G__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #4f46e580}.CTA-module__crY86G__btnGhost{color:#e2e8f0;border-radius:var(--radius-lg);transition:all var(--transition-base);border:1px solid #ffffff26;align-items:center;gap:8px;padding:16px 32px;font-size:1.0625rem;font-weight:600;text-decoration:none;display:inline-flex}.CTA-module__crY86G__btnGhost:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-2px)}@media (max-width:768px){.CTA-module__crY86G__cta{padding:64px 0}.CTA-module__crY86G__title{font-size:2rem}.CTA-module__crY86G__actions{flex-direction:column;align-items:center}}
.Contact-module__qgMVfG__grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:48px;display:grid}.Contact-module__qgMVfG__formCard{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:40px}.Contact-module__qgMVfG__form{flex-direction:column;gap:20px;display:flex}.Contact-module__qgMVfG__fieldGroup{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Contact-module__qgMVfG__field{flex-direction:column;gap:6px;display:flex}.Contact-module__qgMVfG__label{color:var(--text-heading);font-size:.8125rem;font-weight:600}.Contact-module__qgMVfG__input,.Contact-module__qgMVfG__textarea{color:var(--text-heading);background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:12px 16px;font-family:inherit;font-size:.9375rem}.Contact-module__qgMVfG__input:focus,.Contact-module__qgMVfG__textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e51a}.Contact-module__qgMVfG__input::placeholder,.Contact-module__qgMVfG__textarea::placeholder{color:var(--text-light)}.Contact-module__qgMVfG__textarea{resize:vertical;min-height:120px}.Contact-module__qgMVfG__info{flex-direction:column;gap:32px;display:flex}.Contact-module__qgMVfG__infoTitle{color:var(--text-heading);margin-bottom:8px;font-size:1.5rem;font-weight:800}.Contact-module__qgMVfG__infoDescription{color:var(--text-body);font-size:.9375rem;line-height:1.7}.Contact-module__qgMVfG__contactList{flex-direction:column;gap:20px;display:flex}.Contact-module__qgMVfG__contactItem{align-items:center;gap:16px;display:flex}.Contact-module__qgMVfG__contactIcon{border-radius:var(--radius-lg);background:var(--primary-50);width:44px;height:44px;color:var(--primary-color);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__qgMVfG__contactLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:500;display:block}.Contact-module__qgMVfG__contactValue{color:var(--text-heading);transition:color var(--transition-fast);font-size:.9375rem;font-weight:600;text-decoration:none;display:block}a.Contact-module__qgMVfG__contactValue:hover{color:var(--primary-color)}.Contact-module__qgMVfG__contactExtra{color:var(--text-light);margin-top:2px;font-size:.75rem;display:block}.Contact-module__qgMVfG__availability{border-radius:var(--radius-lg);color:var(--success);background:#22c55e0f;border:1px solid #22c55e26;align-items:center;gap:10px;padding:16px 20px;font-size:.875rem;font-weight:600;display:flex}.Contact-module__qgMVfG__availDot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite Contact-module__qgMVfG__blink}@keyframes Contact-module__qgMVfG__blink{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:768px){.Contact-module__qgMVfG__grid,.Contact-module__qgMVfG__fieldGroup{grid-template-columns:1fr}.Contact-module__qgMVfG__formCard{padding:24px}}
