.Navbar-module__g8hedG__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__g8hedG__navbar.Navbar-module__g8hedG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#06111fe6}.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);width:32px;height:32px;color:var(--bg-primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.Navbar-module__g8hedG__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Navbar-module__g8hedG__logoAi{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Navbar-module__g8hedG__navCenter{align-items:center;gap:4px;display:flex}.Navbar-module__g8hedG__navItem{position:relative}.Navbar-module__g8hedG__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__g8hedG__navLink:hover{color:var(--text-primary);background:var(--accent-subtle)}.Navbar-module__g8hedG__chevron{transition:transform var(--transition-fast);opacity:.5}.Navbar-module__g8hedG__chevronOpen{transform:rotate(180deg)}.Navbar-module__g8hedG__dropdown{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:340px;animation:Navbar-module__g8hedG__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__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(--accent-subtle)}.Navbar-module__g8hedG__dropdownItem:hover .Navbar-module__g8hedG__dropdownArrow{opacity:1;transform:translate(2px)}.Navbar-module__g8hedG__dropdownIcon{background:var(--accent-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--accent);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:.88rem;font-weight:600;line-height:1.3}.Navbar-module__g8hedG__dropdownDesc{color:var(--text-tertiary);font-size:.78rem;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);letter-spacing:.02em;font-size:.85rem;font-weight:500;text-decoration:none}.Navbar-module__g8hedG__signInLink:hover{color:var(--text-primary)}.Navbar-module__g8hedG__navCta{padding:10px 24px!important;font-size:.8rem!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(8px);background:#06111fcc;display:none;position:fixed;inset:0}.Navbar-module__g8hedG__mobileMenu{background:var(--bg-surface);width:340px;max-width:90vw;animation:Navbar-module__g8hedG__slideIn .25s var(--ease-out);flex-direction:column;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);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{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__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:.92rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__g8hedG__mobileLink:hover{background:var(--accent-subtle)}.Navbar-module__g8hedG__mobileLinkIcon{background:var(--accent-subtle);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--accent);justify-content:center;align-items:center;display:flex}.Navbar-module__g8hedG__mobileFooter{border-top:1px solid var(--border);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}}[data-theme=light] .Navbar-module__g8hedG__navbar{background:#fafbfdb3}[data-theme=light] .Navbar-module__g8hedG__navbar.Navbar-module__g8hedG__scrolled{background:#fafbfdeb}[data-theme=light] .Navbar-module__g8hedG__navLink:hover{background:#0000000a}[data-theme=light] .Navbar-module__g8hedG__dropdown{background:#fff;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000d}[data-theme=light] .Navbar-module__g8hedG__dropdownItem:hover{background:#00000008}[data-theme=light] .Navbar-module__g8hedG__dropdownIcon{background:#009a720f;border-color:#009a721f}[data-theme=light] .Navbar-module__g8hedG__mobileOverlay{background:#0f172966}[data-theme=light] .Navbar-module__g8hedG__mobileMenu{background:#fff}[data-theme=light] .Navbar-module__g8hedG__mobileLink:hover{background:#00000008}[data-theme=light] .Navbar-module__g8hedG__mobileLinkIcon{background:#009a720f}
.ThemeToggle-module__JNw-CW__toggle{border-radius:var(--radius-md);background:var(--accent-subtle);border:1px solid var(--border);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.ThemeToggle-module__JNw-CW__toggle:hover{background:var(--accent-muted);border-color:var(--border-hover);color:var(--accent);transform:translateY(-1px)}.ThemeToggle-module__JNw-CW__icon{opacity:0;transition:all .3s var(--ease-spring);pointer-events:none;position:absolute;transform:scale(.5)rotate(-30deg)}.ThemeToggle-module__JNw-CW__icon.ThemeToggle-module__JNw-CW__active{opacity:1;transform:scale(1)rotate(0)}
.Footer-module__Nvo6fa__footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:80px 0 0}.Footer-module__Nvo6fa__footerGrid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:64px;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);width:28px;height:28px;color:var(--bg-primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.Footer-module__Nvo6fa__brandName{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Nvo6fa__brandAi{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Nvo6fa__brandDesc{color:var(--text-tertiary);max-width:280px;font-size:.88rem;line-height:1.6}.Footer-module__Nvo6fa__standards{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.Footer-module__Nvo6fa__standardBadge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;background:var(--accent-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-tertiary);padding:4px 10px;font-size:.62rem;font-weight:600}.Footer-module__Nvo6fa__column{flex-direction:column;gap:16px;display:flex}.Footer-module__Nvo6fa__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__Nvo6fa__columnList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__Nvo6fa__columnList a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.88rem;text-decoration:none}.Footer-module__Nvo6fa__columnList a:hover{color:var(--accent)}.Footer-module__Nvo6fa__footerBottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 0;display:flex}.Footer-module__Nvo6fa__copyright{color:var(--text-tertiary);font-size:.78rem}.Footer-module__Nvo6fa__legal{gap:24px;display:flex}.Footer-module__Nvo6fa__legal a{color:var(--text-tertiary);transition:color var(--transition-fast);font-size:.78rem;text-decoration:none}.Footer-module__Nvo6fa__legal a:hover{color:var(--text-secondary)}@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:768px){.Footer-module__Nvo6fa__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__Nvo6fa__footerBottom{text-align:center;flex-direction:column;gap:12px}}
.Hero-module__HhEIAa__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__HhEIAa__bgEffects{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__HhEIAa__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__HhEIAa__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__HhEIAa__meshFloat;position:absolute;top:-20%;right:5%}.Hero-module__HhEIAa__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__HhEIAa__meshFloat2;position:absolute;bottom:-30%;left:-10%}.Hero-module__HhEIAa__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__HhEIAa__meshFloat;position:absolute;top:40%;right:25%}.Hero-module__HhEIAa__heroGrid{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__HhEIAa__heroText{flex-direction:column;display:flex}.Hero-module__HhEIAa__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__HhEIAa__eyebrowDot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite Hero-module__HhEIAa__pulseGlow;box-shadow:0 0 10px #00d4a080}.Hero-module__HhEIAa__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__HhEIAa__titleLine{display:block}.Hero-module__HhEIAa__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__HhEIAa__gradientShift}.Hero-module__HhEIAa__subtitle{color:var(--text-secondary);max-width:460px;margin-bottom:40px;font-size:1.06rem;font-weight:400;line-height:1.75}.Hero-module__HhEIAa__actions{gap:14px;margin-bottom:56px;display:flex}.Hero-module__HhEIAa__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__HhEIAa__ctaPrimary:hover{background:var(--accent-bright);transform:translateY(-1px);box-shadow:0 4px 16px #00d4a040,inset 0 1px #fff3}.Hero-module__HhEIAa__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__HhEIAa__ctaSecondary:hover{border-color:var(--border-bright);background:#ffffff14;transform:translateY(-1px)}.Hero-module__HhEIAa__trustBar{align-items:center;gap:18px;display:flex}.Hero-module__HhEIAa__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__HhEIAa__trustItem svg{color:var(--accent);opacity:.6}.Hero-module__HhEIAa__trustSep{background:var(--text-tertiary);opacity:.3;border-radius:50%;width:3px;height:3px}.Hero-module__HhEIAa__heroVisual{perspective:1200px}.Hero-module__HhEIAa__dashboardWrapper{will-change:transform;position:relative}.Hero-module__HhEIAa__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__HhEIAa__chromeBar{border-bottom:1px solid var(--border);background:#0000004d;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.Hero-module__HhEIAa__chromeDots{gap:5px;display:flex}.Hero-module__HhEIAa__dotRed{background:#ff5f57;border-radius:50%;width:8px;height:8px}.Hero-module__HhEIAa__dotYellow{background:#ffbd2e;border-radius:50%;width:8px;height:8px}.Hero-module__HhEIAa__dotGreen{background:#27c93f;border-radius:50%;width:8px;height:8px}.Hero-module__HhEIAa__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__HhEIAa__lockIcon{font-size:.55rem}.Hero-module__HhEIAa__kpiRow{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.Hero-module__HhEIAa__kpiCard{background:var(--bg-surface);flex-direction:column;gap:2px;padding:18px 16px;display:flex}.Hero-module__HhEIAa__kpiLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);font-size:.58rem;font-weight:500}.Hero-module__HhEIAa__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__HhEIAa__kpiUnit{color:var(--text-tertiary);font-size:.7rem;font-weight:500}.Hero-module__HhEIAa__kpiTrend{font-family:var(--font-mono);color:var(--accent);align-items:center;gap:3px;font-size:.62rem;font-weight:600;display:flex}.Hero-module__HhEIAa__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__HhEIAa__chartSection{padding:16px}.Hero-module__HhEIAa__chartHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.Hero-module__HhEIAa__chartTitle{color:var(--text-primary);font-size:.82rem;font-weight:600}.Hero-module__HhEIAa__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__HhEIAa__chartBars{flex-direction:column;gap:8px;display:flex}.Hero-module__HhEIAa__barRow{grid-template-columns:18px 80px 1fr 32px;align-items:center;gap:8px;display:grid}.Hero-module__HhEIAa__barIcon{color:var(--text-tertiary);align-items:center;display:flex}.Hero-module__HhEIAa__barLabel{font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.02em;font-size:.65rem}.Hero-module__HhEIAa__barTrack{border-radius:var(--radius-full);background:#ffffff0a;height:5px;overflow:hidden}.Hero-module__HhEIAa__barFill{background:linear-gradient(90deg,var(--accent-dim),var(--accent));border-radius:var(--radius-full);height:100%}.Hero-module__HhEIAa__barPct{font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;font-variant-numeric:tabular-nums;font-size:.62rem}.Hero-module__HhEIAa__complianceStrip{border-top:1px solid var(--border);background:#00000026;gap:16px;padding:10px 16px;display:flex}.Hero-module__HhEIAa__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__HhEIAa__complianceDot{background:var(--accent);opacity:.6;border-radius:50%;width:5px;height:5px}.Hero-module__HhEIAa__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__HhEIAa__floatingBadge svg{color:var(--accent)}.Hero-module__HhEIAa__floatingBadge1{top:-12px;right:-20px}.Hero-module__HhEIAa__floatingBadge2{bottom:40px;left:-30px}@media (max-width:1024px){.Hero-module__HhEIAa__heroGrid{grid-template-columns:1fr;gap:56px}.Hero-module__HhEIAa__floatingBadge1{top:-10px;right:10px}.Hero-module__HhEIAa__floatingBadge2{bottom:20px;left:10px}}@media (max-width:768px){.Hero-module__HhEIAa__hero{padding-top:calc(var(--nav-height) + 48px);min-height:auto;padding-bottom:64px}.Hero-module__HhEIAa__title{font-size:clamp(2.2rem,6vw,3.2rem)}.Hero-module__HhEIAa__actions{flex-direction:column}.Hero-module__HhEIAa__ctaPrimary,.Hero-module__HhEIAa__ctaSecondary{justify-content:center;width:100%}.Hero-module__HhEIAa__kpiRow{grid-template-columns:1fr}.Hero-module__HhEIAa__barRow{grid-template-columns:18px 60px 1fr 28px}.Hero-module__HhEIAa__trustBar{flex-wrap:wrap;gap:12px}.Hero-module__HhEIAa__floatingBadge{display:none}}@media (max-width:480px){.Hero-module__HhEIAa__title{font-size:1.9rem}.Hero-module__HhEIAa__complianceStrip{flex-wrap:wrap;gap:8px}}
.SocialProof-module__VqEmgq__socialProof{background:var(--bg-surface);border-bottom:1px solid var(--border);border-top:1px solid var(--border);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:.35;cursor:default;flex-direction:column;align-items:center;gap:6px;transition:opacity .4s;display:flex}.SocialProof-module__VqEmgq__logoItem:hover{opacity:.6}.SocialProof-module__VqEmgq__logoAbbr{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.SocialProof-module__VqEmgq__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__VqEmgq__logoRow{gap:32px}.SocialProof-module__VqEmgq__logoAbbr{font-size:1.3rem}}
.DashboardPreview-module__PJl1Ta__section{background:var(--bg-dark);padding:80px 0 60px;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%}.DashboardPreview-module__PJl1Ta__statCards{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.DashboardPreview-module__PJl1Ta__statCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;gap:16px;padding:24px;transition:all .3s;display:flex}.DashboardPreview-module__PJl1Ta__statCard:hover{background:#ffffff12;border-color:#10b98133;transform:translateY(-2px)}.DashboardPreview-module__PJl1Ta__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__PJl1Ta__statContent{flex:1}.DashboardPreview-module__PJl1Ta__statTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:6px;font-size:.95rem;font-weight:700}.DashboardPreview-module__PJl1Ta__statDesc{color:#94a3b8;margin:0;font-size:.82rem;line-height:1.6}.DashboardPreview-module__PJl1Ta__ctaRow{justify-content:center;align-items:center;gap:24px;margin-top:40px;padding-bottom:20px;display:flex}.DashboardPreview-module__PJl1Ta__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__PJl1Ta__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #10b98166}.DashboardPreview-module__PJl1Ta__ctaSecondary{color:#94a3b8;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s}.DashboardPreview-module__PJl1Ta__ctaSecondary:hover{color:#34d399}@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}.DashboardPreview-module__PJl1Ta__statCards{grid-template-columns:1fr}.DashboardPreview-module__PJl1Ta__ctaRow{flex-direction:column;gap:16px}}@keyframes DashboardPreview-module__PJl1Ta__pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}
.Products-module__Cgqpaq__products{background:var(--bg-primary);padding:80px 0 0}.Products-module__Cgqpaq__sectionHeader{text-align:center;margin-bottom:32px}.Products-module__Cgqpaq__sectionHeader h2{color:var(--text-primary)}.Products-module__Cgqpaq__sectionHeader p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary);font-size:1.1rem}.Products-module__Cgqpaq__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__Cgqpaq__stripItem{flex:1;align-items:center;gap:14px;display:flex}.Products-module__Cgqpaq__stripItem div{flex-direction:column;gap:2px;display:flex}.Products-module__Cgqpaq__stripItem strong{color:var(--text-primary);font-size:.92rem;font-weight:700}.Products-module__Cgqpaq__stripItem span{color:var(--text-tertiary);font-size:.78rem}.Products-module__Cgqpaq__stripIconGreen{color:var(--accent);flex-shrink:0}.Products-module__Cgqpaq__stripIconPurple{color:#818cf8;flex-shrink:0}.Products-module__Cgqpaq__stripDivider{background:var(--border);flex-shrink:0;width:1px;height:40px;margin:0 32px}.Products-module__Cgqpaq__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__Cgqpaq__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__Cgqpaq__cpGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:60px;display:grid}.Products-module__Cgqpaq__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__Cgqpaq__cpText>p{color:var(--text-secondary);max-width:500px;margin-bottom:28px;font-size:1rem;line-height:1.8}.Products-module__Cgqpaq__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__Cgqpaq__cpFeatureGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}.Products-module__Cgqpaq__cpFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.Products-module__Cgqpaq__cpFeatureIcon{color:var(--accent);flex-shrink:0;margin-top:2px}.Products-module__Cgqpaq__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__Cgqpaq__cpLink:hover{color:var(--accent-bright);gap:12px}.Products-module__Cgqpaq__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__Cgqpaq__cpDashHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Products-module__Cgqpaq__cpDashLogo{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.Products-module__Cgqpaq__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__Cgqpaq__cpLiveDot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Products-module__Cgqpaq__livePulse;box-shadow:0 0 8px #00d4a080}.Products-module__Cgqpaq__cpMetrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.Products-module__Cgqpaq__cpMetricCard{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff08;padding:16px}.Products-module__Cgqpaq__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__Cgqpaq__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__Cgqpaq__cpMetricTrend{font-family:var(--font-mono);color:var(--text-tertiary);margin-top:4px;font-size:.68rem}.Products-module__Cgqpaq__cpTrendDown{color:var(--accent);font-weight:600}.Products-module__Cgqpaq__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__Cgqpaq__cpModeItem{align-items:center;gap:10px;display:flex}.Products-module__Cgqpaq__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__Cgqpaq__cpModeBarTrack{background:#ffffff0a;border-radius:3px;flex:1;height:6px;overflow:hidden}.Products-module__Cgqpaq__cpModeBarFill{background:linear-gradient(90deg,var(--accent),var(--accent-bright));border-radius:3px;height:100%}.Products-module__Cgqpaq__cpModePct{font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;width:30px;font-size:.68rem;font-weight:500}.Products-module__Cgqpaq__cpTable{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.Products-module__Cgqpaq__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__Cgqpaq__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__Cgqpaq__cpTableRow:hover{background:#ffffff05}.Products-module__Cgqpaq__cpTableRoute{color:var(--text-primary);font-weight:600;font-family:var(--font-mono);font-size:.75rem}.Products-module__Cgqpaq__cpTableMode{color:var(--accent);font-weight:500}.Products-module__Cgqpaq__cpTableCo2{color:var(--text-primary);font-weight:600}.Products-module__Cgqpaq__cpTableStatus{color:var(--accent);font-size:.72rem;font-weight:500}.Products-module__Cgqpaq__cpStatusProcessing{color:#f59e0b}.Products-module__Cgqpaq__vaiBlock{background:linear-gradient(165deg,#0c0f1f 0%,#121530 40%,#181b3a 100%);padding:80px 0;position:relative;overflow:hidden}.Products-module__Cgqpaq__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__Cgqpaq__vaiGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Products-module__Cgqpaq__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__Cgqpaq__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__Cgqpaq__vaiText>p{color:var(--text-secondary);max-width:500px;margin-bottom:28px;font-size:1rem;line-height:1.8}.Products-module__Cgqpaq__vaiFeatureList{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.Products-module__Cgqpaq__vaiFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.Products-module__Cgqpaq__vaiCheckIcon{color:#818cf8;flex-shrink:0;margin-top:2px}.Products-module__Cgqpaq__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__Cgqpaq__vaiLink:hover{color:#a5b4fc;gap:12px}.Products-module__Cgqpaq__vaiPipeline{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #6366f11f;padding:28px;box-shadow:0 20px 60px #0000004d}.Products-module__Cgqpaq__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__Cgqpaq__vaiStep{align-items:center;gap:16px;padding:14px 0;display:flex;position:relative}.Products-module__Cgqpaq__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__Cgqpaq__vaiStep:hover .Products-module__Cgqpaq__vaiStepIcon{transform:scale(1.05)}.Products-module__Cgqpaq__vaiStepContent{flex:1}.Products-module__Cgqpaq__vaiStepLabel{color:var(--text-primary);margin-bottom:2px;font-size:.92rem;font-weight:700}.Products-module__Cgqpaq__vaiStepDesc{color:var(--text-tertiary);font-size:.78rem}.Products-module__Cgqpaq__vaiStepConnector{background:#6366f126;width:2px;height:14px;position:absolute;top:62px;left:23px}.Products-module__Cgqpaq__vaiStats{gap:12px;margin-top:20px;display:flex}.Products-module__Cgqpaq__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__Cgqpaq__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__Cgqpaq__cpGrid,.Products-module__Cgqpaq__vaiGrid{grid-template-columns:1fr;gap:40px}.Products-module__Cgqpaq__cpFeatureGrid{grid-template-columns:1fr}.Products-module__Cgqpaq__productStrip{flex-direction:column;gap:16px}.Products-module__Cgqpaq__stripDivider{width:100%;height:1px;margin:0}}@media (max-width:600px){.Products-module__Cgqpaq__cpMetrics{grid-template-columns:1fr}.Products-module__Cgqpaq__cpTableHead,.Products-module__Cgqpaq__cpTableRow{grid-template-columns:1fr 1fr;font-size:.72rem}.Products-module__Cgqpaq__cpTableHead span:nth-child(n+4),.Products-module__Cgqpaq__cpTableRow span:nth-child(n+4){display:none}.Products-module__Cgqpaq__vaiStats{flex-direction:column}}@keyframes Products-module__Cgqpaq__livePulse{0%,to{opacity:.4;box-shadow:0 0 4px #00d4a04d}50%{opacity:1;box-shadow:0 0 12px #00d4a099}}
.Problem-module__NO9U_q__problemDark{padding:var(--space-5xl)0 var(--space-3xl);background:var(--bg-primary);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);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__NO9U_q__darkHeader h2{color:var(--text-primary)}.Problem-module__NO9U_q__dimText{color:var(--text-tertiary)}.Problem-module__NO9U_q__darkSubtitle{max-width:580px;margin:var(--space-md)auto 0;font-size:1.05rem;color:var(--text-secondary)!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-md);transition:all var(--transition-smooth);background:#ff4d4d0a;border:1px solid #ff4d4d14}.Problem-module__NO9U_q__painCard:hover{background:#ff4d4d0f;border-color:#ff4d4d26;transform:translateY(-2px)}.Problem-module__NO9U_q__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__NO9U_q__painCard h4{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.05rem}.Problem-module__NO9U_q__painCard p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.Problem-module__NO9U_q__transitionArrow{padding:var(--space-xl)0 0;color:var(--accent);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 h2{color:var(--text-primary)}.Problem-module__NO9U_q__lightHeader p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary)}.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(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none;transition:all var(--transition-smooth)}.Problem-module__NO9U_q__solutionCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Problem-module__NO9U_q__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__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-surface)}.Features-module__9x5zGW__header{text-align:center;margin-bottom:var(--space-4xl)}.Features-module__9x5zGW__header h2{color:var(--text-primary)}.Features-module__9x5zGW__header p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary)}.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(--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__9x5zGW__bentoCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);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{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__9x5zGW__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__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);display:flex}.Features-module__9x5zGW__metricValue{font-family:var(--font-mono);color:var(--accent);letter-spacing:-.02em;font-size:2rem;font-weight:700}.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}}
.Stats-module__GZKniW__stats{padding:var(--space-6xl)0;background:var(--bg-surface);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,#00d4a00f 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,#00d4a00a 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{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__GZKniW__header h2{color:var(--text-primary)}.Stats-module__GZKniW__gradientText{background:linear-gradient(135deg,var(--accent),var(--accent-bright));-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:var(--text-secondary)!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);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-smooth)}.Stats-module__GZKniW__statCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Stats-module__GZKniW__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__GZKniW__statLabel{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:.92rem;font-weight:600}.Stats-module__GZKniW__statSub{color:var(--text-tertiary);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}}
.blog-module__h9D8Fa__blogHero{padding:calc(var(--nav-height) + 100px)0 80px;background:var(--bg-primary);position:relative;overflow:hidden}.blog-module__h9D8Fa__blogHero:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9810a 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:-150px}.blog-module__h9D8Fa__blogHeroInner{z-index:2;max-width:1100px;margin:0 auto;position:relative}.blog-module__h9D8Fa__blogHero h1{margin-bottom:var(--space-lg);letter-spacing:-.04em;max-width:600px;font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:800;line-height:1.08}.blog-module__h9D8Fa__blogHero p{color:var(--text-secondary);max-width:560px;font-size:1.15rem;line-height:1.7}.blog-module__h9D8Fa__blogGridSection{padding:var(--space-2xl)0 120px;background:var(--bg-primary)}.blog-module__h9D8Fa__blogGrid{gap:var(--space-xl);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:#10b98140;transform:translateY(-6px);box-shadow:0 20px 60px -12px #10b9811a,0 8px 24px -8px #00000026}.blog-module__h9D8Fa__cardImage{background:var(--bg-secondary);width:100%;height:220px;position:relative;overflow:hidden}.blog-module__h9D8Fa__cardImage img{object-fit:cover;transition:transform .6s}.blog-module__h9D8Fa__blogCard:hover .blog-module__h9D8Fa__cardImage img{transform:scale(1.06)}.blog-module__h9D8Fa__cardBody{padding:var(--space-xl)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 12px;font-size:.72rem;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);letter-spacing:-.01em;font-size:1.2rem;font-weight:700;line-height:1.3}.blog-module__h9D8Fa__cardExcerpt{color:var(--text-tertiary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.blog-module__h9D8Fa__cardRead{margin-top:var(--space-md);color:var(--accent-emerald);align-items:center;gap:6px;font-size:.88rem;font-weight:600;transition:gap .2s;display:flex}.blog-module__h9D8Fa__blogCard:hover .blog-module__h9D8Fa__cardRead{gap:10px}.blog-module__h9D8Fa__cardRead svg{transition:transform .2s}.blog-module__h9D8Fa__blogCard:hover .blog-module__h9D8Fa__cardRead svg{transform:translate(4px)}.blog-module__h9D8Fa__postLayout{padding:calc(var(--nav-height) + 80px)0 120px;background:var(--bg-primary)}.blog-module__h9D8Fa__postGrid{gap:var(--space-3xl);grid-template-columns:1fr 280px;align-items:start;max-width:1100px;margin:0 auto;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-lg);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-lg);letter-spacing:-.03em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.blog-module__h9D8Fa__postMeta{gap:var(--space-xl);color:var(--text-tertiary);font-size:.9rem;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:420px;margin-bottom:var(--space-2xl);border:1px solid var(--card-border);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.85}.blog-module__h9D8Fa__prose h2{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-3xl)0 var(--space-lg);letter-spacing:-.02em;padding-top:var(--space-lg);border-top:1px solid var(--border-light);font-size:1.7rem;font-weight:700}.blog-module__h9D8Fa__prose h2:first-of-type{border-top:none;padding-top:0}.blog-module__h9D8Fa__prose h3{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-xl)0 var(--space-md);letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.blog-module__h9D8Fa__prose p{margin-bottom:var(--space-lg)}.blog-module__h9D8Fa__prose strong{color:var(--text-primary);font-weight:600}.blog-module__h9D8Fa__prose ul,.blog-module__h9D8Fa__prose ol{margin-bottom:var(--space-lg);padding-left:var(--space-xl)}.blog-module__h9D8Fa__prose li{margin-bottom:var(--space-sm);line-height:1.8}.blog-module__h9D8Fa__prose blockquote{border-left:4px solid var(--accent-emerald);padding:var(--space-lg)var(--space-xl);border-radius:0 var(--radius-lg)var(--radius-lg)0;margin:var(--space-xl)0;color:var(--text-primary);background:#10b98108;font-size:1.15rem;font-style:italic;font-weight:500}.blog-module__h9D8Fa__sidebar{top:calc(var(--nav-height) + var(--space-xl));position:sticky}.blog-module__h9D8Fa__sidebarCard{background:var(--bg-secondary);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-lg);margin-bottom:var(--space-lg)}.blog-module__h9D8Fa__sidebarCard h4{text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-light);color:var(--text-primary);font-size:.82rem;font-weight:700}.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;font-weight:500;line-height:1.45;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.6}.blog-module__h9D8Fa__backLink{color:var(--text-tertiary);margin-bottom:var(--space-2xl);border-radius:var(--radius-md);align-items:center;gap:6px;padding:6px 12px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.blog-module__h9D8Fa__backLink:hover{color:var(--accent-emerald);background:#10b9810d}.blog-module__h9D8Fa__readingProgress{top:var(--nav-height);background:linear-gradient(90deg,var(--accent-emerald),#34d399);z-index:99;width:0%;height:3px;transition:width .1s linear;position:fixed;left:0}@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}}
.article-module__3DzyqG__articleLayout{padding:calc(var(--nav-height) + 80px)0 120px;background:var(--bg-primary)}.article-module__3DzyqG__articleGrid{gap:var(--space-3xl);grid-template-columns:1fr 280px;align-items:start;max-width:1100px;margin:0 auto;display:grid}.article-module__3DzyqG__articleHeader{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);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:.06em;margin-bottom:var(--space-lg);background:#10b98114;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.article-module__3DzyqG__articleHeader h1{margin-bottom:var(--space-lg);letter-spacing:-.03em;max-width:700px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.article-module__3DzyqG__articleMeta{gap:var(--space-xl);color:var(--text-tertiary);font-size:.9rem;display:flex}.article-module__3DzyqG__metaItem{align-items:center;gap:6px;display:flex}.article-module__3DzyqG__prose{color:var(--text-secondary);font-size:1.08rem;line-height:1.85}.article-module__3DzyqG__prose h2{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-3xl)0 var(--space-lg);letter-spacing:-.02em;padding-top:var(--space-lg);border-top:1px solid var(--border-light);font-size:1.7rem;font-weight:700}.article-module__3DzyqG__prose h2:first-of-type{border-top:none;padding-top:0}.article-module__3DzyqG__prose h3{font-family:var(--font-heading);color:var(--text-primary);margin:var(--space-xl)0 var(--space-md);letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.article-module__3DzyqG__prose p{margin-bottom:var(--space-lg)}.article-module__3DzyqG__prose strong{color:var(--text-primary);font-weight:600}.article-module__3DzyqG__prose ul,.article-module__3DzyqG__prose ol{margin-bottom:var(--space-lg);padding-left:var(--space-xl)}.article-module__3DzyqG__prose li{margin-bottom:var(--space-sm);line-height:1.8}.article-module__3DzyqG__prose li strong{color:var(--text-primary)}.article-module__3DzyqG__prose code{background:var(--bg-secondary);color:var(--accent-emerald);border:1px solid var(--border-light);border-radius:6px;padding:2px 8px;font-family:SF Mono,Fira Code,monospace;font-size:.88em}.article-module__3DzyqG__prose blockquote{border-left:4px solid var(--accent-emerald);padding:var(--space-lg)var(--space-xl);border-radius:0 var(--radius-lg)var(--radius-lg)0;margin:var(--space-xl)0;color:var(--text-primary);background:#10b98108;font-size:1.15rem;font-style:italic;font-weight:500;line-height:1.6}.article-module__3DzyqG__prose .article-module__3DzyqG__lead{color:var(--text-primary);margin-bottom:var(--space-2xl);border-left:3px solid var(--accent-emerald);padding-left:var(--space-lg);font-size:1.2rem;font-weight:500;line-height:1.75}.article-module__3DzyqG__callout{background:linear-gradient(145deg,#10b9810a 0%,var(--bg-secondary)100%);border-radius:var(--radius-xl);padding:var(--space-xl);margin:var(--space-2xl)0;border:1px solid #10b98126}.article-module__3DzyqG__callout h4{color:var(--accent-emerald);margin-bottom:var(--space-sm);align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.article-module__3DzyqG__callout p{margin:0;font-size:1rem;line-height:1.75}.article-module__3DzyqG__keyTakeaway{background:var(--bg-secondary);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-xl);margin:var(--space-2xl)0}.article-module__3DzyqG__keyTakeaway h4{color:var(--text-primary);margin-bottom:var(--space-md);align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.article-module__3DzyqG__keyTakeaway ul{margin:0;padding:0;list-style:none}.article-module__3DzyqG__keyTakeaway li{margin-bottom:var(--space-sm);color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.7;display:flex}.article-module__3DzyqG__keyTakeaway li svg{color:var(--accent-emerald);flex-shrink:0;margin-top:4px}.article-module__3DzyqG__sidebar{top:calc(var(--nav-height) + var(--space-xl));position:sticky}.article-module__3DzyqG__sidebarToc{background:var(--bg-secondary);padding:var(--space-lg);border-radius:var(--radius-xl);border:1px solid var(--card-border);margin-bottom:var(--space-lg)}.article-module__3DzyqG__sidebarToc h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-light);font-size:.82rem;font-weight:700}.article-module__3DzyqG__tocList{margin:0;padding:0;list-style:none}.article-module__3DzyqG__tocList li{margin-bottom:2px}.article-module__3DzyqG__tocList a{color:var(--text-tertiary);border-radius:var(--radius-md);padding:6px 12px;font-size:.88rem;font-weight:500;line-height:1.4;text-decoration:none;transition:all .2s;display:block}.article-module__3DzyqG__tocList a:hover{color:var(--accent-emerald);background:#10b9810d}.article-module__3DzyqG__sidebarCta{background:var(--bg-secondary);padding:var(--space-lg);border-radius:var(--radius-xl);border:1px solid var(--card-border)}.article-module__3DzyqG__sidebarCta h4{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1rem;font-weight:700}.article-module__3DzyqG__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.88rem;line-height:1.6}@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(--nav-height) + 100px)0 80px;background:var(--bg-primary);position:relative;overflow:hidden}.resources-module__CInxlq__resourcesHero:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9810d 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;right:-150px}.resources-module__CInxlq__heroContent{z-index:2;max-width:1100px;margin:0 auto;position:relative}.resources-module__CInxlq__heroContent h1{margin-bottom:var(--space-lg);letter-spacing:-.04em;max-width:700px;font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:800;line-height:1.08}.resources-module__CInxlq__heroContent>p{color:var(--text-secondary);max-width:600px;font-size:1.15rem;line-height:1.7}.resources-module__CInxlq__resourcesGrid{padding:var(--space-3xl)0 120px;background:var(--bg-primary)}.resources-module__CInxlq__gridFilter{gap:var(--space-sm);margin-bottom:var(--space-3xl);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;letter-spacing:.01em;background:0 0;padding:10px 22px;font-size:.9rem;font-weight:600;transition:all .25s}.resources-module__CInxlq__filterBtn:hover{color:var(--accent-emerald);background:#10b9810d;border-color:#10b9814d}.resources-module__CInxlq__filterBtn.resources-module__CInxlq__active{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(--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}.resources-module__CInxlq__resourceCard:hover{border-color:#10b98140;transform:translateY(-6px);box-shadow:0 20px 60px -12px #10b9811a,0 8px 24px -8px #00000026}.resources-module__CInxlq__cardImage{aspect-ratio:16/9;border-bottom:1px solid var(--card-border);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.resources-module__CInxlq__cardIconWrapper{border-radius:var(--radius-lg);background:#ffffff14;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .3s;display:flex}.resources-module__CInxlq__resourceCard:hover .resources-module__CInxlq__cardIconWrapper{transform:scale(1.1)}.resources-module__CInxlq__cardIconWrapper svg{color:#ffffffd9}.resources-module__CInxlq__cardContent{padding:var(--space-xl)var(--space-lg);gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.resources-module__CInxlq__cardBadge{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-emerald);align-items:center;gap:6px;font-size:.72rem;font-weight:700;display:flex}.resources-module__CInxlq__cardContent h3{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:700;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:.92rem;line-height:1.65;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:.88rem;font-weight:600;transition:gap .2s;display:flex}.resources-module__CInxlq__resourceCard:hover .resources-module__CInxlq__cardFooter{gap:10px}.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}.resources-module__CInxlq__gridFilter{justify-content:center}}
.BlogPreview-module__QJElxG__section{padding:var(--space-6xl)0;background:var(--bg-secondary)}.BlogPreview-module__QJElxG__header{text-align:center;margin-bottom:var(--space-3xl)}.BlogPreview-module__QJElxG__badge{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-emerald);margin-bottom:var(--space-md);background:#10b98114;border-radius:100px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block}.BlogPreview-module__QJElxG__heading{letter-spacing:-.02em;font-size:clamp(1.8rem,3vw,2.6rem)}.BlogPreview-module__QJElxG__subtitle{color:var(--text-secondary);max-width:520px;margin:var(--space-sm)auto 0;font-size:1.05rem}.BlogPreview-module__QJElxG__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:968px){.BlogPreview-module__QJElxG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.BlogPreview-module__QJElxG__grid{gap:var(--space-lg);grid-template-columns:1fr}.BlogPreview-module__QJElxG__section{padding:var(--space-4xl)0}}.BlogPreview-module__QJElxG__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:var(--space-xl);color:inherit;flex-direction:column;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.BlogPreview-module__QJElxG__card:hover{border-color:var(--border-hover);box-shadow:0 0 40px var(--accent-glow);transform:translateY(-2px)}.BlogPreview-module__QJElxG__cardMeta{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.BlogPreview-module__QJElxG__category{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-emerald);background:#10b98114;border-radius:100px;padding:4px 10px;font-size:.72rem;font-weight:700}.BlogPreview-module__QJElxG__readTime{color:var(--text-tertiary);font-size:.75rem}.BlogPreview-module__QJElxG__cardTitle{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem;font-weight:700;line-height:1.3}.BlogPreview-module__QJElxG__cardExcerpt{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.6}.BlogPreview-module__QJElxG__readMore{margin-top:var(--space-md);color:var(--accent-emerald);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.BlogPreview-module__QJElxG__cta{text-align:center;margin-top:var(--space-2xl)}
.about-module__bVMS6q__aboutHero{padding:calc(var(--nav-height) + 80px)0 80px;text-align:center;position:relative;overflow:hidden}.about-module__bVMS6q__aboutHero:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9810f 0%,#10b98105 40%,#0000 70%);width:900px;height:900px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.about-module__bVMS6q__heroInner{z-index:1;max-width:820px;margin:0 auto;position:relative}.about-module__bVMS6q__heroInner h1{margin-bottom:var(--space-xl);letter-spacing:-.03em;font-size:clamp(2.4rem,5vw,3.6rem)}.about-module__bVMS6q__heroSubtitle{color:var(--text-secondary);max-width:680px;margin:0 auto var(--space-2xl);font-size:1.15rem;line-height:1.8}.about-module__bVMS6q__heroSubtitle strong{color:var(--text-primary)}.about-module__bVMS6q__heroActions{gap:var(--space-md);justify-content:center;display:flex}.about-module__bVMS6q__heroActions a{text-decoration:none}.about-module__bVMS6q__statsStrip{padding:var(--space-3xl)0;background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-module__bVMS6q__statsGrid{gap:var(--space-2xl);grid-template-columns:repeat(4,1fr);max-width:1000px;margin:0 auto;display:grid}.about-module__bVMS6q__statCard{text-align:center}.about-module__bVMS6q__statValue{font-family:var(--font-heading);color:var(--accent-emerald);letter-spacing:-.02em;margin-bottom:var(--space-xs);font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.about-module__bVMS6q__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:500}.about-module__bVMS6q__sectionLight{background:var(--bg-primary);padding:100px 0}.about-module__bVMS6q__sectionAlt{background:var(--bg-secondary);padding:100px 0}.about-module__bVMS6q__sectionInner{max-width:1100px;margin:0 auto}.about-module__bVMS6q__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.about-module__bVMS6q__sectionHeader h2{margin-bottom:var(--space-md);font-size:clamp(1.6rem,3vw,2rem)}.about-module__bVMS6q__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.75}.about-module__bVMS6q__narrativeSplit{gap:var(--space-5xl);grid-template-columns:1.2fr 1fr;align-items:start;display:grid}.about-module__bVMS6q__narrativeText h3{margin-bottom:var(--space-lg);color:var(--text-primary);font-size:1.4rem}.about-module__bVMS6q__narrativeBody{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.95rem;line-height:1.85}.about-module__bVMS6q__narrativeBody strong{color:var(--text-primary)}.about-module__bVMS6q__narrativeAccent{color:var(--accent-emerald);font-weight:600}.about-module__bVMS6q__narrativeHighlightBox{padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid #10b9811a;border-left:3px solid var(--accent-emerald);background:#10b9810a}.about-module__bVMS6q__narrativeHighlightBox p{color:var(--text-secondary);margin:0;font-size:.92rem;font-style:italic;line-height:1.75}.about-module__bVMS6q__valuesGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.about-module__bVMS6q__valueCard{padding:var(--space-2xl);border-radius:var(--radius-xl);border:1px solid var(--card-border);background:var(--card-bg);transition:all .35s;position:relative;overflow:hidden}.about-module__bVMS6q__valueCard:before{content:"";background:linear-gradient(90deg,var(--accent-emerald),transparent);opacity:0;height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.about-module__bVMS6q__valueCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98133;transform:translateY(-4px)}.about-module__bVMS6q__valueCard:hover:before{opacity:1}.about-module__bVMS6q__valueNumber{font-family:var(--font-heading);color:#10b98126;margin-bottom:var(--space-sm);letter-spacing:-.03em;font-size:2.2rem;font-weight:800}.about-module__bVMS6q__valueCard h4{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.about-module__bVMS6q__valueCard p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.7}.about-module__bVMS6q__archGrid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.about-module__bVMS6q__archCard{padding:var(--space-2xl)var(--space-xl);border-radius:var(--radius-xl);border:1px solid var(--card-border);background:var(--card-bg);transition:all .35s}.about-module__bVMS6q__archCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.about-module__bVMS6q__archCardHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.about-module__bVMS6q__archCardIcon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.about-module__bVMS6q__archCardIcon_emerald{color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126}.about-module__bVMS6q__archCardIcon_blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.about-module__bVMS6q__archCardHeader h3{font-size:1.15rem;font-weight:700}.about-module__bVMS6q__archCardBody{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.9rem;line-height:1.8}.about-module__bVMS6q__checkList{gap:var(--space-sm);flex-direction:column;display:flex}.about-module__bVMS6q__checkItem{align-items:flex-start;gap:10px;display:flex}.about-module__bVMS6q__checkItem svg{color:var(--accent-emerald);flex-shrink:0;margin-top:3px}.about-module__bVMS6q__checkItem span{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.about-module__bVMS6q__checkItem strong{color:var(--text-primary)}.about-module__bVMS6q__modeGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about-module__bVMS6q__modeCard{padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--card-border);background:var(--card-bg);text-align:center;transition:all .35s}.about-module__bVMS6q__modeCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98126;transform:translateY(-4px)}.about-module__bVMS6q__modeCardIcon{border-radius:var(--radius-lg);width:56px;height:56px;margin:0 auto var(--space-md);color:var(--accent-emerald);background:#10b9810f;border:1px solid #10b9811a;justify-content:center;align-items:center;transition:all .3s;display:flex}.about-module__bVMS6q__modeCard:hover .about-module__bVMS6q__modeCardIcon{background:#10b9811a;transform:scale(1.1)}.about-module__bVMS6q__modeCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1rem;font-weight:700}.about-module__bVMS6q__modeCard p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.65}.about-module__bVMS6q__featureGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about-module__bVMS6q__featureCard{padding:var(--space-2xl);border-radius:var(--radius-xl);border:1px solid var(--card-border);background:var(--card-bg);transition:all .35s}.about-module__bVMS6q__featureCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.about-module__bVMS6q__featureCardIcon{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-lg);justify-content:center;align-items:center;display:flex}.about-module__bVMS6q__featureCardIcon_violet{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf626}.about-module__bVMS6q__featureCardIcon_emerald{color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126}.about-module__bVMS6q__featureCardIcon_blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.about-module__bVMS6q__featureCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1rem;font-weight:700}.about-module__bVMS6q__featureCard p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.7}.about-module__bVMS6q__visionSplit{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.about-module__bVMS6q__visionCard{padding:var(--space-2xl);border-radius:var(--radius-xl);border:1px solid var(--card-border);background:var(--card-bg);transition:all .35s}.about-module__bVMS6q__visionCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.about-module__bVMS6q__visionCardHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);color:var(--accent-emerald);display:flex}.about-module__bVMS6q__visionCardHeader h3{color:var(--text-primary);font-size:1.1rem;font-weight:700}.about-module__bVMS6q__visionCard p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.8}.about-module__bVMS6q__visionCard p:last-child{margin-bottom:0}.about-module__bVMS6q__visionCard strong{color:var(--text-primary)}.about-module__bVMS6q__ctaSection{background:var(--bg-primary);padding:100px 0}.about-module__bVMS6q__ctaBanner{text-align:center;max-width:800px;padding:var(--space-5xl)var(--space-3xl);background:var(--bg-dark);border-radius:var(--radius-2xl);border:1px solid #10b9811a;margin:0 auto;position:relative;overflow:hidden}.about-module__bVMS6q__ctaGlow{pointer-events:none;background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-module__bVMS6q__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.about-module__bVMS6q__ctaBanner p{color:var(--text-on-dark-secondary);margin-bottom:var(--space-xl);z-index:1;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative}.about-module__bVMS6q__ctaBannerActions{gap:var(--space-md);z-index:1;justify-content:center;display:flex;position:relative}.about-module__bVMS6q__ctaBannerActions a{text-decoration:none}.about-module__bVMS6q__trustRow{justify-content:center;gap:var(--space-2xl);margin-top:var(--space-2xl);flex-wrap:wrap;display:flex}.about-module__bVMS6q__trustBadge{border-radius:var(--radius-full);color:var(--accent-emerald);letter-spacing:.03em;background:#10b9810f;border:1px solid #10b9811f;align-items:center;gap:8px;padding:8px 18px;font-size:.78rem;font-weight:600;display:flex}.about-module__bVMS6q__trustBadgeDot{background:var(--accent-emerald);border-radius:50%;width:6px;height:6px}@media (max-width:1024px){.about-module__bVMS6q__narrativeSplit,.about-module__bVMS6q__archGrid,.about-module__bVMS6q__visionSplit{grid-template-columns:1fr}.about-module__bVMS6q__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-module__bVMS6q__valuesGrid,.about-module__bVMS6q__modeGrid,.about-module__bVMS6q__featureGrid,.about-module__bVMS6q__statsGrid{grid-template-columns:1fr}.about-module__bVMS6q__sectionLight,.about-module__bVMS6q__sectionAlt{padding:64px 0}.about-module__bVMS6q__heroActions,.about-module__bVMS6q__ctaBannerActions{flex-direction:column;align-items:center}.about-module__bVMS6q__trustRow{gap:var(--space-md)}}[data-theme=light] .about-module__bVMS6q__ctaBanner{background:#0f172a}[data-theme=light] .about-module__bVMS6q__ctaBanner .btn-secondary{color:#fff;border-color:#ffffff40}[data-theme=light] .about-module__bVMS6q__ctaBanner .btn-secondary:hover{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#10b98114}
.page-module__KJJtHq__hero{text-align:center;background:var(--bg-dark);padding:140px 0 100px;position:relative;overflow:hidden}.page-module__KJJtHq__heroGlow{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.page-module__KJJtHq__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__KJJtHq__heroFloat1;position:absolute;top:-180px;left:10%}.page-module__KJJtHq__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__KJJtHq__heroFloat2;position:absolute;bottom:-100px;right:5%}@keyframes page-module__KJJtHq__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__KJJtHq__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__KJJtHq__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__KJJtHq__heroContent{z-index:1;position:relative}.page-module__KJJtHq__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__KJJtHq__fadeInUp;display:inline-flex}.page-module__KJJtHq__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__KJJtHq__fadeInUp}.page-module__KJJtHq__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__KJJtHq__fadeInUp}@keyframes page-module__KJJtHq__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-module__KJJtHq__contactSection{background:var(--bg-dark);padding:80px 0 120px;position:relative}.page-module__KJJtHq__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__KJJtHq__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__KJJtHq__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__KJJtHq__fadeInUp;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000073,0 0 80px #10b9810a,inset 0 1px #ffffff0a}.page-module__KJJtHq__formCard:hover{border-color:#245a3a;box-shadow:0 8px 40px #00000080,0 0 100px #10b9810f,inset 0 1px #ffffff0d}.page-module__KJJtHq__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__KJJtHq__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__KJJtHq__formHeader{border-bottom:1px solid #1e3a5f;margin-bottom:2.25rem;padding-bottom:1.75rem}.page-module__KJJtHq__formTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:.45rem;font-size:1.4rem;font-weight:700}.page-module__KJJtHq__formSubtitle{color:#94a3b8;font-size:.9rem;line-height:1.6}.page-module__KJJtHq__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.page-module__KJJtHq__formGroup{margin-bottom:1.35rem;position:relative}.page-module__KJJtHq__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__KJJtHq__formGroup:focus-within .page-module__KJJtHq__formLabel{color:#34d399}.page-module__KJJtHq__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__KJJtHq__formInput:hover{background:#112a4d;border-color:#2a4a6e}.page-module__KJJtHq__formInput:focus{background:#0e2d4a;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__KJJtHq__formInput::placeholder{color:#506882;font-weight:400}.page-module__KJJtHq__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__KJJtHq__formTextarea:hover{background:#112a4d;border-color:#2a4a6e}.page-module__KJJtHq__formTextarea:focus{background:#0e2d4a;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__KJJtHq__formTextarea::placeholder{color:#506882;font-weight:400}.page-module__KJJtHq__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__KJJtHq__formSelect:hover{border-color:#2a4a6e}.page-module__KJJtHq__formSelect:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__KJJtHq__formSelect option{color:#e2e8f0;background:#1a2744}.page-module__KJJtHq__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__KJJtHq__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__KJJtHq__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__KJJtHq__submitBtn:hover:before{left:100%}.page-module__KJJtHq__submitBtn:active{transform:translateY(0);box-shadow:0 2px 10px #10b98140}.page-module__KJJtHq__submitBtn:disabled{opacity:.5;cursor:wait;transform:none}.page-module__KJJtHq__successState{text-align:center;padding:5rem 2rem}.page-module__KJJtHq__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__KJJtHq__scaleIn;display:flex;box-shadow:0 0 40px #10b98126}@keyframes page-module__KJJtHq__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.page-module__KJJtHq__successTitle{font-family:var(--font-heading);color:var(--text-on-dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module__KJJtHq__successText{color:var(--text-on-dark-secondary);max-width:380px;margin:0 auto;font-size:.95rem;line-height:1.7}.page-module__KJJtHq__infoColumn{flex-direction:column;gap:1.25rem;animation:.6s ease-out .45s both page-module__KJJtHq__fadeInUp;display:flex}.page-module__KJJtHq__infoCard{border-radius:var(--radius-xl);background:#0f2847;border:1px solid #1e3a5f;padding:2rem;transition:all .4s}.page-module__KJJtHq__infoCard:hover{border-color:#2a4a6e;box-shadow:0 8px 30px #00000059}.page-module__KJJtHq__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__KJJtHq__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__KJJtHq__contactItem{border-bottom:1px solid #1a3355;align-items:center;gap:1rem;padding:.9rem 0;transition:all .2s;display:flex}.page-module__KJJtHq__contactItem:hover{padding-left:.25rem}.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{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__KJJtHq__contactItem:hover .page-module__KJJtHq__contactItemIcon{background:linear-gradient(135deg,#10b9812e,#10b98114);border-color:#10b9814d;box-shadow:0 0 20px #10b9811a}.page-module__KJJtHq__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__KJJtHq__contactItemValue{color:#f1f5f9;font-size:.92rem;font-weight:500}.page-module__KJJtHq__contactItemLink{color:#34d399;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__KJJtHq__contactItemLink:hover{color:#10b981;text-shadow:0 0 20px #10b9814d}.page-module__KJJtHq__whyCard{border-radius:var(--radius-xl);background:#0c2e3a;border:1px solid #1a4a3a;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.page-module__KJJtHq__whyCard:hover{border-color:#10b9814d;transform:translateY(-2px);box-shadow:0 0 40px #10b98114}.page-module__KJJtHq__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__KJJtHq__whyCardTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:1.25rem;font-size:1.05rem;font-weight:700;position:relative}.page-module__KJJtHq__whyList{flex-direction:column;gap:.8rem;display:flex;position:relative}.page-module__KJJtHq__whyItem{align-items:flex-start;gap:.65rem;transition:all .2s;display:flex}.page-module__KJJtHq__whyItem:hover{transform:translate(3px)}.page-module__KJJtHq__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__KJJtHq__whyItemText{color:#94a3b8;font-size:.85rem;line-height:1.55}.page-module__KJJtHq__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__KJJtHq__securityCard:hover{border-color:#6366f133;transform:translateY(-2px);box-shadow:0 0 30px #6366f114}.page-module__KJJtHq__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__KJJtHq__securityTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:.4rem;font-size:.95rem;font-weight:700}.page-module__KJJtHq__securityText{color:#94a3b8;margin:0;font-size:.84rem;line-height:1.6}.page-module__KJJtHq__trustStrip{background:var(--bg-dark);padding:0 0 80px}.page-module__KJJtHq__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__KJJtHq__fadeInUp;display:flex}.page-module__KJJtHq__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__KJJtHq__trustItem:hover{color:#94a3b8}.page-module__KJJtHq__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__KJJtHq__trustItem:hover .page-module__KJJtHq__trustDot{opacity:1;box-shadow:0 0 12px #10b98180}@media (max-width:1024px){.page-module__KJJtHq__contactGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:900px){.page-module__KJJtHq__contactGrid{grid-template-columns:1fr;gap:2rem}.page-module__KJJtHq__hero{padding:100px 0 60px}.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}.page-module__KJJtHq__contactSection{padding:40px 0 80px}}@media (max-width:600px){.page-module__KJJtHq__hero{padding:80px 0 40px}.page-module__KJJtHq__formCard{border-radius:var(--radius-lg);padding:1.5rem}.page-module__KJJtHq__contactSection{padding:30px 0 60px}.page-module__KJJtHq__trustStrip{padding:0 0 60px}.page-module__KJJtHq__trustInner{gap:1rem;padding:1rem 1.5rem}.page-module__KJJtHq__infoCard,.page-module__KJJtHq__whyCard,.page-module__KJJtHq__securityCard{padding:1.5rem}}
.platform-module__3DsJjq__platformHero{padding:calc(var(--nav-height) + 60px)0 60px;background:var(--bg-primary);position:relative;overflow:hidden}.platform-module__3DsJjq__heroGlow{pointer-events:none;background:radial-gradient(circle,#10b9810f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.platform-module__3DsJjq__heroSplit{gap:var(--space-4xl);z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;display:grid;position:relative}.platform-module__3DsJjq__heroText h1{margin-bottom:var(--space-lg)}.platform-module__3DsJjq__heroText>p{color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:520px;font-size:1.1rem;line-height:1.75}.platform-module__3DsJjq__heroActions{gap:var(--space-md);display:flex}.platform-module__3DsJjq__heroActions a{text-decoration:none}.platform-module__3DsJjq__heroBadges{gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.platform-module__3DsJjq__heroBadgeItem{color:var(--accent-emerald);border-radius:var(--radius-full);background:#10b9810f;border:1px solid #10b9811f;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.platform-module__3DsJjq__heroImageWrapper{border-radius:var(--radius-xl);box-shadow:0 25px 80px #00000040,0 0 0 1px var(--card-border);position:relative;overflow:hidden}.platform-module__3DsJjq__heroImageGlow{border-radius:var(--radius-xl);z-index:-1;filter:blur(20px);background:linear-gradient(135deg,#10b98133,#3b82f626,#8b5cf61a);position:absolute;inset:-2px}.platform-module__3DsJjq__heroImage{border-radius:var(--radius-xl);width:100%;height:auto;transition:transform .4s;display:block}.platform-module__3DsJjq__heroImageWrapper:hover .platform-module__3DsJjq__heroImage{transform:scale(1.02)}.platform-module__3DsJjq__trustStrip{padding:var(--space-2xl)0;background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.platform-module__3DsJjq__trustInner{justify-content:center;gap:var(--space-4xl);flex-wrap:wrap;display:flex}.platform-module__3DsJjq__trustStat{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.platform-module__3DsJjq__trustValue{font-family:var(--font-heading);color:var(--accent-emerald);letter-spacing:-.02em;font-size:1.8rem;font-weight:800}.platform-module__3DsJjq__trustLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:500}.platform-module__3DsJjq__sectionLight{background:var(--bg-primary);padding:100px 0}.platform-module__3DsJjq__sectionAlt{background:var(--bg-secondary);padding:100px 0}.platform-module__3DsJjq__sectionDark{background:var(--bg-dark);color:var(--text-on-dark);padding:100px 0}.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__sectionDivider{background:var(--border);height:1px;margin:80px 0}.platform-module__3DsJjq__productBadge{border-radius:var(--radius-full);color:var(--accent-emerald);margin-bottom:var(--space-lg);background:#10b98114;border:1px solid #10b98126;align-items:center;gap:8px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.platform-module__3DsJjq__productBadgeAlt{color:#818cf8;background:#6366f114;border-color:#6366f126}.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 .35s}.platform-module__3DsJjq__featureCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98133;transform:translateY(-4px)}.platform-module__3DsJjq__featureIcon{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-lg);justify-content:center;align-items:center;transition:transform .3s;display:flex}.platform-module__3DsJjq__featureCard:hover .platform-module__3DsJjq__featureIcon{transform:scale(1.1)}.platform-module__3DsJjq__featureIcon_emerald{color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126}.platform-module__3DsJjq__featureIcon_blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.platform-module__3DsJjq__featureIcon_violet{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf626}.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__splitChecklist{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.platform-module__3DsJjq__splitCheckItem{color:var(--text-secondary);align-items:center;gap:10px;font-size:.9rem;display:flex}.platform-module__3DsJjq__splitCheckItem svg{color:var(--accent-emerald);flex-shrink:0}.platform-module__3DsJjq__splitImageWrapper{border-radius:var(--radius-xl);box-shadow:0 20px 60px #0003,0 0 0 1px var(--card-border);transition:transform .4s,box-shadow .4s;overflow:hidden}.platform-module__3DsJjq__splitImageWrapper:hover{transform:translateY(-4px);box-shadow:0 30px 80px #00000040,0 0 0 1px #10b98126}.platform-module__3DsJjq__splitImage{border-radius:var(--radius-xl);width:100%;height:auto;display:block}.platform-module__3DsJjq__stepFlow{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.platform-module__3DsJjq__stepFlow:before{content:"";background:linear-gradient(to right,var(--accent-emerald),#3b82f666,#8b5cf64d);z-index:0;height:2px;position:absolute;top:44px;left:15%;right:15%}.platform-module__3DsJjq__stepItem{text-align:center;z-index:1;position:relative}.platform-module__3DsJjq__stepIconBox{width:88px;height:88px;margin:0 auto var(--space-lg);position:relative}.platform-module__3DsJjq__stepNum{background:var(--accent-emerald);color:#fff;width:28px;height:28px;font-size:.7rem;font-weight:800;font-family:var(--font-mono);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #10b9814d}.platform-module__3DsJjq__stepIcon{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);width:88px;height:88px;color:var(--accent-emerald);box-shadow:var(--card-shadow);justify-content:center;align-items:center;transition:all .35s;display:flex}.platform-module__3DsJjq__stepItem:hover .platform-module__3DsJjq__stepIcon{border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 8px 32px #10b9811f}.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);max-width:240px;margin:0 auto;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{margin-bottom:var(--space-xl);padding:var(--space-md)0;justify-content:flex-start;align-items:center;gap:0;display:flex}.platform-module__3DsJjq__pipelineStep{align-items:center;gap:0;display:flex}.platform-module__3DsJjq__pipelineNode{flex-direction:column;align-items:center;gap:0;display:flex}.platform-module__3DsJjq__pipelineNodeIcon{border-radius:var(--radius-lg);color:#6366f1;background:#6366f114;border:1px solid #6366f126;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex}.platform-module__3DsJjq__pipelineStep:hover .platform-module__3DsJjq__pipelineNodeIcon{background:#6366f124;transform:scale(1.08)}.platform-module__3DsJjq__pipelineNodeLabel{color:var(--text-secondary);text-align:center;white-space:nowrap;margin-top:8px;font-size:.72rem;font-weight:600}.platform-module__3DsJjq__pipelineConnector{background:linear-gradient(90deg,#6366f14d,#6366f11a);flex-shrink:0;align-self:center;width:28px;height:2px;margin:0 4px 20px}.platform-module__3DsJjq__imageShowcase{background:var(--bg-primary);padding:80px 0}.platform-module__3DsJjq__showcaseWrapper{border-radius:var(--radius-2xl);position:relative;overflow:hidden;box-shadow:0 30px 80px #0003}.platform-module__3DsJjq__showcaseImage{width:100%;height:auto;transition:transform 6s;display:block}.platform-module__3DsJjq__showcaseWrapper:hover .platform-module__3DsJjq__showcaseImage{transform:scale(1.03)}.platform-module__3DsJjq__showcaseOverlay{padding:var(--space-2xl)var(--space-3xl);background:linear-gradient(#0000 0%,#000000bf 100%);position:absolute;bottom:0;left:0;right:0}.platform-module__3DsJjq__showcaseOverlay h3{color:#fff;margin-bottom:var(--space-xs);font-size:1.4rem}.platform-module__3DsJjq__showcaseOverlay p{color:#ffffffb3;font-size:.95rem}.platform-module__3DsJjq__ctaBanner{text-align:center;padding:var(--space-4xl)var(--space-3xl);background:var(--bg-dark);border-radius:var(--radius-2xl);border:1px solid #10b9811a;position:relative;overflow:hidden}.platform-module__3DsJjq__ctaGlow{pointer-events:none;background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:500px;height:500px;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;justify-content:center;position:relative}@media (max-width:1024px){.platform-module__3DsJjq__heroSplit{gap:var(--space-3xl);grid-template-columns:1fr}.platform-module__3DsJjq__heroText{text-align:center}.platform-module__3DsJjq__heroText>p{max-width:100%}.platform-module__3DsJjq__heroActions,.platform-module__3DsJjq__heroBadges{justify-content:center}}@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}.platform-module__3DsJjq__trustInner{gap:var(--space-2xl)}.platform-module__3DsJjq__sectionLight,.platform-module__3DsJjq__sectionAlt{padding:72px 0}}@media (max-width:600px){.platform-module__3DsJjq__featureGrid,.platform-module__3DsJjq__stepFlow,.platform-module__3DsJjq__specGrid{grid-template-columns:1fr}.platform-module__3DsJjq__heroActions,.platform-module__3DsJjq__pipelineFlow{flex-direction:column;align-items:center}.platform-module__3DsJjq__pipelineConnector{width:2px;height:24px;margin:6px 0}.platform-module__3DsJjq__trustInner{gap:var(--space-xl);flex-direction:column}.platform-module__3DsJjq__sectionLight,.platform-module__3DsJjq__sectionAlt{padding:56px 0}}[data-theme=light] .platform-module__3DsJjq__heroImageWrapper{box-shadow:0 25px 80px #0000001a,0 0 0 1px #0000000f}[data-theme=light] .platform-module__3DsJjq__splitImageWrapper{box-shadow:0 20px 60px #00000014,0 0 0 1px #0000000f}[data-theme=light] .platform-module__3DsJjq__splitImageWrapper:hover{box-shadow:0 30px 80px #0000001f,0 0 0 1px #10b98133}[data-theme=light] .platform-module__3DsJjq__showcaseWrapper{box-shadow:0 30px 80px #0000001a}[data-theme=light] .platform-module__3DsJjq__ctaBanner{background:#0f172a}[data-theme=light] .platform-module__3DsJjq__heroBadgeItem{background:#10b9810f}[data-theme=light] .platform-module__3DsJjq__ctaBanner .btn-secondary{color:#fff;border-color:#ffffff40}[data-theme=light] .platform-module__3DsJjq__ctaBanner .btn-secondary:hover{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#10b98114}
.pricing-module__GUa-mW__pricingHero{padding:calc(var(--nav-height) + 60px)0 var(--space-3xl);text-align:center;background:linear-gradient(#10b9810a 0%,#0000 60%);position:relative;overflow:hidden}.pricing-module__GUa-mW__pricingHero h1{margin-bottom:var(--space-md)}.pricing-module__GUa-mW__pricingHero p{margin:0 auto;font-size:1.1rem}.pricing-module__GUa-mW__billingToggle{margin:var(--space-2xl)auto 0;justify-content:center;align-items:center;gap:16px;display:flex}.pricing-module__GUa-mW__billingOption{color:var(--text-tertiary);cursor:pointer;transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.pricing-module__GUa-mW__billingOption.pricing-module__GUa-mW__active{color:var(--text-primary);font-weight:600}.pricing-module__GUa-mW__toggleTrack{background:var(--bg-elevated);border:1px solid var(--border-medium);cursor:pointer;width:48px;height:26px;transition:all var(--transition-base);border-radius:13px;position:relative}.pricing-module__GUa-mW__toggleTrack.pricing-module__GUa-mW__annual{background:var(--accent-muted);border-color:var(--accent-dim)}.pricing-module__GUa-mW__toggleKnob{background:var(--accent);width:20px;height:20px;transition:transform var(--transition-base);border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.pricing-module__GUa-mW__toggleTrack.pricing-module__GUa-mW__annual .pricing-module__GUa-mW__toggleKnob{transform:translate(22px)}.pricing-module__GUa-mW__saveBadge{color:var(--accent);background:var(--accent-muted);border-radius:var(--radius-full);letter-spacing:.02em;padding:3px 10px;font-size:.72rem;font-weight:700}.pricing-module__GUa-mW__pricingGrid{padding:var(--space-2xl)0;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto;display:grid}.pricing-module__GUa-mW__pricingCard{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--transition-smooth);flex-direction:column;padding:32px 28px;display:flex;position:relative}.pricing-module__GUa-mW__pricingCard:hover{border-color:var(--border-hover);box-shadow:0 8px 40px var(--accent-glow);transform:translateY(-2px)}.pricing-module__GUa-mW__pricingCard.pricing-module__GUa-mW__featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 8px 40px var(--accent-glow-strong)}.pricing-module__GUa-mW__popularTag{background:var(--accent);color:var(--text-on-accent);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;padding:4px 16px;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-module__GUa-mW__planName{color:var(--text-primary);margin-bottom:6px;font-size:1.05rem;font-weight:700}.pricing-module__GUa-mW__planDesc{color:var(--text-tertiary);margin-bottom:var(--space-lg);font-size:.82rem;line-height:1.5}.pricing-module__GUa-mW__priceRow{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.pricing-module__GUa-mW__priceAmount{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;font-size:2.4rem;font-weight:800;line-height:1}.pricing-module__GUa-mW__pricePeriod{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.pricing-module__GUa-mW__priceNote{color:var(--text-tertiary);margin-bottom:var(--space-lg);font-size:.75rem}.pricing-module__GUa-mW__featureList{padding:0;padding-top:var(--space-lg);border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:0 0 auto;list-style:none;display:flex}.pricing-module__GUa-mW__featureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.5;display:flex}.pricing-module__GUa-mW__checkIcon{background:var(--accent-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.pricing-module__GUa-mW__checkIcon svg{color:var(--accent)}.pricing-module__GUa-mW__planCta{margin-top:var(--space-xl);text-align:center;width:100%;text-decoration:none}.pricing-module__GUa-mW__faqSection{padding:var(--space-4xl)0 var(--space-5xl);max-width:720px;margin:0 auto}.pricing-module__GUa-mW__faqSection h2{text-align:center;margin-bottom:var(--space-2xl)}.pricing-module__GUa-mW__faqItem{border-bottom:1px solid var(--border);padding:var(--space-lg)0}.pricing-module__GUa-mW__faqQuestion{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.pricing-module__GUa-mW__faqQuestion:hover{color:var(--accent)}.pricing-module__GUa-mW__faqAnswer{color:var(--text-secondary);padding-top:var(--space-sm);max-width:600px;font-size:.88rem;line-height:1.7}.pricing-module__GUa-mW__trustBar{padding:var(--space-xl)0;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.pricing-module__GUa-mW__trustItem{color:var(--text-tertiary);letter-spacing:.02em;align-items:center;gap:8px;font-size:.78rem;font-weight:500;display:flex}.pricing-module__GUa-mW__trustDot{background:var(--accent);border-radius:50%;width:6px;height:6px}.pricing-module__GUa-mW__trialBanner{max-width:720px;margin:var(--space-xl)auto;padding:var(--space-lg)var(--space-xl);background:var(--accent-subtle);border:1px solid var(--accent-muted);border-radius:var(--radius-lg);align-items:flex-start;gap:16px;display:flex}.pricing-module__GUa-mW__trialBanner .pricing-module__GUa-mW__trialIcon{border-radius:var(--radius-md);background:var(--accent-muted);width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-module__GUa-mW__trialBanner strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;display:block}.pricing-module__GUa-mW__trialBanner p{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.6}.pricing-module__GUa-mW__comparisonSection{background:var(--bg-secondary);padding:var(--space-5xl)0}.pricing-module__GUa-mW__comparisonHeading{text-align:center;margin:0 auto var(--space-sm);max-width:720px}.pricing-module__GUa-mW__comparisonSub{text-align:center;color:var(--text-tertiary);margin:0 auto var(--space-3xl);max-width:600px;font-size:1rem}.pricing-module__GUa-mW__comparisonTableWrap{border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--bg-surface);max-width:960px;margin:0 auto;overflow-x:auto}.pricing-module__GUa-mW__comparisonTable{border-collapse:collapse;width:100%;min-width:680px;font-size:.85rem}.pricing-module__GUa-mW__comparisonTable thead{background:var(--bg-surface);z-index:2;position:sticky;top:0}.pricing-module__GUa-mW__comparisonTable th{text-align:center;border-bottom:2px solid var(--border);vertical-align:bottom;padding:1.5rem 1rem 1.25rem}.pricing-module__GUa-mW__featureCol{width:32%;text-align:left!important}.pricing-module__GUa-mW__planCol{width:22.66%;display:table-cell}.pricing-module__GUa-mW__planColName{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:700;display:block}.pricing-module__GUa-mW__planColPrice{color:var(--text-tertiary);font-size:.82rem;font-weight:500;display:block}.pricing-module__GUa-mW__planColFeatured{background:linear-gradient(#10b9810f 0%,#0000 100%);border-left:1px solid #10b98126;border-right:1px solid #10b98126;position:relative}.pricing-module__GUa-mW__planColBadge{text-transform:uppercase;letter-spacing:.08em;background:var(--accent);color:var(--text-on-accent);border-radius:var(--radius-full);margin-bottom:8px;padding:2px 10px;font-size:.62rem;font-weight:700;display:inline-block}.pricing-module__GUa-mW__categoryRow td{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);background:var(--bg-primary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.75rem 1rem .5rem;font-size:.72rem;font-weight:700}.pricing-module__GUa-mW__comparisonRow td{border-bottom:1px solid var(--border-light);padding:.75rem 1rem}.pricing-module__GUa-mW__featureCell{color:var(--text-secondary);font-weight:500}.pricing-module__GUa-mW__valueCell{text-align:center}.pricing-module__GUa-mW__valueCellFeatured{background:#10b98108;border-left:1px solid #10b98114;border-right:1px solid #10b98114}.pricing-module__GUa-mW__cellCheck{background:var(--accent-muted);width:22px;height:22px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.pricing-module__GUa-mW__cellCross{color:var(--text-tertiary);opacity:.4;font-weight:400}.pricing-module__GUa-mW__cellText{color:var(--text-primary);font-size:.82rem;font-weight:600}.pricing-module__GUa-mW__ctaRow td{text-align:center;border-top:2px solid var(--border);padding:1.5rem 1rem}.pricing-module__GUa-mW__tableCta{border-radius:var(--radius-md);padding:.55rem 1.5rem;font-size:.82rem;text-decoration:none;display:inline-block}@media (max-width:1024px){.pricing-module__GUa-mW__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pricing-module__GUa-mW__comparisonTableWrap{font-size:.78rem}.pricing-module__GUa-mW__featureCol{width:35%}}@media (max-width:640px){.pricing-module__GUa-mW__pricingGrid{grid-template-columns:1fr;max-width:400px}.pricing-module__GUa-mW__trustBar{gap:16px}.pricing-module__GUa-mW__trialBanner{text-align:center;flex-direction:column;align-items:center}.pricing-module__GUa-mW__comparisonTable{font-size:.72rem}.pricing-module__GUa-mW__planColName{font-size:.82rem}.pricing-module__GUa-mW__planColPrice{font-size:.72rem}}
.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(#06111fe0 0%,#06111fbf 50%,#06111feb 100%);position:absolute;inset:0}.CTA-module__SukRnW__ctaSection .CTA-module__SukRnW__container{z-index:2;position:relative}.CTA-module__SukRnW__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__SukRnW__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__SukRnW__ctaContent{z-index:2;position:relative}.CTA-module__SukRnW__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__SukRnW__ctaContent h2{color:var(--text-primary);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:var(--text-secondary)!important}.CTA-module__SukRnW__ctaActions{margin-bottom:var(--space-xl);justify-content:center;gap:16px;display:flex}.CTA-module__SukRnW__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__SukRnW__ctaPrimary:hover{background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 8px 32px #00d4a04d}.CTA-module__SukRnW__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__SukRnW__ctaSecondary:hover{border-color:#ffffff80;transform:translateY(-2px)}.CTA-module__SukRnW__ctaTrust{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.CTA-module__SukRnW__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__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}}
