:root,[data-theme=light]{--d-bg-base:#f5f6fa;--d-bg-surface:#fff;--d-bg-surface-2:#f8f9fc;--d-bg-sidebar:#fff;--d-sidebar-border:#e8eaef;--d-bg-hover:#f0f2f8;--d-text-primary:#0d1b2e;--d-text-secondary:#4a5568;--d-text-muted:#94a3b8;--d-text-nav:#64748b;--d-text-nav-active:#0d1b2e;--d-text-nav-muted:#94a3b8;--d-border:#e2e8f0;--d-border-subtle:#f1f5f9;--d-accent:#1a56db;--d-accent-dark:#0a2540;--d-accent-soft:#ebf2ff;--d-accent-glow:#1a56db26;--d-green:#059669;--d-green-s:#0596691a;--d-amber:#d97706;--d-amber-s:#d977061a;--d-blue:#1a56db;--d-blue-s:#1a56db1a;--d-rose:#dc2626;--d-rose-s:#dc26261a;--d-teal:#0891b2;--d-teal-s:#0891b21a;--d-shadow-card:0 1px 3px #0000000a,0 1px 2px #00000008;--d-shadow-pop:0 8px 30px #0000001a;--d-nav-active-bg:#1a56db12;--d-grad-primary:linear-gradient(135deg,#0a2540 0%,#1a56db 100%)}[data-theme=dark]{--d-bg-base:#08111f;--d-bg-surface:#0d1a28;--d-bg-surface-2:#172336;--d-bg-sidebar:#0a1520;--d-sidebar-border:#ffffff17;--d-bg-hover:#ffffff0f;--d-text-primary:#eff4ff;--d-text-secondary:#a8bfda;--d-text-muted:#6b8db0;--d-text-nav:#ffffffb8;--d-text-nav-active:#eff4ff;--d-text-nav-muted:#ffffff73;--d-border:#ffffff1c;--d-border-subtle:#ffffff12;--d-accent:#3b82f6;--d-accent-dark:#1d4ed8;--d-accent-soft:#3b82f624;--d-accent-glow:#3b82f638;--d-green:#10b981;--d-green-s:#10b98124;--d-amber:#f59e0b;--d-amber-s:#f59e0b24;--d-blue:#3b82f6;--d-blue-s:#3b82f624;--d-rose:#f87171;--d-rose-s:#f8717124;--d-teal:#22d3ee;--d-teal-s:#22d3ee24;--d-shadow-card:0 1px 4px #0006;--d-shadow-pop:0 8px 36px #0000008c;--d-nav-active-bg:#3b82f624;--d-grad-primary:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%)}.d-root,.d-root *{transition-property:background-color,border-color,color,box-shadow;transition-duration:.2s;transition-timing-function:ease}.d-root ::-webkit-scrollbar{width:4px;height:4px}.d-root ::-webkit-scrollbar-track{background:0 0}.d-root ::-webkit-scrollbar-thumb{background:var(--d-border);border-radius:99px}.d-kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.d-main-grid{grid-template-columns:1fr 310px;gap:16px;display:grid}.d-form-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:12px;display:grid}.d-settings-grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.d-settings-grid-3{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.d-sidebar{background:var(--d-bg-sidebar);border-right:1px solid var(--d-sidebar-border);z-index:50;flex-direction:column;flex-shrink:0;width:268px;height:100%;transition:transform .3s;display:flex}.d-project-row{grid-template-columns:1fr 150px 100px 100px;align-items:center;gap:14px;padding:16px 26px;display:grid}.d-project-row-main{min-width:0}.d-project-row-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.d-project-row.header{background:var(--d-bg-surface-2);border-top:1px solid var(--d-border-subtle);border-bottom:1px solid var(--d-border-subtle);padding:10px 26px}.d-projects-table-row{grid-template-columns:1fr 160px 130px 110px 146px;align-items:center;gap:14px;padding:16px 26px;display:grid}.d-projects-table-row.header{background:var(--d-bg-surface-2);border-bottom:1px solid var(--d-border-subtle);padding:12px 26px}.d-topbar-left{align-items:center;gap:14px;min-width:0;display:flex}.d-topbar-greeting{min-width:0}.d-topbar-greeting h1,.d-topbar-greeting p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.d-topbar-actions{flex-shrink:0;align-items:center;gap:9px;display:flex}.d-search-wrap{width:min(260px,100%);min-width:0}.d-search-wrap input{min-width:0}.d-menu-btn{color:var(--d-text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;display:none}.d-menu-btn:hover{background:var(--d-bg-surface-2)}.d-overlay{z-index:40;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.d-overlay.show{opacity:1;pointer-events:auto}.d-responsive-scroll-x{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.d-responsive-scroll-x::-webkit-scrollbar{display:none}.d-responsive-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.d-responsive-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.d-filter-wrap{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.d-filter-pills{flex-wrap:wrap;gap:6px;display:flex}.d-responsive-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.d-responsive-stack-actions{align-items:center;gap:10px;display:flex}.d-responsive-avatar-row{align-items:center;gap:18px;display:flex}.d-responsive-form-card{padding:20px 24px}.d-responsive-content-pad{padding:28px}.d-responsive-split-grid{grid-template-columns:1fr 270px;gap:20px;height:100%;display:grid}.d-responsive-sticky{align-self:start;position:sticky;top:0}@media (max-width:1024px){.d-main-grid{grid-template-columns:1fr 300px}.d-kpi-grid{grid-template-columns:repeat(2,1fr)}.d-responsive-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.d-responsive-split-grid{grid-template-columns:1fr}.d-responsive-sticky{position:static}}@media (max-width:768px){.d-sidebar{position:fixed;top:0;left:0;transform:translate(-100%)}.d-sidebar.open{transform:translate(0)}.d-menu-btn{display:flex}.d-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.d-main-grid,.d-main-grid>:last-child{grid-template-columns:1fr}.d-project-row.header{display:none}.d-project-row{grid-template-columns:1fr;gap:12px;padding:16px}.d-project-row .d-hide-mobile,.d-project-row.header .d-hide-mobile{display:none!important}.d-project-row-actions{justify-content:flex-start;width:100%}.d-projects-table-row,.d-projects-table-row.header{grid-template-columns:1fr 100px}.d-projects-table-row .d-hide-mobile,.d-projects-table-row.header .d-hide-mobile{display:none!important}.d-topbar-left{width:100%}.d-topbar-greeting h1{white-space:normal;line-height:1.25;font-size:17px!important}.d-topbar-greeting p{white-space:normal}.d-topbar-actions{justify-content:flex-end;width:100%}.d-search-wrap{display:none!important}.d-form-grid,.d-settings-grid-2,.d-settings-grid-3{grid-template-columns:1fr!important}.d-responsive-toolbar{width:100%}.d-responsive-toolbar>*{flex:1 1 0;min-width:0}.d-filter-wrap{align-items:stretch}.d-filter-pills{scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:2px;overflow-x:auto}.d-filter-pills::-webkit-scrollbar{display:none}.d-filter-pills>*{flex:none}.d-responsive-stats-grid{grid-template-columns:1fr}.d-responsive-stack-actions{flex-direction:column;align-items:stretch}.d-responsive-stack-actions>*{width:100%}.d-responsive-avatar-row{align-items:flex-start;gap:14px}.d-responsive-form-card,.d-responsive-content-pad{padding:18px 16px}header{padding:0 16px!important}main{padding:20px 16px 30px!important}}
.LandingPage-module__CEBI7a__root{--white:#fff;--bg-light:#f8faff;--bg-section:#f8faff;--primary:#6d28d9;--primary-dark:#5b21b6;--primary-light:#8b5cf6;--navy:#0f0d2a;--teal:#0891b2;--emerald:#10b981;--amber:#f59e0b;--coral:#f97316;--pink:#ec4899;--dark:#0f172a;--body:#334155;--muted:#64748b;--border:#e5e7eb;--border-primary:#6d28d92e;--primary-glow:#6d28d90f;--gradient-primary:linear-gradient(135deg,#6d28d9,#0891b2);--gradient-hero:linear-gradient(135deg,#6d28d9 0%,#0891b2 50%,#10b981 100%);--gradient-cta:linear-gradient(135deg,#0f0d2a 0%,#1e1b4b 40%,#6d28d9 100%);--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014,0 2px 6px #0000000a;--shadow-lg:0 20px 50px #0000001a,0 8px 20px #0000000f;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:var(--white);color:var(--body);font-family:var(--font-sans);flex-direction:column;width:100%;display:flex;position:relative;overflow-x:hidden}.LandingPage-module__CEBI7a__htmlGlobal{scroll-behavior:smooth;scroll-padding-top:96px}.LandingPage-module__CEBI7a__sectionInner{max-width:1180px;margin:0 auto;padding:0 48px}.LandingPage-module__CEBI7a__sectionLabel{letter-spacing:2.5px;text-transform:uppercase;color:var(--primary);align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.LandingPage-module__CEBI7a__sectionLabel:before{content:"";background:var(--primary);border-radius:2px;width:24px;height:2px}.LandingPage-module__CEBI7a__sectionTitle{color:var(--dark);letter-spacing:-.8px;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.1;font-family:var(--font-sans);margin-bottom:20px}.LandingPage-module__CEBI7a__sectionTitle em{color:var(--primary);font-style:normal}.LandingPage-module__CEBI7a__btnPrimary{font-family:var(--font-sans);background:var(--gradient-primary);color:#fff;cursor:pointer;isolation:isolate;backface-visibility:hidden;touch-action:manipulation;background-position:0%;background-size:200% 200%;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 12px #6d28d94d}.LandingPage-module__CEBI7a__btnPrimary:after{content:"";pointer-events:none;background:#fff0;transition:background .3s;position:absolute;inset:0}.LandingPage-module__CEBI7a__btnPrimary:hover{background-position:100%;transform:translateY(-2px)scale(1.02);box-shadow:0 8px 24px #6d28d966}.LandingPage-module__CEBI7a__btnPrimary:hover:after{background:#ffffff14}.LandingPage-module__CEBI7a__btnPrimary:active{transform:translateY(0)scale(.99)}.LandingPage-module__CEBI7a__btnOutline{font-family:var(--font-sans);color:var(--dark);border:1.5px solid var(--border);cursor:pointer;backface-visibility:hidden;touch-action:manipulation;background:#fff;border-radius:12px;align-items:center;padding:13px 24px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0)}.LandingPage-module__CEBI7a__btnOutline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-glow);transform:translateY(-1px);box-shadow:0 4px 12px #6d28d91f}.LandingPage-module__CEBI7a__btnOutline:active{transform:translateY(0)}.LandingPage-module__CEBI7a__btnGhost{font-family:var(--font-sans);color:var(--body);cursor:pointer;touch-action:manipulation;background:0 0;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:color .2s}.LandingPage-module__CEBI7a__btnGhost:hover{color:var(--primary);background:var(--primary-glow)}.LandingPage-module__CEBI7a__btnPrimaryLight{font-family:var(--font-sans);color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:14px;align-items:center;padding:16px 32px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #00000026}.LandingPage-module__CEBI7a__btnPrimaryLight:hover{color:var(--primary-dark);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 30px #7c3aed59}.LandingPage-module__CEBI7a__btnOutlineLight{font-family:var(--font-sans);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1.5px solid #ffffff59;border-radius:14px;align-items:center;padding:15px 28px;font-size:15px;font-weight:500;transition:all .3s;display:inline-flex}.LandingPage-module__CEBI7a__btnOutlineLight:hover{background:#fff3;border-color:#fff;transform:translateY(-1px)}.LandingPage-module__CEBI7a__nav{z-index:1000;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;padding:16px 48px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.LandingPage-module__CEBI7a__navScrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff}.LandingPage-module__CEBI7a__navLogo{align-items:center;gap:10px;text-decoration:none;display:flex}.LandingPage-module__CEBI7a__logoMark{background:var(--gradient-primary);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 3px 12px #6d28d94d}.LandingPage-module__CEBI7a__logoMark:hover{transform:scale(1.05)rotate(3deg);box-shadow:0 4px 16px #0891b259}.LandingPage-module__CEBI7a__logoMark:before{content:"✦";color:#fff;font-size:18px}.LandingPage-module__CEBI7a__logoText{color:var(--dark);letter-spacing:-.3px;font-size:21px;font-weight:700}.LandingPage-module__CEBI7a__logoText em{color:var(--primary);font-style:normal}.LandingPage-module__CEBI7a__navLinks{gap:36px;list-style:none;display:flex}.LandingPage-module__CEBI7a__navLinks a{color:var(--muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.LandingPage-module__CEBI7a__navLinks a:hover{color:var(--dark)}.LandingPage-module__CEBI7a__navActions{align-items:center;gap:8px;display:flex}.LandingPage-module__CEBI7a__navHamburger{cursor:pointer;z-index:1100;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:6px;transition:background .2s;display:none}.LandingPage-module__CEBI7a__navHamburger:hover{background:var(--primary-glow)}.LandingPage-module__CEBI7a__navHamburger span{background:var(--dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.LandingPage-module__CEBI7a__navHamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.LandingPage-module__CEBI7a__navHamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.LandingPage-module__CEBI7a__navHamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.LandingPage-module__CEBI7a__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:999;opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:80px 32px 40px;transition:opacity .3s,transform .3s;display:none;position:fixed;inset:0;transform:translateY(-16px)}.LandingPage-module__CEBI7a__mobileMenuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.LandingPage-module__CEBI7a__mobileMenuLink{color:var(--dark);text-align:center;border-radius:12px;width:100%;padding:12px 24px;font-size:22px;font-weight:700;text-decoration:none;transition:color .2s,background .2s}.LandingPage-module__CEBI7a__mobileMenuLink:hover{color:var(--primary);background:var(--primary-glow)}.LandingPage-module__CEBI7a__mobileMenuDivider{background:var(--border);border-radius:2px;width:40px;height:2px;margin:8px 0}.LandingPage-module__CEBI7a__mobileMenuActions{flex-direction:column;gap:10px;width:100%;max-width:280px;margin-top:16px;display:flex}.LandingPage-module__CEBI7a__hero{background:#fff;grid-template-columns:1fr;align-items:center;gap:clamp(32px,4vw,60px);height:100svh;min-height:100svh;padding:clamp(108px,12vh,140px) clamp(24px,5vw,72px) clamp(56px,7vh,88px);scroll-margin-top:96px;display:grid;position:relative}.LandingPage-module__CEBI7a__hero:before{content:"";pointer-events:none;filter:blur(90px);z-index:-1;background:radial-gradient(#0891b212 0%,#6d28d90a 30%,#0000 60%);border-radius:50%;width:500px;height:600px;animation:10s ease-in-out infinite LandingPage-module__CEBI7a__floatOrb;position:absolute;top:-160px;right:-300px}.LandingPage-module__CEBI7a__hero:after{content:"";pointer-events:none;filter:blur(120px);z-index:-1;background:radial-gradient(#10b9811a 0%,#0ea5e912 30%,#f973160d 56%,#0000 78%);border-radius:50%;width:700px;height:860px;animation:13s ease-in-out infinite reverse LandingPage-module__CEBI7a__floatOrb;position:absolute;bottom:-220px;left:-280px}@keyframes LandingPage-module__CEBI7a__floatOrb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.08)}66%{transform:translate(-15px,15px)scale(.95)}}.LandingPage-module__CEBI7a__heroContent{z-index:2;opacity:0;text-align:center;max-width:900px;margin:0 auto;animation:.8s .2s forwards LandingPage-module__CEBI7a__fadeIn;position:relative}.LandingPage-module__CEBI7a__heroContent:before{content:"";filter:blur(28px);opacity:.95;pointer-events:none;z-index:-1;background:radial-gradient(circle at 18% 28%,#ffffffd6 0%,#ffffff6b 28%,#0000 58%),radial-gradient(circle at 68% 62%,#bfdbfe57 0%,#c4b5fd2e 34%,#0000 66%);width:120%;height:120%;position:absolute;top:-10%;left:-10%}.LandingPage-module__CEBI7a__heroEyebrowBadge{color:var(--primary);background:linear-gradient(135deg,#6d28d90f,#0891b20f);border:1px solid #6d28d92e;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}.LandingPage-module__CEBI7a__heroHeadline{color:var(--dark);letter-spacing:-1.5px;font-size:clamp(42px,5vw,72px);font-weight:800;line-height:1.06;font-family:var(--font-sans);margin-bottom:24px}.LandingPage-module__CEBI7a__heroHeadline em{background:var(--gradient-hero);-webkit-text-fill-color:transparent;filter:drop-shadow(0 12px 28px #6d28d91f);-webkit-background-clip:text;background-clip:text;font-style:normal}.LandingPage-module__CEBI7a__heroSub{color:var(--body);max-width:700px;margin:0 auto 36px;font-size:17px;line-height:1.75}.LandingPage-module__CEBI7a__heroCtas{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:28px;display:flex}.LandingPage-module__CEBI7a__heroTrustRow{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.LandingPage-module__CEBI7a__heroTrustItem{color:var(--muted);font-size:13px;font-weight:500}.LandingPage-module__CEBI7a__heroVisual{z-index:2;opacity:0;align-self:start;width:100%;min-width:0;animation:.9s .5s forwards LandingPage-module__CEBI7a__fadeIn;position:relative}@keyframes LandingPage-module__CEBI7a__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LandingPage-module__CEBI7a__reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.LandingPage-module__CEBI7a__revealVisible{opacity:1;transform:translateY(0)}.LandingPage-module__CEBI7a__demoContainer{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;position:relative;overflow:hidden}.LandingPage-module__CEBI7a__demoHeader{border-bottom:1px solid var(--border);background:#fafbfc;align-items:center;gap:10px;padding:14px 20px;display:flex}.LandingPage-module__CEBI7a__demoDots{gap:5px;display:flex}.LandingPage-module__CEBI7a__demoDots span{background:#e5e7eb;border-radius:50%;width:9px;height:9px}.LandingPage-module__CEBI7a__demoDots span:first-child{background:#fca5a5}.LandingPage-module__CEBI7a__demoDots span:nth-child(2){background:#fde68a}.LandingPage-module__CEBI7a__demoDots span:nth-child(3){background:#a7f3d0}.LandingPage-module__CEBI7a__demoTitle{color:var(--muted);letter-spacing:.5px;margin-left:4px;font-size:11px;font-weight:500}.LandingPage-module__CEBI7a__demoStatus{color:var(--emerald);align-items:center;gap:5px;margin-left:auto;font-size:11px;font-weight:600;display:flex}.LandingPage-module__CEBI7a__demoStatus:before{content:"";background:var(--emerald);width:6px;height:6px;box-shadow:0 0 6px var(--emerald);border-radius:50%;animation:2s infinite LandingPage-module__CEBI7a__pulse}@keyframes LandingPage-module__CEBI7a__pulse{0%,to{opacity:1}50%{opacity:.5}}.LandingPage-module__CEBI7a__demoBody{flex-direction:column;gap:12px;min-height:280px;max-height:380px;padding:20px;display:flex;overflow-y:auto}.LandingPage-module__CEBI7a__chatMsg{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(8px)}.LandingPage-module__CEBI7a__chatMsgShown{opacity:1;transform:translateY(0)}.LandingPage-module__CEBI7a__sophiaLabelWrapper{align-items:center;gap:6px;margin-bottom:4px;display:flex}.LandingPage-module__CEBI7a__chatLabel{letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:600}.LandingPage-module__CEBI7a__chatLabelSophia{color:var(--primary)}.LandingPage-module__CEBI7a__chatLabelRespondent{color:var(--muted);margin-bottom:4px;display:block}.LandingPage-module__CEBI7a__sophiaBadge{color:var(--primary);background:var(--primary-glow);border:1px solid var(--border-primary);border-radius:100px;padding:1px 7px;font-size:10px;font-weight:500}.LandingPage-module__CEBI7a__chatBubble{border-radius:12px;max-width:90%;padding:10px 14px;font-size:13.5px;line-height:1.65}.LandingPage-module__CEBI7a__chatBubbleSophia{background:var(--primary-glow);border:1px solid var(--border-primary);color:var(--dark);border-radius:2px 12px 12px}.LandingPage-module__CEBI7a__chatBubbleRespondent{color:var(--body);background:#f1f5f9;border-radius:12px 2px 12px 12px;margin-left:auto;margin-right:-10px}.LandingPage-module__CEBI7a__typingIndicator{margin-top:4px}.LandingPage-module__CEBI7a__typingDots{background:var(--primary-glow);border:1px solid var(--border-primary);border-radius:12px;gap:4px;width:fit-content;padding:10px 14px;display:flex}.LandingPage-module__CEBI7a__typingDots span{background:var(--primary);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite LandingPage-module__CEBI7a__typing}.LandingPage-module__CEBI7a__typingDots span:nth-child(2){animation-delay:.2s}.LandingPage-module__CEBI7a__typingDots span:nth-child(3){animation-delay:.4s}@keyframes LandingPage-module__CEBI7a__typing{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.LandingPage-module__CEBI7a__proofStrip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:50;background:linear-gradient(90deg,#faf5ff,#fff1f2,#fff7ed,#faf5ff);flex-wrap:wrap;align-items:center;gap:32px;padding:20px 80px;scroll-margin-top:96px;display:flex;position:relative;overflow-x:auto}.LandingPage-module__CEBI7a__proofLabel{letter-spacing:2px;text-transform:uppercase;color:var(--primary-light);white-space:nowrap;font-size:10px;font-weight:700}.LandingPage-module__CEBI7a__proofBrand{color:var(--primary);white-space:nowrap;border:1px solid var(--border);will-change:transform;backface-visibility:hidden;touch-action:manipulation;background:#fff;border-radius:100px;justify-content:center;align-items:center;padding:4px 16px;font-size:13px;font-weight:600;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;transform:translate(0,0)}.LandingPage-module__CEBI7a__proofBrand:focus-visible{background:var(--primary-glow);border-color:var(--border-primary);outline:none;transform:translateY(-2px);box-shadow:0 10px 22px #7c3aed1f}.LandingPage-module__CEBI7a__problemSection{background:linear-gradient(#faf5ff 0%,#fdf2f8 100%);padding:72px 0;scroll-margin-top:96px}.LandingPage-module__CEBI7a__problemGrid{grid-template-columns:repeat(3,minmax(0,1.12fr));gap:28px;margin-bottom:48px;display:grid}.LandingPage-module__CEBI7a__problemCard{border:1px solid var(--border);box-shadow:var(--shadow-sm);will-change:transform;isolation:isolate;backface-visibility:hidden;text-align:center;touch-action:manipulation;background:#fff;border-radius:20px;padding:40px 36px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;transform:translate(0,0)}.LandingPage-module__CEBI7a__problemCard:before{content:"";background:var(--gradient-primary);pointer-events:none;border-radius:20px 20px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.LandingPage-module__CEBI7a__problemCard:nth-child(2):before{background:linear-gradient(90deg,#ec4899,#f97316)}.LandingPage-module__CEBI7a__problemCard:nth-child(3):before{background:linear-gradient(90deg,#f97316,#f59e0b)}.LandingPage-module__CEBI7a__problemStat{color:var(--primary);letter-spacing:-2px;white-space:nowrap;justify-content:center;align-items:center;min-height:56px;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1;display:flex}.LandingPage-module__CEBI7a__problemTruth{color:var(--muted);max-width:32ch;margin:0 auto;font-size:14px;line-height:1.7}.LandingPage-module__CEBI7a__problemClose{text-align:center;letter-spacing:-.5px;background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:56px 0 0;font-size:clamp(22px,3vw,32px);font-weight:800;line-height:1.3}.LandingPage-module__CEBI7a__solutionSection{z-index:60;background:#fff;padding:72px 0;scroll-margin-top:96px;position:relative}.LandingPage-module__CEBI7a__flowSteps{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px;display:grid;position:relative}.LandingPage-module__CEBI7a__flowSteps:before{content:"";background:linear-gradient(90deg,var(--border-primary),var(--primary),var(--border-primary));z-index:0;pointer-events:none;border-radius:2px;height:2px;position:absolute;top:28px;left:calc(12.5% + 16px);right:calc(12.5% + 16px)}.LandingPage-module__CEBI7a__flowStep{text-align:center;z-index:1;will-change:transform;touch-action:manipulation;transition:transform .2s;position:relative;transform:translate(0,0)}.LandingPage-module__CEBI7a__stepNum{background:var(--gradient-primary);color:#fff;will-change:transform;backface-visibility:hidden;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;transform:translate(0,0);box-shadow:0 4px 15px #7c3aed4d}.LandingPage-module__CEBI7a__stepTitle{color:var(--dark);margin-bottom:10px;font-size:18px;font-weight:700}.LandingPage-module__CEBI7a__stepDesc{color:var(--muted);font-size:13.5px;line-height:1.7}.LandingPage-module__CEBI7a__modesSection{z-index:60;background:linear-gradient(#fff7ed 0%,#fff1f2 100%);padding:72px 0;scroll-margin-top:96px;position:relative}.LandingPage-module__CEBI7a__modesGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.LandingPage-module__CEBI7a__modeCard{border:1.5px solid var(--border);text-align:left;will-change:transform;isolation:isolate;backface-visibility:hidden;touch-action:manipulation;background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;padding:32px 28px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;transform:translate(0,0)}.LandingPage-module__CEBI7a__modeIcon{will-change:transform;backface-visibility:hidden;pointer-events:none;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 0 20px;transition:transform .3s,box-shadow .3s;display:flex;transform:translate(0,0)}@media (hover:hover) and (pointer:fine){.LandingPage-module__CEBI7a__proofBrand:hover{background:var(--primary-glow);border-color:var(--border-primary);outline:none;transform:translateY(-2px);box-shadow:0 10px 22px #7c3aed1f}.LandingPage-module__CEBI7a__problemCard:hover{border-color:var(--border-primary);transform:translateY(-6px);box-shadow:0 24px 48px #6d28d91f,0 8px 16px #0000000f}.LandingPage-module__CEBI7a__problemCard:nth-child(2):hover{border-color:#ec48994d;box-shadow:0 24px 48px #ec48991f,0 8px 16px #0000000f}.LandingPage-module__CEBI7a__problemCard:nth-child(3):hover{border-color:#f973164d;box-shadow:0 24px 48px #f973161f,0 8px 16px #0000000f}.LandingPage-module__CEBI7a__flowStep:hover{transform:translateY(-4px)}.LandingPage-module__CEBI7a__flowStep:hover .LandingPage-module__CEBI7a__stepNum{transform:translate(0,0)scale(1.08);box-shadow:0 6px 25px #7c3aed73}.LandingPage-module__CEBI7a__modeCard:hover{border-color:var(--primary-light);transform:translateY(-6px);box-shadow:0 20px 40px #7c3aed26}.LandingPage-module__CEBI7a__modeCard:hover .LandingPage-module__CEBI7a__modeIcon{transform:translate(0,0)scale(1.06)rotate(-2deg)}}.LandingPage-module__CEBI7a__modeIconViolet{color:#5b21b6;background:linear-gradient(135deg,#ede9fe,#ddd6fe);box-shadow:0 4px 16px #6d28d92e}.LandingPage-module__CEBI7a__modeIconTeal{color:#0e7490;background:linear-gradient(135deg,#cffafe,#a5f3fc);box-shadow:0 4px 16px #0891b22e}.LandingPage-module__CEBI7a__modeIconCoral{color:#c2410c;background:linear-gradient(135deg,#ffedd5,#fed7aa);box-shadow:0 4px 16px #f973162e}.LandingPage-module__CEBI7a__modeIconGreen{color:#15803d;background:linear-gradient(135deg,#dcfce7,#bbf7d0);box-shadow:0 4px 16px #22c55e2e}.LandingPage-module__CEBI7a__modeTitle{color:var(--dark);margin-bottom:10px;font-size:17px;font-weight:700}.LandingPage-module__CEBI7a__modeDesc{color:var(--muted);margin-bottom:14px;font-size:13.5px;line-height:1.65}.LandingPage-module__CEBI7a__modeBestFor{color:var(--body);margin-bottom:18px;font-size:12.5px;line-height:1.6}.LandingPage-module__CEBI7a__modeBadge{letter-spacing:.4px;text-transform:uppercase;border-radius:100px;margin-top:auto;padding:5px 13px;font-size:11px;font-weight:700;display:inline-block}.LandingPage-module__CEBI7a__modeBadgeViolet{color:#5b21b6;background:#ede9fe;border:1px solid #c4b5fd}.LandingPage-module__CEBI7a__modeBadgeTeal{color:#0e7490;background:#cffafe;border:1px solid #a5f3fc}.LandingPage-module__CEBI7a__modeBadgeCoral{color:#c2410c;background:#ffedd5;border:1px solid #fed7aa}.LandingPage-module__CEBI7a__modeBadgeGreen{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.LandingPage-module__CEBI7a__modeCardWhatsapp{border-color:#22c55e}.LandingPage-module__CEBI7a__modeCardWhatsapp:hover{border-color:#16a34a}.LandingPage-module__CEBI7a__modeCardWhatsapp .LandingPage-module__CEBI7a__modeIcon{background:#22c55e14;border-color:#22c55e33}.LandingPage-module__CEBI7a__modeCardWhatsapp .LandingPage-module__CEBI7a__modeBadge{color:#16a34a;background:#22c55e0f;border-color:#22c55e33}.LandingPage-module__CEBI7a__intelligenceSection{background:var(--navy);z-index:65;padding:72px 0;position:relative;overflow:hidden}.LandingPage-module__CEBI7a__intelligenceSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed33 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;right:-200px}.LandingPage-module__CEBI7a__intelligenceSection:after{content:"";pointer-events:none;background:radial-gradient(circle,#ec489926 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-150px;left:-100px}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sectionLabel{color:var(--primary-light)}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sectionLabel:before{background:var(--primary-light)}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sectionTitle{color:#fff}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sectionTitle em{background:linear-gradient(135deg,#c4b5fd 0%,#a78bfa 38%,#f472b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:.04em;display:inline-block;position:relative}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sectionTitle em:after{content:"";z-index:-1;background:linear-gradient(90deg,#a855f700 0%,#a855f78c 18%,#ec48998c 82%,#ec489900 100%);border-radius:999px;height:.1em;position:absolute;bottom:.05em;left:.02em;right:.02em}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sectionInner{z-index:2;position:relative}.LandingPage-module__CEBI7a__intelHeader{text-align:center;margin-bottom:48px}.LandingPage-module__CEBI7a__intelSub{color:#ffffffa6;max-width:520px;margin:12px auto 0;font-size:16px;line-height:1.75}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoContainer{background:#0d0d1c;border:1px solid #6d28d947;max-width:680px;margin:0 auto 40px;box-shadow:0 0 60px #6d28d92e,0 24px 64px #0000008c}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoHeader{background:#ffffff0a;border-bottom:1px solid #ffffff14}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoTitle{color:#ffffff61}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoDots span{background:#ffffff1f}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoDots span:first-child{background:#ef444480}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoDots span:nth-child(2){background:#eab30880}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoDots span:nth-child(3){background:#22c55e80}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoBody{background:#0d0d1c}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__chatBubbleSophia{color:#ffffffe0;background:#6d28d92e;border:1px solid #6d28d952}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__chatBubbleRespondent{color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1a}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__chatLabelSophia{color:#a78bfa}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__chatLabelRespondent{color:#fff6}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__sophiaBadge{color:#c4b5fd;background:#6d28d938;border-color:#6d28d959}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__typingDots{background:#6d28d933;border:1px solid #6d28d952}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__typingDots span{background:#a78bfa}.LandingPage-module__CEBI7a__capabilityPills{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:32px;display:flex}.LandingPage-module__CEBI7a__pill{color:#c4b5fde0;cursor:pointer;appearance:none;z-index:1;background:#ffffff0d;border:1.5px solid #a78bfa3d;border-radius:100px;justify-content:center;align-items:center;padding:8px 18px;font-size:13px;font-weight:500;transition:background .18s,color .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex;position:relative}.LandingPage-module__CEBI7a__pill:hover,.LandingPage-module__CEBI7a__pill:focus-visible{color:#fff;background:linear-gradient(135deg,#6d28d957,#a855f747);border-color:#c4b5fdb8;outline:none;transform:translateY(-2px);box-shadow:0 10px 24px #6d28d947,0 0 0 1px #c4b5fd2e}.LandingPage-module__CEBI7a__pill:active{background:#6d28d966;transform:translateY(0)}.LandingPage-module__CEBI7a__threeMindSection{z-index:61;background:#fff;position:relative}.LandingPage-module__CEBI7a__mindsHeader{text-align:center;background:#fff;padding:72px 0 40px}.LandingPage-module__CEBI7a__threeMindSection .LandingPage-module__CEBI7a__sectionLabel{color:#0369a1}.LandingPage-module__CEBI7a__threeMindSection .LandingPage-module__CEBI7a__sectionLabel:before{background:#0369a1}.LandingPage-module__CEBI7a__threeMindSection .LandingPage-module__CEBI7a__sectionTitle{color:var(--dark)}.LandingPage-module__CEBI7a__threeMindSection .LandingPage-module__CEBI7a__sectionTitle em{background:linear-gradient(135deg,#1d4ed8,#0891b2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.LandingPage-module__CEBI7a__mindsSub{color:var(--muted);max-width:440px;margin:12px auto 0;font-size:16px;line-height:1.7}.LandingPage-module__CEBI7a__mindsTagline{text-align:center;color:var(--dark);z-index:62;max-width:700px;margin:0 auto;padding:56px 24px 80px;font-size:clamp(18px,2.2vw,24px);line-height:1.6;position:relative}.LandingPage-module__CEBI7a__mindsTagline strong{background:linear-gradient(135deg,#1d4ed8,#0891b2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.LandingPage-module__CEBI7a__scrollLayerSection{height:280vh;position:relative}.LandingPage-module__CEBI7a__scrollLayerSticky{background:radial-gradient(at 30% 20%,#38bdf859 0%,#0000 55%),radial-gradient(at 70% 80%,#0ea5e940 0%,#0000 55%),radial-gradient(#63b3ed26 0%,#0000 60%),linear-gradient(160deg,#0c1a3a 0%,#0d3060 25%,#0a5fa3 55%,#1e93d8 80%,#38bdf8 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.LandingPage-module__CEBI7a__layerProgressDots{gap:10px;margin-bottom:20px;display:flex}.LandingPage-module__CEBI7a__layerDot{background:#3b82f640;border-radius:50%;width:8px;height:8px;transition:all .3s}.LandingPage-module__CEBI7a__layerDotActive{background:#3b82f6;border-radius:4px;width:24px;box-shadow:0 0 8px #3b82f699}.LandingPage-module__CEBI7a__layerCurrentLabel{letter-spacing:2px;text-transform:uppercase;color:#60a5fa;margin-bottom:32px;font-size:11px;font-weight:600}.LandingPage-module__CEBI7a__scrollCardStack{box-sizing:border-box;width:100%;max-width:860px;height:auto;min-height:460px;padding:0 24px;position:relative}.LandingPage-module__CEBI7a__agentCard{will-change:transform,opacity;background:#0d1829;border:1px solid #3b82f62e;border-radius:20px;transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .3s;position:absolute;inset:0;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 0 1px #3b82f614}.LandingPage-module__CEBI7a__cardHeader{background:#ffffff08;border-bottom:1px solid #3b82f61f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.LandingPage-module__CEBI7a__cardAgentInfo{align-items:center;gap:12px;display:flex}.LandingPage-module__CEBI7a__agentAvatar{background:linear-gradient(135deg,#1d4ed8,#0891b2);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;box-shadow:0 2px 12px #1d4ed866}.LandingPage-module__CEBI7a__agentCardName{color:#ffffffeb;font-size:17px;font-weight:700}.LandingPage-module__CEBI7a__agentCardRole{color:#fff6;margin-top:2px;font-size:12px}.LandingPage-module__CEBI7a__agentStatus{color:#34d399;background:#34d3991a;border:1px solid #34d39940;border-radius:100px;padding:4px 10px;font-size:11.5px;font-weight:600}.LandingPage-module__CEBI7a__cardBody{color:#ffffffb8;flex-direction:column;gap:14px;height:calc(100% - 88px);padding:18px 24px;display:flex;overflow:hidden}.LandingPage-module__CEBI7a__cardMetaRow{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.LandingPage-module__CEBI7a__metaPill{color:#bfdbfeeb;letter-spacing:.02em;background:#3b82f61f;border:1px solid #60a5fa38;border-radius:999px;align-items:center;padding:5px 10px;font-size:10.5px;font-weight:600;display:inline-flex}.LandingPage-module__CEBI7a__cardInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.LandingPage-module__CEBI7a__infoTile{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:12px}.LandingPage-module__CEBI7a__infoTileLabel{letter-spacing:.06em;text-transform:uppercase;color:#ffffff6b;margin-bottom:6px;font-size:10px;font-weight:600}.LandingPage-module__CEBI7a__infoTileValue{color:#ffffffd6;font-size:12.5px;line-height:1.45}.LandingPage-module__CEBI7a__cardSteve .LandingPage-module__CEBI7a__cardHeader{border-top:3px solid #3b82f6}.LandingPage-module__CEBI7a__cardSophia .LandingPage-module__CEBI7a__cardHeader{border-top:3px solid #60a5fa}.LandingPage-module__CEBI7a__cardAtlas .LandingPage-module__CEBI7a__cardHeader{border-top:3px solid #0891b2}.LandingPage-module__CEBI7a__cardOrion .LandingPage-module__CEBI7a__cardHeader{border-top:3px solid #34d399}.LandingPage-module__CEBI7a__sophiaConvo{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.LandingPage-module__CEBI7a__convoLine{flex-direction:column;gap:4px;display:flex}.LandingPage-module__CEBI7a__convoWho{text-transform:uppercase;letter-spacing:.5px;color:#ffffff61;font-size:10px;font-weight:600}.LandingPage-module__CEBI7a__convoWhoS{color:#60a5fa}.LandingPage-module__CEBI7a__convoWhoR{color:#ffffff61}.LandingPage-module__CEBI7a__convoText{border-radius:10px;padding:10px 14px;font-size:14.5px;line-height:1.6}.LandingPage-module__CEBI7a__convoTextS{color:#ffffffd9;background:#3b82f626;border:1px solid #3b82f640}.LandingPage-module__CEBI7a__convoTextR{color:#fff9;background:#ffffff0f}.LandingPage-module__CEBI7a__sophiaMetrics{flex-direction:column;gap:10px;display:flex}.LandingPage-module__CEBI7a__metricBox{flex-direction:column;display:flex}.LandingPage-module__CEBI7a__metricLabel{color:#fff6;margin-bottom:3px;font-size:11px;font-weight:500}.LandingPage-module__CEBI7a__metricVal{color:#ffffffe6;margin-bottom:4px;font-size:16px;font-weight:700}.LandingPage-module__CEBI7a__metricBar{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.LandingPage-module__CEBI7a__metricBarFill{background:linear-gradient(90deg,#3b82f6,#0891b2);border-radius:2px;height:100%;transition:width .8s}.LandingPage-module__CEBI7a__atlasSplit{grid-template-columns:1fr 1fr;gap:16px;height:100%;display:grid}.LandingPage-module__CEBI7a__atlasSplitLeft{background:#ffffff09;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex;overflow:hidden}.LandingPage-module__CEBI7a__atlasSplitRight{flex-direction:column;gap:8px;display:flex}.LandingPage-module__CEBI7a__atlasPanelTitle{letter-spacing:.08em;text-transform:uppercase;color:#bfdbfeeb;font-size:12px;font-weight:700}.LandingPage-module__CEBI7a__atlasPanelCopy{color:#ffffff94;margin:0;font-size:12px;line-height:1.55}.LandingPage-module__CEBI7a__atlasGrid{grid-template-columns:repeat(6,1fr);gap:4px;display:grid}.LandingPage-module__CEBI7a__transcriptMini{color:#fff3;text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:3px;padding:3px;font-size:8px;font-weight:600;transition:all .4s}.LandingPage-module__CEBI7a__transcriptHot{color:#60a5fa;background:#3b82f626;border-color:#3b82f64d}.LandingPage-module__CEBI7a__atlasLegend{flex-wrap:wrap;gap:12px;display:flex}.LandingPage-module__CEBI7a__legendItem{color:#ffffff85;align-items:center;gap:6px;font-size:10.5px;display:inline-flex}.LandingPage-module__CEBI7a__legendDot{background:#ffffff2e;border:1px solid #ffffff29;border-radius:999px;width:8px;height:8px}.LandingPage-module__CEBI7a__legendDotHot{background:#3b82f6e6;border-color:#60a5fabf;box-shadow:0 0 10px #3b82f659}.LandingPage-module__CEBI7a__insightRow{border-bottom:1px solid #ffffff12;align-items:center;gap:8px;padding:7px 0;display:flex}.LandingPage-module__CEBI7a__insightNum{color:#60a5fa;min-width:28px;font-size:10px;font-weight:700}.LandingPage-module__CEBI7a__insightText{color:#fff9;flex:1;font-size:11px;line-height:1.4}.LandingPage-module__CEBI7a__insightCount{color:#ffffff59;font-size:11px;font-weight:700}.LandingPage-module__CEBI7a__insightCountLive{color:#93c5fd;text-shadow:0 0 16px #3b82f647;transition:color .25s,text-shadow .25s,transform .25s;animation:1.6s ease-in-out infinite LandingPage-module__CEBI7a__atlasPulse}.LandingPage-module__CEBI7a__infoTileValueLive{color:#bfdbfe;text-shadow:0 0 14px #3b82f633}@keyframes LandingPage-module__CEBI7a__atlasPulse{0%,to{opacity:.92;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.LandingPage-module__CEBI7a__orionReport{flex-direction:column;gap:12px;display:flex}.LandingPage-module__CEBI7a__reportLine{border-left:2px solid #3b82f680;padding-left:12px}.LandingPage-module__CEBI7a__reportFinding{color:#ffffffb3;margin-bottom:6px;font-size:14px;line-height:1.65}.LandingPage-module__CEBI7a__reportCites{flex-wrap:wrap;gap:6px;display:flex}.LandingPage-module__CEBI7a__citeChip{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.LandingPage-module__CEBI7a__comparisonSection{z-index:70;background:linear-gradient(#fff 0%,#faf5ff 100%);padding:72px 0;position:relative}.LandingPage-module__CEBI7a__tableWrapper{box-shadow:var(--shadow-md);border-radius:16px;margin-top:40px;overflow-x:auto}.LandingPage-module__CEBI7a__comparisonTable{border-collapse:collapse;background:#fff;border-radius:16px;width:100%;overflow:hidden}.LandingPage-module__CEBI7a__comparisonTable thead{background:#fff}.LandingPage-module__CEBI7a__comparisonTable th{color:var(--muted);text-align:center;border-bottom:2px solid var(--border);padding:16px 20px;font-size:13px;font-weight:600}.LandingPage-module__CEBI7a__thHighlight{background:var(--primary)!important;color:#fff!important;background-image:var(--gradient-primary)!important}.LandingPage-module__CEBI7a__comparisonTable td{text-align:center;border-bottom:1px solid var(--border);color:var(--muted);padding:14px 20px;font-size:14px}.LandingPage-module__CEBI7a__tdFeature{background:#fafbfc;font-weight:600;color:var(--dark)!important;text-align:left!important}.LandingPage-module__CEBI7a__tdHighlight{color:var(--dark)!important;background:#0f766e08!important;font-weight:600!important}.LandingPage-module__CEBI7a__tdCheck{color:var(--emerald)!important}.LandingPage-module__CEBI7a__tdCross{color:#ef4444}.LandingPage-module__CEBI7a__pricingSection{z-index:70;background:#fff;padding:72px 0;position:relative}.LandingPage-module__CEBI7a__pricingHeader{margin-bottom:48px}.LandingPage-module__CEBI7a__pricingSub{color:var(--muted);max-width:480px;font-size:16px;line-height:1.75}.LandingPage-module__CEBI7a__pricingGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.LandingPage-module__CEBI7a__pricingCard{border:1.5px solid var(--border);will-change:transform;background:#fff;border-radius:20px;flex-direction:column;gap:12px;padding:36px 32px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.LandingPage-module__CEBI7a__pricingCard:hover{box-shadow:var(--shadow-lg);border-color:var(--border-primary);transform:translateY(-6px)}.LandingPage-module__CEBI7a__pricingCard:hover .LandingPage-module__CEBI7a__pricingCta,.LandingPage-module__CEBI7a__pricingCard:focus-within .LandingPage-module__CEBI7a__pricingCta{background-position:100% 0;transform:translateY(-2px);box-shadow:0 8px 22px #7c3aed6b}.LandingPage-module__CEBI7a__pricingCard:nth-child(2){border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 8px 30px #7c3aed26}.LandingPage-module__CEBI7a__pricingCard:nth-child(2):before{content:"MOST POPULAR";letter-spacing:1.5px;color:var(--primary);background:var(--primary-glow);border:1px solid var(--border-primary);border-radius:100px;padding:3px 8px;font-size:9px;font-weight:700;position:absolute;top:16px;right:16px}.LandingPage-module__CEBI7a__pricingLabel{letter-spacing:2px;text-transform:uppercase;color:var(--primary);font-size:10px;font-weight:700}.LandingPage-module__CEBI7a__pricingTitle{color:var(--dark);margin:0;font-size:20px;font-weight:700}.LandingPage-module__CEBI7a__pricingBody{color:var(--muted);flex:1;font-size:14px;line-height:1.7}.LandingPage-module__CEBI7a__pricingCta{background:var(--gradient-primary);color:#fff;cursor:pointer;background-size:150% 150%;border:none;border-radius:12px;width:100%;margin-top:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #7c3aed40}.LandingPage-module__CEBI7a__pricingCta:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.LandingPage-module__CEBI7a__pricingCta:focus-visible{background-position:100% 0;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #7c3aed2e,0 8px 22px #7c3aed6b}.LandingPage-module__CEBI7a__pricingFootnote{text-align:center;color:var(--muted);margin-top:36px;font-size:14px}.LandingPage-module__CEBI7a__personasSection{z-index:70;background:linear-gradient(#fff7ed 0%,#fef3c7 50%,#fff7ed 100%);padding:72px 0;position:relative}.LandingPage-module__CEBI7a__personaTabs{z-index:62;flex-wrap:wrap;gap:8px;margin-top:36px;margin-bottom:32px;display:flex;position:relative}.LandingPage-module__CEBI7a__personaTab{font-family:var(--font-sans);color:var(--muted);border:1.5px solid var(--border);cursor:pointer;z-index:62;background:#fff;border-radius:100px;padding:9px 18px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s,background .15s,transform .15s,box-shadow .15s;position:relative}.LandingPage-module__CEBI7a__personaTab:hover,.LandingPage-module__CEBI7a__personaTab:focus-visible{color:var(--primary);border-color:var(--primary);background:linear-gradient(135deg,#7c3aed14,#0891b214);outline:none;transform:translateY(-2px);box-shadow:0 10px 20px #7c3aed24}.LandingPage-module__CEBI7a__personaTabActive{background:var(--gradient-primary);border-color:#0000;transform:translateY(-1px);box-shadow:0 10px 22px #7c3aed4d;color:#fff!important}.LandingPage-module__CEBI7a__personaTabActive:hover,.LandingPage-module__CEBI7a__personaTabActive:focus-visible{transform:translateY(-2px);box-shadow:0 12px 24px #7c3aed57;color:#fff!important}.LandingPage-module__CEBI7a__personaPanel{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:40px;padding:40px;display:grid}.LandingPage-module__CEBI7a__personaTitle{color:var(--dark);font-size:24px;font-weight:700;font-family:var(--font-sans);margin:0 0 16px}.LandingPage-module__CEBI7a__personaPain{color:var(--muted);border-left:3px solid var(--border-primary);margin-bottom:16px;padding-left:14px;font-size:14px;font-style:italic;line-height:1.7}.LandingPage-module__CEBI7a__personaSolve{color:var(--body);font-size:15px;line-height:1.75}.LandingPage-module__CEBI7a__personaHook{color:var(--body);margin-bottom:14px;font-size:14px;font-weight:600}.LandingPage-module__CEBI7a__personaVisual{background:var(--bg-section);border-radius:16px;flex-direction:column;gap:16px;padding:32px;display:flex}.LandingPage-module__CEBI7a__personaStatBig{background:var(--gradient-primary);-webkit-text-fill-color:transparent;letter-spacing:-3px;-webkit-background-clip:text;background-clip:text;font-size:64px;font-weight:800;line-height:1}.LandingPage-module__CEBI7a__personaStatLabel{color:var(--body);font-size:14px;font-weight:500;line-height:1.5}.LandingPage-module__CEBI7a__personaDivider{background:var(--border);height:1px;margin:4px 0}.LandingPage-module__CEBI7a__personaUseCasesLabel{letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:700}.LandingPage-module__CEBI7a__personaUseCases{color:var(--primary);font-size:13px;font-weight:500;line-height:1.8}.LandingPage-module__CEBI7a__personaOutcomes{flex-direction:column;gap:10px;margin:20px 0 0;padding:0;list-style:none;display:flex}.LandingPage-module__CEBI7a__personaOutcomeItem{color:var(--body);align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;display:flex}.LandingPage-module__CEBI7a__personaOutcomeCheck{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.LandingPage-module__CEBI7a__incentivesSection{z-index:70;background:linear-gradient(#fdfcfb 0%,#f4fbf7 100%);padding:72px 0;position:relative}.LandingPage-module__CEBI7a__incentivesGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.LandingPage-module__CEBI7a__incentivesBody{color:var(--muted);margin-bottom:32px;font-size:16px;line-height:1.8}.LandingPage-module__CEBI7a__rewardItems{flex-direction:column;gap:20px;display:flex}.LandingPage-module__CEBI7a__rewardItem{align-items:flex-start;gap:14px;display:flex}.LandingPage-module__CEBI7a__rewardIconEmoji{background:var(--primary-glow);border:1px solid var(--border-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex}.LandingPage-module__CEBI7a__rewardTitle{color:var(--dark);margin-bottom:4px;font-size:15px;font-weight:700}.LandingPage-module__CEBI7a__rewardDesc{color:var(--muted);font-size:13.5px;line-height:1.65}.LandingPage-module__CEBI7a__incentivesVisual{align-items:center;display:flex}.LandingPage-module__CEBI7a__incentiveDemoCard{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;padding:28px}.LandingPage-module__CEBI7a__incentiveWho{letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:700}.LandingPage-module__CEBI7a__incentiveText{color:var(--body);border-left:3px solid var(--primary);background:#f8f9fa;border-radius:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;font-style:italic;line-height:1.7}.LandingPage-module__CEBI7a__incentiveRewardBar{margin-bottom:20px}.LandingPage-module__CEBI7a__rewardBarLabel{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:500}.LandingPage-module__CEBI7a__rewardBarTrack{background:var(--border);border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.LandingPage-module__CEBI7a__rewardBarFill{background:var(--primary);border-radius:3px;width:87%;height:100%;animation:1.5s .3s both LandingPage-module__CEBI7a__fillBar}@keyframes LandingPage-module__CEBI7a__fillBar{0%{width:0}to{width:87%}}.LandingPage-module__CEBI7a__rewardEarn{color:var(--emerald);text-align:right;font-size:13px;font-weight:600}.LandingPage-module__CEBI7a__sessionRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.LandingPage-module__CEBI7a__sessionKey{color:var(--muted);font-size:13px;font-weight:500}.LandingPage-module__CEBI7a__sessionValLg{color:var(--primary);font-size:20px;font-weight:800}.LandingPage-module__CEBI7a__trustSection{z-index:60;background:linear-gradient(160deg,#fff 0%,#f9f7ff 50%,#fff 100%);padding:80px 0;position:relative;overflow:hidden}.LandingPage-module__CEBI7a__trustSection:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#6d28d940,#0ea5e940,#0000);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__trustSection:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#6d28d926,#0000);width:40%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__trustSection .LandingPage-module__CEBI7a__sectionLabel{color:var(--primary)}.LandingPage-module__CEBI7a__trustSection .LandingPage-module__CEBI7a__sectionLabel:before{background:var(--primary)}.LandingPage-module__CEBI7a__trustSection .LandingPage-module__CEBI7a__sectionTitle{color:var(--dark)}.LandingPage-module__CEBI7a__trustSection .LandingPage-module__CEBI7a__sectionTitle em{background:linear-gradient(135deg,var(--primary),#0891b2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.LandingPage-module__CEBI7a__trustHeader{text-align:center;z-index:2;margin-bottom:56px;position:relative}.LandingPage-module__CEBI7a__trustPillars{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid;position:relative}.LandingPage-module__CEBI7a__trustPillar{text-align:center;will-change:transform;isolation:isolate;backface-visibility:hidden;background:#fff;border:1px solid #6d28d91a;border-radius:20px;padding:40px 32px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 2px 16px #6d28d90f,0 1px 4px #0000000a}.LandingPage-module__CEBI7a__trustPillar:first-child:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#6d28d9cc,#0000);width:70%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__trustPillar:nth-child(2):before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#0891b2cc,#0000);width:70%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__trustPillar:nth-child(3):before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#10b981cc,#0000);width:70%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__trustPillar:first-child:hover{border-color:#6d28d940;transform:translateY(-6px);box-shadow:0 20px 48px #6d28d91f,0 4px 12px #6d28d914}.LandingPage-module__CEBI7a__trustPillar:nth-child(2):hover{border-color:#0891b240;transform:translateY(-6px);box-shadow:0 20px 48px #0891b21f,0 4px 12px #0891b214}.LandingPage-module__CEBI7a__trustPillar:nth-child(3):hover{border-color:#10b98140;transform:translateY(-6px);box-shadow:0 20px 48px #10b9811f,0 4px 12px #10b98114}.LandingPage-module__CEBI7a__pillarIcon{filter:none;margin-bottom:18px;font-size:38px;display:block}.LandingPage-module__CEBI7a__pillarTitle{color:var(--dark);font-size:19px;font-weight:700;font-family:var(--font-sans);margin:0 0 12px}.LandingPage-module__CEBI7a__pillarBody{color:var(--muted);font-size:14px;line-height:1.8}.LandingPage-module__CEBI7a__honestNote{z-index:2;text-align:center;background:#fff;border:1px solid #6d28d91f;border-radius:24px;padding:52px 56px;position:relative;overflow:hidden;box-shadow:0 4px 32px #6d28d914,0 1px 6px #0000000a}.LandingPage-module__CEBI7a__honestNote:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#6d28d90f 0%,#0000 70%);width:400px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__honestNote:after{content:"“";background:linear-gradient(135deg,#6d28d926,#0891b21a);-webkit-text-fill-color:transparent;pointer-events:none;z-index:0;-webkit-background-clip:text;background-clip:text;font-family:Georgia,serif;font-size:120px;line-height:1;position:absolute;top:-10px;left:32px}.LandingPage-module__CEBI7a__honestText{color:var(--body);z-index:1;letter-spacing:.01em;max-width:640px;margin:0 auto 20px;font-size:17px;line-height:1.85;position:relative}.LandingPage-module__CEBI7a__honestCta{letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,var(--primary),#0891b2);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.LandingPage-module__CEBI7a__ctaSection{background:var(--gradient-cta);text-align:center;z-index:70;padding:120px 48px;position:relative;overflow:hidden}.LandingPage-module__CEBI7a__ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);width:600px;height:600px;animation:12s ease-in-out infinite LandingPage-module__CEBI7a__floatOrb;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__ctaEyebrow{letter-spacing:1px;color:#ffffff8c;text-transform:uppercase;margin-bottom:20px;font-size:12px;font-weight:500}.LandingPage-module__CEBI7a__ctaTitle{color:#fff;letter-spacing:-1.5px;font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1.1;font-family:var(--font-sans);margin-bottom:20px}.LandingPage-module__CEBI7a__ctaTitle em{opacity:.85;font-style:normal}.LandingPage-module__CEBI7a__ctaSub{color:#ffffffa6;max-width:480px;margin:0 auto 40px;font-size:17px;line-height:1.75}.LandingPage-module__CEBI7a__ctaButtons{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:28px;display:flex}.LandingPage-module__CEBI7a__ctaNote{color:#fff6;font-size:13px}.LandingPage-module__CEBI7a__footer{background:var(--navy);color:#ffffffb3;z-index:70;border-top:none;padding:60px 0 0;position:relative}.LandingPage-module__CEBI7a__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1180px;margin:0 auto 48px;padding:0 48px;display:grid}.LandingPage-module__CEBI7a__footerBrand{flex-direction:column;display:flex}.LandingPage-module__CEBI7a__footerTagline{color:#ffffff80;margin-bottom:20px;font-size:14px;line-height:1.7}.LandingPage-module__CEBI7a__footerSocial{gap:10px;display:flex}.LandingPage-module__CEBI7a__socialLink{color:#fff9;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__socialLink:hover{color:#fff;border-color:var(--primary-light);background:#7c3aed4d}.LandingPage-module__CEBI7a__footerCol h4{color:#ffffffe6;letter-spacing:.3px;font-size:13px;font-weight:700;font-family:var(--font-sans);margin:0 0 16px}.LandingPage-module__CEBI7a__footerCol ul{flex-direction:column;gap:10px;list-style:none;display:flex}.LandingPage-module__CEBI7a__footerCol ul li a{color:#ffffff80;font-size:14px;text-decoration:none;transition:color .2s}.LandingPage-module__CEBI7a__footerCol ul li a:hover{color:var(--primary-light)}.LandingPage-module__CEBI7a__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:20px 48px;display:flex}.LandingPage-module__CEBI7a__footerCopy,.LandingPage-module__CEBI7a__madeInIndia{color:#ffffff59;font-size:13px}@media (max-width:1024px){.LandingPage-module__CEBI7a__hero{grid-template-columns:1fr;gap:40px;padding:100px 40px 60px}.LandingPage-module__CEBI7a__heroVisual{width:100%;max-width:680px;margin:0 auto}.LandingPage-module__CEBI7a__problemGrid,.LandingPage-module__CEBI7a__pricingGrid,.LandingPage-module__CEBI7a__trustPillars{grid-template-columns:1fr 1fr}.LandingPage-module__CEBI7a__flowSteps{grid-template-columns:repeat(2,1fr)}.LandingPage-module__CEBI7a__flowSteps:before{display:none}.LandingPage-module__CEBI7a__modesGrid{grid-template-columns:repeat(2,1fr)}.LandingPage-module__CEBI7a__incentivesGrid,.LandingPage-module__CEBI7a__personaPanel{grid-template-columns:1fr}.LandingPage-module__CEBI7a__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.LandingPage-module__CEBI7a__sectionInner{padding:0 20px}.LandingPage-module__CEBI7a__nav{padding:14px 20px}.LandingPage-module__CEBI7a__navLinks,.LandingPage-module__CEBI7a__navActions{display:none}.LandingPage-module__CEBI7a__navHamburger,.LandingPage-module__CEBI7a__mobileMenu{display:flex}.LandingPage-module__CEBI7a__hero{grid-template-columns:1fr;gap:22px;min-height:auto;padding:92px 20px 56px}.LandingPage-module__CEBI7a__heroHeadline{font-size:clamp(32px,8vw,44px)}.LandingPage-module__CEBI7a__heroSub{font-size:15px}.LandingPage-module__CEBI7a__heroCtas{flex-direction:column;align-items:stretch}.LandingPage-module__CEBI7a__heroCtas button{justify-content:center;width:100%}.LandingPage-module__CEBI7a__heroTrustRow{flex-wrap:wrap;gap:12px}.LandingPage-module__CEBI7a__heroVisual{max-width:100%;margin-top:8px}.LandingPage-module__CEBI7a__problemGrid,.LandingPage-module__CEBI7a__pricingGrid,.LandingPage-module__CEBI7a__trustPillars,.LandingPage-module__CEBI7a__flowSteps,.LandingPage-module__CEBI7a__modesGrid{grid-template-columns:1fr}.LandingPage-module__CEBI7a__proofStrip{justify-content:flex-start;gap:16px;padding:16px 20px}.LandingPage-module__CEBI7a__ctaSection{padding:80px 20px}.LandingPage-module__CEBI7a__ctaButtons{flex-direction:column;align-items:stretch}.LandingPage-module__CEBI7a__ctaButtons button{justify-content:center;width:100%}.LandingPage-module__CEBI7a__footerGrid{grid-template-columns:1fr;gap:32px;padding:0 20px}.LandingPage-module__CEBI7a__footerBottom{text-align:center;flex-direction:column;gap:8px;padding:20px}.LandingPage-module__CEBI7a__comparisonTable th,.LandingPage-module__CEBI7a__comparisonTable td{padding:10px;font-size:12px}.LandingPage-module__CEBI7a__personaPanel{gap:24px;padding:24px 20px}.LandingPage-module__CEBI7a__honestNote{padding:28px 24px}.LandingPage-module__CEBI7a__intelligenceSection .LandingPage-module__CEBI7a__demoContainer{margin:0 0 32px}.LandingPage-module__CEBI7a__intelSub{font-size:14px}.LandingPage-module__CEBI7a__scrollLayerSection{height:auto;position:static}.LandingPage-module__CEBI7a__scrollLayerSticky{height:auto;min-height:100vh;padding:48px 20px;position:static}.LandingPage-module__CEBI7a__scrollCardStack{max-width:100%;min-height:380px;padding:0}.LandingPage-module__CEBI7a__agentCard{border-radius:16px}.LandingPage-module__CEBI7a__cardHeader{padding:16px 18px}.LandingPage-module__CEBI7a__agentAvatar{width:36px;height:36px;font-size:16px}.LandingPage-module__CEBI7a__agentCardName{font-size:15px}.LandingPage-module__CEBI7a__cardBody{height:calc(100% - 72px);padding:14px 18px}.LandingPage-module__CEBI7a__atlasSplit,.LandingPage-module__CEBI7a__cardInfoGrid{grid-template-columns:1fr}.LandingPage-module__CEBI7a__personaTabs{gap:6px}.LandingPage-module__CEBI7a__personaTab{padding:7px 14px;font-size:12px}}.LandingPage-module__CEBI7a__heroBleedWrap{position:relative;overflow:visible}.LandingPage-module__CEBI7a__hero{overflow:visible!important}.LandingPage-module__CEBI7a__heroVisual{position:relative;overflow:visible!important}.LandingPage-module__CEBI7a__appShowcase{perspective:2200px;width:100%;transform-style:preserve-3d;--hero-rx:0;--hero-ry:0;--hero-hover:0;--showcase-base-tilt-x:3deg;--showcase-base-tilt-y:-3deg;--showcase-base-shift-x:-6px;margin-top:clamp(-10px,-1.4vw,0px);padding-top:8px;position:relative;overflow:visible}.LandingPage-module__CEBI7a__showcaseMotionShell{transform-style:preserve-3d;will-change:transform;animation:10.5s ease-in-out infinite LandingPage-module__CEBI7a__dashboardFloat;position:relative;transform:translateZ(0)}@keyframes LandingPage-module__CEBI7a__dashboardFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-10px)}}.LandingPage-module__CEBI7a__showcaseGlow{filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#4f46e542 0%,#0ea5e92e 34%,#a855f71f 58%,#0000 82%);border-radius:999px;width:58%;height:34%;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s,filter .6s;position:absolute;bottom:-1%;right:4%}.LandingPage-module__CEBI7a__showcaseDashboard{z-index:2;width:min(108%,920px);transform-style:preserve-3d;transform:translate3d(calc(var(--showcase-base-shift-x) + (var(--hero-ry)*10px)),calc(var(--hero-rx)*5px),0)rotateX(calc(var(--showcase-base-tilt-x) + (var(--hero-rx)*2.1deg)))rotateY(calc(var(--showcase-base-tilt-y) + (var(--hero-ry)*2.8deg)));will-change:transform;backface-visibility:hidden;border-radius:20px;margin-left:auto;transition:transform .36s cubic-bezier(.22,1,.36,1);position:relative;overflow:visible}.LandingPage-module__CEBI7a__showcaseDashboard:before{content:"";height:16%;transform:translate3d(calc(var(--hero-ry)*10px),calc(var(--hero-hover)*4px),-2px)scaleX(.98);filter:blur(18px);opacity:calc(.68 + (var(--hero-hover)*.14));pointer-events:none;z-index:0;background:radial-gradient(#0f172a33 0%,#0f172a14 42%,#0000 78%);border-radius:999px;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .36s,filter .36s;position:absolute;bottom:-8%;left:10%;right:6%}.LandingPage-module__CEBI7a__showcaseSurface{backface-visibility:hidden;background:#fff;border-radius:20px;transition:box-shadow .32s,filter .32s,transform .32s;position:relative;overflow:hidden;transform:translateZ(22px);box-shadow:0 32px 80px #0f172a1c,0 18px 38px #0f172a12,0 0 0 1px #0f172a0f}.LandingPage-module__CEBI7a__showcaseSurface:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(154deg,#ffffff0f 0%,#ffffff05 18%,#fff0 32%);position:absolute;inset:0}.LandingPage-module__CEBI7a__showcaseSurface:after{content:"";pointer-events:none;z-index:3;border-radius:20px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffb8}.LandingPage-module__CEBI7a__appShowcase:hover .LandingPage-module__CEBI7a__showcaseSurface{filter:saturate(1.015)contrast(1.01);transform:translateZ(30px);box-shadow:0 42px 104px #0f172a24,0 20px 42px #0f172a17,0 0 0 1px #0f172a14}.LandingPage-module__CEBI7a__showcaseGlow{transform:translate3d(calc(var(--hero-ry)*6px),calc(var(--hero-rx)*10px),0)scale(calc(1 + (var(--hero-hover)*.012)));opacity:calc(.68 + (var(--hero-hover)*.1));filter:blur(calc(60px + (var(--hero-hover)*6px)))}.LandingPage-module__CEBI7a__showcaseSurface>img{z-index:1;filter:contrast(1.04)saturate(1.03);backface-visibility:hidden;border-radius:20px;width:100%;height:auto;transition:filter .2s;display:block;position:relative;transform:translateZ(0)}.LandingPage-module__CEBI7a__chatDemoOverlay{z-index:30;filter:drop-shadow(0 24px 34px #0f172a24)drop-shadow(0 10px 22px #0f172a17);transform-origin:50% 15%;width:min(92%,820px);transform:translate3d(calc((var(--hero-ry)*18px) + 2px),calc((var(--hero-rx)*8px) + (var(--hero-hover)*-8px)),42px)rotateX(calc(var(--hero-rx)*-1.1deg))rotateY(calc((var(--hero-ry)*2.4deg) - 1.4deg))scale(calc(1 + (var(--hero-hover)*.012)));will-change:transform;pointer-events:none;transition:transform .24s cubic-bezier(.22,1,.36,1),filter .3s;position:absolute;top:72%;left:12%}.LandingPage-module__CEBI7a__appShowcase:hover .LandingPage-module__CEBI7a__chatDemoOverlay{filter:drop-shadow(0 30px 44px #0f172a29)drop-shadow(0 12px 24px #0f172a1c)}.LandingPage-module__CEBI7a__chatDemoOverlay .LandingPage-module__CEBI7a__demoContainer{background:#fffffff5;border:1px solid #e2e8f0e6;max-height:440px;overflow:hidden;transform:translateZ(0);box-shadow:0 24px 46px #0f172a21,0 10px 24px #0f172a14,0 0 0 1.5px #0f172a14}.LandingPage-module__CEBI7a__chatDemoOverlay .LandingPage-module__CEBI7a__demoBody{min-height:320px}@media (prefers-reduced-motion:reduce){.LandingPage-module__CEBI7a__showcaseMotionShell,.LandingPage-module__CEBI7a__hero:before,.LandingPage-module__CEBI7a__hero:after{animation:none}}.LandingPage-module__CEBI7a__chatDemoOverlay .LandingPage-module__CEBI7a__demoContainer:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#fff3 0%,#fff0 18%);position:absolute;inset:0}.LandingPage-module__CEBI7a__chatDemoOverlay:after{content:"";pointer-events:none;z-index:40;background:linear-gradient(#0000,#ffffffeb);border-radius:0 0 16px 16px;height:56px;position:absolute;bottom:0;left:0;right:0}.LandingPage-module__CEBI7a__proofStrip{z-index:10;position:relative;padding-top:32px!important}@media (min-width:1400px){.LandingPage-module__CEBI7a__appShowcase{margin-top:-6px}.LandingPage-module__CEBI7a__chatDemoOverlay{width:min(92%,840px);top:70%;left:14%}}@media (max-width:1280px){.LandingPage-module__CEBI7a__hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;padding:112px 32px 72px}.LandingPage-module__CEBI7a__appShowcase{margin-top:6px}.LandingPage-module__CEBI7a__showcaseDashboard{width:100%}.LandingPage-module__CEBI7a__chatDemoOverlay{width:90%;top:71%;left:10%}}@media (max-width:1024px){.LandingPage-module__CEBI7a__hero{grid-template-columns:1fr;gap:32px;padding:108px 32px 64px}.LandingPage-module__CEBI7a__heroContent{text-align:center;justify-self:center;max-width:720px;margin-left:0;margin-right:0;transition:none;transform:none}.LandingPage-module__CEBI7a__heroSub{margin-left:auto;margin-right:auto}.LandingPage-module__CEBI7a__heroCtas,.LandingPage-module__CEBI7a__heroTrustRow{justify-content:center}.LandingPage-module__CEBI7a__heroEyebrowBadge,.LandingPage-module__CEBI7a__heroHeadline,.LandingPage-module__CEBI7a__heroSub,.LandingPage-module__CEBI7a__heroCtas,.LandingPage-module__CEBI7a__heroTrustRow{transition:none;transform:none}.LandingPage-module__CEBI7a__chatDemoOverlay{width:90%;top:72%;left:8%}.LandingPage-module__CEBI7a__showcaseDashboard{width:min(100%,760px);transition:none;transform:none}.LandingPage-module__CEBI7a__appShowcase:hover .LandingPage-module__CEBI7a__showcaseSurface{filter:none}.LandingPage-module__CEBI7a__showcaseMotionShell{animation:none}.LandingPage-module__CEBI7a__chatDemoOverlay,.LandingPage-module__CEBI7a__showcaseGlow{transition:none}.LandingPage-module__CEBI7a__appShowcase:hover .LandingPage-module__CEBI7a__chatDemoOverlay,.LandingPage-module__CEBI7a__appShowcase:hover .LandingPage-module__CEBI7a__showcaseGlow{filter:none;transform:none}.LandingPage-module__CEBI7a__chatDemoOverlay .LandingPage-module__CEBI7a__demoContainer{max-height:320px}}@media (max-width:768px){.LandingPage-module__CEBI7a__chatDemoOverlay{filter:drop-shadow(0 12px 24px #6d28d938);width:min(100%,520px);max-width:520px;margin-top:-56px;margin-left:auto;margin-right:auto;animation:none;position:relative;inset:auto}.LandingPage-module__CEBI7a__chatDemoOverlay .LandingPage-module__CEBI7a__demoContainer{max-height:300px;box-shadow:0 16px 40px #6d28d933,0 4px 12px #0000001f}.LandingPage-module__CEBI7a__appShowcase{margin-top:0;padding-top:0}.LandingPage-module__CEBI7a__showcaseDashboard{border-radius:20px;width:100%;margin-bottom:18px;overflow:visible;transform:none}.LandingPage-module__CEBI7a__showcaseDashboard:hover{transform:none}.LandingPage-module__CEBI7a__showcaseSurface>img{border-radius:20px}.LandingPage-module__CEBI7a__showcaseGlow{width:100%;height:72%;top:4%;left:0}.LandingPage-module__CEBI7a__proofStrip{padding-top:20px!important}}@media (max-width:480px){.LandingPage-module__CEBI7a__hero{gap:20px;padding:86px 16px 48px}.LandingPage-module__CEBI7a__heroHeadline{letter-spacing:-1.2px;font-size:clamp(30px,10vw,38px);line-height:1.02}.LandingPage-module__CEBI7a__heroSub{font-size:14px;line-height:1.7}.LandingPage-module__CEBI7a__chatDemoOverlay{width:100%;margin-top:-40px}.LandingPage-module__CEBI7a__chatDemoOverlay .LandingPage-module__CEBI7a__demoContainer{max-height:280px}.LandingPage-module__CEBI7a__demoHeader{padding:12px 14px}.LandingPage-module__CEBI7a__demoBody{min-height:240px;padding:16px 14px 18px}.LandingPage-module__CEBI7a__chatBubble{max-width:94%;font-size:12.5px;line-height:1.55}}
.insights-module__Qv8VjW__reportContent{color:var(--d-text-primary);font-size:.95rem;line-height:1.85}.insights-module__Qv8VjW__reportContent h1{color:var(--d-text-primary);border-bottom:3px solid var(--d-accent);margin:2rem 0 1rem;padding-bottom:.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.6rem;font-weight:700}.insights-module__Qv8VjW__reportContent h2{color:var(--d-text-primary);border-bottom:1px solid var(--d-border-subtle);margin:2rem 0 .75rem;padding-bottom:.4rem;font-size:1.25rem;font-weight:600}.insights-module__Qv8VjW__reportContent h3{color:var(--d-accent);margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:600}.insights-module__Qv8VjW__reportContent p{color:var(--d-text-primary);margin:.75rem 0}.insights-module__Qv8VjW__reportContent strong{color:var(--d-text-primary);font-weight:600}.insights-module__Qv8VjW__reportContent blockquote{border-left:4px solid var(--d-accent);background:var(--d-accent-soft);color:var(--d-text-secondary);border-radius:0 10px 10px 0;margin:1rem 0;padding:.75rem 1.25rem;font-size:.9rem;font-style:italic}.insights-module__Qv8VjW__reportContent blockquote p{margin:.25rem 0}.insights-module__Qv8VjW__reportContent ul,.insights-module__Qv8VjW__reportContent ol{margin:.75rem 0;padding-left:1.5rem}.insights-module__Qv8VjW__reportContent li{color:var(--d-text-primary);margin-bottom:.4rem;padding-left:.25rem}.insights-module__Qv8VjW__reportContent li::marker{color:var(--d-accent)}.insights-module__Qv8VjW__reportContent hr{border:none;border-top:1px solid var(--d-border-subtle);margin:2rem 0}.insights-module__Qv8VjW__reportContent table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.875rem}.insights-module__Qv8VjW__reportContent th{background:var(--d-bg-surface-2);text-align:left;border-bottom:2px solid var(--d-border);color:var(--d-text-primary);padding:.75rem 1rem;font-weight:600}.insights-module__Qv8VjW__reportContent td{border-bottom:1px solid var(--d-border-subtle);color:var(--d-text-secondary);padding:.6rem 1rem}.insights-module__Qv8VjW__reportContent code{background:var(--d-bg-surface-2);color:var(--d-accent);border-radius:5px;padding:.15rem .4rem;font-size:.85em}.insights-module__Qv8VjW__reportContent pre{background:var(--d-bg-surface-2);border:1px solid var(--d-border);border-radius:10px;margin:1rem 0;padding:1.25rem;overflow-x:auto}.insights-module__Qv8VjW__reportContent pre code{color:inherit;background:0 0;padding:0}.insights-module__Qv8VjW__chatMessage p{margin:4px 0;line-height:1.6}.insights-module__Qv8VjW__chatMessage ul,.insights-module__Qv8VjW__chatMessage ol{margin:6px 0;padding-left:1.25rem}.insights-module__Qv8VjW__chatMessage li{margin-bottom:3px}.insights-module__Qv8VjW__chatMessage strong{color:var(--d-text-primary)}.insights-module__Qv8VjW__chatMessage code{background:var(--d-bg-surface);color:var(--d-accent);border-radius:4px;padding:1px 5px;font-size:.85em}
