.Navbar-module__g8hedG__navbar{z-index:1000;height:var(--nav-height);transition:all var(--transition-smooth);-webkit-backdrop-filter:blur(12px);background:#fffc;align-items:center;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__g8hedG__navbar.Navbar-module__g8hedG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);background:#fffffff2;box-shadow:0 1px 3px #0000000a}.Navbar-module__g8hedG__navInner{max-width:var(--container-wide);padding:0 var(--container-padding);justify-content:space-between;align-items:center;width:100%;height:100%;margin:0 auto;display:flex}.Navbar-module__g8hedG__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__g8hedG__logoIcon{background:var(--accent-emerald);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Navbar-module__g8hedG__logoText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module__g8hedG__logoAi{font-family:var(--font-heading);color:var(--accent-emerald);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module__g8hedG__navCenter{align-items:center;gap:4px;display:flex}.Navbar-module__g8hedG__navItem{position:relative}.Navbar-module__g8hedG__navLink{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);font-size:.9rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:4px;padding:8px 14px;text-decoration:none;display:inline-flex}.Navbar-module__g8hedG__navLink:hover{color:var(--text-primary);background:var(--bg-secondary)}.Navbar-module__g8hedG__chevron{transition:transform var(--transition-fast);opacity:.5}.Navbar-module__g8hedG__chevronOpen{transform:rotate(180deg)}.Navbar-module__g8hedG__dropdown{border:1px solid var(--border-light);border-radius:var(--radius-lg);min-width:360px;box-shadow:var(--card-shadow-elevated);z-index:100;background:#fff;padding:8px;animation:.2s Navbar-module__g8hedG__dropdownIn;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}@keyframes Navbar-module__g8hedG__dropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module__g8hedG__dropdownInner{flex-direction:column;gap:2px;display:flex}.Navbar-module__g8hedG__dropdownItem{border-radius:var(--radius-md);transition:all var(--transition-fast);color:inherit;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.Navbar-module__g8hedG__dropdownItem:hover{background:var(--bg-secondary)}.Navbar-module__g8hedG__dropdownItem:hover .Navbar-module__g8hedG__dropdownArrow{opacity:1;transform:translate(2px)}.Navbar-module__g8hedG__dropdownIcon{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--accent-emerald);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__g8hedG__dropdownText{flex-direction:column;flex:1;display:flex}.Navbar-module__g8hedG__dropdownLabel{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.3}.Navbar-module__g8hedG__dropdownDesc{color:var(--text-tertiary);font-size:.8rem;line-height:1.3}.Navbar-module__g8hedG__dropdownArrow{color:var(--text-tertiary);opacity:0;transition:all var(--transition-fast);flex-shrink:0}.Navbar-module__g8hedG__navRight{align-items:center;gap:16px;display:flex}.Navbar-module__g8hedG__signInLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none}.Navbar-module__g8hedG__signInLink:hover{color:var(--text-primary)}.Navbar-module__g8hedG__navCta{padding:10px 22px!important;font-size:.875rem!important}.Navbar-module__g8hedG__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Navbar-module__g8hedG__mobileOverlay{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#0000004d;display:none;position:fixed;inset:0}.Navbar-module__g8hedG__mobileMenu{background:#fff;flex-direction:column;width:340px;max-width:90vw;animation:.25s Navbar-module__g8hedG__slideIn;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}@keyframes Navbar-module__g8hedG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module__g8hedG__mobileHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Navbar-module__g8hedG__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px}.Navbar-module__g8hedG__mobileBody{flex-direction:column;flex:1;gap:24px;padding:16px 20px;display:flex}.Navbar-module__g8hedG__mobileGroup{flex-direction:column;gap:4px;display:flex}.Navbar-module__g8hedG__mobileGroupLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;padding:0 8px;font-size:.75rem;font-weight:600}.Navbar-module__g8hedG__mobileLink{color:var(--text-primary);border-radius:var(--radius-sm);transition:background var(--transition-fast);align-items:center;gap:10px;padding:10px 8px;font-size:.95rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__g8hedG__mobileLink:hover{background:var(--bg-secondary)}.Navbar-module__g8hedG__mobileLinkIcon{background:var(--bg-secondary);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--accent-emerald);justify-content:center;align-items:center;display:flex}.Navbar-module__g8hedG__mobileFooter{border-top:1px solid var(--border-light);flex-direction:column;gap:8px;padding:16px 20px;display:flex}.Navbar-module__g8hedG__mobileCta{text-align:center;width:100%;text-decoration:none}@media (max-width:1024px){.Navbar-module__g8hedG__navCenter,.Navbar-module__g8hedG__navRight{display:none}.Navbar-module__g8hedG__mobileToggle,.Navbar-module__g8hedG__mobileOverlay{display:block}}
.Footer-module__Nvo6fa__footer{background:var(--bg-dark);color:var(--text-on-dark-secondary);padding:80px 0 0}.Footer-module__Nvo6fa__footerGrid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px;display:grid}.Footer-module__Nvo6fa__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__Nvo6fa__brandLogo{align-items:center;gap:8px;text-decoration:none;display:flex}.Footer-module__Nvo6fa__brandIcon{background:var(--accent-emerald);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Footer-module__Nvo6fa__brandName{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Nvo6fa__brandAi{font-family:var(--font-heading);color:var(--accent-emerald-light);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Nvo6fa__brandDesc{color:var(--text-on-dark-secondary);max-width:280px;font-size:.875rem;line-height:1.6}.Footer-module__Nvo6fa__standards{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.Footer-module__Nvo6fa__standardBadge{border-radius:var(--radius-full);color:var(--accent-emerald-light);letter-spacing:.02em;background:#10b9811a;border:1px solid #10b98133;padding:4px 10px;font-size:.7rem;font-weight:600}.Footer-module__Nvo6fa__column{flex-direction:column;gap:16px;display:flex}.Footer-module__Nvo6fa__columnTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;margin-bottom:4px;font-size:.8rem;font-weight:600}.Footer-module__Nvo6fa__columnList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__Nvo6fa__columnList a{color:var(--text-on-dark-secondary);transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.Footer-module__Nvo6fa__columnList a:hover{color:#fff}.Footer-module__Nvo6fa__footerBottom{justify-content:space-between;align-items:center;padding:24px 0;display:flex}.Footer-module__Nvo6fa__copyright{color:#ffffff59;font-size:.8rem}.Footer-module__Nvo6fa__legal{gap:24px;display:flex}.Footer-module__Nvo6fa__legal a{color:#ffffff59;transition:color var(--transition-fast);font-size:.8rem;text-decoration:none}.Footer-module__Nvo6fa__legal a:hover{color:#fff9}@media (max-width:1024px){.Footer-module__Nvo6fa__footerGrid{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__Nvo6fa__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__Nvo6fa__footer{padding:48px 0 0}.Footer-module__Nvo6fa__footerGrid{grid-template-columns:1fr;gap:32px;padding-bottom:32px}.Footer-module__Nvo6fa__footerBottom{text-align:center;flex-direction:column;gap:12px}}
.Hero-module__HhEIAa__hero{min-height:100vh;padding-top:var(--nav-height);background:linear-gradient(165deg,#0a0f1e 0%,#0d1b2a 30%,#0f2847 60%,#0b1d3a 100%);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.Hero-module__HhEIAa__heroBackground{z-index:0;position:absolute;inset:0}.Hero-module__HhEIAa__bgImage{object-fit:cover;object-position:center 40%}.Hero-module__HhEIAa__bgOverlay{z-index:1;background:linear-gradient(#0a0f1eeb 0%,#0a0f1ec7 30%,#0a0f1ed1 60%,#0a0f1ef2 100%);position:absolute;inset:0}.Hero-module__HhEIAa__meshContainer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__HhEIAa__meshOrb1{filter:blur(60px);background:radial-gradient(circle,#10b98126 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:12s ease-in-out infinite Hero-module__HhEIAa__meshFloat;position:absolute;top:-15%;right:-10%}.Hero-module__HhEIAa__meshOrb2{filter:blur(80px);background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:15s ease-in-out infinite Hero-module__HhEIAa__meshFloat2;position:absolute;bottom:-20%;left:-15%}.Hero-module__HhEIAa__meshOrb3{filter:blur(60px);background:radial-gradient(circle,#6366f114 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:18s ease-in-out infinite reverse Hero-module__HhEIAa__meshFloat;position:absolute;top:40%;left:50%}.Hero-module__HhEIAa__heroInner{z-index:2;flex-direction:column;align-items:center;padding:80px 0 60px;display:flex;position:relative}.Hero-module__HhEIAa__heroText{text-align:center;max-width:820px;margin-bottom:72px}.Hero-module__HhEIAa__heroBadge{color:#34d399;letter-spacing:.08em;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:8px;margin-bottom:40px;padding:10px 24px;font-size:.78rem;font-weight:600;display:inline-flex}.Hero-module__HhEIAa__heroTitle{color:#f1f5f9;margin-bottom:28px}.Hero-module__HhEIAa__heroGradientText{background:linear-gradient(135deg,#34d399 0%,#06b6d4 50%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__HhEIAa__heroDescription{color:#94a3b8;max-width:660px;margin:0 auto 48px;font-size:1.25rem;line-height:1.85}.Hero-module__HhEIAa__heroActions{justify-content:center;gap:16px;margin-bottom:48px;display:flex}.Hero-module__HhEIAa__btnHeroPrimary{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:10px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #10b98159,0 0 #10b98100}.Hero-module__HhEIAa__btnHeroPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #10b98173,0 0 60px #10b98126}.Hero-module__HhEIAa__btnHeroSecondary{color:#e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__HhEIAa__btnHeroSecondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.Hero-module__HhEIAa__trustBar{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.Hero-module__HhEIAa__trustItem{color:#94a3b8;letter-spacing:.01em;align-items:center;gap:10px;padding:0 28px;font-size:.9rem;font-weight:500;display:flex}.Hero-module__HhEIAa__trustItem svg{color:#34d399;opacity:.7}.Hero-module__HhEIAa__trustDivider{background:#ffffff1a;width:1px;height:20px}.Hero-module__HhEIAa__dashboardWrapper{perspective:1200px;width:100%;max-width:840px;margin:0 auto;position:relative}.Hero-module__HhEIAa__dashboardFrame{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1729f2;border:1px solid #ffffff1f;border-radius:16px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform:perspective(1200px)rotateX(2deg);box-shadow:0 40px 100px #000000b3,0 0 0 1px #ffffff0f,inset 0 1px #ffffff14}.Hero-module__HhEIAa__dashboardFrame:hover{transform:perspective(1200px)rotateX(0)translateY(-4px)}.Hero-module__HhEIAa__browserBar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 16px;display:flex}.Hero-module__HhEIAa__browserDots{gap:6px;display:flex}.Hero-module__HhEIAa__browserDots span{border-radius:50%;width:10px;height:10px}.Hero-module__HhEIAa__browserDots span:first-child{background:#ff5f57}.Hero-module__HhEIAa__browserDots span:nth-child(2){background:#ffbd2e}.Hero-module__HhEIAa__browserDots span:nth-child(3){background:#28c840}.Hero-module__HhEIAa__browserUrl{text-align:center;color:#475569;background:#ffffff0a;border-radius:6px;flex:1;padding:4px 12px;font-family:SF Mono,Fira Code,monospace;font-size:.72rem}.Hero-module__HhEIAa__dashboardContent{padding:20px 24px}.Hero-module__HhEIAa__dashHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Hero-module__HhEIAa__dashLogo{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.Hero-module__HhEIAa__dashLive{color:#34d399;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.Hero-module__HhEIAa__livePulse{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__HhEIAa__pulseGlow;box-shadow:0 0 8px #34d39999}.Hero-module__HhEIAa__metricsRow{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.Hero-module__HhEIAa__metricCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:16px}.Hero-module__HhEIAa__metricLabel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.7rem;font-weight:500}.Hero-module__HhEIAa__metricValue{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.6rem;font-weight:800;line-height:1.2}.Hero-module__HhEIAa__metricUnit{color:#64748b;margin-left:2px;font-size:.85rem;font-weight:500}.Hero-module__HhEIAa__metricTrend{color:#475569;margin-top:6px;font-size:.72rem}.Hero-module__HhEIAa__trendDown{color:#34d399;font-weight:600}.Hero-module__HhEIAa__chartSection{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:20px}.Hero-module__HhEIAa__chartHeader{color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:.82rem;font-weight:600;display:flex}.Hero-module__HhEIAa__chartTabs{gap:4px;display:flex}.Hero-module__HhEIAa__chartTabs span{color:#475569;cursor:pointer;border-radius:6px;padding:4px 12px;font-size:.72rem;transition:all .2s}.Hero-module__HhEIAa__chartTabActive{color:#34d399!important;background:#10b9811f!important}.Hero-module__HhEIAa__chartBars{align-items:flex-end;gap:8px;height:120px;padding:0 4px;display:flex}.Hero-module__HhEIAa__bar{background:linear-gradient(#10b98133,#10b98199);border-radius:4px 4px 0 0;flex:1;min-height:4px;transition:background .3s}.Hero-module__HhEIAa__bar:hover{background:linear-gradient(#10b98180,#34d399)}.Hero-module__HhEIAa__bar:nth-child(8){background:linear-gradient(#10b98166,#10b981)}.Hero-module__HhEIAa__chartLabels{gap:8px;padding:12px 4px 0;display:flex}.Hero-module__HhEIAa__chartLabels span{text-align:center;color:#334155;flex:1;font-size:.62rem;font-weight:500}.Hero-module__HhEIAa__dashboardGlow{filter:blur(30px);pointer-events:none;background:radial-gradient(#10b9811f 0%,#0000 70%);height:80px;position:absolute;bottom:-40px;left:10%;right:10%}@media (max-width:968px){.Hero-module__HhEIAa__heroInner{padding:60px 0 20px}.Hero-module__HhEIAa__heroText{margin-bottom:48px}.Hero-module__HhEIAa__metricsRow{grid-template-columns:repeat(3,1fr);gap:8px}.Hero-module__HhEIAa__metricValue{font-size:1.2rem}.Hero-module__HhEIAa__trustItem{padding:0 16px}}@media (max-width:600px){.Hero-module__HhEIAa__heroActions{flex-direction:column;align-items:center}.Hero-module__HhEIAa__btnHeroPrimary,.Hero-module__HhEIAa__btnHeroSecondary{justify-content:center;width:100%}.Hero-module__HhEIAa__metricsRow{grid-template-columns:1fr}.Hero-module__HhEIAa__trustBar{gap:12px}.Hero-module__HhEIAa__trustDivider{display:none}.Hero-module__HhEIAa__trustItem{padding:0 8px}.Hero-module__HhEIAa__dashboardFrame,.Hero-module__HhEIAa__dashboardFrame:hover{transform:none}.Hero-module__HhEIAa__chartBars{height:80px}}
.SocialProof-module__VqEmgq__socialProof{background:var(--bg-primary);border-bottom:1px solid var(--border-light);padding:56px 0}.SocialProof-module__VqEmgq__inner{text-align:center}.SocialProof-module__VqEmgq__label{color:var(--text-tertiary);letter-spacing:.01em;max-width:none;margin-bottom:32px;font-size:.88rem}.SocialProof-module__VqEmgq__label strong{color:var(--text-secondary)}.SocialProof-module__VqEmgq__logoRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.SocialProof-module__VqEmgq__logoItem{opacity:.4;cursor:default;flex-direction:column;align-items:center;gap:6px;transition:opacity .4s;display:flex}.SocialProof-module__VqEmgq__logoItem:hover{opacity:.7}.SocialProof-module__VqEmgq__logoAbbr{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.SocialProof-module__VqEmgq__logoName{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:500}@media (max-width:600px){.SocialProof-module__VqEmgq__logoRow{gap:32px}.SocialProof-module__VqEmgq__logoAbbr{font-size:1.3rem}}
.DashboardPreview-module__PJl1Ta__section{padding:var(--space-6xl)0;background:var(--bg-dark);position:relative;overflow:hidden}.DashboardPreview-module__PJl1Ta__header{text-align:center;margin-bottom:var(--space-4xl)}.DashboardPreview-module__PJl1Ta__header h2{color:#f1f5f9}.DashboardPreview-module__PJl1Ta__subtitle{max-width:600px;margin:var(--space-lg)auto 0;font-size:1.2rem;line-height:1.8;color:#94a3b8!important}.DashboardPreview-module__PJl1Ta__dashboardWrapper{perspective:1200px;width:100%;max-width:960px;margin:0 auto;position:relative}.DashboardPreview-module__PJl1Ta__dashboardFrame{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1729f2;border:1px solid #ffffff1a;border-radius:16px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform:perspective(1200px)rotateX(2deg);box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff0f}.DashboardPreview-module__PJl1Ta__dashboardFrame:hover{transform:perspective(1200px)rotateX(0)translateY(-4px)}.DashboardPreview-module__PJl1Ta__browserBar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:14px 20px;display:flex}.DashboardPreview-module__PJl1Ta__browserDots{gap:7px;display:flex}.DashboardPreview-module__PJl1Ta__browserDots span{border-radius:50%;width:11px;height:11px}.DashboardPreview-module__PJl1Ta__browserDots span:first-child{background:#ff5f57}.DashboardPreview-module__PJl1Ta__browserDots span:nth-child(2){background:#ffbd2e}.DashboardPreview-module__PJl1Ta__browserDots span:nth-child(3){background:#28c840}.DashboardPreview-module__PJl1Ta__browserUrl{text-align:center;color:#475569;background:#ffffff0a;border-radius:6px;flex:1;padding:5px 16px;font-family:SF Mono,Fira Code,monospace;font-size:.75rem}.DashboardPreview-module__PJl1Ta__dashboardContent{padding:28px 32px}.DashboardPreview-module__PJl1Ta__dashHeader{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.DashboardPreview-module__PJl1Ta__dashLogo{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.DashboardPreview-module__PJl1Ta__dashLive{color:#34d399;align-items:center;gap:8px;font-size:.8rem;font-weight:500;display:flex}.DashboardPreview-module__PJl1Ta__livePulse{background:#34d399;border-radius:50%;width:9px;height:9px;animation:2s ease-in-out infinite DashboardPreview-module__PJl1Ta__pulseGlow;box-shadow:0 0 10px #34d39999}.DashboardPreview-module__PJl1Ta__metricsRow{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;display:grid}.DashboardPreview-module__PJl1Ta__metricCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:20px}.DashboardPreview-module__PJl1Ta__metricLabel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.72rem;font-weight:600}.DashboardPreview-module__PJl1Ta__metricValue{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.8rem;font-weight:800;line-height:1.2}.DashboardPreview-module__PJl1Ta__metricUnit{color:#64748b;margin-left:3px;font-size:.88rem;font-weight:500}.DashboardPreview-module__PJl1Ta__metricTrend{color:#475569;margin-top:8px;font-size:.75rem}.DashboardPreview-module__PJl1Ta__trendDown{color:#34d399;font-weight:600}.DashboardPreview-module__PJl1Ta__chartSection{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:24px}.DashboardPreview-module__PJl1Ta__chartHeader{color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.88rem;font-weight:600;display:flex}.DashboardPreview-module__PJl1Ta__chartTabs{gap:4px;display:flex}.DashboardPreview-module__PJl1Ta__chartTabs span{color:#475569;cursor:pointer;border-radius:6px;padding:5px 14px;font-size:.75rem;transition:all .2s}.DashboardPreview-module__PJl1Ta__chartTabActive{color:#34d399!important;background:#10b9811f!important}.DashboardPreview-module__PJl1Ta__chartBars{align-items:flex-end;gap:10px;height:140px;padding:0 4px;display:flex}.DashboardPreview-module__PJl1Ta__bar{background:linear-gradient(#10b98133,#10b98199);border-radius:4px 4px 0 0;flex:1;min-height:4px;transition:background .3s}.DashboardPreview-module__PJl1Ta__bar:hover{background:linear-gradient(#10b98180,#34d399)}.DashboardPreview-module__PJl1Ta__bar:nth-child(8){background:linear-gradient(#10b98166,#10b981)}.DashboardPreview-module__PJl1Ta__chartLabels{gap:10px;padding:14px 4px 0;display:flex}.DashboardPreview-module__PJl1Ta__chartLabels span{text-align:center;color:#334155;flex:1;font-size:.65rem;font-weight:500}.DashboardPreview-module__PJl1Ta__dashboardGlow{filter:blur(30px);pointer-events:none;background:radial-gradient(#10b98126 0%,#0000 70%);height:80px;position:absolute;bottom:-40px;left:10%;right:10%}@media (max-width:768px){.DashboardPreview-module__PJl1Ta__metricsRow{grid-template-columns:1fr;gap:12px}.DashboardPreview-module__PJl1Ta__dashboardContent{padding:20px 16px}.DashboardPreview-module__PJl1Ta__chartBars{height:100px}}@keyframes DashboardPreview-module__PJl1Ta__pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}
.Products-module__Cgqpaq__products{padding:var(--space-6xl)0 0;background:var(--bg-primary)}.Products-module__Cgqpaq__sectionHeader{text-align:center;margin-bottom:var(--space-4xl)}.Products-module__Cgqpaq__sectionHeader p{margin:var(--space-md)auto 0;max-width:560px;font-size:1.1rem}.Products-module__Cgqpaq__splitBlock{padding:var(--space-4xl)0}.Products-module__Cgqpaq__splitBlockAlt{background:var(--bg-secondary)}.Products-module__Cgqpaq__splitRow{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Products-module__Cgqpaq__splitRowReverse{direction:rtl}.Products-module__Cgqpaq__splitRowReverse>*{direction:ltr}.Products-module__Cgqpaq__splitText h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:clamp(1.5rem,2.5vw,2rem)}.Products-module__Cgqpaq__splitText>p{color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:480px;line-height:1.75}.Products-module__Cgqpaq__productTag{border-radius:var(--radius-full);color:var(--accent-emerald-dark);margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.04em;background:#10b98114;border:1px solid #10b98133;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.Products-module__Cgqpaq__productTagAI{color:#6366f1;background:#6366f114;border-color:#6366f133}.Products-module__Cgqpaq__featureList{margin-bottom:var(--space-xl);flex-direction:column;gap:12px;display:flex}.Products-module__Cgqpaq__featureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.5;display:flex}.Products-module__Cgqpaq__checkIcon{color:var(--accent-emerald);flex-shrink:0;margin-top:3px}.Products-module__Cgqpaq__checkIconPurple{color:#6366f1;flex-shrink:0;margin-top:3px}.Products-module__Cgqpaq__productLink{color:var(--accent-emerald-dark);align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.Products-module__Cgqpaq__productLink:hover{color:var(--accent-emerald);gap:12px}.Products-module__Cgqpaq__productLinkAI{color:#6366f1}.Products-module__Cgqpaq__productLinkAI:hover{color:#818cf8}.Products-module__Cgqpaq__splitVisual{position:relative}.Products-module__Cgqpaq__miniDashboard{border-radius:var(--radius-xl);padding:var(--space-xl);background:#0f1729;border:1px solid #ffffff14;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff0a}.Products-module__Cgqpaq__miniHeader{margin-bottom:var(--space-lg);font-family:var(--font-heading);color:#f1f5f9;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:700;display:flex}.Products-module__Cgqpaq__miniLive{color:#34d399;align-items:center;gap:6px;font-size:.72rem;font-weight:500;display:flex}.Products-module__Cgqpaq__liveDot{background:#34d399;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Products-module__Cgqpaq__pulseGlow;box-shadow:0 0 6px #34d39980}.Products-module__Cgqpaq__miniMetrics{margin-bottom:var(--space-lg);grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Products-module__Cgqpaq__miniMetric{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0f;padding:14px}.Products-module__Cgqpaq__miniMetricValue{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.35rem;font-weight:800}.Products-module__Cgqpaq__miniMetricLabel{color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:.68rem}.Products-module__Cgqpaq__miniModes{flex-wrap:wrap;gap:8px;display:flex}.Products-module__Cgqpaq__modeTag{border-radius:var(--radius-full);color:#34d399;background:#10b98114;border:1px solid #10b98126;padding:4px 12px;font-size:.72rem;font-weight:600}.Products-module__Cgqpaq__pipelineVisual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--card-shadow-elevated)}.Products-module__Cgqpaq__pipelineTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-lg);font-size:.78rem;font-weight:600}.Products-module__Cgqpaq__pipelineStep{align-items:center;gap:14px;padding:12px 0;display:flex;position:relative}.Products-module__Cgqpaq__pipelineIcon{border-radius:var(--radius-md);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Products-module__Cgqpaq__pipelineLabel{color:var(--text-primary);font-size:.92rem;font-weight:600}.Products-module__Cgqpaq__pipelineConnector{background:var(--border-light);width:2px;height:12px;position:absolute;top:56px;left:21px}@media (max-width:968px){.Products-module__Cgqpaq__splitRow{gap:var(--space-3xl);grid-template-columns:1fr}.Products-module__Cgqpaq__splitRowReverse{direction:ltr}}@media (max-width:600px){.Products-module__Cgqpaq__miniMetrics{grid-template-columns:1fr}}
.Problem-module__NO9U_q__problemDark{padding:var(--space-5xl)0 var(--space-3xl);background:var(--bg-dark);position:relative}.Problem-module__NO9U_q__darkHeader{text-align:center;margin-bottom:var(--space-3xl)}.Problem-module__NO9U_q__darkBadge{border-radius:var(--radius-full);color:#fca5a5;letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-lg);background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:6px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.Problem-module__NO9U_q__darkHeader h2{color:#f1f5f9}.Problem-module__NO9U_q__dimText{color:#64748b}.Problem-module__NO9U_q__darkSubtitle{max-width:580px;margin:var(--space-md)auto 0;font-size:1.1rem;color:#94a3b8!important}.Problem-module__NO9U_q__painGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Problem-module__NO9U_q__painCard{padding:var(--space-xl);border-radius:var(--radius-lg);transition:all var(--transition-smooth);background:#ef44440a;border:1px solid #ef44441a}.Problem-module__NO9U_q__painCard:hover{background:#ef444412;border-color:#ef44442e;transform:translateY(-2px)}.Problem-module__NO9U_q__painIcon{border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);color:#f87171;background:#ef44441a;justify-content:center;align-items:center;display:flex}.Problem-module__NO9U_q__painCard h4{color:#f1f5f9;margin-bottom:var(--space-sm);font-size:1.05rem}.Problem-module__NO9U_q__painCard p{color:#94a3b8;font-size:.88rem;line-height:1.6}.Problem-module__NO9U_q__transitionArrow{padding:var(--space-xl)0 0;color:var(--accent-emerald);justify-content:center;animation:2s ease-in-out infinite Problem-module__NO9U_q__bounceDown;display:flex}@keyframes Problem-module__NO9U_q__bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.Problem-module__NO9U_q__solutionLight{padding:var(--space-5xl)0;background:var(--bg-primary)}.Problem-module__NO9U_q__lightHeader{text-align:center;margin-bottom:var(--space-3xl)}.Problem-module__NO9U_q__lightHeader p{margin:var(--space-md)auto 0;max-width:560px}.Problem-module__NO9U_q__solutionGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.Problem-module__NO9U_q__solutionCard{padding:var(--space-xl);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:all var(--transition-smooth)}.Problem-module__NO9U_q__solutionCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98133;transform:translateY(-3px)}.Problem-module__NO9U_q__solIcon{border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);color:var(--accent-emerald);background:#10b98114;justify-content:center;align-items:center;display:flex}.Problem-module__NO9U_q__solutionCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.05rem}.Problem-module__NO9U_q__solutionCard p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}@media (max-width:968px){.Problem-module__NO9U_q__painGrid{grid-template-columns:1fr}.Problem-module__NO9U_q__solutionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Problem-module__NO9U_q__solutionGrid{grid-template-columns:1fr}}
.Features-module__9x5zGW__features{padding:var(--space-6xl)0;background:var(--bg-secondary)}.Features-module__9x5zGW__header{text-align:center;margin-bottom:var(--space-4xl)}.Features-module__9x5zGW__header p{margin:var(--space-md)auto 0;max-width:560px}.Features-module__9x5zGW__bentoGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;display:grid}.Features-module__9x5zGW__bentoCard{padding:var(--space-xl);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:all var(--transition-smooth);flex-direction:column;display:flex}.Features-module__9x5zGW__bentoCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--border-medium);transform:translateY(-3px)}.Features-module__9x5zGW__bentoLarge{grid-column:span 2}.Features-module__9x5zGW__cardTop{margin-bottom:var(--space-lg);justify-content:space-between;align-items:flex-start;display:flex}.Features-module__9x5zGW__featureIcon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126;justify-content:center;align-items:center;display:flex}.Features-module__9x5zGW__featureTag{border-radius:var(--radius-full);color:var(--text-tertiary);background:var(--bg-secondary);border:1px solid var(--border-light);text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;font-size:.68rem;font-weight:600}.Features-module__9x5zGW__bentoCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.Features-module__9x5zGW__bentoCard p{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.65}.Features-module__9x5zGW__cardMetric{align-items:baseline;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-light);display:flex}.Features-module__9x5zGW__metricValue{font-family:var(--font-heading);color:var(--accent-emerald);letter-spacing:-.02em;font-size:2rem;font-weight:800}.Features-module__9x5zGW__metricLabel{color:var(--text-tertiary);font-size:.82rem;font-weight:500}@media (max-width:968px){.Features-module__9x5zGW__bentoGrid{grid-template-columns:repeat(2,1fr)}.Features-module__9x5zGW__bentoLarge{grid-column:span 2}}@media (max-width:600px){.Features-module__9x5zGW__bentoGrid{grid-template-columns:1fr}.Features-module__9x5zGW__bentoLarge{grid-column:span 1}}
.article-module__3DzyqG__articleLayout{padding:var(--space-2xl)0;background:var(--bg-primary)}.article-module__3DzyqG__articleGrid{gap:var(--space-2xl);grid-template-columns:1fr 300px;align-items:start;display:grid}.article-module__3DzyqG__articleHeader{margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light)}.article-module__3DzyqG__articleBadge{color:var(--accent-emerald);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md);background:#10b9811a;padding:6px 12px;font-size:.85rem;font-weight:700;display:inline-block}.article-module__3DzyqG__articleHeader h1{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.5rem);line-height:1.2}.article-module__3DzyqG__articleMeta{gap:var(--space-lg);color:var(--text-tertiary);font-size:.95rem;display:flex}.article-module__3DzyqG__metaItem{align-items:center;gap:6px;display:flex}.article-module__3DzyqG__prose{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.article-module__3DzyqG__prose h2{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-xl)0 var(--space-md);letter-spacing:-.01em;font-size:1.8rem}.article-module__3DzyqG__prose h3{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-lg)0 var(--space-sm);font-size:1.4rem}.article-module__3DzyqG__prose p{margin-bottom:var(--space-md)}.article-module__3DzyqG__prose ul,.article-module__3DzyqG__prose ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.article-module__3DzyqG__prose li{margin-bottom:var(--space-xs)}.article-module__3DzyqG__prose code{background:var(--bg-secondary);color:var(--accent-emerald);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.9em}.article-module__3DzyqG__prose blockquote{border-left:4px solid var(--accent-emerald);padding:var(--space-md)var(--space-lg);background:var(--bg-secondary);border-radius:0 var(--radius-md)var(--radius-md)0;margin:var(--space-lg)0;color:var(--text-primary);font-style:italic}.article-module__3DzyqG__callout{background:linear-gradient(145deg,#10b9810d 0%,rgba(var(--bg-secondary-rgb))100%);border-radius:var(--radius-lg);padding:var(--space-lg);margin:var(--space-lg)0;border:1px solid #10b98133}.article-module__3DzyqG__callout h4{color:var(--accent-emerald);margin-bottom:var(--space-sm);align-items:center;gap:8px;font-size:1.1rem;display:flex}.article-module__3DzyqG__sidebar{background:var(--bg-secondary);padding:var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--border-light);position:sticky;top:100px}.article-module__3DzyqG__sidebar h4{color:var(--text-primary);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-light);font-size:1.1rem}.article-module__3DzyqG__tocList{margin:0;padding:0;list-style:none}.article-module__3DzyqG__tocList li{margin-bottom:12px}.article-module__3DzyqG__tocList a{color:var(--text-tertiary);font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.article-module__3DzyqG__tocList a:hover,.article-module__3DzyqG__tocList a.article-module__3DzyqG__active{color:var(--accent-emerald)}.article-module__3DzyqG__sidebarCta{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-light)}.article-module__3DzyqG__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.5}@media (max-width:1024px){.article-module__3DzyqG__articleGrid{grid-template-columns:1fr}.article-module__3DzyqG__sidebar{display:none}}
.resources-module__CInxlq__resourcesHero{padding:calc(var(--space-2xl)*1.5)0 var(--space-xl);background:radial-gradient(circle at 50% 0%,var(--bg-tertiary),var(--bg-primary)70%);text-align:center;position:relative;overflow:hidden}.resources-module__CInxlq__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.resources-module__CInxlq__heroContent h1{margin-bottom:var(--space-md);letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.resources-module__CInxlq__heroContent p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.resources-module__CInxlq__resourcesGrid{padding:var(--space-2xl)0;background:var(--bg-primary)}.resources-module__CInxlq__gridFilter{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.resources-module__CInxlq__filterBtn{border-radius:var(--radius-full);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;padding:8px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.resources-module__CInxlq__filterBtn.resources-module__CInxlq__active,.resources-module__CInxlq__filterBtn:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.resources-module__CInxlq__gridLayout{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.resources-module__CInxlq__resourceCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);color:inherit;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.resources-module__CInxlq__resourceCard:hover{border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.resources-module__CInxlq__cardImage{aspect-ratio:16/9;background:var(--bg-tertiary);border-bottom:1px solid var(--border-light);width:100%;position:relative}.resources-module__CInxlq__cardContent{padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.resources-module__CInxlq__cardBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-emerald);font-size:.75rem;font-weight:700}.resources-module__CInxlq__cardContent h3{margin:0;font-size:1.25rem;line-height:1.3}.resources-module__CInxlq__cardContent p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.resources-module__CInxlq__cardFooter{padding-top:var(--space-md);color:var(--accent-emerald);align-items:center;gap:6px;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.resources-module__CInxlq__cardFooter svg{transition:transform .2s}.resources-module__CInxlq__resourceCard:hover .resources-module__CInxlq__cardFooter svg{transform:translate(4px)}@media (max-width:1024px){.resources-module__CInxlq__gridLayout{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.resources-module__CInxlq__gridLayout{grid-template-columns:1fr}}
.CTA-module__SukRnW__ctaSection{padding:var(--space-6xl)0;background:var(--bg-primary);position:relative;overflow:hidden}.CTA-module__SukRnW__ctaBackground{z-index:0;position:absolute;inset:0}.CTA-module__SukRnW__ctaBgOverlay{z-index:1;background:linear-gradient(#0a0f1ee0 0%,#0a0f1ebf 50%,#0a0f1eeb 100%);position:absolute;inset:0}.CTA-module__SukRnW__ctaSection .CTA-module__SukRnW__container{z-index:2;position:relative}.CTA-module__SukRnW__ctaCard{border-radius:var(--radius-2xl);padding:var(--space-5xl)var(--space-4xl);text-align:center;background:linear-gradient(165deg,#0d1b2a 0%,#0f2847 40%,#0a2540 100%);border:1px solid #ffffff0f;position:relative;overflow:hidden;box-shadow:0 32px 80px #0003,0 0 0 1px #ffffff0a}.CTA-module__SukRnW__ctaGlow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.CTA-module__SukRnW__ctaContent{z-index:2;position:relative}.CTA-module__SukRnW__ctaBadge{border-radius:var(--radius-full);color:#34d399;letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-xl);background:#10b9811a;border:1px solid #10b98140;align-items:center;gap:6px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.CTA-module__SukRnW__ctaContent h2{color:#f1f5f9;margin-bottom:var(--space-lg);font-size:clamp(1.8rem,3.5vw,2.8rem)}.CTA-module__SukRnW__ctaContent p{max-width:520px;margin:0 auto var(--space-2xl);font-size:1.1rem;line-height:1.7;color:#94a3b8!important}.CTA-module__SukRnW__ctaActions{margin-bottom:var(--space-xl);justify-content:center;gap:16px;display:flex}.CTA-module__SukRnW__ctaPrimary{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:10px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #10b98159}.CTA-module__SukRnW__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #10b98173}.CTA-module__SukRnW__ctaSecondary{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.CTA-module__SukRnW__ctaSecondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.CTA-module__SukRnW__ctaTrust{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.CTA-module__SukRnW__ctaTrust span{color:#64748b;font-size:.82rem;font-weight:500}@media (max-width:768px){.CTA-module__SukRnW__ctaCard{padding:var(--space-3xl)var(--space-xl)}.CTA-module__SukRnW__ctaActions{flex-direction:column;align-items:center}.CTA-module__SukRnW__ctaPrimary,.CTA-module__SukRnW__ctaSecondary{justify-content:center;width:100%}.CTA-module__SukRnW__ctaTrust{gap:16px}}
.blog-module__h9D8Fa__blogHero{padding:calc(var(--nav-height) + 60px)0 40px;background:var(--bg-primary);text-align:center}.blog-module__h9D8Fa__blogHero h1{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,3.2rem)}.blog-module__h9D8Fa__blogHero p{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.7}.blog-module__h9D8Fa__blogFilters{justify-content:center;gap:var(--space-sm);padding:var(--space-lg)0 var(--space-xl);flex-wrap:wrap;display:flex}.blog-module__h9D8Fa__filterBtn{border:1px solid var(--card-border);background:var(--card-bg);color:var(--text-secondary);cursor:pointer;border-radius:100px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .3s}.blog-module__h9D8Fa__filterBtn:hover,.blog-module__h9D8Fa__filterBtnActive{color:var(--accent-emerald);background:#10b9811a;border-color:#10b9814d}.blog-module__h9D8Fa__blogGrid{gap:var(--space-xl);padding-bottom:var(--space-4xl);grid-template-columns:repeat(3,1fr);display:grid}.blog-module__h9D8Fa__blogCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);color:inherit;flex-direction:column;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.blog-module__h9D8Fa__blogCard:hover{border-color:#10b9814d;transform:translateY(-6px);box-shadow:0 20px 60px -12px #10b9811f,0 8px 24px -8px #0003}.blog-module__h9D8Fa__cardImage{background:var(--bg-secondary);width:100%;height:200px;position:relative;overflow:hidden}.blog-module__h9D8Fa__cardImage img{object-fit:cover;transition:transform .5s}.blog-module__h9D8Fa__blogCard:hover .blog-module__h9D8Fa__cardImage img{transform:scale(1.05)}.blog-module__h9D8Fa__cardBody{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.blog-module__h9D8Fa__cardMeta{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.blog-module__h9D8Fa__cardCategory{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-emerald);background:#10b98114;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:700}.blog-module__h9D8Fa__cardDate{color:var(--text-tertiary);font-size:.78rem}.blog-module__h9D8Fa__cardBody h3{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.15rem;font-weight:700;line-height:1.3}.blog-module__h9D8Fa__cardExcerpt{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.6}.blog-module__h9D8Fa__cardRead{margin-top:var(--space-md);color:var(--accent-emerald);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.blog-module__h9D8Fa__postLayout{padding:calc(var(--nav-height) + var(--space-2xl))0 var(--space-4xl);background:var(--bg-primary)}.blog-module__h9D8Fa__postGrid{gap:var(--space-3xl);grid-template-columns:1fr 280px;align-items:start;display:grid}.blog-module__h9D8Fa__postHeader{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-light)}.blog-module__h9D8Fa__postCategory{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-emerald);margin-bottom:var(--space-md);background:#10b98114;border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.blog-module__h9D8Fa__postHeader h1{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2rem,4vw,2.8rem);line-height:1.2}.blog-module__h9D8Fa__postMeta{gap:var(--space-lg);color:var(--text-tertiary);font-size:.92rem;display:flex}.blog-module__h9D8Fa__postMeta span{align-items:center;gap:6px;display:flex}.blog-module__h9D8Fa__postCover{border-radius:var(--radius-xl);width:100%;height:400px;margin-bottom:var(--space-2xl);position:relative;overflow:hidden}.blog-module__h9D8Fa__postCover img{object-fit:cover}.blog-module__h9D8Fa__prose{color:var(--text-secondary);font-size:1.08rem;line-height:1.8}.blog-module__h9D8Fa__prose h2{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-2xl)0 var(--space-md);letter-spacing:-.01em;font-size:1.6rem}.blog-module__h9D8Fa__prose h3{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-xl)0 var(--space-sm);font-size:1.25rem}.blog-module__h9D8Fa__prose p{margin-bottom:var(--space-md)}.blog-module__h9D8Fa__prose ul,.blog-module__h9D8Fa__prose ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.blog-module__h9D8Fa__prose li{margin-bottom:var(--space-xs)}.blog-module__h9D8Fa__prose strong{color:var(--text-primary);font-weight:600}.blog-module__h9D8Fa__prose blockquote{border-left:4px solid var(--accent-emerald);padding:var(--space-md)var(--space-lg);background:var(--bg-secondary);border-radius:0 var(--radius-md)var(--radius-md)0;margin:var(--space-lg)0;color:var(--text-primary);font-style:italic}.blog-module__h9D8Fa__sidebar{top:calc(var(--nav-height) + var(--space-lg));position:sticky}.blog-module__h9D8Fa__sidebarCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-lg);margin-bottom:var(--space-lg)}.blog-module__h9D8Fa__sidebarCard h4{margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-light);color:var(--text-primary);font-size:1rem}.blog-module__h9D8Fa__relatedList{margin:0;padding:0;list-style:none}.blog-module__h9D8Fa__relatedList li{margin-bottom:var(--space-md)}.blog-module__h9D8Fa__relatedList a{color:var(--text-secondary);font-size:.9rem;line-height:1.4;text-decoration:none;transition:color .2s;display:block}.blog-module__h9D8Fa__relatedList a:hover{color:var(--accent-emerald)}.blog-module__h9D8Fa__relatedDate{color:var(--text-tertiary);margin-top:2px;font-size:.75rem}.blog-module__h9D8Fa__sidebarCta{text-align:center}.blog-module__h9D8Fa__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.88rem;line-height:1.5}.blog-module__h9D8Fa__backLink{color:var(--text-tertiary);margin-bottom:var(--space-xl);align-items:center;gap:6px;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.blog-module__h9D8Fa__backLink:hover{color:var(--accent-emerald)}@media (max-width:1024px){.blog-module__h9D8Fa__blogGrid{grid-template-columns:repeat(2,1fr)}.blog-module__h9D8Fa__postGrid{grid-template-columns:1fr}.blog-module__h9D8Fa__sidebar{display:none}}@media (max-width:640px){.blog-module__h9D8Fa__blogGrid{grid-template-columns:1fr}}
.page-module__KJJtHq__hero{text-align:center;padding:120px 0 80px;position:relative;overflow:hidden}.page-module__KJJtHq__heroGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#10b9810f 0%,#3b82f608 30%,#0000 70%);width:900px;height:900px;position:absolute;top:-300px;left:50%;transform:translate(-50%)}.page-module__KJJtHq__heroContent{z-index:1;position:relative}.page-module__KJJtHq__heroBadge{color:var(--accent-emerald);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:600;font-family:var(--font-body);background:linear-gradient(135deg,#10b9811a,#10b9810a);border:1px solid #10b98126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1.2rem;display:inline-flex}.page-module__KJJtHq__heroTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.12}.page-module__KJJtHq__heroSubtitle{color:var(--text-secondary);max-width:560px;font-size:1.08rem;line-height:1.7;font-family:var(--font-body);margin:0 auto}.page-module__KJJtHq__contactSection{padding:0 0 120px}.page-module__KJJtHq__contactGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3.5rem;max-width:1140px;margin:0 auto;display:grid}.page-module__KJJtHq__formCard{-webkit-backdrop-filter:blur(12px);background:linear-gradient(165deg,#ffffff09 0%,#ffffff03 100%);border:1px solid #ffffff0f;border-radius:20px;padding:2.75rem;box-shadow:0 24px 80px #00000040,inset 0 0 0 1px #ffffff08}.page-module__KJJtHq__formHeader{margin-bottom:2rem}.page-module__KJJtHq__formTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.4rem;font-size:1.3rem;font-weight:700}.page-module__KJJtHq__formSubtitle{color:var(--text-tertiary);font-size:.84rem;line-height:1.5}.page-module__KJJtHq__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.page-module__KJJtHq__formGroup{margin-bottom:1.35rem}.page-module__KJJtHq__formLabel{color:#94a3b8cc;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:600;font-family:var(--font-body);margin-bottom:.5rem;display:block}.page-module__KJJtHq__formInput{width:100%;color:var(--text-primary);font-size:.88rem;font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;outline:none;padding:14px 18px;transition:all .25s}.page-module__KJJtHq__formInput:hover{background:#ffffff0a;border-color:#ffffff1f}.page-module__KJJtHq__formInput:focus{border-color:var(--accent-emerald);background:#10b98108;box-shadow:0 0 0 3px #10b98114,0 0 20px #10b9810a}.page-module__KJJtHq__formInput::placeholder{color:#94a3b866}.page-module__KJJtHq__formTextarea{resize:vertical;min-height:130px;line-height:1.6;}.page-module__KJJtHq__formSelect{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px;}.page-module__KJJtHq__submitBtn{background:linear-gradient(135deg,var(--accent-emerald)0%,var(--accent-emerald-dark)100%);color:#fff;width:100%;font-size:.92rem;font-weight:700;font-family:var(--font-body);cursor:pointer;letter-spacing:.02em;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;margin-top:.5rem;padding:16px 24px;transition:all .3s;display:flex;box-shadow:0 4px 20px #10b98133,inset 0 0 0 1px #10b9811a}.page-module__KJJtHq__submitBtn:hover{background:linear-gradient(135deg,var(--accent-emerald-light)0%,var(--accent-emerald)100%);transform:translateY(-1px);box-shadow:0 8px 30px #10b9814d,inset 0 0 0 1px #10b98133}.page-module__KJJtHq__submitBtn:active{transform:translateY(0)}.page-module__KJJtHq__submitBtn:disabled{opacity:.6;cursor:wait;transform:none}.page-module__KJJtHq__successState{text-align:center;padding:4rem 2rem}.page-module__KJJtHq__successIcon{background:linear-gradient(135deg,#10b9811f,#10b9810a);border:1px solid #10b98126;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.page-module__KJJtHq__successTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.6rem;font-size:1.4rem;font-weight:700}.page-module__KJJtHq__successText{color:var(--text-secondary);max-width:360px;margin:0 auto;font-size:.9rem;line-height:1.6}.page-module__KJJtHq__infoColumn{flex-direction:column;gap:1.5rem;display:flex}.page-module__KJJtHq__infoCard{-webkit-backdrop-filter:blur(8px);background:linear-gradient(165deg,#ffffff08 0%,#ffffff02 100%);border:1px solid #ffffff0f;border-radius:20px;padding:2rem}.page-module__KJJtHq__infoCardTitle{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700;display:flex}.page-module__KJJtHq__infoCardTitleIcon{background:linear-gradient(135deg,#10b98126,#10b9810d);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.page-module__KJJtHq__contactItem{border-bottom:1px solid #ffffff0a;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.page-module__KJJtHq__contactItem:last-child{border-bottom:none;padding-bottom:0}.page-module__KJJtHq__contactItem:first-child{padding-top:0}.page-module__KJJtHq__contactItemIcon{background:linear-gradient(135deg,#10b9811a,#10b98108);border:1px solid #10b98114;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.page-module__KJJtHq__contactItemLabel{color:#94a3b899;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:600;font-family:var(--font-body);margin-bottom:.2rem}.page-module__KJJtHq__contactItemValue{color:var(--text-primary);font-size:.9rem;font-weight:500}.page-module__KJJtHq__contactItemLink{color:var(--accent-emerald);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.page-module__KJJtHq__contactItemLink:hover{color:var(--accent-emerald-light)}.page-module__KJJtHq__whyCard{background:linear-gradient(165deg,#10b9810a 0%,#3b82f605 50%,#ffffff03 100%);border:1px solid #10b9811a;border-radius:20px;padding:2rem;position:relative;overflow:hidden}.page-module__KJJtHq__whyCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9810f 0%,#0000 70%);width:200px;height:200px;position:absolute;top:0;right:0}.page-module__KJJtHq__whyCardTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.05rem;font-weight:700;position:relative}.page-module__KJJtHq__whyList{flex-direction:column;gap:.85rem;display:flex;position:relative}.page-module__KJJtHq__whyItem{align-items:flex-start;gap:.65rem;display:flex}.page-module__KJJtHq__whyItemIcon{background:linear-gradient(135deg,#10b98126,#10b9810d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.page-module__KJJtHq__whyItemText{color:var(--text-secondary);font-size:.84rem;line-height:1.55}.page-module__KJJtHq__securityCard{background:linear-gradient(165deg,#ffffff06 0%,#ffffff02 100%);border:1px solid #ffffff0f;border-radius:20px;align-items:flex-start;gap:1rem;padding:1.75rem 2rem;display:flex}.page-module__KJJtHq__securityIcon{background:linear-gradient(135deg,#6366f11f,#6366f10a);border:1px solid #6366f11a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.page-module__KJJtHq__securityTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.page-module__KJJtHq__securityText{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.6}.page-module__KJJtHq__trustStrip{padding:0 0 100px}.page-module__KJJtHq__trustInner{background:#ffffff04;border:1px solid #ffffff0a;border-radius:16px;justify-content:center;align-items:center;gap:3rem;max-width:1140px;margin:0 auto;padding:1.5rem 2rem;display:flex}.page-module__KJJtHq__trustItem{color:var(--text-tertiary);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:flex}.page-module__KJJtHq__trustDot{background:var(--accent-emerald);opacity:.5;border-radius:50%;width:6px;height:6px}@media (max-width:900px){.page-module__KJJtHq__contactGrid{grid-template-columns:1fr;gap:2rem}.page-module__KJJtHq__hero{padding:80px 0 50px}.page-module__KJJtHq__formCard{padding:2rem}.page-module__KJJtHq__formRow{grid-template-columns:1fr}.page-module__KJJtHq__trustInner{flex-wrap:wrap;justify-content:center;gap:1.5rem}}@media (max-width:600px){.page-module__KJJtHq__hero{padding:60px 0 40px}.page-module__KJJtHq__formCard{border-radius:16px;padding:1.5rem}.page-module__KJJtHq__contactSection,.page-module__KJJtHq__trustStrip{padding:0 0 60px}}
.platform-module__3DsJjq__platformHero{padding:calc(var(--nav-height) + 80px)0 80px;text-align:center;background:var(--bg-primary);position:relative;overflow:hidden}.platform-module__3DsJjq__platformHero:after{content:"";pointer-events:none;background:radial-gradient(at 80% 20%,#10b9810d 0%,#0000 60%);width:50%;height:100%;position:absolute;top:0;right:0}.platform-module__3DsJjq__platformHeroInner{z-index:2;max-width:800px;margin:0 auto;position:relative}.platform-module__3DsJjq__platformHeroInner h1{margin-bottom:var(--space-lg)}.platform-module__3DsJjq__platformHeroInner>p{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:1.15rem;line-height:1.75}.platform-module__3DsJjq__heroActions{gap:var(--space-md);justify-content:center;display:flex}.platform-module__3DsJjq__heroActions a{text-decoration:none}.platform-module__3DsJjq__sectionLight{padding:var(--space-6xl)0;background:var(--bg-primary)}.platform-module__3DsJjq__sectionAlt{padding:var(--space-6xl)0;background:var(--bg-secondary)}.platform-module__3DsJjq__sectionDark{padding:var(--space-6xl)0;background:var(--bg-dark);color:var(--text-on-dark)}.platform-module__3DsJjq__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.platform-module__3DsJjq__sectionHeader h2{margin-bottom:var(--space-md)}.platform-module__3DsJjq__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.platform-module__3DsJjq__featureGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.platform-module__3DsJjq__featureCard{padding:var(--space-xl);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:all var(--transition-smooth)}.platform-module__3DsJjq__featureCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.platform-module__3DsJjq__featureIcon{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-lg);color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126;justify-content:center;align-items:center;display:flex}.platform-module__3DsJjq__featureCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.platform-module__3DsJjq__featureCard p{color:var(--text-tertiary);font-size:.9rem;line-height:1.65}.platform-module__3DsJjq__splitSection{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.platform-module__3DsJjq__splitReverse{direction:rtl}.platform-module__3DsJjq__splitReverse>*{direction:ltr}.platform-module__3DsJjq__splitText h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.6rem}.platform-module__3DsJjq__splitText p{color:var(--text-secondary);margin-bottom:var(--space-lg);line-height:1.75}.platform-module__3DsJjq__splitVisual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--card-shadow-elevated)}.platform-module__3DsJjq__stepFlow{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.platform-module__3DsJjq__stepFlow:before{content:"";background:linear-gradient(to right,var(--accent-emerald),#10b98133);z-index:0;height:2px;position:absolute;top:36px;left:12%;right:12%}.platform-module__3DsJjq__stepItem{text-align:center;z-index:1;position:relative}.platform-module__3DsJjq__stepNumber{background:var(--accent-emerald);width:72px;height:72px;margin:0 auto var(--space-lg);color:#fff;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 4px 16px #10b98140}.platform-module__3DsJjq__stepItem h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.05rem}.platform-module__3DsJjq__stepItem p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}.platform-module__3DsJjq__specGrid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.platform-module__3DsJjq__specCard{padding:var(--space-lg);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.platform-module__3DsJjq__specCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:.95rem}.platform-module__3DsJjq__specCard p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}.platform-module__3DsJjq__specTag{margin-top:var(--space-sm);border-radius:var(--radius-full);color:var(--accent-emerald-dark);background:#10b9810f;border:1px solid #10b9811f;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-block}.platform-module__3DsJjq__pipelineFlow{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-xl)0;flex-wrap:wrap;display:flex}.platform-module__3DsJjq__pipelineNode{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.platform-module__3DsJjq__pipelineNodeIcon{border-radius:var(--radius-lg);color:#6366f1;background:#6366f114;border:1px solid #6366f126;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.platform-module__3DsJjq__pipelineNodeLabel{color:var(--text-secondary);text-align:center;font-size:.78rem;font-weight:500}.platform-module__3DsJjq__pipelineArrow{color:var(--border-medium);flex-shrink:0}.platform-module__3DsJjq__ctaBanner{text-align:center;padding:var(--space-4xl)var(--space-3xl);background:var(--bg-dark);border-radius:var(--radius-2xl);position:relative;overflow:hidden}.platform-module__3DsJjq__ctaBanner:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.platform-module__3DsJjq__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.platform-module__3DsJjq__ctaBanner p{color:var(--text-on-dark-secondary);margin-bottom:var(--space-xl);z-index:1;position:relative}.platform-module__3DsJjq__ctaBanner .platform-module__3DsJjq__heroActions{z-index:1;position:relative}@media (max-width:968px){.platform-module__3DsJjq__featureGrid{grid-template-columns:repeat(2,1fr)}.platform-module__3DsJjq__splitSection{grid-template-columns:1fr}.platform-module__3DsJjq__splitReverse{direction:ltr}.platform-module__3DsJjq__stepFlow{grid-template-columns:repeat(2,1fr)}.platform-module__3DsJjq__stepFlow:before{display:none}}@media (max-width:600px){.platform-module__3DsJjq__featureGrid,.platform-module__3DsJjq__stepFlow,.platform-module__3DsJjq__specGrid{grid-template-columns:1fr}.platform-module__3DsJjq__heroActions{flex-direction:column;align-items:center}.platform-module__3DsJjq__pipelineFlow{flex-direction:column}}
.solutions-module__j7ubpW__solutionHero{padding:calc(var(--nav-height) + 80px)0 80px;background:var(--bg-primary);position:relative;overflow:hidden}.solutions-module__j7ubpW__solutionHero:after{content:"";pointer-events:none;background:radial-gradient(at 20% 30%,#10b9810a 0%,#0000 60%);width:50%;height:100%;position:absolute;top:0;left:0}.solutions-module__j7ubpW__heroGrid{gap:var(--space-4xl);z-index:2;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.solutions-module__j7ubpW__heroText h1{margin-bottom:var(--space-lg)}.solutions-module__j7ubpW__heroText>p{color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:520px;font-size:1.1rem;line-height:1.75}.solutions-module__j7ubpW__heroActions{gap:var(--space-md);display:flex}.solutions-module__j7ubpW__heroActions a{text-decoration:none}.solutions-module__j7ubpW__heroVisual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--card-shadow-elevated)}.solutions-module__j7ubpW__sectionLight{padding:var(--space-6xl)0;background:var(--bg-primary)}.solutions-module__j7ubpW__sectionAlt{padding:var(--space-6xl)0;background:var(--bg-secondary)}.solutions-module__j7ubpW__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.solutions-module__j7ubpW__sectionHeader h2{margin-bottom:var(--space-md)}.solutions-module__j7ubpW__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.solutions-module__j7ubpW__benefitGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.solutions-module__j7ubpW__benefitCard{padding:var(--space-xl);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:all var(--transition-smooth)}.solutions-module__j7ubpW__benefitCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.solutions-module__j7ubpW__benefitIcon{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-lg);color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126;justify-content:center;align-items:center;display:flex}.solutions-module__j7ubpW__benefitCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.solutions-module__j7ubpW__benefitCard p{color:var(--text-tertiary);font-size:.9rem;line-height:1.65}.solutions-module__j7ubpW__splitSection{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.solutions-module__j7ubpW__splitText h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.5rem}.solutions-module__j7ubpW__splitText p{color:var(--text-secondary);margin-bottom:var(--space-md);line-height:1.75}.solutions-module__j7ubpW__splitVisual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--card-shadow-elevated)}.solutions-module__j7ubpW__checklist{gap:var(--space-md);flex-direction:column;display:flex}.solutions-module__j7ubpW__checkItem{align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);font-size:.95rem;line-height:1.6;display:flex}.solutions-module__j7ubpW__checkItem svg{color:var(--accent-emerald);flex-shrink:0;margin-top:3px}.solutions-module__j7ubpW__statRow{gap:var(--space-lg);padding:var(--space-3xl)0;grid-template-columns:repeat(4,1fr);display:grid}.solutions-module__j7ubpW__statItem{text-align:center}.solutions-module__j7ubpW__statValue{font-family:var(--font-heading);color:var(--accent-emerald);margin-bottom:var(--space-sm);font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:800}.solutions-module__j7ubpW__statLabel{color:var(--text-secondary);font-size:.88rem;font-weight:500}.solutions-module__j7ubpW__ctaBanner{text-align:center;padding:var(--space-4xl)var(--space-3xl);background:var(--bg-dark);border-radius:var(--radius-2xl);position:relative;overflow:hidden}.solutions-module__j7ubpW__ctaBanner:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.solutions-module__j7ubpW__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.solutions-module__j7ubpW__ctaBanner p{color:var(--text-on-dark-secondary);margin-bottom:var(--space-xl);z-index:1;position:relative}.solutions-module__j7ubpW__ctaBanner .solutions-module__j7ubpW__heroActions{z-index:1;justify-content:center;position:relative}@media (max-width:968px){.solutions-module__j7ubpW__heroGrid{grid-template-columns:1fr}.solutions-module__j7ubpW__benefitGrid{grid-template-columns:repeat(2,1fr)}.solutions-module__j7ubpW__splitSection{grid-template-columns:1fr}.solutions-module__j7ubpW__statRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.solutions-module__j7ubpW__benefitGrid,.solutions-module__j7ubpW__statRow{grid-template-columns:1fr}.solutions-module__j7ubpW__heroActions{flex-direction:column}}
.Stats-module__GZKniW__stats{padding:var(--space-6xl)0;background:var(--bg-dark);position:relative;overflow:hidden}.Stats-module__GZKniW__meshBg{pointer-events:none;position:absolute;inset:0}.Stats-module__GZKniW__meshOrb1{filter:blur(60px);background:radial-gradient(circle,#10b98114 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:14s ease-in-out infinite Stats-module__GZKniW__meshFloat;position:absolute;top:-30%;left:-10%}.Stats-module__GZKniW__meshOrb2{filter:blur(60px);background:radial-gradient(circle,#06b6d40f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:18s ease-in-out infinite Stats-module__GZKniW__meshFloat2;position:absolute;bottom:-30%;right:-10%}.Stats-module__GZKniW__header{text-align:center;margin-bottom:var(--space-4xl);z-index:2;position:relative}.Stats-module__GZKniW__statsBadge{border-radius:var(--radius-full);color:#34d399;letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-lg);background:#10b9811a;border:1px solid #10b98133;align-items:center;gap:6px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.Stats-module__GZKniW__header h2{color:#f1f5f9}.Stats-module__GZKniW__gradientText{background:linear-gradient(135deg,#34d399,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Stats-module__GZKniW__header p{max-width:none;font-size:1.05rem;color:#94a3b8!important}.Stats-module__GZKniW__grid{gap:var(--space-lg);z-index:2;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.Stats-module__GZKniW__statCard{text-align:center;padding:var(--space-2xl)var(--space-xl);border-radius:var(--radius-xl);transition:all var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff0f}.Stats-module__GZKniW__statCard:hover{background:#ffffff0d;border-color:#10b98126;transform:translateY(-3px)}.Stats-module__GZKniW__statValue{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.03em;margin-bottom:var(--space-sm);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.Stats-module__GZKniW__statLabel{color:#e2e8f0;margin-bottom:var(--space-xs);font-size:.95rem;font-weight:600}.Stats-module__GZKniW__statSub{color:#64748b;font-size:.78rem;line-height:1.5}@media (max-width:968px){.Stats-module__GZKniW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Stats-module__GZKniW__grid{grid-template-columns:1fr}.Stats-module__GZKniW__statValue{font-size:2.5rem}}
