.Navbar-module___rHu7W__navbar{z-index:1000;transition:all var(--transition-base);background:0 0;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);background:#020206e0;padding:.75rem 0}.Navbar-module___rHu7W__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module___rHu7W__logo img{width:auto;height:50px}.Navbar-module___rHu7W__desktopNav{align-items:center;gap:2rem;display:none}@media (min-width:900px){.Navbar-module___rHu7W__desktopNav{display:flex}}.Navbar-module___rHu7W__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--gradient-brand);width:0;height:2px;transition:width var(--transition-base);border-radius:2px;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--text-main)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__ctaBtn{padding:.65rem 1.5rem;font-size:.875rem;display:none}@media (min-width:900px){.Navbar-module___rHu7W__ctaBtn{display:inline-flex}}.Navbar-module___rHu7W__menuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (min-width:900px){.Navbar-module___rHu7W__menuBtn{display:none}}.Navbar-module___rHu7W__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020206eb;position:fixed;inset:0}.Navbar-module___rHu7W__mobileNav{background:var(--bg-surface);border-left:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;width:min(320px,85vw);padding:6rem 2rem 2rem;display:flex;position:absolute;top:0;bottom:0;right:0}.Navbar-module___rHu7W__mobileLink{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);transition:color var(--transition-fast);padding:.75rem 0;font-size:1.25rem;font-weight:600}.Navbar-module___rHu7W__mobileLink:hover{color:var(--color-cyan)}
.HeroSection-module__yS5m3G__hero{align-items:center;min-height:100vh;padding:80px 0 4rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__yS5m3G__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(circle at 30% 40%,#9d00ff14 0%,#0000 50%),radial-gradient(circle at 70% 60%,#00e5ff0f 0%,#0000 50%);border-radius:50%;width:800px;height:800px;position:absolute;top:10%;right:-5%}.HeroSection-module__yS5m3G__grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.HeroSection-module__yS5m3G__textCol{flex-direction:column;align-items:flex-start;display:flex}.HeroSection-module__yS5m3G__sectionLabel{text-transform:uppercase;letter-spacing:.15em;background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;border:1px solid #9d00ff40;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.HeroSection-module__yS5m3G__title{letter-spacing:-.03em;color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:800;line-height:1.08}.HeroSection-module__yS5m3G__subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:1.75rem;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7}.HeroSection-module__yS5m3G__statBadge{color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:999px;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:2.25rem;padding:.5rem 1.1rem;font-size:.82rem;line-height:1.4;display:inline-flex}.HeroSection-module__yS5m3G__statHighlight{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.HeroSection-module__yS5m3G__ctaWrapper{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.HeroSection-module__yS5m3G__ctaBtn{padding:1rem 2.25rem;font-size:1.05rem}.HeroSection-module__yS5m3G__microcopy{color:var(--text-muted);font-size:.82rem}.HeroSection-module__yS5m3G__phoneCol{perspective:1200px;justify-content:center;align-items:center;display:flex}.HeroSection-module__yS5m3G__phoneWrapper{transform-style:preserve-3d;animation:5s ease-in-out infinite HeroSection-module__yS5m3G__phoneFloat}@keyframes HeroSection-module__yS5m3G__phoneFloat{0%,to{transform:translateY(0)rotateX(2deg)rotateY(-5deg)}50%{transform:translateY(-10px)rotateX(2deg)rotateY(-5deg)}}.HeroSection-module__yS5m3G__phone{background:#111;border:3px solid #2a2a2a;border-radius:40px;flex-direction:column;width:300px;height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0009,0 0 0 1px #ffffff0d,inset 0 0 0 1px #ffffff0d,0 0 80px #00e5ff0d,0 0 80px #9d00ff0a}.HeroSection-module__yS5m3G__phoneNotch{z-index:10;background:#000;border-radius:0 0 16px 16px;width:110px;height:26px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.HeroSection-module__yS5m3G__phoneNotch:after{content:"";background:#1a1a2e;border:2px solid #222;border-radius:50%;width:10px;height:10px;position:absolute;top:10px;right:20px}.HeroSection-module__yS5m3G__phoneHeader{background:#1e1e30;flex-shrink:0;align-items:center;gap:10px;padding:40px 14px 10px;display:flex}.HeroSection-module__yS5m3G__headerAvatar{background:var(--gradient-brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;display:flex}.HeroSection-module__yS5m3G__headerInfo{flex-direction:column;display:flex}.HeroSection-module__yS5m3G__headerName{color:#fff;font-size:.9rem;font-weight:600}.HeroSection-module__yS5m3G__headerStatus{color:#ffffffb3;font-size:.7rem}.HeroSection-module__yS5m3G__chatArea{background:#0b141a url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L35 15 L30 12 L25 15 Z' fill='%23ffffff' fill-opacity='0.015'/%3E%3C/svg%3E");flex-direction:column;flex:1;gap:6px;padding:14px 10px;display:flex;overflow:hidden}.HeroSection-module__yS5m3G__bubble{border-radius:10px;flex-direction:column;max-width:85%;padding:7px 10px 4px;font-size:.78rem;line-height:1.45;display:flex;position:relative}.HeroSection-module__yS5m3G__bubbleClient{color:#fff;background:linear-gradient(135deg,#05f 0%,#0040cc 100%);border-bottom-right-radius:3px;align-self:flex-end}.HeroSection-module__yS5m3G__bubbleAi{color:#e9edef;background:#2a2a3a;border-bottom-left-radius:3px;align-self:flex-start}.HeroSection-module__yS5m3G__bubbleText{margin-bottom:2px;display:block}.HeroSection-module__yS5m3G__bubbleTime{color:#ffffff73;align-self:flex-end;align-items:center;gap:3px;margin-top:1px;font-size:.62rem;display:flex}.HeroSection-module__yS5m3G__readCheck{flex-shrink:0}.HeroSection-module__yS5m3G__phoneInputBar{background:#1f2c34;flex-shrink:0;align-items:center;gap:8px;padding:8px 10px;display:flex}.HeroSection-module__yS5m3G__inputField{color:#ffffff59;background:#2a3942;border-radius:20px;flex:1;padding:8px 14px;font-size:.75rem}.HeroSection-module__yS5m3G__sendBtn{background:var(--color-blue,#05f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}@media (max-width:1024px){.HeroSection-module__yS5m3G__grid{gap:2.5rem}.HeroSection-module__yS5m3G__phone{border-radius:34px;width:260px;height:520px}.HeroSection-module__yS5m3G__phoneNotch{width:90px;height:22px}}@media (max-width:768px){.HeroSection-module__yS5m3G__hero{min-height:auto;padding:100px 0 3rem}.HeroSection-module__yS5m3G__grid{text-align:center;grid-template-columns:1fr;gap:3rem}.HeroSection-module__yS5m3G__textCol{align-items:center}.HeroSection-module__yS5m3G__subtitle{max-width:100%}.HeroSection-module__yS5m3G__statBadge{text-align:center;justify-content:center}.HeroSection-module__yS5m3G__ctaWrapper{align-items:center}.HeroSection-module__yS5m3G__phoneCol{order:2}.HeroSection-module__yS5m3G__phone{border-radius:30px;width:240px;height:480px}.HeroSection-module__yS5m3G__phoneNotch{border-radius:0 0 12px 12px;width:80px;height:20px}.HeroSection-module__yS5m3G__phoneHeader{padding:34px 12px 8px}.HeroSection-module__yS5m3G__headerAvatar{width:30px;height:30px;font-size:.75rem}.HeroSection-module__yS5m3G__headerName{font-size:.8rem}.HeroSection-module__yS5m3G__bubble{font-size:.72rem}.HeroSection-module__yS5m3G__bgGlow{width:500px;height:500px;top:40%;right:-20%}}@media (max-width:480px){.HeroSection-module__yS5m3G__phone{border-radius:26px;width:220px;height:440px}.HeroSection-module__yS5m3G__title{font-size:1.8rem}}
.SocialProofBar-module__wwObCq__bar{background:var(--gradient-brand-subtle);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:3rem 0;position:relative;overflow:hidden}.SocialProofBar-module__wwObCq__bar:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#9d00ff0d,#0000 60%),radial-gradient(at 70%,#00e5ff0a,#0000 60%);position:absolute;inset:0}.SocialProofBar-module__wwObCq__grid{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.SocialProofBar-module__wwObCq__stat{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.SocialProofBar-module__wwObCq__iconWrap{background:var(--gradient-brand-subtle);border:1px solid var(--border-subtle);width:48px;min-width:48px;height:48px;color:var(--color-cyan);border-radius:12px;justify-content:center;align-items:center;display:flex}.SocialProofBar-module__wwObCq__stat:nth-child(2n) .SocialProofBar-module__wwObCq__iconWrap{color:var(--color-purple);border-color:#9d00ff26}.SocialProofBar-module__wwObCq__content{flex-direction:column;gap:.15rem;display:flex}.SocialProofBar-module__wwObCq__number{color:var(--text-main);letter-spacing:-.02em;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:900;line-height:1.1}.SocialProofBar-module__wwObCq__label{color:var(--text-secondary);font-size:.85rem;line-height:1.3}.SocialProofBar-module__wwObCq__source{color:var(--text-muted);font-size:.7rem;font-style:italic;line-height:1.2}@media (max-width:900px){.SocialProofBar-module__wwObCq__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;display:grid}}@media (max-width:480px){.SocialProofBar-module__wwObCq__bar{padding:2rem 0}.SocialProofBar-module__wwObCq__grid{gap:1.5rem 1rem}.SocialProofBar-module__wwObCq__iconWrap{border-radius:10px;width:40px;min-width:40px;height:40px}.SocialProofBar-module__wwObCq__number{font-size:1.5rem}.SocialProofBar-module__wwObCq__label{font-size:.8rem}}
.ProblemSection-module__KJ1ntG__header{text-align:center;max-width:800px;margin:0 auto 4rem}.ProblemSection-module__KJ1ntG__label{margin-bottom:1rem;display:block}.ProblemSection-module__KJ1ntG__title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.ProblemSection-module__KJ1ntG__description{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.ProblemSection-module__KJ1ntG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ProblemSection-module__KJ1ntG__card{-webkit-backdrop-filter:blur(12px);transition:border-color var(--transition-base),box-shadow var(--transition-base);background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem 2rem;display:flex}.ProblemSection-module__KJ1ntG__card:hover{border-color:var(--border-hover);box-shadow:0 0 40px #00e5ff14,0 4px 20px #0000004d}.ProblemSection-module__KJ1ntG__card:nth-child(2):hover{box-shadow:0 0 40px #9d00ff1a,0 4px 20px #0000004d}.ProblemSection-module__KJ1ntG__card:nth-child(2) .ProblemSection-module__KJ1ntG__iconCircle{color:var(--color-purple)}.ProblemSection-module__KJ1ntG__iconCircle{background:var(--gradient-brand-subtle);border:1px solid var(--border-subtle);width:56px;height:56px;color:var(--color-cyan);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProblemSection-module__KJ1ntG__stat{letter-spacing:-.03em;background:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1}.ProblemSection-module__KJ1ntG__text{color:var(--text-secondary);font-size:1rem;line-height:1.6}.ProblemSection-module__KJ1ntG__source{color:var(--text-muted,#6b6b8d);margin-top:auto;font-size:.8rem;font-style:italic;line-height:1.3}@media (max-width:900px){.ProblemSection-module__KJ1ntG__grid{grid-template-columns:1fr;gap:1.5rem}.ProblemSection-module__KJ1ntG__card{padding:2rem 1.5rem}}
.SolutionSection-module__hzQUAW__section{background:var(--bg-surface-light);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.SolutionSection-module__hzQUAW__header{text-align:center;max-width:800px;margin:0 auto 4rem}.SolutionSection-module__hzQUAW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.SolutionSection-module__hzQUAW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.SolutionSection-module__hzQUAW__grid{grid-template-columns:repeat(3,1fr)}}.SolutionSection-module__hzQUAW__card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:2rem;transition:all .3s}.SolutionSection-module__hzQUAW__card:hover{border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 8px 32px #00e5ff14}.SolutionSection-module__hzQUAW__card:nth-child(2n):hover{border-color:#9d00ff26;box-shadow:0 8px 32px #9d00ff1a}.SolutionSection-module__hzQUAW__iconCircle{background:var(--gradient-brand-subtle);width:64px;height:64px;color:var(--color-cyan);border:1px solid #00e5ff26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;box-shadow:0 0 20px #00e5ff14}.SolutionSection-module__hzQUAW__card:nth-child(2n) .SolutionSection-module__hzQUAW__iconCircle{color:var(--color-purple);border-color:#9d00ff33;box-shadow:0 0 20px #9d00ff1a}.SolutionSection-module__hzQUAW__cardTitle{color:var(--text-main);margin-bottom:.75rem;font-size:1.1rem;font-weight:700;line-height:1.3}.SolutionSection-module__hzQUAW__cardDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.WhatsAppDemo-module__bGgoKa__section{position:relative;overflow:hidden}.WhatsAppDemo-module__bGgoKa__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#9d00ff14 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:10%;right:0}.WhatsAppDemo-module__bGgoKa__bgGlow2{pointer-events:none;z-index:0;background:radial-gradient(circle,#0055ff0f 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:10%;right:15%}.WhatsAppDemo-module__bGgoKa__grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.WhatsAppDemo-module__bGgoKa__textCol{flex-direction:column;align-items:flex-start;display:flex}.WhatsAppDemo-module__bGgoKa__featureList{flex-direction:column;gap:1.1rem;margin-top:2.5rem;display:flex}.WhatsAppDemo-module__bGgoKa__featureItem{color:var(--text-secondary);align-items:center;gap:.85rem;font-size:1rem;line-height:1.5;display:flex}.WhatsAppDemo-module__bGgoKa__checkIcon{width:28px;height:28px;color:var(--color-purple);background:#9d00ff1f;border:1px solid #9d00ff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhatsAppDemo-module__bGgoKa__chatCol{justify-content:center;align-items:center;min-height:420px;display:flex}.WhatsAppDemo-module__bGgoKa__chatScene{width:100%;max-width:420px;transform-style:preserve-3d;flex-direction:column;gap:12px;animation:5s ease-in-out infinite WhatsAppDemo-module__bGgoKa__chatFloat;display:flex;transform:rotateY(-6deg)rotateX(2deg)}@keyframes WhatsAppDemo-module__bGgoKa__chatFloat{0%,to{transform:rotateY(-6deg)rotateX(2deg)translateY(0)}50%{transform:rotateY(-6deg)rotateX(2deg)translateY(-8px)}}.WhatsAppDemo-module__bGgoKa__bubble{border-radius:16px;flex-direction:column;max-width:88%;padding:12px 16px 6px;font-size:.92rem;line-height:1.5;display:flex;position:relative;box-shadow:0 4px 20px #0000004d}.WhatsAppDemo-module__bGgoKa__bubbleReceived{color:#e0e0e8;background:#2a2a3a;border:1px solid #ffffff0f;border-bottom-left-radius:4px;align-self:flex-start}.WhatsAppDemo-module__bGgoKa__bubbleSent{color:#fff;background:linear-gradient(135deg,#05f 0%,#0040cc 100%);border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 4px 20px #0055ff40,0 0 40px #0055ff14}.WhatsAppDemo-module__bGgoKa__bubbleText{margin-bottom:4px;display:block}.WhatsAppDemo-module__bGgoKa__bubbleTime{color:#fff6;align-self:flex-end;align-items:center;gap:3px;font-size:.65rem;display:flex}.WhatsAppDemo-module__bGgoKa__bubbleReceived .WhatsAppDemo-module__bGgoKa__bubbleTime{color:#ffffff4d}.WhatsAppDemo-module__bGgoKa__readCheck{flex-shrink:0}@media (max-width:1024px){.WhatsAppDemo-module__bGgoKa__grid{gap:2.5rem}.WhatsAppDemo-module__bGgoKa__chatScene{max-width:360px}}@media (max-width:768px){.WhatsAppDemo-module__bGgoKa__grid{text-align:center;grid-template-columns:1fr;gap:3rem}.WhatsAppDemo-module__bGgoKa__textCol{align-items:center}.WhatsAppDemo-module__bGgoKa__featureList{text-align:left;align-items:flex-start}.WhatsAppDemo-module__bGgoKa__chatCol{min-height:320px}.WhatsAppDemo-module__bGgoKa__chatScene{max-width:100%;transform:rotateY(-3deg)rotateX(1deg)}@keyframes WhatsAppDemo-module__bGgoKa__chatFloat{0%,to{transform:rotateY(-3deg)rotateX(1deg)translateY(0)}50%{transform:rotateY(-3deg)rotateX(1deg)translateY(-6px)}}.WhatsAppDemo-module__bGgoKa__bubble{padding:10px 14px 5px;font-size:.85rem}.WhatsAppDemo-module__bGgoKa__bgGlow{width:400px;height:400px;top:50%;right:-15%}.WhatsAppDemo-module__bGgoKa__bgGlow2{display:none}}
.DashboardSection-module__H8orDW__section{background:var(--bg-surface-light);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;position:relative;overflow:hidden}.DashboardSection-module__H8orDW__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(at 35%,#9d00ff14 0%,#0000 50%),radial-gradient(at 65%,#0055ff0f 0%,#0000 50%);border-radius:50%;width:900px;height:600px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.DashboardSection-module__H8orDW__header{text-align:center;z-index:1;max-width:800px;margin:0 auto 3.5rem;position:relative}.DashboardSection-module__H8orDW__notebookWrapper{z-index:1;justify-content:center;margin-bottom:4rem;display:flex;position:relative}.DashboardSection-module__H8orDW__notebook{width:100%;max-width:720px;transform-style:preserve-3d;animation:6s ease-in-out infinite DashboardSection-module__H8orDW__notebookFloat}@keyframes DashboardSection-module__H8orDW__notebookFloat{0%,to{transform:translateY(0)rotateX(2deg)}50%{transform:translateY(-6px)rotateX(2deg)}}.DashboardSection-module__H8orDW__screen{background:#0d0d1e;border:3px solid #2a2a3a;border-bottom:none;border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 -8px 40px #9d00ff14,0 8px 40px #0055ff0f,0 20px 60px #00000080,inset 0 0 0 1px #ffffff0a}.DashboardSection-module__H8orDW__screenTopBar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:8px 14px;display:flex}.DashboardSection-module__H8orDW__windowDots{gap:6px;display:flex}.DashboardSection-module__H8orDW__dotRed{background:#ff5f56;border-radius:50%;width:10px;height:10px}.DashboardSection-module__H8orDW__dotYellow{background:#ffbd2e;border-radius:50%;width:10px;height:10px}.DashboardSection-module__H8orDW__dotGreen{background:#27c93f;border-radius:50%;width:10px;height:10px}.DashboardSection-module__H8orDW__urlBar{text-align:center;color:var(--text-muted);background:#ffffff0a;border-radius:6px;flex:1;max-width:220px;margin:0 auto;padding:3px 12px;font-size:.7rem}.DashboardSection-module__H8orDW__dashboardUI{min-height:260px;display:flex}.DashboardSection-module__H8orDW__sidebar{background:#ffffff08;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;width:48px;padding:12px 0;display:flex}.DashboardSection-module__H8orDW__sidebarLogo{background:var(--gradient-brand);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:6px;font-size:.7rem;font-weight:800;display:flex}.DashboardSection-module__H8orDW__sidebarItem{background:#ffffff0a;border-radius:6px;width:24px;height:24px}.DashboardSection-module__H8orDW__sidebarActive{background:#00e5ff26;border:1px solid #00e5ff4d}.DashboardSection-module__H8orDW__dashContent{flex-direction:column;flex:1;gap:12px;padding:14px;display:flex}.DashboardSection-module__H8orDW__topCards{gap:10px;display:flex}.DashboardSection-module__H8orDW__statCard{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;flex:1;gap:2px;padding:10px 12px;display:flex}.DashboardSection-module__H8orDW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.6rem}.DashboardSection-module__H8orDW__statValue{color:var(--text-main);font-size:1.4rem;font-weight:800;line-height:1.1}.DashboardSection-module__H8orDW__statValueCyan{color:var(--color-cyan);font-size:1.2rem;font-weight:800;line-height:1.1}.DashboardSection-module__H8orDW__statSub{color:var(--text-muted);font-size:.55rem}.DashboardSection-module__H8orDW__chartArea{background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;flex:1;align-items:flex-end;padding:12px;display:flex}.DashboardSection-module__H8orDW__chartBars{align-items:flex-end;gap:8px;width:100%;height:100%;display:flex}.DashboardSection-module__H8orDW__chartBar{background:var(--gradient-brand);opacity:.8;border-radius:4px 4px 0 0;flex:1;min-height:4px}.DashboardSection-module__H8orDW__notebookBase{background:linear-gradient(#1a1a2e 0%,#12122a 100%);border:2px solid #2a2a3a;border-top:1px solid #3a3a4a;border-radius:0 0 4px 4px;height:18px;margin:0 -8px;position:relative}.DashboardSection-module__H8orDW__notebookHinge{background:#ffffff14;border-radius:0 0 4px 4px;width:100px;height:4px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.DashboardSection-module__H8orDW__featuresGrid{z-index:1;grid-template-columns:1fr;gap:1.25rem;display:grid;position:relative}@media (min-width:640px){.DashboardSection-module__H8orDW__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.DashboardSection-module__H8orDW__featuresGrid{grid-template-columns:repeat(4,1fr)}}.DashboardSection-module__H8orDW__featureCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;align-items:flex-start;gap:.85rem;padding:1.25rem;transition:all .3s;display:flex}.DashboardSection-module__H8orDW__featureCard:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-2px)}.DashboardSection-module__H8orDW__featureCard:nth-child(2n):hover{border-color:#9d00ff33;box-shadow:0 4px 20px #9d00ff14}.DashboardSection-module__H8orDW__featureIcon{background:var(--gradient-brand-subtle);width:40px;min-width:40px;height:40px;color:var(--color-cyan);border:1px solid #00e5ff26;border-radius:10px;justify-content:center;align-items:center;display:flex}.DashboardSection-module__H8orDW__featureCard:nth-child(2n) .DashboardSection-module__H8orDW__featureIcon{color:var(--color-purple);border-color:#9d00ff33}.DashboardSection-module__H8orDW__featureTitle{color:var(--text-main);margin-bottom:.3rem;font-size:.95rem;font-weight:700;line-height:1.3}.DashboardSection-module__H8orDW__featureDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}@media (max-width:640px){.DashboardSection-module__H8orDW__notebookWrapper{margin-bottom:3rem}.DashboardSection-module__H8orDW__dashboardUI{min-height:200px}.DashboardSection-module__H8orDW__sidebar{gap:8px;width:36px;padding:8px 0}.DashboardSection-module__H8orDW__sidebarLogo{width:22px;height:22px;font-size:.55rem}.DashboardSection-module__H8orDW__sidebarItem{border-radius:4px;width:18px;height:18px}.DashboardSection-module__H8orDW__dashContent{gap:8px;padding:10px}.DashboardSection-module__H8orDW__statCard{padding:8px}.DashboardSection-module__H8orDW__statValue{font-size:1.1rem}.DashboardSection-module__H8orDW__statValueCyan{font-size:.95rem}.DashboardSection-module__H8orDW__screen{border-radius:8px 8px 0 0}.DashboardSection-module__H8orDW__notebookBase{height:14px;margin:0 -4px}}
.ImpactSection-module__69Xcmq__section{background:var(--bg-main)}.ImpactSection-module__69Xcmq__header{text-align:center;max-width:800px;margin:0 auto 2rem}.ImpactSection-module__69Xcmq__legend{justify-content:center;gap:2.5rem;margin-bottom:2.5rem;display:flex}.ImpactSection-module__69Xcmq__legendItem{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.ImpactSection-module__69Xcmq__legendLineRed{background:#ff646499;border-radius:2px;width:24px;height:3px}.ImpactSection-module__69Xcmq__legendLineCyan{background:var(--gradient-brand);border-radius:2px;width:24px;height:3px;box-shadow:0 0 8px #00e5ff66}.ImpactSection-module__69Xcmq__cardsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto 3rem;display:grid}@media (max-width:768px){.ImpactSection-module__69Xcmq__cardsGrid{grid-template-columns:1fr;max-width:480px}}.ImpactSection-module__69Xcmq__metricCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:1.25rem 1.5rem;transition:border-color .3s,box-shadow .3s}.ImpactSection-module__69Xcmq__metricCard:hover{border-color:#00e5ff33;box-shadow:0 4px 30px #00e5ff0f}.ImpactSection-module__69Xcmq__metricCard:nth-child(2n):hover{border-color:#9d00ff33;box-shadow:0 4px 30px #9d00ff14}.ImpactSection-module__69Xcmq__metricHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ImpactSection-module__69Xcmq__metricLabel{color:var(--text-main);font-size:.95rem;font-weight:700}.ImpactSection-module__69Xcmq__metricSource{color:var(--text-muted);font-size:.7rem;font-style:italic}.ImpactSection-module__69Xcmq__chartContainer{width:100%;height:120px;margin-bottom:1rem;position:relative}.ImpactSection-module__69Xcmq__chart{width:100%;height:100%}.ImpactSection-module__69Xcmq__gridLine{stroke:#ffffff0a;stroke-width:.5px}.ImpactSection-module__69Xcmq__lineRed{fill:none;stroke:#ff646480;stroke-width:1.5px;stroke-dasharray:3 2;stroke-linecap:round}.ImpactSection-module__69Xcmq__lineCyan{fill:none;stroke:var(--color-cyan);stroke-width:2px;stroke-linecap:round;filter:drop-shadow(0 0 6px #00e5ff80)}.ImpactSection-module__69Xcmq__areaFillCyan{fill:#00e5ff0f;opacity:0}.ImpactSection-module__69Xcmq__valuesRow{align-items:center;gap:1rem;display:flex}.ImpactSection-module__69Xcmq__valueBlock{flex-direction:column;flex:1;gap:.15rem;display:flex}.ImpactSection-module__69Xcmq__valueDivider{background:#ffffff14;flex-shrink:0;width:1px;height:32px}.ImpactSection-module__69Xcmq__valueRed{color:#ff8282cc;font-size:1.1rem;font-weight:700;line-height:1.2}.ImpactSection-module__69Xcmq__valueCyan{background:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800;line-height:1.2}.ImpactSection-module__69Xcmq__valueLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.ImpactSection-module__69Xcmq__conclusion{text-align:center;max-width:800px;margin:0 auto}.ImpactSection-module__69Xcmq__conclusionText{color:var(--text-secondary);font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.7}.ImpactSection-module__69Xcmq__conclusionText strong{color:var(--text-main)}@media (max-width:640px){.ImpactSection-module__69Xcmq__metricCard{padding:1rem 1.25rem}.ImpactSection-module__69Xcmq__chartContainer{height:100px}.ImpactSection-module__69Xcmq__metricHeader{flex-direction:column;align-items:flex-start;gap:.2rem}.ImpactSection-module__69Xcmq__valueCyan{font-size:1.1rem}.ImpactSection-module__69Xcmq__valueRed{font-size:.95rem}.ImpactSection-module__69Xcmq__legend{gap:1.5rem}}
.StepsSection-module__gyP6ba__section{background:var(--bg-main);overflow:hidden}.StepsSection-module__gyP6ba__header{text-align:center;max-width:700px;margin:0 auto 4rem}.StepsSection-module__gyP6ba__timeline{max-width:900px;margin:0 auto;padding:0 1rem;position:relative}.StepsSection-module__gyP6ba__lineTrack{background:var(--border-subtle);z-index:0;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.StepsSection-module__gyP6ba__lineFill{background:var(--gradient-brand);border-radius:2px;width:100%}.StepsSection-module__gyP6ba__stepRow{z-index:1;align-items:center;margin-bottom:3rem;display:flex;position:relative}.StepsSection-module__gyP6ba__stepRow:last-child{margin-bottom:0}.StepsSection-module__gyP6ba__stepLeft{justify-content:flex-start;padding-right:calc(50% + 2rem)}.StepsSection-module__gyP6ba__stepRight{justify-content:flex-end;padding-left:calc(50% + 2rem)}.StepsSection-module__gyP6ba__dot{background:var(--gradient-brand);z-index:2;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 16px #00e5ff66}.StepsSection-module__gyP6ba__stepRow:nth-child(2n) .StepsSection-module__gyP6ba__dot{box-shadow:0 0 16px #9d00ff80}.StepsSection-module__gyP6ba__stepRow:nth-child(2n) .StepsSection-module__gyP6ba__iconCircle{color:var(--color-purple)}.StepsSection-module__gyP6ba__stepCard{width:100%;padding:2rem;position:relative}.StepsSection-module__gyP6ba__stepCard:hover{border-color:var(--border-brand)}.StepsSection-module__gyP6ba__stepNum{background:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1}.StepsSection-module__gyP6ba__iconCircle{background:var(--bg-surface);width:48px;height:48px;color:var(--color-cyan);background-clip:padding-box;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.StepsSection-module__gyP6ba__iconCircle:before{content:"";background:var(--gradient-brand);z-index:-1;-webkit-mask-composite:xor;border-radius:50%;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.StepsSection-module__gyP6ba__stepTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.StepsSection-module__gyP6ba__stepDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.StepsSection-module__gyP6ba__lineTrack{left:1.25rem;transform:none}.StepsSection-module__gyP6ba__dot{width:12px;height:12px;left:1.25rem}.StepsSection-module__gyP6ba__stepLeft,.StepsSection-module__gyP6ba__stepRight{justify-content:flex-start;padding-left:3.5rem;padding-right:0}.StepsSection-module__gyP6ba__stepRow{margin-bottom:2rem}.StepsSection-module__gyP6ba__stepNum{font-size:2.25rem}}
.FaqSection-module__ncmv1G__section{background:var(--bg-main)}.FaqSection-module__ncmv1G__header{text-align:center;max-width:720px;margin:0 auto 3rem}.FaqSection-module__ncmv1G__faqContainer{flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;display:flex}.FaqSection-module__ncmv1G__faqItem{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);transition:border-color var(--transition-base),box-shadow var(--transition-base);border-radius:16px;overflow:hidden}.FaqSection-module__ncmv1G__faqItem.FaqSection-module__ncmv1G__open{border-color:var(--border-brand-purple);box-shadow:0 4px 24px #9d00ff14}.FaqSection-module__ncmv1G__question{text-align:left;width:100%;color:var(--text-main);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:1.05rem;font-weight:600;line-height:1.4;display:flex}.FaqSection-module__ncmv1G__question:hover{color:var(--color-cyan)}.FaqSection-module__ncmv1G__chevron{color:var(--color-purple);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FaqSection-module__ncmv1G__answerWrapper{overflow:hidden}.FaqSection-module__ncmv1G__answer{color:var(--text-secondary);padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}@media (max-width:640px){.FaqSection-module__ncmv1G__question{padding:1rem 1.25rem;font-size:.95rem}.FaqSection-module__ncmv1G__answer{padding:0 1.25rem 1rem;font-size:.9rem}}
.CtaSection-module__MLomiG__section{padding-bottom:8rem}.CtaSection-module__MLomiG__card{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);text-align:center;box-shadow:var(--shadow-lg);border-radius:24px;padding:clamp(3rem,6vw,5rem) 2rem;position:relative;overflow:hidden}.CtaSection-module__MLomiG__glowBg{z-index:0;background:radial-gradient(at 40%,#00e5ff1f 0%,#0000 50%),radial-gradient(at 60%,#9d00ff1a 0%,#0000 50%);width:120%;height:120%;animation:6s ease-in-out infinite alternate CtaSection-module__MLomiG__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes CtaSection-module__MLomiG__glowPulse{0%{opacity:.7;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}.CtaSection-module__MLomiG__content{z-index:1;max-width:700px;margin:0 auto;position:relative}.CtaSection-module__MLomiG__ctaLogo{filter:drop-shadow(0 0 20px #9d00ff4d)drop-shadow(0 0 40px #00e5ff26);margin-bottom:1.5rem}.CtaSection-module__MLomiG__title{margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.CtaSection-module__MLomiG__description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.CtaSection-module__MLomiG__ctaWrapper{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.CtaSection-module__MLomiG__ctaWrapper .CtaSection-module__MLomiG__btn-primary{transform:scale(1.05)}.CtaSection-module__MLomiG__microcopy{color:var(--text-muted);letter-spacing:.02em;font-size:.85rem}@media (max-width:640px){.CtaSection-module__MLomiG__card{padding:2.5rem 1.5rem}}
.Footer-module__Grjkva__footer{background:#010104;padding-top:4rem}.Footer-module__Grjkva__footerContent{grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__Grjkva__footerContent{grid-template-columns:2fr 1fr 1fr}}.Footer-module__Grjkva__logo{margin-bottom:1.5rem}.Footer-module__Grjkva__logoImage{object-fit:contain;filter:drop-shadow(0 0 20px #9d00ff33)drop-shadow(0 0 40px #0055ff1a);width:auto;height:90px}.Footer-module__Grjkva__description{color:var(--text-secondary);max-width:380px;font-size:.95rem;line-height:1.7}.Footer-module__Grjkva__columnTitle{color:var(--text-main);margin-bottom:1rem;font-size:1rem;font-weight:600}.Footer-module__Grjkva__nav{flex-direction:column;gap:.6rem;display:flex}.Footer-module__Grjkva__nav a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem}.Footer-module__Grjkva__nav a:hover{color:var(--color-cyan)}.Footer-module__Grjkva__separator{background:var(--gradient-brand);opacity:.4;height:1px}.Footer-module__Grjkva__bottomBar{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;font-size:.85rem;display:flex}.Footer-module__Grjkva__legalLinks{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.Footer-module__Grjkva__legalSeparator{color:var(--text-muted);opacity:.4}.Footer-module__Grjkva__privacyLink{color:var(--text-muted);transition:color var(--transition-fast)}.Footer-module__Grjkva__privacyLink:hover{color:var(--color-cyan)}@media (max-width:640px){.Footer-module__Grjkva__bottomBar{text-align:center;flex-direction:column}}
