.Navbar-module___rHu7W__navbar{z-index:1000;height:var(--nav-height);transition:all var(--transition-smooth);-webkit-backdrop-filter:blur(16px);background:#06111f99;align-items:center;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#06111fe6}.Navbar-module___rHu7W__navInner{max-width:var(--container-wide);padding:0 var(--container-padding);justify-content:space-between;align-items:center;width:100%;height:100%;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoIcon{background:var(--accent);width:32px;height:32px;color:var(--bg-primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.Navbar-module___rHu7W__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Navbar-module___rHu7W__logoAi{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Navbar-module___rHu7W__navCenter{align-items:center;gap:4px;display:flex}.Navbar-module___rHu7W__navItem{position:relative}.Navbar-module___rHu7W__navLink{letter-spacing:.04em;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);font-size:.85rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:4px;padding:8px 14px;text-decoration:none;display:inline-flex}.Navbar-module___rHu7W__navLink:hover{color:var(--text-primary);background:var(--accent-subtle)}.Navbar-module___rHu7W__chevron{transition:transform var(--transition-fast);opacity:.5}.Navbar-module___rHu7W__chevronOpen{transform:rotate(180deg)}.Navbar-module___rHu7W__dropdown{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:340px;animation:Navbar-module___rHu7W__dropdownIn .2s var(--ease-out);z-index:100;padding:8px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 20px 60px #00000080}@keyframes Navbar-module___rHu7W__dropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module___rHu7W__dropdownInner{flex-direction:column;gap:2px;display:flex}.Navbar-module___rHu7W__dropdownItem{border-radius:var(--radius-md);transition:all var(--transition-fast);color:inherit;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.Navbar-module___rHu7W__dropdownItem:hover{background:var(--accent-subtle)}.Navbar-module___rHu7W__dropdownItem:hover .Navbar-module___rHu7W__dropdownArrow{opacity:1;transform:translate(2px)}.Navbar-module___rHu7W__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___rHu7W__dropdownText{flex-direction:column;flex:1;display:flex}.Navbar-module___rHu7W__dropdownLabel{color:var(--text-primary);font-size:.88rem;font-weight:600;line-height:1.3}.Navbar-module___rHu7W__dropdownDesc{color:var(--text-tertiary);font-size:.78rem;line-height:1.3}.Navbar-module___rHu7W__dropdownArrow{color:var(--text-tertiary);opacity:0;transition:all var(--transition-fast);flex-shrink:0}.Navbar-module___rHu7W__navRight{align-items:center;gap:16px;display:flex}.Navbar-module___rHu7W__signInLink{color:var(--text-secondary);transition:color var(--transition-fast);letter-spacing:.02em;font-size:.85rem;font-weight:500;text-decoration:none}.Navbar-module___rHu7W__signInLink:hover{color:var(--text-primary)}.Navbar-module___rHu7W__navCta{padding:10px 24px!important;font-size:.8rem!important}.Navbar-module___rHu7W__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Navbar-module___rHu7W__mobileOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#06111fcc;display:none;position:fixed;inset:0}.Navbar-module___rHu7W__mobileMenu{background:var(--bg-surface);width:340px;max-width:90vw;animation:Navbar-module___rHu7W__slideIn .25s var(--ease-out);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}@keyframes Navbar-module___rHu7W__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module___rHu7W__mobileHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Navbar-module___rHu7W__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px}.Navbar-module___rHu7W__mobileBody{flex-direction:column;flex:1;gap:24px;padding:16px 20px;display:flex}.Navbar-module___rHu7W__mobileGroup{flex-direction:column;gap:4px;display:flex}.Navbar-module___rHu7W__mobileGroupLabel{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;padding:0 8px;font-size:.7rem;font-weight:600}.Navbar-module___rHu7W__mobileLink{color:var(--text-primary);border-radius:var(--radius-sm);transition:background var(--transition-fast);align-items:center;gap:10px;padding:10px 8px;font-size:.92rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module___rHu7W__mobileLink:hover{background:var(--accent-subtle)}.Navbar-module___rHu7W__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___rHu7W__mobileFooter{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:16px 20px;display:flex}.Navbar-module___rHu7W__mobileCta{text-align:center;width:100%;text-decoration:none}@media (max-width:1024px){.Navbar-module___rHu7W__navCenter,.Navbar-module___rHu7W__navRight{display:none}.Navbar-module___rHu7W__mobileToggle,.Navbar-module___rHu7W__mobileOverlay{display:block}}[data-theme=light] .Navbar-module___rHu7W__navbar{background:#fafbfdb3}[data-theme=light] .Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{background:#fafbfdeb}[data-theme=light] .Navbar-module___rHu7W__navLink:hover{background:#0000000a}[data-theme=light] .Navbar-module___rHu7W__dropdown{background:#fff;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000d}[data-theme=light] .Navbar-module___rHu7W__dropdownItem:hover{background:#00000008}[data-theme=light] .Navbar-module___rHu7W__dropdownIcon{background:#009a720f;border-color:#009a721f}[data-theme=light] .Navbar-module___rHu7W__mobileOverlay{background:#0f172966}[data-theme=light] .Navbar-module___rHu7W__mobileMenu{background:#fff}[data-theme=light] .Navbar-module___rHu7W__mobileLink:hover{background:#00000008}[data-theme=light] .Navbar-module___rHu7W__mobileLinkIcon{background:#009a720f}
.ThemeToggle-module__Z5gSZG__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__Z5gSZG__toggle:hover{background:var(--accent-muted);border-color:var(--border-hover);color:var(--accent);transform:translateY(-1px)}.ThemeToggle-module__Z5gSZG__icon{opacity:0;transition:all .3s var(--ease-spring);pointer-events:none;position:absolute;transform:scale(.5)rotate(-30deg)}.ThemeToggle-module__Z5gSZG__icon.ThemeToggle-module__Z5gSZG__active{opacity:1;transform:scale(1)rotate(0)}
.Footer-module__Grjkva__footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:80px 0 0}.Footer-module__Grjkva__footerGrid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:64px;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__brandLogo{align-items:center;gap:8px;text-decoration:none;display:flex}.Footer-module__Grjkva__brandIcon{background:var(--accent);width:28px;height:28px;color:var(--bg-primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__brandName{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__brandAi{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__brandDesc{color:var(--text-tertiary);max-width:280px;font-size:.88rem;line-height:1.6}.Footer-module__Grjkva__standards{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.Footer-module__Grjkva__standardBadge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;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__Grjkva__column{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__columnTitle{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:4px;font-size:.68rem;font-weight:600}.Footer-module__Grjkva__columnList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__Grjkva__columnList a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.88rem;text-decoration:none}.Footer-module__Grjkva__columnList a:hover{color:var(--accent)}.Footer-module__Grjkva__footerBottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 0;display:flex}.Footer-module__Grjkva__copyright{color:var(--text-tertiary);font-size:.78rem}.Footer-module__Grjkva__legal{gap:24px;display:flex}.Footer-module__Grjkva__legal a{color:var(--text-tertiary);transition:color var(--transition-fast);font-size:.78rem;text-decoration:none}.Footer-module__Grjkva__legal a:hover{color:var(--text-secondary)}@media (max-width:1024px){.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__Grjkva__brand{grid-column:1/-1}}@media (max-width:768px){.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__Grjkva__footerBottom{text-align:center;flex-direction:column;gap:12px}}
.Hero-module__JgYmMq__hero{min-height:100vh;padding-top:calc(var(--nav-height) + 80px);background:var(--bg-primary);align-items:center;padding-bottom:100px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgEffects{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__gridLines{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 60% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(at 60% 40%,#000 20%,#0000 70%)}.Hero-module__JgYmMq__glowOrb1{filter:blur(80px);background:radial-gradient(circle,#00d4a012 0%,#0000 60%);border-radius:50%;width:700px;height:700px;animation:20s ease-in-out infinite Hero-module__JgYmMq__meshFloat;position:absolute;top:-20%;right:5%}.Hero-module__JgYmMq__glowOrb2{filter:blur(80px);background:radial-gradient(circle,#6366f10d 0%,#0000 60%);border-radius:50%;width:600px;height:600px;animation:25s ease-in-out infinite Hero-module__JgYmMq__meshFloat2;position:absolute;bottom:-30%;left:-10%}.Hero-module__JgYmMq__glowOrb3{filter:blur(60px);background:radial-gradient(circle,#00d4a00a 0%,#0000 60%);border-radius:50%;width:400px;height:400px;animation:18s ease-in-out infinite reverse Hero-module__JgYmMq__meshFloat;position:absolute;top:40%;right:25%}.Hero-module__JgYmMq__heroGrid{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__JgYmMq__heroText{flex-direction:column;display:flex}.Hero-module__JgYmMq__eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);align-items:center;gap:10px;margin-bottom:28px;font-size:.72rem;font-weight:500;display:inline-flex}.Hero-module__JgYmMq__eyebrowDot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite Hero-module__JgYmMq__pulseGlow;box-shadow:0 0 10px #00d4a080}.Hero-module__JgYmMq__title{font-family:var(--font-display);letter-spacing:-.035em;color:var(--text-primary);margin-bottom:28px;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:800;line-height:1.05}.Hero-module__JgYmMq__titleLine{display:block}.Hero-module__JgYmMq__gradientWord{background:linear-gradient(135deg,var(--accent),#00ffbe,var(--accent));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite Hero-module__JgYmMq__gradientShift}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);max-width:460px;margin-bottom:40px;font-size:1.06rem;font-weight:400;line-height:1.75}.Hero-module__JgYmMq__actions{gap:14px;margin-bottom:56px;display:flex}.Hero-module__JgYmMq__ctaPrimary{background:var(--accent);color:var(--bg-primary);letter-spacing:-.01em;border-radius:var(--radius-md);transition:all .25s var(--ease-out);justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 1px 2px #0003,inset 0 1px #ffffff26}.Hero-module__JgYmMq__ctaPrimary:hover{background:var(--accent-bright);transform:translateY(-1px);box-shadow:0 4px 16px #00d4a040,inset 0 1px #fff3}.Hero-module__JgYmMq__ctaSecondary{border:1px solid var(--border-medium);color:var(--text-primary);letter-spacing:-.01em;border-radius:var(--radius-md);transition:all .25s var(--ease-out);background:#ffffff0d;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__JgYmMq__ctaSecondary:hover{border-color:var(--border-bright);background:#ffffff14;transform:translateY(-1px)}.Hero-module__JgYmMq__trustBar{align-items:center;gap:18px;display:flex}.Hero-module__JgYmMq__trustItem{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:.68rem;font-weight:500;display:flex}.Hero-module__JgYmMq__trustItem svg{color:var(--accent);opacity:.6}.Hero-module__JgYmMq__trustSep{background:var(--text-tertiary);opacity:.3;border-radius:50%;width:3px;height:3px}.Hero-module__JgYmMq__heroVisual{perspective:1200px}.Hero-module__JgYmMq__dashboardWrapper{will-change:transform;position:relative}.Hero-module__JgYmMq__dashboardMockup{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 32px 80px #0006,0 0 0 1px #ffffff08,inset 0 1px #ffffff0a}.Hero-module__JgYmMq__chromeBar{border-bottom:1px solid var(--border);background:#0000004d;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.Hero-module__JgYmMq__chromeDots{gap:5px;display:flex}.Hero-module__JgYmMq__dotRed{background:#ff5f57;border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__dotYellow{background:#ffbd2e;border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__dotGreen{background:#27c93f;border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__chromeUrl{font-family:var(--font-mono);color:var(--text-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff0a;align-items:center;gap:4px;padding:3px 10px;font-size:.62rem;display:flex}.Hero-module__JgYmMq__lockIcon{font-size:.55rem}.Hero-module__JgYmMq__kpiRow{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.Hero-module__JgYmMq__kpiCard{background:var(--bg-surface);flex-direction:column;gap:2px;padding:18px 16px;display:flex}.Hero-module__JgYmMq__kpiLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);font-size:.58rem;font-weight:500}.Hero-module__JgYmMq__kpiValue{font-family:var(--font-mono);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.35rem;font-weight:700;line-height:1.3}.Hero-module__JgYmMq__kpiUnit{color:var(--text-tertiary);font-size:.7rem;font-weight:500}.Hero-module__JgYmMq__kpiTrend{font-family:var(--font-mono);color:var(--accent);align-items:center;gap:3px;font-size:.62rem;font-weight:600;display:flex}.Hero-module__JgYmMq__kpiTrendUp{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:3px;font-size:.62rem;font-weight:600;display:flex}.Hero-module__JgYmMq__chartSection{padding:16px}.Hero-module__JgYmMq__chartHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.Hero-module__JgYmMq__chartTitle{color:var(--text-primary);font-size:.82rem;font-weight:600}.Hero-module__JgYmMq__chartPeriod{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff0a;padding:3px 8px;font-size:.6rem}.Hero-module__JgYmMq__chartBars{flex-direction:column;gap:8px;display:flex}.Hero-module__JgYmMq__barRow{grid-template-columns:18px 80px 1fr 32px;align-items:center;gap:8px;display:grid}.Hero-module__JgYmMq__barIcon{color:var(--text-tertiary);align-items:center;display:flex}.Hero-module__JgYmMq__barLabel{font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.02em;font-size:.65rem}.Hero-module__JgYmMq__barTrack{border-radius:var(--radius-full);background:#ffffff0a;height:5px;overflow:hidden}.Hero-module__JgYmMq__barFill{background:linear-gradient(90deg,var(--accent-dim),var(--accent));border-radius:var(--radius-full);height:100%}.Hero-module__JgYmMq__barPct{font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;font-variant-numeric:tabular-nums;font-size:.62rem}.Hero-module__JgYmMq__complianceStrip{border-top:1px solid var(--border);background:#00000026;gap:16px;padding:10px 16px;display:flex}.Hero-module__JgYmMq__complianceItem{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;font-size:.6rem;font-weight:500;display:flex}.Hero-module__JgYmMq__complianceDot{background:var(--accent);opacity:.6;border-radius:50%;width:5px;height:5px}.Hero-module__JgYmMq__floatingBadge{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;z-index:5;align-items:center;gap:6px;padding:8px 14px;font-size:.65rem;font-weight:500;display:flex;position:absolute;box-shadow:0 8px 32px #0000004d}.Hero-module__JgYmMq__floatingBadge svg{color:var(--accent)}.Hero-module__JgYmMq__floatingBadge1{top:-12px;right:-20px}.Hero-module__JgYmMq__floatingBadge2{bottom:40px;left:-30px}@media (max-width:1024px){.Hero-module__JgYmMq__heroGrid{grid-template-columns:1fr;gap:56px}.Hero-module__JgYmMq__floatingBadge1{top:-10px;right:10px}.Hero-module__JgYmMq__floatingBadge2{bottom:20px;left:10px}}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding-top:calc(var(--nav-height) + 48px);min-height:auto;padding-bottom:64px}.Hero-module__JgYmMq__title{font-size:clamp(2.2rem,6vw,3.2rem)}.Hero-module__JgYmMq__actions{flex-direction:column}.Hero-module__JgYmMq__ctaPrimary,.Hero-module__JgYmMq__ctaSecondary{justify-content:center;width:100%}.Hero-module__JgYmMq__kpiRow{grid-template-columns:1fr}.Hero-module__JgYmMq__barRow{grid-template-columns:18px 60px 1fr 28px}.Hero-module__JgYmMq__trustBar{flex-wrap:wrap;gap:12px}.Hero-module__JgYmMq__floatingBadge{display:none}}@media (max-width:480px){.Hero-module__JgYmMq__title{font-size:1.9rem}.Hero-module__JgYmMq__complianceStrip{flex-wrap:wrap;gap:8px}}
.SocialProof-module__Z4Tylq__socialProof{background:var(--bg-surface);border-bottom:1px solid var(--border);border-top:1px solid var(--border);padding:56px 0}.SocialProof-module__Z4Tylq__inner{text-align:center}.SocialProof-module__Z4Tylq__label{color:var(--text-tertiary);letter-spacing:.01em;max-width:none;margin-bottom:32px;font-size:.88rem}.SocialProof-module__Z4Tylq__label strong{color:var(--text-secondary)}.SocialProof-module__Z4Tylq__logoRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.SocialProof-module__Z4Tylq__logoItem{opacity:.35;cursor:default;flex-direction:column;align-items:center;gap:6px;transition:opacity .4s;display:flex}.SocialProof-module__Z4Tylq__logoItem:hover{opacity:.6}.SocialProof-module__Z4Tylq__logoAbbr{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.SocialProof-module__Z4Tylq__logoName{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-weight:500}@media (max-width:600px){.SocialProof-module__Z4Tylq__logoRow{gap:32px}.SocialProof-module__Z4Tylq__logoAbbr{font-size:1.3rem}}
.DashboardPreview-module__tHqkcG__section{background:var(--bg-dark);padding:80px 0 60px;position:relative;overflow:hidden}.DashboardPreview-module__tHqkcG__header{text-align:center;margin-bottom:var(--space-4xl)}.DashboardPreview-module__tHqkcG__header h2{color:#f1f5f9}.DashboardPreview-module__tHqkcG__subtitle{max-width:600px;margin:var(--space-lg)auto 0;font-size:1.2rem;line-height:1.8;color:#94a3b8!important}.DashboardPreview-module__tHqkcG__dashboardWrapper{perspective:1200px;width:100%;max-width:960px;margin:0 auto;position:relative}.DashboardPreview-module__tHqkcG__dashboardFrame{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1729f2;border:1px solid #ffffff1a;border-radius:16px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform:perspective(1200px)rotateX(2deg);box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff0f}.DashboardPreview-module__tHqkcG__dashboardFrame:hover{transform:perspective(1200px)rotateX(0)translateY(-4px)}.DashboardPreview-module__tHqkcG__browserBar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:14px 20px;display:flex}.DashboardPreview-module__tHqkcG__browserDots{gap:7px;display:flex}.DashboardPreview-module__tHqkcG__browserDots span{border-radius:50%;width:11px;height:11px}.DashboardPreview-module__tHqkcG__browserDots span:first-child{background:#ff5f57}.DashboardPreview-module__tHqkcG__browserDots span:nth-child(2){background:#ffbd2e}.DashboardPreview-module__tHqkcG__browserDots span:nth-child(3){background:#28c840}.DashboardPreview-module__tHqkcG__browserUrl{text-align:center;color:#475569;background:#ffffff0a;border-radius:6px;flex:1;padding:5px 16px;font-family:SF Mono,Fira Code,monospace;font-size:.75rem}.DashboardPreview-module__tHqkcG__dashboardContent{padding:28px 32px}.DashboardPreview-module__tHqkcG__dashHeader{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.DashboardPreview-module__tHqkcG__dashLogo{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.DashboardPreview-module__tHqkcG__dashLive{color:#34d399;align-items:center;gap:8px;font-size:.8rem;font-weight:500;display:flex}.DashboardPreview-module__tHqkcG__livePulse{background:#34d399;border-radius:50%;width:9px;height:9px;animation:2s ease-in-out infinite DashboardPreview-module__tHqkcG__pulseGlow;box-shadow:0 0 10px #34d39999}.DashboardPreview-module__tHqkcG__metricsRow{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;display:grid}.DashboardPreview-module__tHqkcG__metricCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:20px}.DashboardPreview-module__tHqkcG__metricLabel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.72rem;font-weight:600}.DashboardPreview-module__tHqkcG__metricValue{font-family:var(--font-heading);color:#f1f5f9;letter-spacing:-.02em;font-size:1.8rem;font-weight:800;line-height:1.2}.DashboardPreview-module__tHqkcG__metricUnit{color:#64748b;margin-left:3px;font-size:.88rem;font-weight:500}.DashboardPreview-module__tHqkcG__metricTrend{color:#475569;margin-top:8px;font-size:.75rem}.DashboardPreview-module__tHqkcG__trendDown{color:#34d399;font-weight:600}.DashboardPreview-module__tHqkcG__chartSection{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:24px}.DashboardPreview-module__tHqkcG__chartHeader{color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.88rem;font-weight:600;display:flex}.DashboardPreview-module__tHqkcG__chartTabs{gap:4px;display:flex}.DashboardPreview-module__tHqkcG__chartTabs span{color:#475569;cursor:pointer;border-radius:6px;padding:5px 14px;font-size:.75rem;transition:all .2s}.DashboardPreview-module__tHqkcG__chartTabActive{color:#34d399!important;background:#10b9811f!important}.DashboardPreview-module__tHqkcG__chartBars{align-items:flex-end;gap:10px;height:140px;padding:0 4px;display:flex}.DashboardPreview-module__tHqkcG__bar{background:linear-gradient(#10b98133,#10b98199);border-radius:4px 4px 0 0;flex:1;min-height:4px;transition:background .3s}.DashboardPreview-module__tHqkcG__bar:hover{background:linear-gradient(#10b98180,#34d399)}.DashboardPreview-module__tHqkcG__bar:nth-child(8){background:linear-gradient(#10b98166,#10b981)}.DashboardPreview-module__tHqkcG__chartLabels{gap:10px;padding:14px 4px 0;display:flex}.DashboardPreview-module__tHqkcG__chartLabels span{text-align:center;color:#334155;flex:1;font-size:.65rem;font-weight:500}.DashboardPreview-module__tHqkcG__dashboardGlow{filter:blur(30px);pointer-events:none;background:radial-gradient(#10b98126 0%,#0000 70%);height:80px;position:absolute;bottom:-40px;left:10%;right:10%}.DashboardPreview-module__tHqkcG__statCards{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.DashboardPreview-module__tHqkcG__statCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;gap:16px;padding:24px;transition:all .3s;display:flex}.DashboardPreview-module__tHqkcG__statCard:hover{background:#ffffff12;border-color:#10b98133;transform:translateY(-2px)}.DashboardPreview-module__tHqkcG__statIcon{background:#10b9811f;border:1px solid #10b98133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.DashboardPreview-module__tHqkcG__statContent{flex:1}.DashboardPreview-module__tHqkcG__statTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:6px;font-size:.95rem;font-weight:700}.DashboardPreview-module__tHqkcG__statDesc{color:#94a3b8;margin:0;font-size:.82rem;line-height:1.6}.DashboardPreview-module__tHqkcG__ctaRow{justify-content:center;align-items:center;gap:24px;margin-top:40px;padding-bottom:20px;display:flex}.DashboardPreview-module__tHqkcG__ctaPrimary{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;align-items:center;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #10b9814d}.DashboardPreview-module__tHqkcG__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #10b98166}.DashboardPreview-module__tHqkcG__ctaSecondary{color:#94a3b8;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s}.DashboardPreview-module__tHqkcG__ctaSecondary:hover{color:#34d399}@media (max-width:768px){.DashboardPreview-module__tHqkcG__metricsRow{grid-template-columns:1fr;gap:12px}.DashboardPreview-module__tHqkcG__dashboardContent{padding:20px 16px}.DashboardPreview-module__tHqkcG__chartBars{height:100px}.DashboardPreview-module__tHqkcG__statCards{grid-template-columns:1fr}.DashboardPreview-module__tHqkcG__ctaRow{flex-direction:column;gap:16px}}@keyframes DashboardPreview-module__tHqkcG__pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}
.Products-module__vGHnKa__products{background:var(--bg-primary);padding:80px 0 0}.Products-module__vGHnKa__sectionHeader{text-align:center;margin-bottom:32px}.Products-module__vGHnKa__sectionHeader h2{color:var(--text-primary)}.Products-module__vGHnKa__sectionHeader p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary);font-size:1.1rem}.Products-module__vGHnKa__productStrip{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:0;max-width:720px;margin:0 auto 48px;padding:18px 32px;display:flex}.Products-module__vGHnKa__stripItem{flex:1;align-items:center;gap:14px;display:flex}.Products-module__vGHnKa__stripItem div{flex-direction:column;gap:2px;display:flex}.Products-module__vGHnKa__stripItem strong{color:var(--text-primary);font-size:.92rem;font-weight:700}.Products-module__vGHnKa__stripItem span{color:var(--text-tertiary);font-size:.78rem}.Products-module__vGHnKa__stripIconGreen{color:var(--accent);flex-shrink:0}.Products-module__vGHnKa__stripIconPurple{color:#818cf8;flex-shrink:0}.Products-module__vGHnKa__stripDivider{background:var(--border);flex-shrink:0;width:1px;height:40px;margin:0 32px}.Products-module__vGHnKa__cpBlock{background:linear-gradient(165deg,var(--bg-primary)0%,var(--bg-surface)40%,var(--bg-elevated)100%);padding:80px 0;position:relative;overflow:hidden}.Products-module__vGHnKa__cpBlock:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4a00d 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;right:-200px}.Products-module__vGHnKa__cpGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:60px;display:grid}.Products-module__vGHnKa__cpText h3{color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800;line-height:1.25}.Products-module__vGHnKa__cpText>p{color:var(--text-secondary);max-width:500px;margin-bottom:28px;font-size:1rem;line-height:1.8}.Products-module__vGHnKa__productTag{background:var(--accent-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;border:1px solid #00d4a040;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.Products-module__vGHnKa__cpFeatureGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}.Products-module__vGHnKa__cpFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.Products-module__vGHnKa__cpFeatureIcon{color:var(--accent);flex-shrink:0;margin-top:2px}.Products-module__vGHnKa__cpLink{color:var(--accent);transition:all .25s var(--ease-out);align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.Products-module__vGHnKa__cpLink:hover{color:var(--accent-bright);gap:12px}.Products-module__vGHnKa__cpDashboard{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;box-shadow:0 30px 80px #0006,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0d}.Products-module__vGHnKa__cpDashHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Products-module__vGHnKa__cpDashLogo{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.Products-module__vGHnKa__cpDashLive{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;font-size:.7rem;font-weight:500;display:flex}.Products-module__vGHnKa__cpLiveDot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Products-module__vGHnKa__livePulse;box-shadow:0 0 8px #00d4a080}.Products-module__vGHnKa__cpMetrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.Products-module__vGHnKa__cpMetricCard{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff08;padding:16px}.Products-module__vGHnKa__cpMetricValue{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.3rem;font-weight:700;line-height:1.2}.Products-module__vGHnKa__cpMetricLabel{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-top:6px;font-size:.62rem;font-weight:600}.Products-module__vGHnKa__cpMetricTrend{font-family:var(--font-mono);color:var(--text-tertiary);margin-top:4px;font-size:.68rem}.Products-module__vGHnKa__cpTrendDown{color:var(--accent);font-weight:600}.Products-module__vGHnKa__cpModeBar{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff05;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;display:flex}.Products-module__vGHnKa__cpModeItem{align-items:center;gap:10px;display:flex}.Products-module__vGHnKa__cpModeLabel{font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;width:36px;font-size:.68rem;font-weight:600}.Products-module__vGHnKa__cpModeBarTrack{background:#ffffff0a;border-radius:3px;flex:1;height:6px;overflow:hidden}.Products-module__vGHnKa__cpModeBarFill{background:linear-gradient(90deg,var(--accent),var(--accent-bright));border-radius:3px;height:100%}.Products-module__vGHnKa__cpModePct{font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;width:30px;font-size:.68rem;font-weight:500}.Products-module__vGHnKa__cpTable{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.Products-module__vGHnKa__cpTableHead{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;background:#ffffff08;grid-template-columns:1.2fr .8fr .8fr 1fr .9fr;gap:8px;padding:10px 16px;font-size:.62rem;font-weight:600;display:grid}.Products-module__vGHnKa__cpTableRow{color:var(--text-secondary);border-top:1px solid var(--border);grid-template-columns:1.2fr .8fr .8fr 1fr .9fr;gap:8px;padding:10px 16px;font-size:.78rem;transition:background .2s;display:grid}.Products-module__vGHnKa__cpTableRow:hover{background:#ffffff05}.Products-module__vGHnKa__cpTableRoute{color:var(--text-primary);font-weight:600;font-family:var(--font-mono);font-size:.75rem}.Products-module__vGHnKa__cpTableMode{color:var(--accent);font-weight:500}.Products-module__vGHnKa__cpTableCo2{color:var(--text-primary);font-weight:600}.Products-module__vGHnKa__cpTableStatus{color:var(--accent);font-size:.72rem;font-weight:500}.Products-module__vGHnKa__cpStatusProcessing{color:#f59e0b}.Products-module__vGHnKa__vaiBlock{background:linear-gradient(165deg,#0c0f1f 0%,#121530 40%,#181b3a 100%);padding:80px 0;position:relative;overflow:hidden}.Products-module__vGHnKa__vaiBlock:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f10f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-200px;left:-200px}.Products-module__vGHnKa__vaiGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Products-module__vGHnKa__productTagAI{border-radius:var(--radius-full);font-family:var(--font-mono);color:#818cf8;text-transform:uppercase;letter-spacing:.06em;background:#6366f11a;border:1px solid #6366f140;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.Products-module__vGHnKa__vaiText h3{color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800;line-height:1.25}.Products-module__vGHnKa__vaiText>p{color:var(--text-secondary);max-width:500px;margin-bottom:28px;font-size:1rem;line-height:1.8}.Products-module__vGHnKa__vaiFeatureList{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.Products-module__vGHnKa__vaiFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.Products-module__vGHnKa__vaiCheckIcon{color:#818cf8;flex-shrink:0;margin-top:2px}.Products-module__vGHnKa__vaiLink{color:#818cf8;transition:all .25s var(--ease-out);align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.Products-module__vGHnKa__vaiLink:hover{color:#a5b4fc;gap:12px}.Products-module__vGHnKa__vaiPipeline{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #6366f11f;padding:28px;box-shadow:0 20px 60px #0000004d}.Products-module__vGHnKa__vaiPipelineTitle{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.68rem;font-weight:600}.Products-module__vGHnKa__vaiStep{align-items:center;gap:16px;padding:14px 0;display:flex;position:relative}.Products-module__vGHnKa__vaiStepIcon{border-radius:var(--radius-md);width:48px;height:48px;transition:transform .2s var(--ease-out);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Products-module__vGHnKa__vaiStep:hover .Products-module__vGHnKa__vaiStepIcon{transform:scale(1.05)}.Products-module__vGHnKa__vaiStepContent{flex:1}.Products-module__vGHnKa__vaiStepLabel{color:var(--text-primary);margin-bottom:2px;font-size:.92rem;font-weight:700}.Products-module__vGHnKa__vaiStepDesc{color:var(--text-tertiary);font-size:.78rem}.Products-module__vGHnKa__vaiStepConnector{background:#6366f126;width:2px;height:14px;position:absolute;top:62px;left:23px}.Products-module__vGHnKa__vaiStats{gap:12px;margin-top:20px;display:flex}.Products-module__vGHnKa__vaiStatBadge{text-align:center;border-radius:var(--radius-md);color:var(--text-secondary);background:#6366f10f;border:1px solid #6366f11f;flex:1;padding:12px 8px;font-size:.78rem}.Products-module__vGHnKa__vaiStatBadge strong{font-family:var(--font-mono);color:#818cf8;margin-bottom:2px;font-size:1.1rem;font-weight:700;display:block}@media (max-width:968px){.Products-module__vGHnKa__cpGrid,.Products-module__vGHnKa__vaiGrid{grid-template-columns:1fr;gap:40px}.Products-module__vGHnKa__cpFeatureGrid{grid-template-columns:1fr}.Products-module__vGHnKa__productStrip{flex-direction:column;gap:16px}.Products-module__vGHnKa__stripDivider{width:100%;height:1px;margin:0}}@media (max-width:600px){.Products-module__vGHnKa__cpMetrics{grid-template-columns:1fr}.Products-module__vGHnKa__cpTableHead,.Products-module__vGHnKa__cpTableRow{grid-template-columns:1fr 1fr;font-size:.72rem}.Products-module__vGHnKa__cpTableHead span:nth-child(n+4),.Products-module__vGHnKa__cpTableRow span:nth-child(n+4){display:none}.Products-module__vGHnKa__vaiStats{flex-direction:column}}@keyframes Products-module__vGHnKa__livePulse{0%,to{opacity:.4;box-shadow:0 0 4px #00d4a04d}50%{opacity:1;box-shadow:0 0 12px #00d4a099}}
.Problem-module__u1KM3q__problemDark{padding:var(--space-5xl)0 var(--space-3xl);background:var(--bg-primary);position:relative}.Problem-module__u1KM3q__darkHeader{text-align:center;margin-bottom:var(--space-3xl)}.Problem-module__u1KM3q__darkBadge{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--danger);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-lg);background:#ff4d4d14;border:1px solid #ff4d4d26;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.Problem-module__u1KM3q__darkHeader h2{color:var(--text-primary)}.Problem-module__u1KM3q__dimText{color:var(--text-tertiary)}.Problem-module__u1KM3q__darkSubtitle{max-width:580px;margin:var(--space-md)auto 0;font-size:1.05rem;color:var(--text-secondary)!important}.Problem-module__u1KM3q__painGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Problem-module__u1KM3q__painCard{padding:var(--space-xl);border-radius:var(--radius-md);transition:all var(--transition-smooth);background:#ff4d4d0a;border:1px solid #ff4d4d14}.Problem-module__u1KM3q__painCard:hover{background:#ff4d4d0f;border-color:#ff4d4d26;transform:translateY(-2px)}.Problem-module__u1KM3q__painIcon{border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);color:var(--danger);background:#ff4d4d14;justify-content:center;align-items:center;display:flex}.Problem-module__u1KM3q__painCard h4{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.05rem}.Problem-module__u1KM3q__painCard p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.Problem-module__u1KM3q__transitionArrow{padding:var(--space-xl)0 0;color:var(--accent);justify-content:center;animation:2s ease-in-out infinite Problem-module__u1KM3q__bounceDown;display:flex}@keyframes Problem-module__u1KM3q__bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.Problem-module__u1KM3q__solutionLight{padding:var(--space-5xl)0;background:var(--bg-primary)}.Problem-module__u1KM3q__lightHeader{text-align:center;margin-bottom:var(--space-3xl)}.Problem-module__u1KM3q__lightHeader h2{color:var(--text-primary)}.Problem-module__u1KM3q__lightHeader p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary)}.Problem-module__u1KM3q__solutionGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.Problem-module__u1KM3q__solutionCard{padding:var(--space-xl);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none;transition:all var(--transition-smooth)}.Problem-module__u1KM3q__solutionCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Problem-module__u1KM3q__solIcon{background:var(--accent-subtle);border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);color:var(--accent);justify-content:center;align-items:center;display:flex}.Problem-module__u1KM3q__solutionCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.05rem}.Problem-module__u1KM3q__solutionCard p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}@media (max-width:968px){.Problem-module__u1KM3q__painGrid{grid-template-columns:1fr}.Problem-module__u1KM3q__solutionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Problem-module__u1KM3q__solutionGrid{grid-template-columns:1fr}}
.Features-module__MNwinW__features{padding:var(--space-6xl)0;background:var(--bg-surface)}.Features-module__MNwinW__header{text-align:center;margin-bottom:var(--space-4xl)}.Features-module__MNwinW__header h2{color:var(--text-primary)}.Features-module__MNwinW__header p{margin:var(--space-md)auto 0;max-width:560px;color:var(--text-secondary)}.Features-module__MNwinW__bentoGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;display:grid}.Features-module__MNwinW__bentoCard{padding:var(--space-xl);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none;transition:all var(--transition-smooth);flex-direction:column;display:flex}.Features-module__MNwinW__bentoCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Features-module__MNwinW__bentoLarge{grid-column:span 2}.Features-module__MNwinW__cardTop{margin-bottom:var(--space-lg);justify-content:space-between;align-items:flex-start;display:flex}.Features-module__MNwinW__featureIcon{background:var(--accent-subtle);border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent);border:1px solid #00d4a026;justify-content:center;align-items:center;display:flex}.Features-module__MNwinW__featureTag{font-family:var(--font-mono);border-radius:var(--radius-full);color:var(--text-tertiary);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;background:#ffffff0a;padding:4px 12px;font-size:.62rem;font-weight:600}.Features-module__MNwinW__bentoCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.Features-module__MNwinW__bentoCard p{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.65}.Features-module__MNwinW__cardMetric{align-items:baseline;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border);display:flex}.Features-module__MNwinW__metricValue{font-family:var(--font-mono);color:var(--accent);letter-spacing:-.02em;font-size:2rem;font-weight:700}.Features-module__MNwinW__metricLabel{color:var(--text-tertiary);font-size:.82rem;font-weight:500}@media (max-width:968px){.Features-module__MNwinW__bentoGrid{grid-template-columns:repeat(2,1fr)}.Features-module__MNwinW__bentoLarge{grid-column:span 2}}@media (max-width:600px){.Features-module__MNwinW__bentoGrid{grid-template-columns:1fr}.Features-module__MNwinW__bentoLarge{grid-column:span 1}}
.Stats-module__Lag95a__stats{padding:var(--space-6xl)0;background:var(--bg-surface);position:relative;overflow:hidden}.Stats-module__Lag95a__meshBg{pointer-events:none;position:absolute;inset:0}.Stats-module__Lag95a__meshOrb1{filter:blur(60px);background:radial-gradient(circle,#00d4a00f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:14s ease-in-out infinite Stats-module__Lag95a__meshFloat;position:absolute;top:-30%;left:-10%}.Stats-module__Lag95a__meshOrb2{filter:blur(60px);background:radial-gradient(circle,#00d4a00a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:18s ease-in-out infinite Stats-module__Lag95a__meshFloat2;position:absolute;bottom:-30%;right:-10%}.Stats-module__Lag95a__header{text-align:center;margin-bottom:var(--space-4xl);z-index:2;position:relative}.Stats-module__Lag95a__statsBadge{background:var(--accent-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-lg);border:1px solid #00d4a033;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.Stats-module__Lag95a__header h2{color:var(--text-primary)}.Stats-module__Lag95a__gradientText{background:linear-gradient(135deg,var(--accent),var(--accent-bright));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Stats-module__Lag95a__header p{max-width:none;font-size:1.05rem;color:var(--text-secondary)!important}.Stats-module__Lag95a__grid{gap:var(--space-lg);z-index:2;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.Stats-module__Lag95a__statCard{text-align:center;padding:var(--space-2xl)var(--space-xl);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-smooth)}.Stats-module__Lag95a__statCard:hover{border-color:var(--border-hover);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-3px)}.Stats-module__Lag95a__statValue{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:var(--space-sm);font-variant-numeric:tabular-nums;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.Stats-module__Lag95a__statLabel{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:.92rem;font-weight:600}.Stats-module__Lag95a__statSub{color:var(--text-tertiary);font-size:.78rem;line-height:1.5}@media (max-width:968px){.Stats-module__Lag95a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Stats-module__Lag95a__grid{grid-template-columns:1fr}.Stats-module__Lag95a__statValue{font-size:2.5rem}}
.blog-module__JsT-Oq__blogHero{padding:calc(var(--nav-height) + 100px)0 80px;background:var(--bg-primary);position:relative;overflow:hidden}.blog-module__JsT-Oq__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__JsT-Oq__blogHeroInner{z-index:2;max-width:1100px;margin:0 auto;position:relative}.blog-module__JsT-Oq__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__JsT-Oq__blogHero p{color:var(--text-secondary);max-width:560px;font-size:1.15rem;line-height:1.7}.blog-module__JsT-Oq__blogGridSection{padding:var(--space-2xl)0 120px;background:var(--bg-primary)}.blog-module__JsT-Oq__blogGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.blog-module__JsT-Oq__blogCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);color:inherit;flex-direction:column;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.blog-module__JsT-Oq__blogCard:hover{border-color:#10b98140;transform:translateY(-6px);box-shadow:0 20px 60px -12px #10b9811a,0 8px 24px -8px #00000026}.blog-module__JsT-Oq__cardImage{background:var(--bg-secondary);width:100%;height:220px;position:relative;overflow:hidden}.blog-module__JsT-Oq__cardImage img{object-fit:cover;transition:transform .6s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__cardImage img{transform:scale(1.06)}.blog-module__JsT-Oq__cardBody{padding:var(--space-xl)var(--space-lg);flex-direction:column;flex:1;display:flex}.blog-module__JsT-Oq__cardMeta{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.blog-module__JsT-Oq__cardCategory{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-emerald);background:#10b98114;border-radius:100px;padding:4px 12px;font-size:.72rem;font-weight:700}.blog-module__JsT-Oq__cardDate{color:var(--text-tertiary);font-size:.78rem}.blog-module__JsT-Oq__cardBody h3{margin-bottom:var(--space-sm);color:var(--text-primary);letter-spacing:-.01em;font-size:1.2rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__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__JsT-Oq__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__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__cardRead{gap:10px}.blog-module__JsT-Oq__cardRead svg{transition:transform .2s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__cardRead svg{transform:translate(4px)}.blog-module__JsT-Oq__postLayout{padding:calc(var(--nav-height) + 80px)0 120px;background:var(--bg-primary)}.blog-module__JsT-Oq__postGrid{gap:var(--space-3xl);grid-template-columns:1fr 280px;align-items:start;max-width:1100px;margin:0 auto;display:grid}.blog-module__JsT-Oq__postHeader{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-light)}.blog-module__JsT-Oq__postCategory{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-emerald);margin-bottom:var(--space-lg);background:#10b98114;border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.blog-module__JsT-Oq__postHeader h1{margin-bottom:var(--space-lg);letter-spacing:-.03em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.blog-module__JsT-Oq__postMeta{gap:var(--space-xl);color:var(--text-tertiary);font-size:.9rem;display:flex}.blog-module__JsT-Oq__postMeta span{align-items:center;gap:6px;display:flex}.blog-module__JsT-Oq__postCover{border-radius:var(--radius-xl);width:100%;height:420px;margin-bottom:var(--space-2xl);border:1px solid var(--card-border);position:relative;overflow:hidden}.blog-module__JsT-Oq__postCover img{object-fit:cover}.blog-module__JsT-Oq__prose{color:var(--text-secondary);font-size:1.08rem;line-height:1.85}.blog-module__JsT-Oq__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__JsT-Oq__prose h2:first-of-type{border-top:none;padding-top:0}.blog-module__JsT-Oq__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__JsT-Oq__prose p{margin-bottom:var(--space-lg)}.blog-module__JsT-Oq__prose strong{color:var(--text-primary);font-weight:600}.blog-module__JsT-Oq__prose ul,.blog-module__JsT-Oq__prose ol{margin-bottom:var(--space-lg);padding-left:var(--space-xl)}.blog-module__JsT-Oq__prose li{margin-bottom:var(--space-sm);line-height:1.8}.blog-module__JsT-Oq__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__JsT-Oq__sidebar{top:calc(var(--nav-height) + var(--space-xl));position:sticky}.blog-module__JsT-Oq__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__JsT-Oq__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__JsT-Oq__relatedList{margin:0;padding:0;list-style:none}.blog-module__JsT-Oq__relatedList li{margin-bottom:var(--space-md)}.blog-module__JsT-Oq__relatedList a{color:var(--text-secondary);font-size:.9rem;font-weight:500;line-height:1.45;text-decoration:none;transition:color .2s;display:block}.blog-module__JsT-Oq__relatedList a:hover{color:var(--accent-emerald)}.blog-module__JsT-Oq__relatedDate{color:var(--text-tertiary);margin-top:2px;font-size:.75rem}.blog-module__JsT-Oq__sidebarCta{text-align:center}.blog-module__JsT-Oq__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.88rem;line-height:1.6}.blog-module__JsT-Oq__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__JsT-Oq__backLink:hover{color:var(--accent-emerald);background:#10b9810d}.blog-module__JsT-Oq__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__JsT-Oq__blogGrid{grid-template-columns:repeat(2,1fr)}.blog-module__JsT-Oq__postGrid{grid-template-columns:1fr}.blog-module__JsT-Oq__sidebar{display:none}}@media (max-width:640px){.blog-module__JsT-Oq__blogGrid{grid-template-columns:1fr}}
.article-module__gFloNW__articleLayout{padding:calc(var(--nav-height) + 80px)0 120px;background:var(--bg-primary)}.article-module__gFloNW__articleGrid{gap:var(--space-3xl);grid-template-columns:1fr 280px;align-items:start;max-width:1100px;margin:0 auto;display:grid}.article-module__gFloNW__articleHeader{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-light)}.article-module__gFloNW__articleBadge{color:var(--accent-emerald);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-lg);background:#10b98114;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.article-module__gFloNW__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__gFloNW__articleMeta{gap:var(--space-xl);color:var(--text-tertiary);font-size:.9rem;display:flex}.article-module__gFloNW__metaItem{align-items:center;gap:6px;display:flex}.article-module__gFloNW__prose{color:var(--text-secondary);font-size:1.08rem;line-height:1.85}.article-module__gFloNW__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__gFloNW__prose h2:first-of-type{border-top:none;padding-top:0}.article-module__gFloNW__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__gFloNW__prose p{margin-bottom:var(--space-lg)}.article-module__gFloNW__prose strong{color:var(--text-primary);font-weight:600}.article-module__gFloNW__prose ul,.article-module__gFloNW__prose ol{margin-bottom:var(--space-lg);padding-left:var(--space-xl)}.article-module__gFloNW__prose li{margin-bottom:var(--space-sm);line-height:1.8}.article-module__gFloNW__prose li strong{color:var(--text-primary)}.article-module__gFloNW__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__gFloNW__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__gFloNW__prose .article-module__gFloNW__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__gFloNW__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__gFloNW__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__gFloNW__callout p{margin:0;font-size:1rem;line-height:1.75}.article-module__gFloNW__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__gFloNW__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__gFloNW__keyTakeaway ul{margin:0;padding:0;list-style:none}.article-module__gFloNW__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__gFloNW__keyTakeaway li svg{color:var(--accent-emerald);flex-shrink:0;margin-top:4px}.article-module__gFloNW__sidebar{top:calc(var(--nav-height) + var(--space-xl));position:sticky}.article-module__gFloNW__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__gFloNW__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__gFloNW__tocList{margin:0;padding:0;list-style:none}.article-module__gFloNW__tocList li{margin-bottom:2px}.article-module__gFloNW__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__gFloNW__tocList a:hover{color:var(--accent-emerald);background:#10b9810d}.article-module__gFloNW__sidebarCta{background:var(--bg-secondary);padding:var(--space-lg);border-radius:var(--radius-xl);border:1px solid var(--card-border)}.article-module__gFloNW__sidebarCta h4{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1rem;font-weight:700}.article-module__gFloNW__sidebarCta p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.88rem;line-height:1.6}@media (max-width:1024px){.article-module__gFloNW__articleGrid{grid-template-columns:1fr}.article-module__gFloNW__sidebar{display:none}}
.resources-module__oEYuna__resourcesHero{padding:calc(var(--nav-height) + 100px)0 80px;background:var(--bg-primary);position:relative;overflow:hidden}.resources-module__oEYuna__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__oEYuna__heroContent{z-index:2;max-width:1100px;margin:0 auto;position:relative}.resources-module__oEYuna__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__oEYuna__heroContent>p{color:var(--text-secondary);max-width:600px;font-size:1.15rem;line-height:1.7}.resources-module__oEYuna__resourcesGrid{padding:var(--space-3xl)0 120px;background:var(--bg-primary)}.resources-module__oEYuna__gridFilter{gap:var(--space-sm);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.resources-module__oEYuna__filterBtn{border-radius:var(--radius-full);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;letter-spacing:.01em;background:0 0;padding:10px 22px;font-size:.9rem;font-weight:600;transition:all .25s}.resources-module__oEYuna__filterBtn:hover{color:var(--accent-emerald);background:#10b9810d;border-color:#10b9814d}.resources-module__oEYuna__filterBtn.resources-module__oEYuna__active{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.resources-module__oEYuna__gridLayout{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.resources-module__oEYuna__resourceCard{background:var(--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__oEYuna__resourceCard:hover{border-color:#10b98140;transform:translateY(-6px);box-shadow:0 20px 60px -12px #10b9811a,0 8px 24px -8px #00000026}.resources-module__oEYuna__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__oEYuna__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__oEYuna__resourceCard:hover .resources-module__oEYuna__cardIconWrapper{transform:scale(1.1)}.resources-module__oEYuna__cardIconWrapper svg{color:#ffffffd9}.resources-module__oEYuna__cardContent{padding:var(--space-xl)var(--space-lg);gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.resources-module__oEYuna__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__oEYuna__cardContent h3{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.resources-module__oEYuna__cardContent p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.65;display:-webkit-box;overflow:hidden}.resources-module__oEYuna__cardFooter{padding-top:var(--space-md);color:var(--accent-emerald);align-items:center;gap:6px;margin-top:auto;font-size:.88rem;font-weight:600;transition:gap .2s;display:flex}.resources-module__oEYuna__resourceCard:hover .resources-module__oEYuna__cardFooter{gap:10px}.resources-module__oEYuna__cardFooter svg{transition:transform .2s}.resources-module__oEYuna__resourceCard:hover .resources-module__oEYuna__cardFooter svg{transform:translate(4px)}@media (max-width:1024px){.resources-module__oEYuna__gridLayout{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.resources-module__oEYuna__gridLayout{grid-template-columns:1fr}.resources-module__oEYuna__gridFilter{justify-content:center}}
.BlogPreview-module__8VPnOG__section{padding:var(--space-6xl)0;background:var(--bg-secondary)}.BlogPreview-module__8VPnOG__header{text-align:center;margin-bottom:var(--space-3xl)}.BlogPreview-module__8VPnOG__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__8VPnOG__heading{letter-spacing:-.02em;font-size:clamp(1.8rem,3vw,2.6rem)}.BlogPreview-module__8VPnOG__subtitle{color:var(--text-secondary);max-width:520px;margin:var(--space-sm)auto 0;font-size:1.05rem}.BlogPreview-module__8VPnOG__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:968px){.BlogPreview-module__8VPnOG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.BlogPreview-module__8VPnOG__grid{gap:var(--space-lg);grid-template-columns:1fr}.BlogPreview-module__8VPnOG__section{padding:var(--space-4xl)0}}.BlogPreview-module__8VPnOG__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__8VPnOG__card:hover{border-color:var(--border-hover);box-shadow:0 0 40px var(--accent-glow);transform:translateY(-2px)}.BlogPreview-module__8VPnOG__cardMeta{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.BlogPreview-module__8VPnOG__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__8VPnOG__readTime{color:var(--text-tertiary);font-size:.75rem}.BlogPreview-module__8VPnOG__cardTitle{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem;font-weight:700;line-height:1.3}.BlogPreview-module__8VPnOG__cardExcerpt{color:var(--text-tertiary);flex:1;font-size:.88rem;line-height:1.6}.BlogPreview-module__8VPnOG__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__8VPnOG__cta{text-align:center;margin-top:var(--space-2xl)}
.about-module__8TymFG__aboutHero{padding:calc(var(--nav-height) + 80px)0 80px;text-align:center;position:relative;overflow:hidden}.about-module__8TymFG__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__8TymFG__heroInner{z-index:1;max-width:820px;margin:0 auto;position:relative}.about-module__8TymFG__heroInner h1{margin-bottom:var(--space-xl);letter-spacing:-.03em;font-size:clamp(2.4rem,5vw,3.6rem)}.about-module__8TymFG__heroSubtitle{color:var(--text-secondary);max-width:680px;margin:0 auto var(--space-2xl);font-size:1.15rem;line-height:1.8}.about-module__8TymFG__heroSubtitle strong{color:var(--text-primary)}.about-module__8TymFG__heroActions{gap:var(--space-md);justify-content:center;display:flex}.about-module__8TymFG__heroActions a{text-decoration:none}.about-module__8TymFG__statsStrip{padding:var(--space-3xl)0;background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-module__8TymFG__statsGrid{gap:var(--space-2xl);grid-template-columns:repeat(4,1fr);max-width:1000px;margin:0 auto;display:grid}.about-module__8TymFG__statCard{text-align:center}.about-module__8TymFG__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__8TymFG__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:500}.about-module__8TymFG__sectionLight{background:var(--bg-primary);padding:100px 0}.about-module__8TymFG__sectionAlt{background:var(--bg-secondary);padding:100px 0}.about-module__8TymFG__sectionInner{max-width:1100px;margin:0 auto}.about-module__8TymFG__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.about-module__8TymFG__sectionHeader h2{margin-bottom:var(--space-md);font-size:clamp(1.6rem,3vw,2rem)}.about-module__8TymFG__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.75}.about-module__8TymFG__narrativeSplit{gap:var(--space-5xl);grid-template-columns:1.2fr 1fr;align-items:start;display:grid}.about-module__8TymFG__narrativeText h3{margin-bottom:var(--space-lg);color:var(--text-primary);font-size:1.4rem}.about-module__8TymFG__narrativeBody{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.95rem;line-height:1.85}.about-module__8TymFG__narrativeBody strong{color:var(--text-primary)}.about-module__8TymFG__narrativeAccent{color:var(--accent-emerald);font-weight:600}.about-module__8TymFG__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__8TymFG__narrativeHighlightBox p{color:var(--text-secondary);margin:0;font-size:.92rem;font-style:italic;line-height:1.75}.about-module__8TymFG__valuesGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.about-module__8TymFG__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__8TymFG__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__8TymFG__valueCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98133;transform:translateY(-4px)}.about-module__8TymFG__valueCard:hover:before{opacity:1}.about-module__8TymFG__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__8TymFG__valueCard h4{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.about-module__8TymFG__valueCard p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.7}.about-module__8TymFG__archGrid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.about-module__8TymFG__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__8TymFG__archCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.about-module__8TymFG__archCardHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.about-module__8TymFG__archCardIcon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.about-module__8TymFG__archCardIcon_emerald{color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126}.about-module__8TymFG__archCardIcon_blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.about-module__8TymFG__archCardHeader h3{font-size:1.15rem;font-weight:700}.about-module__8TymFG__archCardBody{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.9rem;line-height:1.8}.about-module__8TymFG__checkList{gap:var(--space-sm);flex-direction:column;display:flex}.about-module__8TymFG__checkItem{align-items:flex-start;gap:10px;display:flex}.about-module__8TymFG__checkItem svg{color:var(--accent-emerald);flex-shrink:0;margin-top:3px}.about-module__8TymFG__checkItem span{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.about-module__8TymFG__checkItem strong{color:var(--text-primary)}.about-module__8TymFG__modeGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about-module__8TymFG__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__8TymFG__modeCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98126;transform:translateY(-4px)}.about-module__8TymFG__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__8TymFG__modeCard:hover .about-module__8TymFG__modeCardIcon{background:#10b9811a;transform:scale(1.1)}.about-module__8TymFG__modeCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1rem;font-weight:700}.about-module__8TymFG__modeCard p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.65}.about-module__8TymFG__featureGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about-module__8TymFG__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__8TymFG__featureCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.about-module__8TymFG__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__8TymFG__featureCardIcon_violet{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf626}.about-module__8TymFG__featureCardIcon_emerald{color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126}.about-module__8TymFG__featureCardIcon_blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.about-module__8TymFG__featureCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1rem;font-weight:700}.about-module__8TymFG__featureCard p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.7}.about-module__8TymFG__visionSplit{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.about-module__8TymFG__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__8TymFG__visionCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.about-module__8TymFG__visionCardHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);color:var(--accent-emerald);display:flex}.about-module__8TymFG__visionCardHeader h3{color:var(--text-primary);font-size:1.1rem;font-weight:700}.about-module__8TymFG__visionCard p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.8}.about-module__8TymFG__visionCard p:last-child{margin-bottom:0}.about-module__8TymFG__visionCard strong{color:var(--text-primary)}.about-module__8TymFG__ctaSection{background:var(--bg-primary);padding:100px 0}.about-module__8TymFG__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__8TymFG__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__8TymFG__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.about-module__8TymFG__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__8TymFG__ctaBannerActions{gap:var(--space-md);z-index:1;justify-content:center;display:flex;position:relative}.about-module__8TymFG__ctaBannerActions a{text-decoration:none}.about-module__8TymFG__trustRow{justify-content:center;gap:var(--space-2xl);margin-top:var(--space-2xl);flex-wrap:wrap;display:flex}.about-module__8TymFG__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__8TymFG__trustBadgeDot{background:var(--accent-emerald);border-radius:50%;width:6px;height:6px}@media (max-width:1024px){.about-module__8TymFG__narrativeSplit,.about-module__8TymFG__archGrid,.about-module__8TymFG__visionSplit{grid-template-columns:1fr}.about-module__8TymFG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-module__8TymFG__valuesGrid,.about-module__8TymFG__modeGrid,.about-module__8TymFG__featureGrid,.about-module__8TymFG__statsGrid{grid-template-columns:1fr}.about-module__8TymFG__sectionLight,.about-module__8TymFG__sectionAlt{padding:64px 0}.about-module__8TymFG__heroActions,.about-module__8TymFG__ctaBannerActions{flex-direction:column;align-items:center}.about-module__8TymFG__trustRow{gap:var(--space-md)}}[data-theme=light] .about-module__8TymFG__ctaBanner{background:#0f172a}[data-theme=light] .about-module__8TymFG__ctaBanner .btn-secondary{color:#fff;border-color:#ffffff40}[data-theme=light] .about-module__8TymFG__ctaBanner .btn-secondary:hover{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#10b98114}
.page-module__OSLHOG__hero{text-align:center;background:var(--bg-dark);padding:140px 0 100px;position:relative;overflow:hidden}.page-module__OSLHOG__heroGlow{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.page-module__OSLHOG__heroGlow:before{content:"";filter:blur(40px);background:radial-gradient(circle,#10b9812e 0%,#10b9810d 40%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:14s ease-in-out infinite page-module__OSLHOG__heroFloat1;position:absolute;top:-180px;left:10%}.page-module__OSLHOG__heroGlow:after{content:"";filter:blur(40px);background:radial-gradient(circle,#06b6d424 0%,#3b82f60f 40%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:18s ease-in-out infinite page-module__OSLHOG__heroFloat2;position:absolute;bottom:-100px;right:5%}@keyframes page-module__OSLHOG__heroFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,30px)scale(1.1)}66%{transform:translate(-30px,-20px)scale(.95)}}@keyframes page-module__OSLHOG__heroFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,-40px)scale(1.08)}66%{transform:translate(40px,20px)scale(.92)}}.page-module__OSLHOG__hero:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#10b9810f 1px,#0000 1px),linear-gradient(90deg,#10b9810f 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,#0000);mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,#0000)}.page-module__OSLHOG__heroContent{z-index:1;position:relative}.page-module__OSLHOG__heroBadge{border-radius:var(--radius-full);color:var(--accent-emerald-light);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:600;font-family:var(--font-body);background:#10b9811f;border:1px solid #10b98140;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1.4rem;animation:.6s ease-out page-module__OSLHOG__fadeInUp;display:inline-flex}.page-module__OSLHOG__heroTitle{font-family:var(--font-heading);color:var(--text-on-dark);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.08;animation:.6s ease-out .1s both page-module__OSLHOG__fadeInUp}.page-module__OSLHOG__heroSubtitle{color:var(--text-on-dark-secondary);max-width:580px;font-size:1.12rem;line-height:1.75;font-family:var(--font-body);margin:0 auto;animation:.6s ease-out .2s both page-module__OSLHOG__fadeInUp}@keyframes page-module__OSLHOG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-module__OSLHOG__contactSection{background:var(--bg-dark);padding:80px 0 120px;position:relative}.page-module__OSLHOG__contactSection:before{content:"";pointer-events:none;background:radial-gradient(50% 80% at 25%,#10b9810a 0%,#0000 70%),radial-gradient(40% 60% at 75% 30%,#06b6d408 0%,#0000 70%);position:absolute;inset:0}.page-module__OSLHOG__contactGrid{z-index:1;grid-template-columns:1.15fr .85fr;align-items:start;gap:3rem;max-width:1160px;margin:0 auto;display:grid;position:relative}.page-module__OSLHOG__formCard{border-radius:var(--radius-xl);background:#0f2847;border:1px solid #1e3a5f;padding:2.75rem 3rem;transition:border-color .4s,box-shadow .4s;animation:.6s ease-out .3s both page-module__OSLHOG__fadeInUp;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000073,0 0 80px #10b9810a,inset 0 1px #ffffff0a}.page-module__OSLHOG__formCard:hover{border-color:#245a3a;box-shadow:0 8px 40px #00000080,0 0 100px #10b9810f,inset 0 1px #ffffff0d}.page-module__OSLHOG__formCard:before{content:"";opacity:.9;background:linear-gradient(90deg,#0000,#10b981,#06b6d4,#0000);height:2px;position:absolute;top:0;left:0;right:0}.page-module__OSLHOG__formCard:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-60px;right:-60px}.page-module__OSLHOG__formHeader{border-bottom:1px solid #1e3a5f;margin-bottom:2.25rem;padding-bottom:1.75rem}.page-module__OSLHOG__formTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:.45rem;font-size:1.4rem;font-weight:700}.page-module__OSLHOG__formSubtitle{color:#94a3b8;font-size:.9rem;line-height:1.6}.page-module__OSLHOG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.page-module__OSLHOG__formGroup{margin-bottom:1.35rem;position:relative}.page-module__OSLHOG__formLabel{color:#7e92ab;letter-spacing:.07em;text-transform:uppercase;font-size:.74rem;font-weight:600;font-family:var(--font-body);align-items:center;gap:.35rem;margin-bottom:.55rem;transition:color .25s;display:flex}.page-module__OSLHOG__formGroup:focus-within .page-module__OSLHOG__formLabel{color:#34d399}.page-module__OSLHOG__formInput{border-radius:var(--radius-md);color:#f1f5f9;width:100%;font-size:.92rem;font-family:var(--font-body);background:#0d2240;border:1.5px solid #1e3a5f;outline:none;padding:14px 18px;transition:all .3s}.page-module__OSLHOG__formInput:hover{background:#112a4d;border-color:#2a4a6e}.page-module__OSLHOG__formInput:focus{background:#0e2d4a;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__OSLHOG__formInput::placeholder{color:#506882;font-weight:400}.page-module__OSLHOG__formTextarea{border-radius:var(--radius-md);color:#f1f5f9;width:100%;font-size:.92rem;font-family:var(--font-body);resize:vertical;background:#0d2240;border:1.5px solid #1e3a5f;outline:none;min-height:130px;padding:14px 18px;line-height:1.6;transition:all .3s}.page-module__OSLHOG__formTextarea:hover{background:#112a4d;border-color:#2a4a6e}.page-module__OSLHOG__formTextarea:focus{background:#0e2d4a;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__OSLHOG__formTextarea::placeholder{color:#506882;font-weight:400}.page-module__OSLHOG__formSelect{border-radius:var(--radius-md);color:#f1f5f9;width:100%;font-size:.92rem;font-family:var(--font-body);appearance:none;cursor:pointer;background:#0d2240 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 16px center no-repeat;border:1.5px solid #1e3a5f;outline:none;padding:14px 40px 14px 18px;transition:all .3s}.page-module__OSLHOG__formSelect:hover{border-color:#2a4a6e}.page-module__OSLHOG__formSelect:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98114}.page-module__OSLHOG__formSelect option{color:#e2e8f0;background:#1a2744}.page-module__OSLHOG__submitBtn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--accent-emerald)0%,var(--accent-emerald-dark)100%);color:#fff;width:100%;font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;letter-spacing:.02em;border:none;justify-content:center;align-items:center;gap:.6rem;margin-top:.75rem;padding:16px 24px;transition:all .35s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #10b9814d,inset 0 0 0 1px #10b98126}.page-module__OSLHOG__submitBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.page-module__OSLHOG__submitBtn:hover{background:linear-gradient(135deg,var(--accent-emerald-light)0%,var(--accent-emerald)100%);transform:translateY(-2px);box-shadow:0 8px 30px #10b98166,0 0 60px #10b9811f,inset 0 0 0 1px #10b98133}.page-module__OSLHOG__submitBtn:hover:before{left:100%}.page-module__OSLHOG__submitBtn:active{transform:translateY(0);box-shadow:0 2px 10px #10b98140}.page-module__OSLHOG__submitBtn:disabled{opacity:.5;cursor:wait;transform:none}.page-module__OSLHOG__successState{text-align:center;padding:5rem 2rem}.page-module__OSLHOG__successIcon{background:linear-gradient(135deg,#10b98126,#06b6d41a);border:2px solid #10b98140;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.75rem;animation:.5s cubic-bezier(.34,1.56,.64,1) page-module__OSLHOG__scaleIn;display:flex;box-shadow:0 0 40px #10b98126}@keyframes page-module__OSLHOG__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.page-module__OSLHOG__successTitle{font-family:var(--font-heading);color:var(--text-on-dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module__OSLHOG__successText{color:var(--text-on-dark-secondary);max-width:380px;margin:0 auto;font-size:.95rem;line-height:1.7}.page-module__OSLHOG__infoColumn{flex-direction:column;gap:1.25rem;animation:.6s ease-out .45s both page-module__OSLHOG__fadeInUp;display:flex}.page-module__OSLHOG__infoCard{border-radius:var(--radius-xl);background:#0f2847;border:1px solid #1e3a5f;padding:2rem;transition:all .4s}.page-module__OSLHOG__infoCard:hover{border-color:#2a4a6e;box-shadow:0 8px 30px #00000059}.page-module__OSLHOG__infoCardTitle{font-family:var(--font-heading);color:#f1f5f9;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700;display:flex}.page-module__OSLHOG__infoCardTitleIcon{border-radius:var(--radius-sm);background:linear-gradient(135deg,#10b98133,#10b9810f);border:1px solid #10b98133;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module__OSLHOG__contactItem{border-bottom:1px solid #1a3355;align-items:center;gap:1rem;padding:.9rem 0;transition:all .2s;display:flex}.page-module__OSLHOG__contactItem:hover{padding-left:.25rem}.page-module__OSLHOG__contactItem:last-child{border-bottom:none;padding-bottom:0}.page-module__OSLHOG__contactItem:first-child{padding-top:0}.page-module__OSLHOG__contactItemIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#10b9811f,#10b9810a);border:1px solid #10b9811f;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.page-module__OSLHOG__contactItem:hover .page-module__OSLHOG__contactItemIcon{background:linear-gradient(135deg,#10b9812e,#10b98114);border-color:#10b9814d;box-shadow:0 0 20px #10b9811a}.page-module__OSLHOG__contactItemLabel{color:#6b7f99;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600;font-family:var(--font-body);margin-bottom:.2rem}.page-module__OSLHOG__contactItemValue{color:#f1f5f9;font-size:.92rem;font-weight:500}.page-module__OSLHOG__contactItemLink{color:#34d399;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__OSLHOG__contactItemLink:hover{color:#10b981;text-shadow:0 0 20px #10b9814d}.page-module__OSLHOG__whyCard{border-radius:var(--radius-xl);background:#0c2e3a;border:1px solid #1a4a3a;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.page-module__OSLHOG__whyCard:hover{border-color:#10b9814d;transform:translateY(-2px);box-shadow:0 0 40px #10b98114}.page-module__OSLHOG__whyCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-50px;right:-50px}.page-module__OSLHOG__whyCardTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:1.25rem;font-size:1.05rem;font-weight:700;position:relative}.page-module__OSLHOG__whyList{flex-direction:column;gap:.8rem;display:flex;position:relative}.page-module__OSLHOG__whyItem{align-items:flex-start;gap:.65rem;transition:all .2s;display:flex}.page-module__OSLHOG__whyItem:hover{transform:translate(3px)}.page-module__OSLHOG__whyItemIcon{background:linear-gradient(135deg,#10b98133,#10b9810f);border:1px solid #10b98126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.page-module__OSLHOG__whyItemText{color:#94a3b8;font-size:.85rem;line-height:1.55}.page-module__OSLHOG__securityCard{border-radius:var(--radius-xl);background:#101840;border:1px solid #1e2a5f;align-items:flex-start;gap:1rem;padding:1.75rem 2rem;transition:all .4s;display:flex}.page-module__OSLHOG__securityCard:hover{border-color:#6366f133;transform:translateY(-2px);box-shadow:0 0 30px #6366f114}.page-module__OSLHOG__securityIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f126,#6366f10d);border:1px solid #6366f126;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__OSLHOG__securityTitle{font-family:var(--font-heading);color:#f1f5f9;margin-bottom:.4rem;font-size:.95rem;font-weight:700}.page-module__OSLHOG__securityText{color:#94a3b8;margin:0;font-size:.84rem;line-height:1.6}.page-module__OSLHOG__trustStrip{background:var(--bg-dark);padding:0 0 80px}.page-module__OSLHOG__trustInner{border-radius:var(--radius-lg);background:#0c1e38;border:1px solid #1a3355;justify-content:center;align-items:center;gap:2.5rem;max-width:1160px;margin:0 auto;padding:1.35rem 2.5rem;animation:.6s ease-out .6s both page-module__OSLHOG__fadeInUp;display:flex}.page-module__OSLHOG__trustItem{color:#6b7f99;letter-spacing:.03em;white-space:nowrap;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;transition:color .2s;display:flex}.page-module__OSLHOG__trustItem:hover{color:#94a3b8}.page-module__OSLHOG__trustDot{background:var(--accent-emerald);opacity:.5;border-radius:50%;width:7px;height:7px;transition:all .2s;box-shadow:0 0 6px #10b9814d}.page-module__OSLHOG__trustItem:hover .page-module__OSLHOG__trustDot{opacity:1;box-shadow:0 0 12px #10b98180}@media (max-width:1024px){.page-module__OSLHOG__contactGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:900px){.page-module__OSLHOG__contactGrid{grid-template-columns:1fr;gap:2rem}.page-module__OSLHOG__hero{padding:100px 0 60px}.page-module__OSLHOG__formCard{padding:2rem}.page-module__OSLHOG__formRow{grid-template-columns:1fr}.page-module__OSLHOG__trustInner{flex-wrap:wrap;justify-content:center;gap:1.5rem}.page-module__OSLHOG__contactSection{padding:40px 0 80px}}@media (max-width:600px){.page-module__OSLHOG__hero{padding:80px 0 40px}.page-module__OSLHOG__formCard{border-radius:var(--radius-lg);padding:1.5rem}.page-module__OSLHOG__contactSection{padding:30px 0 60px}.page-module__OSLHOG__trustStrip{padding:0 0 60px}.page-module__OSLHOG__trustInner{gap:1rem;padding:1rem 1.5rem}.page-module__OSLHOG__infoCard,.page-module__OSLHOG__whyCard,.page-module__OSLHOG__securityCard{padding:1.5rem}}
.platform-module__d3cmqG__platformHero{padding:calc(var(--nav-height) + 60px)0 60px;background:var(--bg-primary);position:relative;overflow:hidden}.platform-module__d3cmqG__heroGlow{pointer-events:none;background:radial-gradient(circle,#10b9810f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.platform-module__d3cmqG__heroSplit{gap:var(--space-4xl);z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;display:grid;position:relative}.platform-module__d3cmqG__heroText h1{margin-bottom:var(--space-lg)}.platform-module__d3cmqG__heroText>p{color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:520px;font-size:1.1rem;line-height:1.75}.platform-module__d3cmqG__heroActions{gap:var(--space-md);display:flex}.platform-module__d3cmqG__heroActions a{text-decoration:none}.platform-module__d3cmqG__heroBadges{gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.platform-module__d3cmqG__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__d3cmqG__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__d3cmqG__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__d3cmqG__heroImage{border-radius:var(--radius-xl);width:100%;height:auto;transition:transform .4s;display:block}.platform-module__d3cmqG__heroImageWrapper:hover .platform-module__d3cmqG__heroImage{transform:scale(1.02)}.platform-module__d3cmqG__trustStrip{padding:var(--space-2xl)0;background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.platform-module__d3cmqG__trustInner{justify-content:center;gap:var(--space-4xl);flex-wrap:wrap;display:flex}.platform-module__d3cmqG__trustStat{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.platform-module__d3cmqG__trustValue{font-family:var(--font-heading);color:var(--accent-emerald);letter-spacing:-.02em;font-size:1.8rem;font-weight:800}.platform-module__d3cmqG__trustLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:500}.platform-module__d3cmqG__sectionLight{background:var(--bg-primary);padding:100px 0}.platform-module__d3cmqG__sectionAlt{background:var(--bg-secondary);padding:100px 0}.platform-module__d3cmqG__sectionDark{background:var(--bg-dark);color:var(--text-on-dark);padding:100px 0}.platform-module__d3cmqG__sectionHeader{text-align:center;margin-bottom:var(--space-4xl);max-width:700px;margin-left:auto;margin-right:auto}.platform-module__d3cmqG__sectionHeader h2{margin-bottom:var(--space-md)}.platform-module__d3cmqG__sectionHeader p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.platform-module__d3cmqG__sectionDivider{background:var(--border);height:1px;margin:80px 0}.platform-module__d3cmqG__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__d3cmqG__productBadgeAlt{color:#818cf8;background:#6366f114;border-color:#6366f126}.platform-module__d3cmqG__featureGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.platform-module__d3cmqG__featureCard{padding:var(--space-xl);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:all .35s}.platform-module__d3cmqG__featureCard:hover{box-shadow:var(--card-shadow-hover);border-color:#10b98133;transform:translateY(-4px)}.platform-module__d3cmqG__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__d3cmqG__featureCard:hover .platform-module__d3cmqG__featureIcon{transform:scale(1.1)}.platform-module__d3cmqG__featureIcon_emerald{color:var(--accent-emerald);background:#10b98114;border:1px solid #10b98126}.platform-module__d3cmqG__featureIcon_blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.platform-module__d3cmqG__featureIcon_violet{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf626}.platform-module__d3cmqG__featureCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.platform-module__d3cmqG__featureCard p{color:var(--text-tertiary);font-size:.9rem;line-height:1.65}.platform-module__d3cmqG__splitSection{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.platform-module__d3cmqG__splitReverse{direction:rtl}.platform-module__d3cmqG__splitReverse>*{direction:ltr}.platform-module__d3cmqG__splitText h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.6rem}.platform-module__d3cmqG__splitText p{color:var(--text-secondary);margin-bottom:var(--space-lg);line-height:1.75}.platform-module__d3cmqG__splitChecklist{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.platform-module__d3cmqG__splitCheckItem{color:var(--text-secondary);align-items:center;gap:10px;font-size:.9rem;display:flex}.platform-module__d3cmqG__splitCheckItem svg{color:var(--accent-emerald);flex-shrink:0}.platform-module__d3cmqG__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__d3cmqG__splitImageWrapper:hover{transform:translateY(-4px);box-shadow:0 30px 80px #00000040,0 0 0 1px #10b98126}.platform-module__d3cmqG__splitImage{border-radius:var(--radius-xl);width:100%;height:auto;display:block}.platform-module__d3cmqG__stepFlow{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.platform-module__d3cmqG__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__d3cmqG__stepItem{text-align:center;z-index:1;position:relative}.platform-module__d3cmqG__stepIconBox{width:88px;height:88px;margin:0 auto var(--space-lg);position:relative}.platform-module__d3cmqG__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__d3cmqG__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__d3cmqG__stepItem:hover .platform-module__d3cmqG__stepIcon{border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 8px 32px #10b9811f}.platform-module__d3cmqG__stepItem h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.05rem}.platform-module__d3cmqG__stepItem p{color:var(--text-tertiary);max-width:240px;margin:0 auto;font-size:.88rem;line-height:1.6}.platform-module__d3cmqG__specGrid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.platform-module__d3cmqG__specCard{padding:var(--space-lg);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.platform-module__d3cmqG__specCard h4{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:.95rem}.platform-module__d3cmqG__specCard p{color:var(--text-tertiary);font-size:.88rem;line-height:1.6}.platform-module__d3cmqG__specTag{margin-top:var(--space-sm);border-radius:var(--radius-full);color:var(--accent-emerald-dark);background:#10b9810f;border:1px solid #10b9811f;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-block}.platform-module__d3cmqG__pipelineFlow{margin-bottom:var(--space-xl);padding:var(--space-md)0;justify-content:flex-start;align-items:center;gap:0;display:flex}.platform-module__d3cmqG__pipelineStep{align-items:center;gap:0;display:flex}.platform-module__d3cmqG__pipelineNode{flex-direction:column;align-items:center;gap:0;display:flex}.platform-module__d3cmqG__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__d3cmqG__pipelineStep:hover .platform-module__d3cmqG__pipelineNodeIcon{background:#6366f124;transform:scale(1.08)}.platform-module__d3cmqG__pipelineNodeLabel{color:var(--text-secondary);text-align:center;white-space:nowrap;margin-top:8px;font-size:.72rem;font-weight:600}.platform-module__d3cmqG__pipelineConnector{background:linear-gradient(90deg,#6366f14d,#6366f11a);flex-shrink:0;align-self:center;width:28px;height:2px;margin:0 4px 20px}.platform-module__d3cmqG__imageShowcase{background:var(--bg-primary);padding:80px 0}.platform-module__d3cmqG__showcaseWrapper{border-radius:var(--radius-2xl);position:relative;overflow:hidden;box-shadow:0 30px 80px #0003}.platform-module__d3cmqG__showcaseImage{width:100%;height:auto;transition:transform 6s;display:block}.platform-module__d3cmqG__showcaseWrapper:hover .platform-module__d3cmqG__showcaseImage{transform:scale(1.03)}.platform-module__d3cmqG__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__d3cmqG__showcaseOverlay h3{color:#fff;margin-bottom:var(--space-xs);font-size:1.4rem}.platform-module__d3cmqG__showcaseOverlay p{color:#ffffffb3;font-size:.95rem}.platform-module__d3cmqG__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__d3cmqG__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__d3cmqG__ctaBanner h2{color:var(--text-on-dark);margin-bottom:var(--space-md);z-index:1;position:relative}.platform-module__d3cmqG__ctaBanner p{color:var(--text-on-dark-secondary);margin-bottom:var(--space-xl);z-index:1;position:relative}.platform-module__d3cmqG__ctaBanner .platform-module__d3cmqG__heroActions{z-index:1;justify-content:center;position:relative}@media (max-width:1024px){.platform-module__d3cmqG__heroSplit{gap:var(--space-3xl);grid-template-columns:1fr}.platform-module__d3cmqG__heroText{text-align:center}.platform-module__d3cmqG__heroText>p{max-width:100%}.platform-module__d3cmqG__heroActions,.platform-module__d3cmqG__heroBadges{justify-content:center}}@media (max-width:968px){.platform-module__d3cmqG__featureGrid{grid-template-columns:repeat(2,1fr)}.platform-module__d3cmqG__splitSection{grid-template-columns:1fr}.platform-module__d3cmqG__splitReverse{direction:ltr}.platform-module__d3cmqG__stepFlow{grid-template-columns:repeat(2,1fr)}.platform-module__d3cmqG__stepFlow:before{display:none}.platform-module__d3cmqG__trustInner{gap:var(--space-2xl)}.platform-module__d3cmqG__sectionLight,.platform-module__d3cmqG__sectionAlt{padding:72px 0}}@media (max-width:600px){.platform-module__d3cmqG__featureGrid,.platform-module__d3cmqG__stepFlow,.platform-module__d3cmqG__specGrid{grid-template-columns:1fr}.platform-module__d3cmqG__heroActions,.platform-module__d3cmqG__pipelineFlow{flex-direction:column;align-items:center}.platform-module__d3cmqG__pipelineConnector{width:2px;height:24px;margin:6px 0}.platform-module__d3cmqG__trustInner{gap:var(--space-xl);flex-direction:column}.platform-module__d3cmqG__sectionLight,.platform-module__d3cmqG__sectionAlt{padding:56px 0}}[data-theme=light] .platform-module__d3cmqG__heroImageWrapper{box-shadow:0 25px 80px #0000001a,0 0 0 1px #0000000f}[data-theme=light] .platform-module__d3cmqG__splitImageWrapper{box-shadow:0 20px 60px #00000014,0 0 0 1px #0000000f}[data-theme=light] .platform-module__d3cmqG__splitImageWrapper:hover{box-shadow:0 30px 80px #0000001f,0 0 0 1px #10b98133}[data-theme=light] .platform-module__d3cmqG__showcaseWrapper{box-shadow:0 30px 80px #0000001a}[data-theme=light] .platform-module__d3cmqG__ctaBanner{background:#0f172a}[data-theme=light] .platform-module__d3cmqG__heroBadgeItem{background:#10b9810f}[data-theme=light] .platform-module__d3cmqG__ctaBanner .btn-secondary{color:#fff;border-color:#ffffff40}[data-theme=light] .platform-module__d3cmqG__ctaBanner .btn-secondary:hover{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#10b98114}
.pricing-module__kvPdYW__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__kvPdYW__pricingHero h1{margin-bottom:var(--space-md)}.pricing-module__kvPdYW__pricingHero p{margin:0 auto;font-size:1.1rem}.pricing-module__kvPdYW__billingToggle{margin:var(--space-2xl)auto 0;justify-content:center;align-items:center;gap:16px;display:flex}.pricing-module__kvPdYW__billingOption{color:var(--text-tertiary);cursor:pointer;transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.pricing-module__kvPdYW__billingOption.pricing-module__kvPdYW__active{color:var(--text-primary);font-weight:600}.pricing-module__kvPdYW__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__kvPdYW__toggleTrack.pricing-module__kvPdYW__annual{background:var(--accent-muted);border-color:var(--accent-dim)}.pricing-module__kvPdYW__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__kvPdYW__toggleTrack.pricing-module__kvPdYW__annual .pricing-module__kvPdYW__toggleKnob{transform:translate(22px)}.pricing-module__kvPdYW__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__kvPdYW__pricingGrid{padding:var(--space-2xl)0;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto;display:grid}.pricing-module__kvPdYW__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__kvPdYW__pricingCard:hover{border-color:var(--border-hover);box-shadow:0 8px 40px var(--accent-glow);transform:translateY(-2px)}.pricing-module__kvPdYW__pricingCard.pricing-module__kvPdYW__featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 8px 40px var(--accent-glow-strong)}.pricing-module__kvPdYW__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__kvPdYW__planName{color:var(--text-primary);margin-bottom:6px;font-size:1.05rem;font-weight:700}.pricing-module__kvPdYW__planDesc{color:var(--text-tertiary);margin-bottom:var(--space-lg);font-size:.82rem;line-height:1.5}.pricing-module__kvPdYW__priceRow{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.pricing-module__kvPdYW__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__kvPdYW__pricePeriod{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.pricing-module__kvPdYW__priceNote{color:var(--text-tertiary);margin-bottom:var(--space-lg);font-size:.75rem}.pricing-module__kvPdYW__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__kvPdYW__featureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.5;display:flex}.pricing-module__kvPdYW__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__kvPdYW__checkIcon svg{color:var(--accent)}.pricing-module__kvPdYW__planCta{margin-top:var(--space-xl);text-align:center;width:100%;text-decoration:none}.pricing-module__kvPdYW__planSignInLink{text-align:center;color:var(--text-tertiary);transition:color var(--transition-fast);padding:.25rem 0;font-size:.78rem;text-decoration:none}.pricing-module__kvPdYW__planSignInLink:hover{color:var(--accent);text-decoration:underline}.pricing-module__kvPdYW__faqSection{padding:var(--space-4xl)0 var(--space-5xl);max-width:720px;margin:0 auto}.pricing-module__kvPdYW__faqSection h2{text-align:center;margin-bottom:var(--space-2xl)}.pricing-module__kvPdYW__faqItem{border-bottom:1px solid var(--border);padding:var(--space-lg)0}.pricing-module__kvPdYW__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__kvPdYW__faqQuestion:hover{color:var(--accent)}.pricing-module__kvPdYW__faqAnswer{color:var(--text-secondary);padding-top:var(--space-sm);max-width:600px;font-size:.88rem;line-height:1.7}.pricing-module__kvPdYW__trustBar{padding:var(--space-xl)0;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.pricing-module__kvPdYW__trustItem{color:var(--text-tertiary);letter-spacing:.02em;align-items:center;gap:8px;font-size:.78rem;font-weight:500;display:flex}.pricing-module__kvPdYW__trustDot{background:var(--accent);border-radius:50%;width:6px;height:6px}.pricing-module__kvPdYW__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__kvPdYW__trialBanner .pricing-module__kvPdYW__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__kvPdYW__trialBanner strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;display:block}.pricing-module__kvPdYW__trialBanner p{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.6}.pricing-module__kvPdYW__comparisonSection{background:var(--bg-secondary);padding:var(--space-5xl)0}.pricing-module__kvPdYW__comparisonHeading{text-align:center;margin:0 auto var(--space-sm);max-width:720px}.pricing-module__kvPdYW__comparisonSub{text-align:center;color:var(--text-tertiary);margin:0 auto var(--space-3xl);max-width:600px;font-size:1rem}.pricing-module__kvPdYW__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__kvPdYW__comparisonTable{border-collapse:collapse;width:100%;min-width:680px;font-size:.85rem}.pricing-module__kvPdYW__comparisonTable thead{background:var(--bg-surface);z-index:2;position:sticky;top:0}.pricing-module__kvPdYW__comparisonTable th{text-align:center;border-bottom:2px solid var(--border);vertical-align:bottom;padding:1.5rem 1rem 1.25rem}.pricing-module__kvPdYW__featureCol{width:32%;text-align:left!important}.pricing-module__kvPdYW__planCol{width:22.66%;display:table-cell}.pricing-module__kvPdYW__planColName{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:700;display:block}.pricing-module__kvPdYW__planColPrice{color:var(--text-tertiary);font-size:.82rem;font-weight:500;display:block}.pricing-module__kvPdYW__planColFeatured{background:linear-gradient(#10b9810f 0%,#0000 100%);border-left:1px solid #10b98126;border-right:1px solid #10b98126;position:relative}.pricing-module__kvPdYW__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__kvPdYW__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__kvPdYW__comparisonRow td{border-bottom:1px solid var(--border-light);padding:.75rem 1rem}.pricing-module__kvPdYW__featureCell{color:var(--text-secondary);font-weight:500}.pricing-module__kvPdYW__valueCell{text-align:center}.pricing-module__kvPdYW__valueCellFeatured{background:#10b98108;border-left:1px solid #10b98114;border-right:1px solid #10b98114}.pricing-module__kvPdYW__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__kvPdYW__cellCross{color:var(--text-tertiary);opacity:.4;font-weight:400}.pricing-module__kvPdYW__cellText{color:var(--text-primary);font-size:.82rem;font-weight:600}.pricing-module__kvPdYW__ctaRow td{text-align:center;border-top:2px solid var(--border);padding:1.5rem 1rem}.pricing-module__kvPdYW__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__kvPdYW__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pricing-module__kvPdYW__comparisonTableWrap{font-size:.78rem}.pricing-module__kvPdYW__featureCol{width:35%}}@media (max-width:640px){.pricing-module__kvPdYW__pricingGrid{grid-template-columns:1fr;max-width:400px}.pricing-module__kvPdYW__trustBar{gap:16px}.pricing-module__kvPdYW__trialBanner{text-align:center;flex-direction:column;align-items:center}.pricing-module__kvPdYW__comparisonTable{font-size:.72rem}.pricing-module__kvPdYW__planColName{font-size:.82rem}.pricing-module__kvPdYW__planColPrice{font-size:.72rem}}
.CTA-module__ad7sBG__ctaSection{padding:var(--space-6xl)0;background:var(--bg-primary);position:relative;overflow:hidden}.CTA-module__ad7sBG__ctaBackground{z-index:0;position:absolute;inset:0}.CTA-module__ad7sBG__ctaBgOverlay{z-index:1;background:linear-gradient(#06111fe0 0%,#06111fbf 50%,#06111feb 100%);position:absolute;inset:0}.CTA-module__ad7sBG__ctaSection .CTA-module__ad7sBG__container{z-index:2;position:relative}.CTA-module__ad7sBG__ctaCard{background:var(--bg-surface);border-radius:var(--radius-xl);padding:var(--space-5xl)var(--space-4xl);text-align:center;border:1px solid var(--border);position:relative;overflow:hidden}.CTA-module__ad7sBG__ctaGlow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#00d4a014 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.CTA-module__ad7sBG__ctaContent{z-index:2;position:relative}.CTA-module__ad7sBG__ctaBadge{background:var(--accent-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-xl);border:1px solid #00d4a040;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.CTA-module__ad7sBG__ctaContent h2{color:var(--text-primary);margin-bottom:var(--space-lg);font-size:clamp(1.8rem,3.5vw,2.8rem)}.CTA-module__ad7sBG__ctaContent p{max-width:520px;margin:0 auto var(--space-2xl);font-size:1.1rem;line-height:1.7;color:var(--text-secondary)!important}.CTA-module__ad7sBG__ctaActions{margin-bottom:var(--space-xl);justify-content:center;gap:16px;display:flex}.CTA-module__ad7sBG__ctaPrimary{background:var(--accent);color:var(--bg-primary);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all .3s var(--ease-out);align-items:center;gap:10px;padding:16px 36px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #00d4a033}.CTA-module__ad7sBG__ctaPrimary:hover{background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 8px 32px #00d4a04d}.CTA-module__ad7sBG__ctaSecondary{border:1px solid var(--border-bright);color:var(--text-primary);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all .3s var(--ease-out);background:0 0;align-items:center;gap:10px;padding:16px 36px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.CTA-module__ad7sBG__ctaSecondary:hover{border-color:#ffffff80;transform:translateY(-2px)}.CTA-module__ad7sBG__ctaTrust{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.CTA-module__ad7sBG__ctaTrust span{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:500}@media (max-width:768px){.CTA-module__ad7sBG__ctaCard{padding:var(--space-3xl)var(--space-xl)}.CTA-module__ad7sBG__ctaActions{flex-direction:column;align-items:center}.CTA-module__ad7sBG__ctaPrimary,.CTA-module__ad7sBG__ctaSecondary{justify-content:center;width:100%}.CTA-module__ad7sBG__ctaTrust{gap:16px}}
