.Navbar-module___rHu7W__navbar{z-index:1000;height:var(--nav-height);transition:all var(--transition-smooth);-webkit-backdrop-filter:blur(16px);background:#06111f99;align-items:center;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#06111fe6}.Navbar-module___rHu7W__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___rHu7W__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoIcon{background:var(--accent);width:32px;height:32px;color:var(--bg-primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.Navbar-module___rHu7W__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Navbar-module___rHu7W__logoAi{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Navbar-module___rHu7W__navCenter{align-items:center;gap:4px;display:flex}.Navbar-module___rHu7W__navItem{position:relative}.Navbar-module___rHu7W__navLink{letter-spacing:.04em;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);font-size:.85rem;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___rHu7W__navLink:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module___rHu7W__chevron{transition:transform var(--transition-fast);opacity:.5}.Navbar-module___rHu7W__chevronOpen{transform:rotate(180deg)}.Navbar-module___rHu7W__dropdown{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:340px;animation:Navbar-module___rHu7W__dropdownIn .2s var(--ease-out);z-index:100;padding:8px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 20px 60px #00000080}@keyframes Navbar-module___rHu7W__dropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module___rHu7W__dropdownInner{flex-direction:column;gap:2px;display:flex}.Navbar-module___rHu7W__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___rHu7W__dropdownItem:hover{background:#ffffff0d}.Navbar-module___rHu7W__dropdownItem:hover .Navbar-module___rHu7W__dropdownArrow{opacity:1;transform:translate(2px)}.Navbar-module___rHu7W__dropdownIcon{border:1px solid var(--border);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--accent);background:#ffffff0a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module___rHu7W__dropdownText{flex-direction:column;flex:1;display:flex}.Navbar-module___rHu7W__dropdownLabel{color:var(--text-primary);font-size:.88rem;font-weight:600;line-height:1.3}.Navbar-module___rHu7W__dropdownDesc{color:var(--text-tertiary);font-size:.78rem;line-height:1.3}.Navbar-module___rHu7W__dropdownArrow{color:var(--text-tertiary);opacity:0;transition:all var(--transition-fast);flex-shrink:0}.Navbar-module___rHu7W__navRight{align-items:center;gap:16px;display:flex}.Navbar-module___rHu7W__signInLink{color:var(--text-secondary);transition:color var(--transition-fast);letter-spacing:.02em;font-size:.85rem;font-weight:500;text-decoration:none}.Navbar-module___rHu7W__signInLink:hover{color:var(--text-primary)}.Navbar-module___rHu7W__navCta{padding:10px 24px!important;font-size:.8rem!important}.Navbar-module___rHu7W__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Navbar-module___rHu7W__mobileOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#06111fcc;display:none;position:fixed;inset:0}.Navbar-module___rHu7W__mobileMenu{background:var(--bg-surface);width:340px;max-width:90vw;animation:Navbar-module___rHu7W__slideIn .25s var(--ease-out);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}@keyframes Navbar-module___rHu7W__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module___rHu7W__mobileHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Navbar-module___rHu7W__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px}.Navbar-module___rHu7W__mobileBody{flex-direction:column;flex:1;gap:24px;padding:16px 20px;display:flex}.Navbar-module___rHu7W__mobileGroup{flex-direction:column;gap:4px;display:flex}.Navbar-module___rHu7W__mobileGroupLabel{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;padding:0 8px;font-size:.7rem;font-weight:600}.Navbar-module___rHu7W__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:.92rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module___rHu7W__mobileLink:hover{background:#ffffff0d}.Navbar-module___rHu7W__mobileLinkIcon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--accent);background:#ffffff0a;justify-content:center;align-items:center;display:flex}.Navbar-module___rHu7W__mobileFooter{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:16px 20px;display:flex}.Navbar-module___rHu7W__mobileCta{text-align:center;width:100%;text-decoration:none}@media (max-width:1024px){.Navbar-module___rHu7W__navCenter,.Navbar-module___rHu7W__navRight{display:none}.Navbar-module___rHu7W__mobileToggle,.Navbar-module___rHu7W__mobileOverlay{display:block}}
.Footer-module__Grjkva__footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:80px 0 0}.Footer-module__Grjkva__footerGrid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:64px;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__brandLogo{align-items:center;gap:8px;text-decoration:none;display:flex}.Footer-module__Grjkva__brandIcon{background:var(--accent);width:28px;height:28px;color:var(--bg-primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__brandName{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__brandAi{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__brandDesc{color:var(--text-tertiary);max-width:280px;font-size:.88rem;line-height:1.6}.Footer-module__Grjkva__standards{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.Footer-module__Grjkva__standardBadge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-tertiary);background:#ffffff0a;padding:4px 10px;font-size:.62rem;font-weight:600}.Footer-module__Grjkva__column{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__columnTitle{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:4px;font-size:.68rem;font-weight:600}.Footer-module__Grjkva__columnList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__Grjkva__columnList a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.88rem;text-decoration:none}.Footer-module__Grjkva__columnList a:hover{color:var(--accent)}.Footer-module__Grjkva__footerBottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 0;display:flex}.Footer-module__Grjkva__copyright{color:var(--text-tertiary);font-size:.78rem}.Footer-module__Grjkva__legal{gap:24px;display:flex}.Footer-module__Grjkva__legal a{color:var(--text-tertiary);transition:color var(--transition-fast);font-size:.78rem;text-decoration:none}.Footer-module__Grjkva__legal a:hover{color:var(--text-secondary)}@media (max-width:1024px){.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__Grjkva__brand{grid-column:1/-1}}@media (max-width:768px){.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__Grjkva__footerBottom{text-align:center;flex-direction:column;gap:12px}}
.Hero-module__JgYmMq__hero{min-height:100vh;padding-top:calc(var(--nav-height) + 80px);background:var(--bg-primary);align-items:center;padding-bottom:100px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgEffects{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__gridLines{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 60% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(at 60% 40%,#000 20%,#0000 70%)}.Hero-module__JgYmMq__glowOrb1{filter:blur(80px);background:radial-gradient(circle,#00d4a012 0%,#0000 60%);border-radius:50%;width:700px;height:700px;animation:20s ease-in-out infinite Hero-module__JgYmMq__meshFloat;position:absolute;top:-20%;right:5%}.Hero-module__JgYmMq__glowOrb2{filter:blur(80px);background:radial-gradient(circle,#6366f10d 0%,#0000 60%);border-radius:50%;width:600px;height:600px;animation:25s ease-in-out infinite Hero-module__JgYmMq__meshFloat2;position:absolute;bottom:-30%;left:-10%}.Hero-module__JgYmMq__glowOrb3{filter:blur(60px);background:radial-gradient(circle,#00d4a00a 0%,#0000 60%);border-radius:50%;width:400px;height:400px;animation:18s ease-in-out infinite reverse Hero-module__JgYmMq__meshFloat;position:absolute;top:40%;right:25%}.Hero-module__JgYmMq__heroGrid{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__JgYmMq__heroText{flex-direction:column;display:flex}.Hero-module__JgYmMq__eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);align-items:center;gap:10px;margin-bottom:28px;font-size:.72rem;font-weight:500;display:inline-flex}.Hero-module__JgYmMq__eyebrowDot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite Hero-module__JgYmMq__pulseGlow;box-shadow:0 0 10px #00d4a080}.Hero-module__JgYmMq__title{font-family:var(--font-display);letter-spacing:-.035em;color:var(--text-primary);margin-bottom:28px;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:800;line-height:1.05}.Hero-module__JgYmMq__titleLine{display:block}.Hero-module__JgYmMq__gradientWord{background:linear-gradient(135deg,var(--accent),#00ffbe,var(--accent));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite Hero-module__JgYmMq__gradientShift}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);max-width:460px;margin-bottom:40px;font-size:1.06rem;font-weight:400;line-height:1.75}.Hero-module__JgYmMq__actions{gap:14px;margin-bottom:56px;display:flex}.Hero-module__JgYmMq__ctaPrimary{background:var(--accent);color:var(--bg-primary);letter-spacing:-.01em;border-radius:var(--radius-md);transition:all .25s var(--ease-out);justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 1px 2px #0003,inset 0 1px #ffffff26}.Hero-module__JgYmMq__ctaPrimary:hover{background:var(--accent-bright);transform:translateY(-1px);box-shadow:0 4px 16px #00d4a040,inset 0 1px #fff3}.Hero-module__JgYmMq__ctaSecondary{border:1px solid var(--border-medium);color:var(--text-primary);letter-spacing:-.01em;border-radius:var(--radius-md);transition:all .25s var(--ease-out);background:#ffffff0d;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__JgYmMq__ctaSecondary:hover{border-color:var(--border-bright);background:#ffffff14;transform:translateY(-1px)}.Hero-module__JgYmMq__trustBar{align-items:center;gap:18px;display:flex}.Hero-module__JgYmMq__trustItem{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:.68rem;font-weight:500;display:flex}.Hero-module__JgYmMq__trustItem svg{color:var(--accent);opacity:.6}.Hero-module__JgYmMq__trustSep{background:var(--text-tertiary);opacity:.3;border-radius:50%;width:3px;height:3px}.Hero-module__JgYmMq__heroVisual{perspective:1200px}.Hero-module__JgYmMq__dashboardWrapper{will-change:transform;position:relative}.Hero-module__JgYmMq__dashboardMockup{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 32px 80px #0006,0 0 0 1px #ffffff08,inset 0 1px #ffffff0a}.Hero-module__JgYmMq__chromeBar{border-bottom:1px solid var(--border);background:#0000004d;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.Hero-module__JgYmMq__chromeDots{gap:5px;display:flex}.Hero-module__JgYmMq__dotRed{background:#ff5f57;border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__dotYellow{background:#ffbd2e;border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__dotGreen{background:#27c93f;border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__chromeUrl{font-family:var(--font-mono);color:var(--text-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff0a;align-items:center;gap:4px;padding:3px 10px;font-size:.62rem;display:flex}.Hero-module__JgYmMq__lockIcon{font-size:.55rem}.Hero-module__JgYmMq__kpiRow{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.Hero-module__JgYmMq__kpiCard{background:var(--bg-surface);flex-direction:column;gap:2px;padding:18px 16px;display:flex}.Hero-module__JgYmMq__kpiLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);font-size:.58rem;font-weight:500}.Hero-module__JgYmMq__kpiValue{font-family:var(--font-mono);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.35rem;font-weight:700;line-height:1.3}.Hero-module__JgYmMq__kpiUnit{color:var(--text-tertiary);font-size:.7rem;font-weight:500}.Hero-module__JgYmMq__kpiTrend{font-family:var(--font-mono);color:var(--accent);align-items:center;gap:3px;font-size:.62rem;font-weight:600;display:flex}.Hero-module__JgYmMq__kpiTrendUp{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:3px;font-size:.62rem;font-weight:600;display:flex}.Hero-module__JgYmMq__chartSection{padding:16px}.Hero-module__JgYmMq__chartHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.Hero-module__JgYmMq__chartTitle{color:var(--text-primary);font-size:.82rem;font-weight:600}.Hero-module__JgYmMq__chartPeriod{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff0a;padding:3px 8px;font-size:.6rem}.Hero-module__JgYmMq__chartBars{flex-direction:column;gap:8px;display:flex}.Hero-module__JgYmMq__barRow{grid-template-columns:18px 80px 1fr 32px;align-items:center;gap:8px;display:grid}.Hero-module__JgYmMq__barIcon{color:var(--text-tertiary);align-items:center;display:flex}.Hero-module__JgYmMq__barLabel{font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.02em;font-size:.65rem}.Hero-module__JgYmMq__barTrack{border-radius:var(--radius-full);background:#ffffff0a;height:5px;overflow:hidden}.Hero-module__JgYmMq__barFill{background:linear-gradient(90deg,var(--accent-dim),var(--accent));border-radius:var(--radius-full);height:100%}.Hero-module__JgYmMq__barPct{font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;font-variant-numeric:tabular-nums;font-size:.62rem}.Hero-module__JgYmMq__complianceStrip{border-top:1px solid var(--border);background:#00000026;gap:16px;padding:10px 16px;display:flex}.Hero-module__JgYmMq__complianceItem{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;font-size:.6rem;font-weight:500;display:flex}.Hero-module__JgYmMq__complianceDot{background:var(--accent);opacity:.6;border-radius:50%;width:5px;height:5px}.Hero-module__JgYmMq__floatingBadge{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;z-index:5;align-items:center;gap:6px;padding:8px 14px;font-size:.65rem;font-weight:500;display:flex;position:absolute;box-shadow:0 8px 32px #0000004d}.Hero-module__JgYmMq__floatingBadge svg{color:var(--accent)}.Hero-module__JgYmMq__floatingBadge1{top:-12px;right:-20px}.Hero-module__JgYmMq__floatingBadge2{bottom:40px;left:-30px}@media (max-width:1024px){.Hero-module__JgYmMq__heroGrid{grid-template-columns:1fr;gap:56px}.Hero-module__JgYmMq__floatingBadge1{top:-10px;right:10px}.Hero-module__JgYmMq__floatingBadge2{bottom:20px;left:10px}}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding-top:calc(var(--nav-height) + 48px);min-height:auto;padding-bottom:64px}.Hero-module__JgYmMq__title{font-size:clamp(2.2rem,6vw,3.2rem)}.Hero-module__JgYmMq__actions{flex-direction:column}.Hero-module__JgYmMq__ctaPrimary,.Hero-module__JgYmMq__ctaSecondary{justify-content:center;width:100%}.Hero-module__JgYmMq__kpiRow{grid-template-columns:1fr}.Hero-module__JgYmMq__barRow{grid-template-columns:18px 60px 1fr 28px}.Hero-module__JgYmMq__trustBar{flex-wrap:wrap;gap:12px}.Hero-module__JgYmMq__floatingBadge{display:none}}@media (max-width:480px){.Hero-module__JgYmMq__title{font-size:1.9rem}.Hero-module__JgYmMq__complianceStrip{flex-wrap:wrap;gap:8px}}
.SocialProof-module__Z4Tylq__socialProof{background:var(--bg-surface);border-bottom:1px solid var(--border);border-top:1px solid var(--border);padding:56px 0}.SocialProof-module__Z4Tylq__inner{text-align:center}.SocialProof-module__Z4Tylq__label{color:var(--text-tertiary);letter-spacing:.01em;max-width:none;margin-bottom:32px;font-size:.88rem}.SocialProof-module__Z4Tylq__label strong{color:var(--text-secondary)}.SocialProof-module__Z4Tylq__logoRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.SocialProof-module__Z4Tylq__logoItem{opacity:.35;cursor:default;flex-direction:column;align-items:center;gap:6px;transition:opacity .4s;display:flex}.SocialProof-module__Z4Tylq__logoItem:hover{opacity:.6}.SocialProof-module__Z4Tylq__logoAbbr{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.SocialProof-module__Z4Tylq__logoName{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-weight:500}@media (max-width:600px){.SocialProof-module__Z4Tylq__logoRow{gap:32px}.SocialProof-module__Z4Tylq__logoAbbr{font-size:1.3rem}}
.DashboardPreview-module__tHqkcG__section{background:var(--bg-dark);padding:80px 0 60px;position:relative;overflow:hidden}.DashboardPreview-module__tHqkcG__header{text-align:center;margin-bottom:var(--space-4xl)}.DashboardPreview-module__tHqkcG__header h2{color:#f1f5f9}.DashboardPreview-module__tHqkcG__subtitle{max-width:600px;margin:var(--space-lg)auto 0;font-size:1.2rem;line-height:1.8;color:#94a3b8!important}.DashboardPreview-module__tHqkcG__dashboardWrapper{perspective:1200px;width:100%;max-width:960px;margin:0 auto;position:relative}.DashboardPreview-module__tHqkcG__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__tHqkcG__dashboardFrame:hover{transform:perspective(1200px)rotateX(0)translateY(-4px)}.DashboardPreview-module__tHqkcG__browserBar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:14px 20px;display:flex}.DashboardPreview-module__tHqkcG__browserDots{gap:7px;display:flex}.DashboardPreview-module__tHqkcG__browserDots span{border-radius:50%;width:11px;height:11px}.DashboardPreview-module__tHqkcG__browserDots span:first-child{background:#ff5f57}.DashboardPreview-module__tHqkcG__browserDots span:nth-child(2){background:#ffbd2e}.DashboardPreview-module__tHqkcG__browserDots span:nth-child(3){background:#28c840}.DashboardPreview-module__tHqkcG__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__tHqkcG__dashboardContent{padding:28px 32px}.DashboardPreview-module__tHqkcG__dashHeader{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.DashboardPreview-module__tHqkcG__dashLogo{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.DashboardPreview-module__tHqkcG__dashLive{color:#34d399;align-items:center;gap:8px;font-size:.8rem;font-weight:500;display:flex}.DashboardPreview-module__tHqkcG__livePulse{background:#34d399;border-radius:50%;width:9px;height:9px;animation:2s ease-in-out infinite DashboardPreview-module__tHqkcG__pulseGlow;box-shadow:0 0 10px #34d39999}.DashboardPreview-module__tHqkcG__metricsRow{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;display:grid}.DashboardPreview-module__tHqkcG__metricCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:20px}.DashboardPreview-module__tHqkcG__metricLabel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.72rem;font-weight:600}.DashboardPreview-module__tHqkcG__metricValue{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.8rem;font-weight:800;line-height:1.2}.DashboardPreview-module__tHqkcG__metricUnit{color:#64748b;margin-left:3px;font-size:.88rem;font-weight:500}.DashboardPreview-module__tHqkcG__metricTrend{color:#475569;margin-top:8px;font-size:.75rem}.DashboardPreview-module__tHqkcG__trendDown{color:#34d399;font-weight:600}.DashboardPreview-module__tHqkcG__chartSection{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:24px}.DashboardPreview-module__tHqkcG__chartHeader{color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.88rem;font-weight:600;display:flex}.DashboardPreview-module__tHqkcG__chartTabs{gap:4px;display:flex}.DashboardPreview-module__tHqkcG__chartTabs span{color:#475569;cursor:pointer;border-radius:6px;padding:5px 14px;font-size:.75rem;transition:all .2s}.DashboardPreview-module__tHqkcG__chartTabActive{color:#34d399!important;background:#10b9811f!important}.DashboardPreview-module__tHqkcG__chartBars{align-items:flex-end;gap:10px;height:140px;padding:0 4px;display:flex}.DashboardPreview-module__tHqkcG__bar{background:linear-gradient(#10b98133,#10b98199);border-radius:4px 4px 0 0;flex:1;min-height:4px;transition:background .3s}.DashboardPreview-module__tHqkcG__bar:hover{background:linear-gradient(#10b98180,#34d399)}.DashboardPreview-module__tHqkcG__bar:nth-child(8){background:linear-gradient(#10b98166,#10b981)}.DashboardPreview-module__tHqkcG__chartLabels{gap:10px;padding:14px 4px 0;display:flex}.DashboardPreview-module__tHqkcG__chartLabels span{text-align:center;color:#334155;flex:1;font-size:.65rem;font-weight:500}.DashboardPreview-module__tHqkcG__dashboardGlow{filter:blur(30px);pointer-events:none;background:radial-gradient(#10b98126 0%,#0000 70%);height:80px;position:absolute;bottom:-40px;left:10%;right:10%}.DashboardPreview-module__tHqkcG__statCards{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.DashboardPreview-module__tHqkcG__statCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;gap:16px;padding:24px;transition:all .3s;display:flex}.DashboardPreview-module__tHqkcG__statCard:hover{background:#ffffff12;border-color:#10b98133;transform:translateY(-2px)}.DashboardPreview-module__tHqkcG__statIcon{background:#10b9811f;border:1px solid #10b98133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.DashboardPreview-module__tHqkcG__statContent{flex:1}.DashboardPreview-module__tHqkcG__statTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:6px;font-size:.95rem;font-weight:700}.DashboardPreview-module__tHqkcG__statDesc{color:#94a3b8;margin:0;font-size:.82rem;line-height:1.6}.DashboardPreview-module__tHqkcG__ctaRow{justify-content:center;align-items:center;gap:24px;margin-top:40px;padding-bottom:20px;display:flex}.DashboardPreview-module__tHqkcG__ctaPrimary{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;align-items:center;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #10b9814d}.DashboardPreview-module__tHqkcG__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #10b98166}.DashboardPreview-module__tHqkcG__ctaSecondary{color:#94a3b8;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s}.DashboardPreview-module__tHqkcG__ctaSecondary:hover{color:#34d399}@media (max-width:768px){.DashboardPreview-module__tHqkcG__metricsRow{grid-template-columns:1fr;gap:12px}.DashboardPreview-module__tHqkcG__dashboardContent{padding:20px 16px}.DashboardPreview-module__tHqkcG__chartBars{height:100px}.DashboardPreview-module__tHqkcG__statCards{grid-template-columns:1fr}.DashboardPreview-module__tHqkcG__ctaRow{flex-direction:column;gap:16px}}@keyframes DashboardPreview-module__tHqkcG__pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}
.Products-module__vGHnKa__products{background:var(--bg-primary);padding:80px 0 0}.Products-module__vGHnKa__sectionHeader{text-align:center;margin-bottom:32px}.Products-module__vGHnKa__sectionHeader h2{color:var(--text-primary)}.Products-module__vGHnKa__sectionHeader p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary);font-size:1.1rem}.Products-module__vGHnKa__productStrip{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:0;max-width:720px;margin:0 auto 48px;padding:18px 32px;display:flex}.Products-module__vGHnKa__stripItem{flex:1;align-items:center;gap:14px;display:flex}.Products-module__vGHnKa__stripItem div{flex-direction:column;gap:2px;display:flex}.Products-module__vGHnKa__stripItem strong{color:var(--text-primary);font-size:.92rem;font-weight:700}.Products-module__vGHnKa__stripItem span{color:var(--text-tertiary);font-size:.78rem}.Products-module__vGHnKa__stripIconGreen{color:var(--accent);flex-shrink:0}.Products-module__vGHnKa__stripIconPurple{color:#818cf8;flex-shrink:0}.Products-module__vGHnKa__stripDivider{background:var(--border);flex-shrink:0;width:1px;height:40px;margin:0 32px}.Products-module__vGHnKa__cpBlock{background:linear-gradient(165deg,var(--bg-primary)0%,var(--bg-surface)40%,var(--bg-elevated)100%);padding:80px 0;position:relative;overflow:hidden}.Products-module__vGHnKa__cpBlock:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4a00d 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;right:-200px}.Products-module__vGHnKa__cpGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:60px;display:grid}.Products-module__vGHnKa__cpText h3{color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800;line-height:1.25}.Products-module__vGHnKa__cpText>p{color:var(--text-secondary);max-width:500px;margin-bottom:28px;font-size:1rem;line-height:1.8}.Products-module__vGHnKa__productTag{background:var(--accent-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;border:1px solid #00d4a040;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.Products-module__vGHnKa__cpFeatureGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}.Products-module__vGHnKa__cpFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.Products-module__vGHnKa__cpFeatureIcon{color:var(--accent);flex-shrink:0;margin-top:2px}.Products-module__vGHnKa__cpLink{color:var(--accent);transition:all .25s var(--ease-out);align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.Products-module__vGHnKa__cpLink:hover{color:var(--accent-bright);gap:12px}.Products-module__vGHnKa__cpDashboard{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;box-shadow:0 30px 80px #0006,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0d}.Products-module__vGHnKa__cpDashHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Products-module__vGHnKa__cpDashLogo{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.Products-module__vGHnKa__cpDashLive{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;font-size:.7rem;font-weight:500;display:flex}.Products-module__vGHnKa__cpLiveDot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Products-module__vGHnKa__livePulse;box-shadow:0 0 8px #00d4a080}.Products-module__vGHnKa__cpMetrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.Products-module__vGHnKa__cpMetricCard{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff08;padding:16px}.Products-module__vGHnKa__cpMetricValue{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.3rem;font-weight:700;line-height:1.2}.Products-module__vGHnKa__cpMetricLabel{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-top:6px;font-size:.62rem;font-weight:600}.Products-module__vGHnKa__cpMetricTrend{font-family:var(--font-mono);color:var(--text-tertiary);margin-top:4px;font-size:.68rem}.Products-module__vGHnKa__cpTrendDown{color:var(--accent);font-weight:600}.Products-module__vGHnKa__cpModeBar{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff05;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;display:flex}.Products-module__vGHnKa__cpModeItem{align-items:center;gap:10px;display:flex}.Products-module__vGHnKa__cpModeLabel{font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;width:36px;font-size:.68rem;font-weight:600}.Products-module__vGHnKa__cpModeBarTrack{background:#ffffff0a;border-radius:3px;flex:1;height:6px;overflow:hidden}.Products-module__vGHnKa__cpModeBarFill{background:linear-gradient(90deg,var(--accent),var(--accent-bright));border-radius:3px;height:100%}.Products-module__vGHnKa__cpModePct{font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;width:30px;font-size:.68rem;font-weight:500}.Products-module__vGHnKa__cpTable{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.Products-module__vGHnKa__cpTableHead{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;background:#ffffff08;grid-template-columns:1.2fr .8fr .8fr 1fr .9fr;gap:8px;padding:10px 16px;font-size:.62rem;font-weight:600;display:grid}.Products-module__vGHnKa__cpTableRow{color:var(--text-secondary);border-top:1px solid var(--border);grid-template-columns:1.2fr .8fr .8fr 1fr .9fr;gap:8px;padding:10px 16px;font-size:.78rem;transition:background .2s;display:grid}.Products-module__vGHnKa__cpTableRow:hover{background:#ffffff05}.Products-module__vGHnKa__cpTableRoute{color:var(--text-primary);font-weight:600;font-family:var(--font-mono);font-size:.75rem}.Products-module__vGHnKa__cpTableMode{color:var(--accent);font-weight:500}.Products-module__vGHnKa__cpTableCo2{color:var(--text-primary);font-weight:600}.Products-module__vGHnKa__cpTableStatus{color:var(--accent);font-size:.72rem;font-weight:500}.Products-module__vGHnKa__cpStatusProcessing{color:#f59e0b}.Products-module__vGHnKa__vaiBlock{background:linear-gradient(165deg,#0c0f1f 0%,#121530 40%,#181b3a 100%);padding:80px 0;position:relative;overflow:hidden}.Products-module__vGHnKa__vaiBlock:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f10f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-200px;left:-200px}.Products-module__vGHnKa__vaiGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Products-module__vGHnKa__productTagAI{border-radius:var(--radius-full);font-family:var(--font-mono);color:#818cf8;text-transform:uppercase;letter-spacing:.06em;background:#6366f11a;border:1px solid #6366f140;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.Products-module__vGHnKa__vaiText h3{color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800;line-height:1.25}.Products-module__vGHnKa__vaiText>p{color:var(--text-secondary);max-width:500px;margin-bottom:28px;font-size:1rem;line-height:1.8}.Products-module__vGHnKa__vaiFeatureList{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.Products-module__vGHnKa__vaiFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.Products-module__vGHnKa__vaiCheckIcon{color:#818cf8;flex-shrink:0;margin-top:2px}.Products-module__vGHnKa__vaiLink{color:#818cf8;transition:all .25s var(--ease-out);align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.Products-module__vGHnKa__vaiLink:hover{color:#a5b4fc;gap:12px}.Products-module__vGHnKa__vaiPipeline{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #6366f11f;padding:28px;box-shadow:0 20px 60px #0000004d}.Products-module__vGHnKa__vaiPipelineTitle{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.68rem;font-weight:600}.Products-module__vGHnKa__vaiStep{align-items:center;gap:16px;padding:14px 0;display:flex;position:relative}.Products-module__vGHnKa__vaiStepIcon{border-radius:var(--radius-md);width:48px;height:48px;transition:transform .2s var(--ease-out);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Products-module__vGHnKa__vaiStep:hover .Products-module__vGHnKa__vaiStepIcon{transform:scale(1.05)}.Products-module__vGHnKa__vaiStepContent{flex:1}.Products-module__vGHnKa__vaiStepLabel{color:var(--text-primary);margin-bottom:2px;font-size:.92rem;font-weight:700}.Products-module__vGHnKa__vaiStepDesc{color:var(--text-tertiary);font-size:.78rem}.Products-module__vGHnKa__vaiStepConnector{background:#6366f126;width:2px;height:14px;position:absolute;top:62px;left:23px}.Products-module__vGHnKa__vaiStats{gap:12px;margin-top:20px;display:flex}.Products-module__vGHnKa__vaiStatBadge{text-align:center;border-radius:var(--radius-md);color:var(--text-secondary);background:#6366f10f;border:1px solid #6366f11f;flex:1;padding:12px 8px;font-size:.78rem}.Products-module__vGHnKa__vaiStatBadge strong{font-family:var(--font-mono);color:#818cf8;margin-bottom:2px;font-size:1.1rem;font-weight:700;display:block}@media (max-width:968px){.Products-module__vGHnKa__cpGrid,.Products-module__vGHnKa__vaiGrid{grid-template-columns:1fr;gap:40px}.Products-module__vGHnKa__cpFeatureGrid{grid-template-columns:1fr}.Products-module__vGHnKa__productStrip{flex-direction:column;gap:16px}.Products-module__vGHnKa__stripDivider{width:100%;height:1px;margin:0}}@media (max-width:600px){.Products-module__vGHnKa__cpMetrics{grid-template-columns:1fr}.Products-module__vGHnKa__cpTableHead,.Products-module__vGHnKa__cpTableRow{grid-template-columns:1fr 1fr;font-size:.72rem}.Products-module__vGHnKa__cpTableHead span:nth-child(n+4),.Products-module__vGHnKa__cpTableRow span:nth-child(n+4){display:none}.Products-module__vGHnKa__vaiStats{flex-direction:column}}@keyframes Products-module__vGHnKa__livePulse{0%,to{opacity:.4;box-shadow:0 0 4px #00d4a04d}50%{opacity:1;box-shadow:0 0 12px #00d4a099}}
.Problem-module__u1KM3q__problemDark{padding:var(--space-5xl)0 var(--space-3xl);background:var(--bg-primary);position:relative}.Problem-module__u1KM3q__darkHeader{text-align:center;margin-bottom:var(--space-3xl)}.Problem-module__u1KM3q__darkBadge{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--danger);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-lg);background:#ff4d4d14;border:1px solid #ff4d4d26;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.Problem-module__u1KM3q__darkHeader h2{color:var(--text-primary)}.Problem-module__u1KM3q__dimText{color:var(--text-tertiary)}.Problem-module__u1KM3q__darkSubtitle{max-width:580px;margin:var(--space-md)auto 0;font-size:1.05rem;color:var(--text-secondary)!important}.Problem-module__u1KM3q__painGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Problem-module__u1KM3q__painCard{padding:var(--space-xl);border-radius:var(--radius-md);transition:all var(--transition-smooth);background:#ff4d4d0a;border:1px solid #ff4d4d14}.Problem-module__u1KM3q__painCard:hover{background:#ff4d4d0f;border-color:#ff4d4d26;transform:translateY(-2px)}.Problem-module__u1KM3q__painIcon{border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);color:var(--danger);background:#ff4d4d14;justify-content:center;align-items:center;display:flex}.Problem-module__u1KM3q__painCard h4{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.05rem}.Problem-module__u1KM3q__painCard p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.Problem-module__u1KM3q__transitionArrow{padding:var(--space-xl)0 0;color:var(--accent);justify-content:center;animation:2s ease-in-out infinite Problem-module__u1KM3q__bounceDown;display:flex}@keyframes Problem-module__u1KM3q__bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.Problem-module__u1KM3q__solutionLight{padding:var(--space-5xl)0;background:var(--bg-primary)}.Problem-module__u1KM3q__lightHeader{text-align:center;margin-bottom:var(--space-3xl)}.Problem-module__u1KM3q__lightHeader h2{color:var(--text-primary)}.Problem-module__u1KM3q__lightHeader p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary)}.Problem-module__u1KM3q__solutionGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.Problem-module__u1KM3q__solutionCard{padding:var(--space-xl);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none;transition:all var(--transition-smooth)}.Problem-module__u1KM3q__solutionCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Problem-module__u1KM3q__solIcon{background:var(--accent-subtle);border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);color:var(--accent);justify-content:center;align-items:center;display:flex}.Problem-module__u1KM3q__solutionCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.05rem}.Problem-module__u1KM3q__solutionCard p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}@media (max-width:968px){.Problem-module__u1KM3q__painGrid{grid-template-columns:1fr}.Problem-module__u1KM3q__solutionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Problem-module__u1KM3q__solutionGrid{grid-template-columns:1fr}}
.Features-module__MNwinW__features{padding:var(--space-6xl)0;background:var(--bg-surface)}.Features-module__MNwinW__header{text-align:center;margin-bottom:var(--space-4xl)}.Features-module__MNwinW__header h2{color:var(--text-primary)}.Features-module__MNwinW__header p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary)}.Features-module__MNwinW__bentoGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;display:grid}.Features-module__MNwinW__bentoCard{padding:var(--space-xl);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none;transition:all var(--transition-smooth);flex-direction:column;display:flex}.Features-module__MNwinW__bentoCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Features-module__MNwinW__bentoLarge{grid-column:span 2}.Features-module__MNwinW__cardTop{margin-bottom:var(--space-lg);justify-content:space-between;align-items:flex-start;display:flex}.Features-module__MNwinW__featureIcon{background:var(--accent-subtle);border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent);border:1px solid #00d4a026;justify-content:center;align-items:center;display:flex}.Features-module__MNwinW__featureTag{font-family:var(--font-mono);border-radius:var(--radius-full);color:var(--text-tertiary);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;background:#ffffff0a;padding:4px 12px;font-size:.62rem;font-weight:600}.Features-module__MNwinW__bentoCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.Features-module__MNwinW__bentoCard p{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.65}.Features-module__MNwinW__cardMetric{align-items:baseline;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border);display:flex}.Features-module__MNwinW__metricValue{font-family:var(--font-mono);color:var(--accent);letter-spacing:-.02em;font-size:2rem;font-weight:700}.Features-module__MNwinW__metricLabel{color:var(--text-tertiary);font-size:.82rem;font-weight:500}@media (max-width:968px){.Features-module__MNwinW__bentoGrid{grid-template-columns:repeat(2,1fr)}.Features-module__MNwinW__bentoLarge{grid-column:span 2}}@media (max-width:600px){.Features-module__MNwinW__bentoGrid{grid-template-columns:1fr}.Features-module__MNwinW__bentoLarge{grid-column:span 1}}
.article-module__gFloNW__articleLayout{padding:var(--space-2xl)0;background:var(--bg-primary)}.article-module__gFloNW__articleGrid{gap:var(--space-2xl);grid-template-columns:1fr 300px;align-items:start;display:grid}.article-module__gFloNW__articleHeader{margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light)}.article-module__gFloNW__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__gFloNW__articleHeader h1{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.5rem);line-height:1.2}.article-module__gFloNW__articleMeta{gap:var(--space-lg);color:var(--text-tertiary);font-size:.95rem;display:flex}.article-module__gFloNW__metaItem{align-items:center;gap:6px;display:flex}.article-module__gFloNW__prose{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.article-module__gFloNW__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__gFloNW__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__gFloNW__prose p{margin-bottom:var(--space-md)}.article-module__gFloNW__prose ul,.article-module__gFloNW__prose ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.article-module__gFloNW__prose li{margin-bottom:var(--space-xs)}.article-module__gFloNW__prose code{background:var(--bg-secondary);color:var(--accent-emerald);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.9em}.article-module__gFloNW__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__gFloNW__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__gFloNW__callout h4{color:var(--accent-emerald);margin-bottom:var(--space-sm);align-items:center;gap:8px;font-size:1.1rem;display:flex}.article-module__gFloNW__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__gFloNW__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__gFloNW__tocList{margin:0;padding:0;list-style:none}.article-module__gFloNW__tocList li{margin-bottom:12px}.article-module__gFloNW__tocList a{color:var(--text-tertiary);font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.article-module__gFloNW__tocList a:hover,.article-module__gFloNW__tocList a.article-module__gFloNW__active{color:var(--accent-emerald)}.article-module__gFloNW__sidebarCta{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-light)}.article-module__gFloNW__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.5}@media (max-width:1024px){.article-module__gFloNW__articleGrid{grid-template-columns:1fr}.article-module__gFloNW__sidebar{display:none}}
.resources-module__oEYuna__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__oEYuna__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.resources-module__oEYuna__heroContent h1{margin-bottom:var(--space-md);letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.resources-module__oEYuna__heroContent p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.resources-module__oEYuna__resourcesGrid{padding:var(--space-2xl)0;background:var(--bg-primary)}.resources-module__oEYuna__gridFilter{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.resources-module__oEYuna__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__oEYuna__filterBtn.resources-module__oEYuna__active,.resources-module__oEYuna__filterBtn:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.resources-module__oEYuna__gridLayout{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.resources-module__oEYuna__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__oEYuna__resourceCard:hover{border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.resources-module__oEYuna__cardImage{aspect-ratio:16/9;background:var(--bg-tertiary);border-bottom:1px solid var(--border-light);width:100%;position:relative}.resources-module__oEYuna__cardContent{padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.resources-module__oEYuna__cardBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-emerald);font-size:.75rem;font-weight:700}.resources-module__oEYuna__cardContent h3{margin:0;font-size:1.25rem;line-height:1.3}.resources-module__oEYuna__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__oEYuna__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__oEYuna__cardFooter svg{transition:transform .2s}.resources-module__oEYuna__resourceCard:hover .resources-module__oEYuna__cardFooter svg{transform:translate(4px)}@media (max-width:1024px){.resources-module__oEYuna__gridLayout{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.resources-module__oEYuna__gridLayout{grid-template-columns:1fr}}
.CTA-module__ad7sBG__ctaSection{padding:var(--space-6xl)0;background:var(--bg-primary);position:relative;overflow:hidden}.CTA-module__ad7sBG__ctaBackground{z-index:0;position:absolute;inset:0}.CTA-module__ad7sBG__ctaBgOverlay{z-index:1;background:linear-gradient(#06111fe0 0%,#06111fbf 50%,#06111feb 100%);position:absolute;inset:0}.CTA-module__ad7sBG__ctaSection .CTA-module__ad7sBG__container{z-index:2;position:relative}.CTA-module__ad7sBG__ctaCard{background:var(--bg-surface);border-radius:var(--radius-xl);padding:var(--space-5xl)var(--space-4xl);text-align:center;border:1px solid var(--border);position:relative;overflow:hidden}.CTA-module__ad7sBG__ctaGlow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#00d4a014 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.CTA-module__ad7sBG__ctaContent{z-index:2;position:relative}.CTA-module__ad7sBG__ctaBadge{background:var(--accent-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-xl);border:1px solid #00d4a040;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.CTA-module__ad7sBG__ctaContent h2{color:var(--text-primary);margin-bottom:var(--space-lg);font-size:clamp(1.8rem,3.5vw,2.8rem)}.CTA-module__ad7sBG__ctaContent p{max-width:520px;margin:0 auto var(--space-2xl);font-size:1.1rem;line-height:1.7;color:var(--text-secondary)!important}.CTA-module__ad7sBG__ctaActions{margin-bottom:var(--space-xl);justify-content:center;gap:16px;display:flex}.CTA-module__ad7sBG__ctaPrimary{background:var(--accent);color:var(--bg-primary);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all .3s var(--ease-out);align-items:center;gap:10px;padding:16px 36px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #00d4a033}.CTA-module__ad7sBG__ctaPrimary:hover{background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 8px 32px #00d4a04d}.CTA-module__ad7sBG__ctaSecondary{border:1px solid var(--border-bright);color:var(--text-primary);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all .3s var(--ease-out);background:0 0;align-items:center;gap:10px;padding:16px 36px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.CTA-module__ad7sBG__ctaSecondary:hover{border-color:#ffffff80;transform:translateY(-2px)}.CTA-module__ad7sBG__ctaTrust{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.CTA-module__ad7sBG__ctaTrust span{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:500}@media (max-width:768px){.CTA-module__ad7sBG__ctaCard{padding:var(--space-3xl)var(--space-xl)}.CTA-module__ad7sBG__ctaActions{flex-direction:column;align-items:center}.CTA-module__ad7sBG__ctaPrimary,.CTA-module__ad7sBG__ctaSecondary{justify-content:center;width:100%}.CTA-module__ad7sBG__ctaTrust{gap:16px}}
.blog-module__JsT-Oq__blogHero{padding:calc(var(--nav-height) + 60px)0 40px;background:var(--bg-primary);text-align:center}.blog-module__JsT-Oq__blogHero h1{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,3.2rem)}.blog-module__JsT-Oq__blogHero p{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.7}.blog-module__JsT-Oq__blogFilters{justify-content:center;gap:var(--space-sm);padding:var(--space-lg)0 var(--space-xl);flex-wrap:wrap;display:flex}.blog-module__JsT-Oq__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__JsT-Oq__filterBtn:hover,.blog-module__JsT-Oq__filterBtnActive{color:var(--accent-emerald);background:#10b9811a;border-color:#10b9814d}.blog-module__JsT-Oq__blogGrid{gap:var(--space-xl);padding-bottom:var(--space-4xl);grid-template-columns:repeat(3,1fr);display:grid}.blog-module__JsT-Oq__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__JsT-Oq__blogCard:hover{border-color:#10b9814d;transform:translateY(-6px);box-shadow:0 20px 60px -12px #10b9811f,0 8px 24px -8px #0003}.blog-module__JsT-Oq__cardImage{background:var(--bg-secondary);width:100%;height:200px;position:relative;overflow:hidden}.blog-module__JsT-Oq__cardImage img{object-fit:cover;transition:transform .5s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__cardImage img{transform:scale(1.05)}.blog-module__JsT-Oq__cardBody{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.blog-module__JsT-Oq__cardMeta{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.blog-module__JsT-Oq__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__JsT-Oq__cardDate{color:var(--text-tertiary);font-size:.78rem}.blog-module__JsT-Oq__cardBody h3{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.15rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__cardExcerpt{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.6}.blog-module__JsT-Oq__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__JsT-Oq__postLayout{padding:calc(var(--nav-height) + var(--space-2xl))0 var(--space-4xl);background:var(--bg-primary)}.blog-module__JsT-Oq__postGrid{gap:var(--space-3xl);grid-template-columns:1fr 280px;align-items:start;display:grid}.blog-module__JsT-Oq__postHeader{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-light)}.blog-module__JsT-Oq__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__JsT-Oq__postHeader h1{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2rem,4vw,2.8rem);line-height:1.2}.blog-module__JsT-Oq__postMeta{gap:var(--space-lg);color:var(--text-tertiary);font-size:.92rem;display:flex}.blog-module__JsT-Oq__postMeta span{align-items:center;gap:6px;display:flex}.blog-module__JsT-Oq__postCover{border-radius:var(--radius-xl);width:100%;height:400px;margin-bottom:var(--space-2xl);position:relative;overflow:hidden}.blog-module__JsT-Oq__postCover img{object-fit:cover}.blog-module__JsT-Oq__prose{color:var(--text-secondary);font-size:1.08rem;line-height:1.8}.blog-module__JsT-Oq__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__JsT-Oq__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__JsT-Oq__prose p{margin-bottom:var(--space-md)}.blog-module__JsT-Oq__prose ul,.blog-module__JsT-Oq__prose ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.blog-module__JsT-Oq__prose li{margin-bottom:var(--space-xs)}.blog-module__JsT-Oq__prose strong{color:var(--text-primary);font-weight:600}.blog-module__JsT-Oq__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__JsT-Oq__sidebar{top:calc(var(--nav-height) + var(--space-lg));position:sticky}.blog-module__JsT-Oq__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__JsT-Oq__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__JsT-Oq__relatedList{margin:0;padding:0;list-style:none}.blog-module__JsT-Oq__relatedList li{margin-bottom:var(--space-md)}.blog-module__JsT-Oq__relatedList a{color:var(--text-secondary);font-size:.9rem;line-height:1.4;text-decoration:none;transition:color .2s;display:block}.blog-module__JsT-Oq__relatedList a:hover{color:var(--accent-emerald)}.blog-module__JsT-Oq__relatedDate{color:var(--text-tertiary);margin-top:2px;font-size:.75rem}.blog-module__JsT-Oq__sidebarCta{text-align:center}.blog-module__JsT-Oq__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.88rem;line-height:1.5}.blog-module__JsT-Oq__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__JsT-Oq__backLink:hover{color:var(--accent-emerald)}@media (max-width:1024px){.blog-module__JsT-Oq__blogGrid{grid-template-columns:repeat(2,1fr)}.blog-module__JsT-Oq__postGrid{grid-template-columns:1fr}.blog-module__JsT-Oq__sidebar{display:none}}@media (max-width:640px){.blog-module__JsT-Oq__blogGrid{grid-template-columns:1fr}}
.page-module__OSLHOG__hero{text-align:center;background:var(--bg-dark);padding:140px 0 100px;position:relative;overflow:hidden}.page-module__OSLHOG__heroGlow{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.page-module__OSLHOG__heroGlow:before{content:"";filter:blur(40px);background:radial-gradient(circle,#10b9812e 0%,#10b9810d 40%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:14s ease-in-out infinite page-module__OSLHOG__heroFloat1;position:absolute;top:-180px;left:10%}.page-module__OSLHOG__heroGlow:after{content:"";filter:blur(40px);background:radial-gradient(circle,#06b6d424 0%,#3b82f60f 40%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:18s ease-in-out infinite page-module__OSLHOG__heroFloat2;position:absolute;bottom:-100px;right:5%}@keyframes page-module__OSLHOG__heroFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,30px)scale(1.1)}66%{transform:translate(-30px,-20px)scale(.95)}}@keyframes page-module__OSLHOG__heroFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,-40px)scale(1.08)}66%{transform:translate(40px,20px)scale(.92)}}.page-module__OSLHOG__hero:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#10b9810f 1px,#0000 1px),linear-gradient(90deg,#10b9810f 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,#0000);mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,#0000)}.page-module__OSLHOG__heroContent{z-index:1;position:relative}.page-module__OSLHOG__heroBadge{border-radius:var(--radius-full);color:var(--accent-emerald-light);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:600;font-family:var(--font-body);background:#10b9811f;border:1px solid #10b98140;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1.4rem;animation:.6s ease-out page-module__OSLHOG__fadeInUp;display:inline-flex}.page-module__OSLHOG__heroTitle{font-family:var(--font-heading);color:var(--text-on-dark);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.08;animation:.6s ease-out .1s both page-module__OSLHOG__fadeInUp}.page-module__OSLHOG__heroSubtitle{color:var(--text-on-dark-secondary);max-width:580px;font-size:1.12rem;line-height:1.75;font-family:var(--font-body);margin:0 auto;animation:.6s ease-out .2s both page-module__OSLHOG__fadeInUp}@keyframes page-module__OSLHOG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-module__OSLHOG__contactSection{background:var(--bg-dark);padding:80px 0 120px;position:relative}.page-module__OSLHOG__contactSection:before{content:"";pointer-events:none;background:radial-gradient(50% 80% at 25%,#10b9810a 0%,#0000 70%),radial-gradient(40% 60% at 75% 30%,#06b6d408 0%,#0000 70%);position:absolute;inset:0}.page-module__OSLHOG__contactGrid{z-index:1;grid-template-columns:1.15fr .85fr;align-items:start;gap:3rem;max-width:1160px;margin:0 auto;display:grid;position:relative}.page-module__OSLHOG__formCard{border-radius:var(--radius-xl);background:#0f2847;border:1px solid #1e3a5f;padding:2.75rem 3rem;transition:border-color .4s,box-shadow .4s;animation:.6s ease-out .3s both page-module__OSLHOG__fadeInUp;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000073,0 0 80px #10b9810a,inset 0 1px #ffffff0a}.page-module__OSLHOG__formCard:hover{border-color:#245a3a;box-shadow:0 8px 40px #00000080,0 0 100px #10b9810f,inset 0 1px #ffffff0d}.page-module__OSLHOG__formCard:before{content:"";opacity:.9;background:linear-gradient(90deg,#0000,#10b981,#06b6d4,#0000);height:2px;position:absolute;top:0;left:0;right:0}.page-module__OSLHOG__formCard:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-60px;right:-60px}.page-module__OSLHOG__formHeader{border-bottom:1px solid #1e3a5f;margin-bottom:2.25rem;padding-bottom:1.75rem}.page-module__OSLHOG__formTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:.45rem;font-size:1.4rem;font-weight:700}.page-module__OSLHOG__formSubtitle{color:#94a3b8;font-size:.9rem;line-height:1.6}.page-module__OSLHOG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.page-module__OSLHOG__formGroup{margin-bottom:1.35rem;position:relative}.page-module__OSLHOG__formLabel{color:#7e92ab;letter-spacing:.07em;text-transform:uppercase;font-size:.74rem;font-weight:600;font-family:var(--font-body);align-items:center;gap:.35rem;margin-bottom:.55rem;transition:color .25s;display:flex}.page-module__OSLHOG__formGroup:focus-within .page-module__OSLHOG__formLabel{color:#34d399}.page-module__OSLHOG__formInput{border-radius:var(--radius-md);color:#f1f5f9;width:100%;font-size:.92rem;font-family:var(--font-body);background:#0d2240;border:1.5px solid #1e3a5f;outline:none;padding:14px 18px;transition:all .3s}.page-module__OSLHOG__formInput:hover{background:#112a4d;border-color:#2a4a6e}.page-module__OSLHOG__formInput:focus{background:#0e2d4a;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__OSLHOG__formInput::placeholder{color:#506882;font-weight:400}.page-module__OSLHOG__formTextarea{border-radius:var(--radius-md);color:#f1f5f9;width:100%;font-size:.92rem;font-family:var(--font-body);resize:vertical;background:#0d2240;border:1.5px solid #1e3a5f;outline:none;min-height:130px;padding:14px 18px;line-height:1.6;transition:all .3s}.page-module__OSLHOG__formTextarea:hover{background:#112a4d;border-color:#2a4a6e}.page-module__OSLHOG__formTextarea:focus{background:#0e2d4a;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__OSLHOG__formTextarea::placeholder{color:#506882;font-weight:400}.page-module__OSLHOG__formSelect{border-radius:var(--radius-md);color:#f1f5f9;width:100%;font-size:.92rem;font-family:var(--font-body);appearance:none;cursor:pointer;background:#0d2240 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.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 16px center no-repeat;border:1.5px solid #1e3a5f;outline:none;padding:14px 40px 14px 18px;transition:all .3s}.page-module__OSLHOG__formSelect:hover{border-color:#2a4a6e}.page-module__OSLHOG__formSelect:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__OSLHOG__formSelect option{color:#e2e8f0;background:#1a2744}.page-module__OSLHOG__submitBtn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--accent-emerald)0%,var(--accent-emerald-dark)100%);color:#fff;width:100%;font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;letter-spacing:.02em;border:none;justify-content:center;align-items:center;gap:.6rem;margin-top:.75rem;padding:16px 24px;transition:all .35s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #10b9814d,inset 0 0 0 1px #10b98126}.page-module__OSLHOG__submitBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.page-module__OSLHOG__submitBtn:hover{background:linear-gradient(135deg,var(--accent-emerald-light)0%,var(--accent-emerald)100%);transform:translateY(-2px);box-shadow:0 8px 30px #10b98166,0 0 60px #10b9811f,inset 0 0 0 1px #10b98133}.page-module__OSLHOG__submitBtn:hover:before{left:100%}.page-module__OSLHOG__submitBtn:active{transform:translateY(0);box-shadow:0 2px 10px #10b98140}.page-module__OSLHOG__submitBtn:disabled{opacity:.5;cursor:wait;transform:none}.page-module__OSLHOG__successState{text-align:center;padding:5rem 2rem}.page-module__OSLHOG__successIcon{background:linear-gradient(135deg,#10b98126,#06b6d41a);border:2px solid #10b98140;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.75rem;animation:.5s cubic-bezier(.34,1.56,.64,1) page-module__OSLHOG__scaleIn;display:flex;box-shadow:0 0 40px #10b98126}@keyframes page-module__OSLHOG__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.page-module__OSLHOG__successTitle{font-family:var(--font-heading);color:var(--text-on-dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module__OSLHOG__successText{color:var(--text-on-dark-secondary);max-width:380px;margin:0 auto;font-size:.95rem;line-height:1.7}.page-module__OSLHOG__infoColumn{flex-direction:column;gap:1.25rem;animation:.6s ease-out .45s both page-module__OSLHOG__fadeInUp;display:flex}.page-module__OSLHOG__infoCard{border-radius:var(--radius-xl);background:#0f2847;border:1px solid #1e3a5f;padding:2rem;transition:all .4s}.page-module__OSLHOG__infoCard:hover{border-color:#2a4a6e;box-shadow:0 8px 30px #00000059}.page-module__OSLHOG__infoCardTitle{font-family:var(--font-heading);color:#f1f5f9;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700;display:flex}.page-module__OSLHOG__infoCardTitleIcon{border-radius:var(--radius-sm);background:linear-gradient(135deg,#10b98133,#10b9810f);border:1px solid #10b98133;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module__OSLHOG__contactItem{border-bottom:1px solid #1a3355;align-items:center;gap:1rem;padding:.9rem 0;transition:all .2s;display:flex}.page-module__OSLHOG__contactItem:hover{padding-left:.25rem}.page-module__OSLHOG__contactItem:last-child{border-bottom:none;padding-bottom:0}.page-module__OSLHOG__contactItem:first-child{padding-top:0}.page-module__OSLHOG__contactItemIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#10b9811f,#10b9810a);border:1px solid #10b9811f;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.page-module__OSLHOG__contactItem:hover .page-module__OSLHOG__contactItemIcon{background:linear-gradient(135deg,#10b9812e,#10b98114);border-color:#10b9814d;box-shadow:0 0 20px #10b9811a}.page-module__OSLHOG__contactItemLabel{color:#6b7f99;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600;font-family:var(--font-body);margin-bottom:.2rem}.page-module__OSLHOG__contactItemValue{color:#f1f5f9;font-size:.92rem;font-weight:500}.page-module__OSLHOG__contactItemLink{color:#34d399;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__OSLHOG__contactItemLink:hover{color:#10b981;text-shadow:0 0 20px #10b9814d}.page-module__OSLHOG__whyCard{border-radius:var(--radius-xl);background:#0c2e3a;border:1px solid #1a4a3a;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.page-module__OSLHOG__whyCard:hover{border-color:#10b9814d;transform:translateY(-2px);box-shadow:0 0 40px #10b98114}.page-module__OSLHOG__whyCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-50px;right:-50px}.page-module__OSLHOG__whyCardTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:1.25rem;font-size:1.05rem;font-weight:700;position:relative}.page-module__OSLHOG__whyList{flex-direction:column;gap:.8rem;display:flex;position:relative}.page-module__OSLHOG__whyItem{align-items:flex-start;gap:.65rem;transition:all .2s;display:flex}.page-module__OSLHOG__whyItem:hover{transform:translate(3px)}.page-module__OSLHOG__whyItemIcon{background:linear-gradient(135deg,#10b98133,#10b9810f);border:1px solid #10b98126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.page-module__OSLHOG__whyItemText{color:#94a3b8;font-size:.85rem;line-height:1.55}.page-module__OSLHOG__securityCard{border-radius:var(--radius-xl);background:#101840;border:1px solid #1e2a5f;align-items:flex-start;gap:1rem;padding:1.75rem 2rem;transition:all .4s;display:flex}.page-module__OSLHOG__securityCard:hover{border-color:#6366f133;transform:translateY(-2px);box-shadow:0 0 30px #6366f114}.page-module__OSLHOG__securityIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f126,#6366f10d);border:1px solid #6366f126;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__OSLHOG__securityTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:.4rem;font-size:.95rem;font-weight:700}.page-module__OSLHOG__securityText{color:#94a3b8;margin:0;font-size:.84rem;line-height:1.6}.page-module__OSLHOG__trustStrip{background:var(--bg-dark);padding:0 0 80px}.page-module__OSLHOG__trustInner{border-radius:var(--radius-lg);background:#0c1e38;border:1px solid #1a3355;justify-content:center;align-items:center;gap:2.5rem;max-width:1160px;margin:0 auto;padding:1.35rem 2.5rem;animation:.6s ease-out .6s both page-module__OSLHOG__fadeInUp;display:flex}.page-module__OSLHOG__trustItem{color:#6b7f99;letter-spacing:.03em;white-space:nowrap;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;transition:color .2s;display:flex}.page-module__OSLHOG__trustItem:hover{color:#94a3b8}.page-module__OSLHOG__trustDot{background:var(--accent-emerald);opacity:.5;border-radius:50%;width:7px;height:7px;transition:all .2s;box-shadow:0 0 6px #10b9814d}.page-module__OSLHOG__trustItem:hover .page-module__OSLHOG__trustDot{opacity:1;box-shadow:0 0 12px #10b98180}@media (max-width:1024px){.page-module__OSLHOG__contactGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:900px){.page-module__OSLHOG__contactGrid{grid-template-columns:1fr;gap:2rem}.page-module__OSLHOG__hero{padding:100px 0 60px}.page-module__OSLHOG__formCard{padding:2rem}.page-module__OSLHOG__formRow{grid-template-columns:1fr}.page-module__OSLHOG__trustInner{flex-wrap:wrap;justify-content:center;gap:1.5rem}.page-module__OSLHOG__contactSection{padding:40px 0 80px}}@media (max-width:600px){.page-module__OSLHOG__hero{padding:80px 0 40px}.page-module__OSLHOG__formCard{border-radius:var(--radius-lg);padding:1.5rem}.page-module__OSLHOG__contactSection{padding:30px 0 60px}.page-module__OSLHOG__trustStrip{padding:0 0 60px}.page-module__OSLHOG__trustInner{gap:1rem;padding:1rem 1.5rem}.page-module__OSLHOG__infoCard,.page-module__OSLHOG__whyCard,.page-module__OSLHOG__securityCard{padding:1.5rem}}
.platform-module__d3cmqG__platformHero{padding:calc(var(--nav-height) + 80px)0 80px;text-align:center;background:var(--bg-primary);position:relative;overflow:hidden}.platform-module__d3cmqG__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__d3cmqG__platformHeroInner{z-index:2;max-width:800px;margin:0 auto;position:relative}.platform-module__d3cmqG__platformHeroInner h1{margin-bottom:var(--space-lg)}.platform-module__d3cmqG__platformHeroInner>p{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:1.15rem;line-height:1.75}.platform-module__d3cmqG__heroActions{gap:var(--space-md);justify-content:center;display:flex}.platform-module__d3cmqG__heroActions a{text-decoration:none}.platform-module__d3cmqG__sectionLight{padding:var(--space-6xl)0;background:var(--bg-primary)}.platform-module__d3cmqG__sectionAlt{padding:var(--space-6xl)0;background:var(--bg-secondary)}.platform-module__d3cmqG__sectionDark{padding:var(--space-6xl)0;background:var(--bg-dark);color:var(--text-on-dark)}.platform-module__d3cmqG__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.platform-module__d3cmqG__sectionHeader h2{margin-bottom:var(--space-md)}.platform-module__d3cmqG__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.platform-module__d3cmqG__featureGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.platform-module__d3cmqG__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__d3cmqG__featureCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.platform-module__d3cmqG__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__d3cmqG__featureCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.platform-module__d3cmqG__featureCard p{color:var(--text-tertiary);font-size:.9rem;line-height:1.65}.platform-module__d3cmqG__splitSection{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.platform-module__d3cmqG__splitReverse{direction:rtl}.platform-module__d3cmqG__splitReverse>*{direction:ltr}.platform-module__d3cmqG__splitText h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.6rem}.platform-module__d3cmqG__splitText p{color:var(--text-secondary);margin-bottom:var(--space-lg);line-height:1.75}.platform-module__d3cmqG__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__d3cmqG__stepFlow{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.platform-module__d3cmqG__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__d3cmqG__stepItem{text-align:center;z-index:1;position:relative}.platform-module__d3cmqG__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__d3cmqG__stepItem h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.05rem}.platform-module__d3cmqG__stepItem p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}.platform-module__d3cmqG__specGrid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.platform-module__d3cmqG__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__d3cmqG__specCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:.95rem}.platform-module__d3cmqG__specCard p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}.platform-module__d3cmqG__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__d3cmqG__pipelineFlow{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-xl)0;flex-wrap:wrap;display:flex}.platform-module__d3cmqG__pipelineNode{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.platform-module__d3cmqG__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__d3cmqG__pipelineNodeLabel{color:var(--text-secondary);text-align:center;font-size:.78rem;font-weight:500}.platform-module__d3cmqG__pipelineArrow{color:var(--border-medium);flex-shrink:0}.platform-module__d3cmqG__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__d3cmqG__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__d3cmqG__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.platform-module__d3cmqG__ctaBanner p{color:var(--text-on-dark-secondary);margin-bottom:var(--space-xl);z-index:1;position:relative}.platform-module__d3cmqG__ctaBanner .platform-module__d3cmqG__heroActions{z-index:1;position:relative}@media (max-width:968px){.platform-module__d3cmqG__featureGrid{grid-template-columns:repeat(2,1fr)}.platform-module__d3cmqG__splitSection{grid-template-columns:1fr}.platform-module__d3cmqG__splitReverse{direction:ltr}.platform-module__d3cmqG__stepFlow{grid-template-columns:repeat(2,1fr)}.platform-module__d3cmqG__stepFlow:before{display:none}}@media (max-width:600px){.platform-module__d3cmqG__featureGrid,.platform-module__d3cmqG__stepFlow,.platform-module__d3cmqG__specGrid{grid-template-columns:1fr}.platform-module__d3cmqG__heroActions{flex-direction:column;align-items:center}.platform-module__d3cmqG__pipelineFlow{flex-direction:column}}
.solutions-module__y3n07G__solutionHero{padding:calc(var(--nav-height) + 80px)0 80px;background:var(--bg-primary);position:relative;overflow:hidden}.solutions-module__y3n07G__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__y3n07G__heroGrid{gap:var(--space-4xl);z-index:2;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.solutions-module__y3n07G__heroText h1{margin-bottom:var(--space-lg)}.solutions-module__y3n07G__heroText>p{color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:520px;font-size:1.1rem;line-height:1.75}.solutions-module__y3n07G__heroActions{gap:var(--space-md);display:flex}.solutions-module__y3n07G__heroActions a{text-decoration:none}.solutions-module__y3n07G__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__y3n07G__sectionLight{padding:var(--space-6xl)0;background:var(--bg-primary)}.solutions-module__y3n07G__sectionAlt{padding:var(--space-6xl)0;background:var(--bg-secondary)}.solutions-module__y3n07G__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.solutions-module__y3n07G__sectionHeader h2{margin-bottom:var(--space-md)}.solutions-module__y3n07G__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.solutions-module__y3n07G__benefitGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.solutions-module__y3n07G__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__y3n07G__benefitCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.solutions-module__y3n07G__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__y3n07G__benefitCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.solutions-module__y3n07G__benefitCard p{color:var(--text-tertiary);font-size:.9rem;line-height:1.65}.solutions-module__y3n07G__splitSection{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.solutions-module__y3n07G__splitText h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.5rem}.solutions-module__y3n07G__splitText p{color:var(--text-secondary);margin-bottom:var(--space-md);line-height:1.75}.solutions-module__y3n07G__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__y3n07G__checklist{gap:var(--space-md);flex-direction:column;display:flex}.solutions-module__y3n07G__checkItem{align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);font-size:.95rem;line-height:1.6;display:flex}.solutions-module__y3n07G__checkItem svg{color:var(--accent-emerald);flex-shrink:0;margin-top:3px}.solutions-module__y3n07G__statRow{gap:var(--space-lg);padding:var(--space-3xl)0;grid-template-columns:repeat(4,1fr);display:grid}.solutions-module__y3n07G__statItem{text-align:center}.solutions-module__y3n07G__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__y3n07G__statLabel{color:var(--text-secondary);font-size:.88rem;font-weight:500}.solutions-module__y3n07G__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__y3n07G__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__y3n07G__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.solutions-module__y3n07G__ctaBanner p{color:var(--text-on-dark-secondary);margin-bottom:var(--space-xl);z-index:1;position:relative}.solutions-module__y3n07G__ctaBanner .solutions-module__y3n07G__heroActions{z-index:1;justify-content:center;position:relative}@media (max-width:968px){.solutions-module__y3n07G__heroGrid{grid-template-columns:1fr}.solutions-module__y3n07G__benefitGrid{grid-template-columns:repeat(2,1fr)}.solutions-module__y3n07G__splitSection{grid-template-columns:1fr}.solutions-module__y3n07G__statRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.solutions-module__y3n07G__benefitGrid,.solutions-module__y3n07G__statRow{grid-template-columns:1fr}.solutions-module__y3n07G__heroActions{flex-direction:column}}
.Stats-module__Lag95a__stats{padding:var(--space-6xl)0;background:var(--bg-surface);position:relative;overflow:hidden}.Stats-module__Lag95a__meshBg{pointer-events:none;position:absolute;inset:0}.Stats-module__Lag95a__meshOrb1{filter:blur(60px);background:radial-gradient(circle,#00d4a00f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:14s ease-in-out infinite Stats-module__Lag95a__meshFloat;position:absolute;top:-30%;left:-10%}.Stats-module__Lag95a__meshOrb2{filter:blur(60px);background:radial-gradient(circle,#00d4a00a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:18s ease-in-out infinite Stats-module__Lag95a__meshFloat2;position:absolute;bottom:-30%;right:-10%}.Stats-module__Lag95a__header{text-align:center;margin-bottom:var(--space-4xl);z-index:2;position:relative}.Stats-module__Lag95a__statsBadge{background:var(--accent-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-lg);border:1px solid #00d4a033;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.Stats-module__Lag95a__header h2{color:var(--text-primary)}.Stats-module__Lag95a__gradientText{background:linear-gradient(135deg,var(--accent),var(--accent-bright));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Stats-module__Lag95a__header p{max-width:none;font-size:1.05rem;color:var(--text-secondary)!important}.Stats-module__Lag95a__grid{gap:var(--space-lg);z-index:2;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.Stats-module__Lag95a__statCard{text-align:center;padding:var(--space-2xl)var(--space-xl);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-smooth)}.Stats-module__Lag95a__statCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Stats-module__Lag95a__statValue{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:var(--space-sm);font-variant-numeric:tabular-nums;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.Stats-module__Lag95a__statLabel{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:.92rem;font-weight:600}.Stats-module__Lag95a__statSub{color:var(--text-tertiary);font-size:.78rem;line-height:1.5}@media (max-width:968px){.Stats-module__Lag95a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Stats-module__Lag95a__grid{grid-template-columns:1fr}.Stats-module__Lag95a__statValue{font-size:2.5rem}}
