.lp-root{--bg:#fff;--bg-soft:#faf9ff;--bg-card:#fff;--ink:#0b0a14;--ink-2:#3f3d56;--ink-3:#6b6889;--ink-4:#9d9ab8;--line:#ebe9f3;--line-2:#e2dff0;--brand:#7c3aed;--brand-2:#6d28d9;--brand-soft:#f3efff;--brand-softer:#faf7ff;--ok:#16a34a;--warn:#f59e0b;--radius:14px;--radius-lg:20px;--container:1200px;--shadow-sm:0 1px 2px rgba(16,12,40,.04),0 1px 1px rgba(16,12,40,.03);--shadow-md:0 12px 32px -12px rgba(80,40,180,.18),0 2px 6px rgba(16,12,40,.04);--shadow-lg:0 30px 80px -30px rgba(80,40,180,.35),0 8px 24px rgba(16,12,40,.06);font-family:var(--font-manrope),"Manrope",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}.lp-root *,.lp-root :after,.lp-root :before{box-sizing:border-box}.lp-root a{color:inherit;text-decoration:none}.lp-root button{font-family:inherit;cursor:pointer}.lp-root ::-moz-selection{background:var(--brand);color:#fff}.lp-root ::selection{background:var(--brand);color:#fff}.lp-root .container{max-width:var(--container);margin:0 auto;padding:0 24px}.lp-root .mono{font-family:var(--font-jetbrains),"JetBrains Mono",ui-monospace,monospace}.lp-root .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--brand);font-weight:500}.lp-root .eyebrow:before{content:"";width:18px;height:1px;background:var(--brand);display:inline-block}.lp-root h1,.lp-root h2,.lp-root h3,.lp-root h4{margin:0;letter-spacing:-.02em;text-wrap:balance;font-weight:700}.lp-root h1{font-size:clamp(40px,5.2vw,64px);line-height:1.05;letter-spacing:-.03em;font-weight:800}.lp-root h2{font-size:clamp(30px,3.6vw,44px);line-height:1.1}.lp-root h3{font-size:20px;line-height:1.3}.lp-root p{margin:0;color:var(--ink-2)}.lp-root .lede{font-size:18px;color:var(--ink-2);line-height:1.55;text-wrap:pretty}.lp-root section{padding:96px 0;position:relative}.lp-root section.tight{padding:72px 0}.lp-root section.soft{background:var(--bg-soft)}.lp-root section.dark{background:#0b0a14;color:#fff}.lp-root section.dark p{color:#b8b5d4}.lp-root .section-head{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;max-width:680px;margin:0 auto 56px}.lp-root .site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(0,0%,100%,.7);border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.lp-root .site-header.scrolled{background:hsla(0,0%,100%,.92);border-bottom:1px solid var(--line);box-shadow:0 1px 0 rgba(16,12,40,.02)}.lp-root .nav{justify-content:space-between;height:68px}.lp-root .brand,.lp-root .nav{display:flex;align-items:center}.lp-root .brand{gap:10px;font-weight:800;letter-spacing:-.02em;font-size:18px}.lp-root .brand-mark{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#4a17e0,#1c007a);display:grid;place-items:center;color:#fff;font-weight:800;font-size:12px;letter-spacing:-.04em;box-shadow:0 4px 12px -4px rgba(74,23,224,.55)}.lp-root .nav-links{display:flex;align-items:center;gap:32px}.lp-root .nav-links a{font-size:14px;color:var(--ink-2);font-weight:500;transition:color .15s}.lp-root .nav-links a:hover{color:var(--brand)}.lp-root .nav-right{display:flex;align-items:center;gap:12px}.lp-root .lang{display:flex;align-items:center;background:var(--bg-soft);border:1px solid var(--line);border-radius:10px;padding:3px;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:11px}.lp-root .lang button{background:transparent;border:0;padding:5px 9px;border-radius:7px;color:var(--ink-3);font-weight:600;letter-spacing:.04em;transition:all .15s}.lp-root .lang button.active{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.lp-root .btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;height:42px;padding:0 18px;border-radius:11px;font-size:14px;font-weight:600;letter-spacing:-.01em;border:1px solid transparent;transition:transform .12s ease,background .15s,border-color .15s,color .15s,box-shadow .15s}.lp-root .btn:active{transform:translateY(1px)}.lp-root .btn-primary{background:var(--brand);color:#fff;box-shadow:0 6px 18px -6px rgba(124,58,237,.55),inset 0 1px 0 hsla(0,0%,100%,.18)}.lp-root .btn-primary:hover{background:var(--brand-2);box-shadow:0 10px 24px -8px rgba(124,58,237,.6)}.lp-root .btn-ghost{background:transparent;color:var(--ink);border-color:transparent}.lp-root .btn-ghost:hover{background:var(--brand-soft);color:var(--brand)}.lp-root .btn-outline{background:#fff;color:var(--ink);border-color:var(--line-2)}.lp-root .btn-outline:hover{border-color:var(--brand);color:var(--brand)}.lp-root .btn-lg{height:50px;padding:0 24px;font-size:15px;border-radius:13px}.lp-root .btn-dark{background:#fff;color:#0b0a14}.lp-root .btn-dark:hover{background:#f3efff}.lp-root .hero{padding:56px 0 96px;position:relative;overflow:hidden}.lp-root .hero:before{content:"";position:absolute;pointer-events:none;inset:0;background:radial-gradient(900px 500px at 85% -10%,rgba(124,58,237,.1),transparent 60%),radial-gradient(700px 400px at 0 10%,rgba(124,58,237,.06),transparent 60%)}.lp-root .hero-grid{position:relative;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.lp-root .hero h1 .accent{background:linear-gradient(135deg,#7c3aed,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-root .hero-sub{margin-top:22px;font-size:18px;max-width:540px}.lp-root .hero-ctas{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.lp-root .hero-trust{margin-top:36px;display:flex;align-items:center;gap:14px;color:var(--ink-3);font-size:13px}.lp-root .avatars{display:flex}.lp-root .avatar{width:30px;height:30px;border-radius:50%;border:2px solid #fff;background:var(--brand-soft);margin-left:-8px;display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--brand)}.lp-root .avatar:first-child{margin-left:0}.lp-root .avatar.a2{background:#ffe8c8;color:#b54b00}.lp-root .avatar.a3{background:#d1fadf;color:#0f7a3a}.lp-root .avatar.a4{background:#fce7f3;color:#a3145e}.lp-root .stars{color:#f59e0b;letter-spacing:1px;font-size:12px}.lp-root .preview{position:relative;border-radius:20px;background:#fff;box-shadow:var(--shadow-lg);border:1px solid var(--line);overflow:hidden;transform:perspective(2000px) rotateY(-3deg) rotateX(2deg);transform-origin:center}.lp-root .preview-bar{height:36px;background:#f7f6fb;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 14px;gap:8px}.lp-root .dot{width:10px;height:10px;border-radius:50%;background:#e2dff0}.lp-root .dot.r{background:#ff9b9b}.lp-root .dot.y{background:#ffd166}.lp-root .dot.g{background:#9be29b}.lp-root .preview-url{margin-left:auto;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:11px;color:var(--ink-4);background:#fff;border:1px solid var(--line);padding:3px 10px;border-radius:6px}.lp-root .inbox{display:grid;grid-template-columns:84px 220px 1fr;height:460px}.lp-root .inbox-rail{background:#fbfaff;border-right:1px solid var(--line);padding:14px 10px;display:flex;flex-direction:column;gap:8px;align-items:center}.lp-root .rail-logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#4a17e0,#1c007a);display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px;letter-spacing:-.04em;margin-bottom:6px}.lp-root .rail-icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;color:var(--ink-3);transition:all .15s}.lp-root .rail-icon.active{background:var(--brand-soft);color:var(--brand)}.lp-root .rail-icon svg{width:18px;height:18px}.lp-root .inbox-list{background:#fff;border-right:1px solid var(--line);padding:14px 0}.lp-root .inbox-tab{display:flex;gap:6px;padding:0 14px 12px;font-size:11px;font-weight:600;color:var(--ink-3);letter-spacing:.02em;border-bottom:1px solid var(--line)}.lp-root .inbox-tab span{padding:4px 8px;border-radius:6px}.lp-root .inbox-tab span.on{background:var(--brand-soft);color:var(--brand)}.lp-root .conv{padding:11px 14px;display:flex;gap:10px;align-items:center;border-bottom:1px solid #f4f2fa}.lp-root .conv:last-child{border-bottom:0}.lp-root .conv.active{background:#faf7ff}.lp-root .conv .ava{width:32px;height:32px;border-radius:50%;background:#ece8f9;display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--brand);flex-shrink:0;position:relative}.lp-root .conv .ava.wa{background:#dcf8e8;color:#0a8754}.lp-root .conv .ava.tg{background:#d6ecff;color:#0a73d9}.lp-root .conv .ava.ig,.lp-root .conv .ava.mx{background:#fde6f0;color:#c11b6a}.lp-root .conv .ava:after{content:"";position:absolute;right:-2px;bottom:-2px;width:11px;height:11px;border-radius:50%;border:2px solid #fff}.lp-root .conv .ava.wa:after{background:#25d366}.lp-root .conv .ava.tg:after{background:#229ed9}.lp-root .conv .ava.mx:after{background:#ff385c}.lp-root .conv .ava.ig:after{background:#e1306c}.lp-root .conv-meta{flex:1;min-width:0}.lp-root .conv-name{font-size:12.5px;font-weight:600;color:var(--ink);display:flex;justify-content:space-between}.lp-root .conv-name span{font-size:10px;color:var(--ink-4);font-weight:500}.lp-root .conv-msg{font-size:11.5px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-root .conv-badge{background:var(--brand);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:8px;margin-left:6px}.lp-root .chat{display:flex;flex-direction:column;background:#fff}.lp-root .chat-head{padding:12px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.lp-root .chat-head .ava{width:32px;height:32px;border-radius:50%;background:#dcf8e8;color:#0a8754;display:grid;place-items:center;font-size:11px;font-weight:700;position:relative}.lp-root .chat-head .ava:after{content:"";position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;background:#25d366;border:2px solid #fff}.lp-root .chat-head .who{flex:1}.lp-root .chat-head .who .nm{font-size:13px;font-weight:600}.lp-root .chat-head .who .src{font-size:11px;color:var(--ink-3);display:flex;align-items:center;gap:6px}.lp-root .chat-head .who .src:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#25d366}.lp-root .chat-head .deal{background:var(--brand-soft);color:var(--brand);padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px}.lp-root .chat-body{flex:1;padding:18px;display:flex;flex-direction:column;gap:10px;background:radial-gradient(circle at 20px 20px,rgba(124,58,237,.04) 1px,transparent 0) 0 0/24px 24px,#fff;overflow:hidden}.lp-root .bubble{max-width:78%;padding:9px 13px;border-radius:14px;font-size:13px;line-height:1.4;animation:lp-pop .35s cubic-bezier(.2,.8,.2,1) backwards}.lp-root .bubble.client{align-self:flex-start;background:#f3f1fa;color:var(--ink);border-bottom-left-radius:4px}.lp-root .bubble.bot{align-self:flex-end;background:var(--brand);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px -4px rgba(124,58,237,.4)}.lp-root .bubble.bot:before{content:"AI";display:inline-block;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:9px;background:hsla(0,0%,100%,.25);padding:1px 5px;border-radius:4px;margin-right:6px;vertical-align:1px}.lp-root .bubble .time{display:block;margin-top:3px;font-size:10px;opacity:.6}.lp-root .typing{align-self:flex-end;background:var(--brand);padding:11px 14px;border-radius:14px;border-bottom-right-radius:4px;display:flex;gap:4px;animation:lp-pop .35s cubic-bezier(.2,.8,.2,1) backwards}.lp-root .typing span{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.7);animation:lp-blink 1.2s ease-in-out infinite}.lp-root .typing span:nth-child(2){animation-delay:.2s}.lp-root .typing span:nth-child(3){animation-delay:.4s}@keyframes lp-blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes lp-pop{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:none}}.lp-root .float-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;box-shadow:var(--shadow-md);display:flex;gap:12px;align-items:center;animation:lp-floaty 5s ease-in-out infinite}.lp-root .float-card .ic{width:36px;height:36px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.lp-root .float-card .ic svg{width:18px;height:18px}.lp-root .float-card .lbl{font-size:11px;color:var(--ink-3)}.lp-root .float-card .val{font-weight:700;font-size:14px}.lp-root .float-1{left:-32px;top:60px;animation-delay:0s}.lp-root .float-2{right:-26px;bottom:50px;animation-delay:.6s}@keyframes lp-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-root .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:36px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.lp-root .stat-num{font-size:clamp(36px,4vw,52px);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#0b0a14,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.lp-root .stat-lbl{margin-top:8px;font-size:14px;color:var(--ink-3)}.lp-root .stat-sep{border-left:1px solid var(--line)}.lp-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-root .feat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;transition:transform .2s,border-color .2s,box-shadow .2s}.lp-root .feat:hover{transform:translateY(-3px);border-color:var(--brand);box-shadow:var(--shadow-md)}.lp-root .feat-ic{width:42px;height:42px;border-radius:11px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:16px}.lp-root .feat-ic svg{width:22px;height:22px}.lp-root .feat h3{font-size:17px;margin-bottom:6px}.lp-root .feat p{font-size:14px;color:var(--ink-3)}.lp-root .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.lp-root .steps:before{content:"";position:absolute;top:34px;left:8%;right:8%;border-top:2px dashed var(--line-2);z-index:0}.lp-root .step{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:8px}.lp-root .step-num{width:36px;height:36px;border-radius:10px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:14px;box-shadow:0 6px 16px -6px rgba(124,58,237,.5);margin-bottom:6px}.lp-root .step h3{font-size:16px}.lp-root .step p{font-size:13.5px}.lp-root .channels{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.lp-root .channel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;align-items:center;gap:12px;transition:all .15s}.lp-root .channel:hover{border-color:var(--brand);transform:translateY(-2px)}.lp-root .ch-ic{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#fff;flex-shrink:0}.lp-root .ch-ic svg{width:20px;height:20px}.lp-root .ch-ic.wa{background:#25d366}.lp-root .ch-ic.tg{background:#229ed9}.lp-root .ch-ic.mx{background:#ff385c}.lp-root .ch-ic.ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.lp-root .ch-ic.web{background:#475569}.lp-root .ch-ic.amo{background:#1e7ad8}.lp-root .ch-ic.b24{background:#2fc6f6}.lp-root .ch-ic.tgu{background:#08c}.lp-root .channel-meta .nm{font-weight:600;font-size:14px}.lp-root .channel-meta .sub{font-size:11.5px;color:var(--ink-3)}.lp-root .ui-shot{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-lg);overflow:hidden}.lp-root .ui-shot .preview-bar{background:#fff}.lp-root .crm{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:0;padding:18px;background:#fbfaff;min-height:420px}.lp-root .col{background:#fff;border:1px solid var(--line);border-radius:12px;margin:0 6px;display:flex;flex-direction:column}.lp-root .col-head{padding:10px 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);font-size:12px;font-weight:600}.lp-root .col-head .ct{background:var(--brand-soft);color:var(--brand);padding:1px 7px;border-radius:6px;font-size:11px}.lp-root .col-body{gap:8px}.lp-root .card,.lp-root .col-body{padding:10px;display:flex;flex-direction:column}.lp-root .card{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-sm);gap:6px}.lp-root .card .nm{font-size:12px;font-weight:600}.lp-root .card .tag{display:inline-block;background:#f3f1fa;color:var(--ink-2);font-size:10px;padding:1px 6px;border-radius:5px;font-family:var(--font-jetbrains),"JetBrains Mono",monospace}.lp-root .card .meta{display:flex;justify-content:space-between;font-size:10.5px;color:var(--ink-3)}.lp-root .plan-single{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 40px 80px -40px rgba(124,58,237,.35),0 12px 32px -12px rgba(16,12,40,.06);overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr}.lp-root .plan-left{padding:36px 40px;background:linear-gradient(135deg,#faf7ff,#f3efff);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:14px;position:relative}.lp-root .plan-tag{align-self:flex-start;background:var(--brand);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:8px;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;letter-spacing:.06em}.lp-root .plan-name{font-weight:800;font-size:28px;letter-spacing:-.02em}.lp-root .plan-sub{font-size:14px;color:var(--ink-3);margin-top:-4px;line-height:1.5}.lp-root .currency-toggle{display:inline-flex;align-self:flex-start;background:#fff;border:1px solid var(--line-2);border-radius:10px;padding:3px;font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:11px;margin-top:8px}.lp-root .currency-toggle button{background:transparent;border:0;padding:6px 12px;border-radius:7px;color:var(--ink-3);font-weight:700;letter-spacing:.04em;cursor:pointer;transition:all .15s}.lp-root .currency-toggle button.active{background:var(--brand);color:#fff}.lp-root .plan-price{display:flex;align-items:baseline;gap:6px;margin:6px 0 4px}.lp-root .plan-price .num{font-size:clamp(48px,6vw,64px);font-weight:800;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,#0b0a14,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-root .plan-price .cur{font-size:24px;font-weight:700;color:var(--ink-2)}.lp-root .plan-price .per{color:var(--ink-3);font-size:14px}.lp-root .plan-note{font-size:12.5px;color:var(--ink-3);display:flex;align-items:center;gap:6px}.lp-root .plan-note:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ok)}.lp-root .plan-cta{margin-top:auto;padding-top:14px;display:flex;flex-direction:column;gap:10px}.lp-root .plan-cta .btn{width:100%}.lp-root .plan-cta .micro{font-size:12px;color:var(--ink-3);text-align:center}.lp-root .plan-right{padding:36px 40px;display:flex;flex-direction:column;gap:14px}.lp-root .plan-right-head{font-family:var(--font-jetbrains),"JetBrains Mono",monospace;font-size:11px;letter-spacing:.06em;color:var(--ink-3);text-transform:uppercase;padding-bottom:6px;border-bottom:1px solid var(--line)}.lp-root .plan ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.lp-root .plan li{font-size:14px;display:flex;gap:10px;align-items:flex-start;color:var(--ink)}.lp-root .plan li svg{flex-shrink:0;margin-top:1px;width:18px;height:18px;color:var(--brand);background:var(--brand-soft);border-radius:50%;padding:3px}.lp-root .plan li b{font-weight:700}.lp-root .logos{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;margin-top:48px;align-items:center}.lp-root .logo-cell{height:36px;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:-.02em;color:var(--ink-4);font-size:18px;opacity:.7}.lp-root .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-root .testi{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:16px}.lp-root .testi .quote{font-size:15px;line-height:1.55;color:var(--ink);text-wrap:pretty}.lp-root .testi .who{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px;border-top:1px solid var(--line)}.lp-root .testi .who .ava{width:38px;height:38px;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center;font-weight:700;color:var(--brand);font-size:13px}.lp-root .testi .who .nm{font-size:13px;font-weight:600}.lp-root .testi .who .role{font-size:12px;color:var(--ink-3)}.lp-root .faq{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.lp-root .qa{background:#fff;border:1px solid var(--line);border-radius:14px;transition:border-color .15s}.lp-root .qa.open{border-color:var(--brand)}.lp-root .qa summary{list-style:none;cursor:pointer;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:15px}.lp-root .qa summary::-webkit-details-marker{display:none}.lp-root .qa .plus{width:22px;height:22px;border-radius:7px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;transition:transform .2s,background .2s;font-weight:700}.lp-root .qa.open .plus{background:var(--brand);color:#fff;transform:rotate(45deg)}.lp-root .qa-body{padding:0 22px 20px;color:var(--ink-2);font-size:14px;line-height:1.6}.lp-root .partner{background:linear-gradient(135deg,#1a1530,#0b0a14 50%,#2c1657);border-radius:24px;padding:56px;color:#fff;position:relative;overflow:hidden;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center}.lp-root .partner:before{content:"";position:absolute;right:-100px;top:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.4),transparent 65%);pointer-events:none}.lp-root .partner h2{color:#fff}.lp-root .partner p{color:#b8b5d4;margin-top:14px;font-size:16px}.lp-root .partner-actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.lp-root .partner-stats{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}.lp-root .partner-stat{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:18px 20px;backdrop-filter:blur(8px)}.lp-root .partner-stat .v{font-size:28px;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-root .partner-stat .l{font-size:13px;color:#b8b5d4;margin-top:2px}.lp-root .lp-footer{background:#0b0a14;color:#b8b5d4;padding:64px 0 32px}.lp-root .foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px}.lp-root .foot-brand .brand{color:#fff}.lp-root .foot-brand p{color:#7d7a99;font-size:14px;margin-top:14px;max-width:280px}.lp-root .foot-col h4{color:#fff;font-size:13px;font-weight:600;margin-bottom:14px;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-jetbrains),"JetBrains Mono",monospace}.lp-root .foot-col a{display:block;font-size:14px;color:#7d7a99;padding:5px 0}.lp-root .foot-col a:hover{color:#fff}.lp-root .foot-bottom{border-top:1px solid hsla(0,0%,100%,.06);margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;color:#5d5b78;font-size:13px}.lp-root .foot-bottom .socials{display:flex;gap:10px}.lp-root .foot-bottom .socials a{width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.05);display:grid;place-items:center;color:#9d9ab8;transition:all .15s}.lp-root .foot-bottom .socials a:hover{background:var(--brand);color:#fff}@media (max-width:980px){.lp-root section{padding:72px 0}.lp-root .hero-grid{grid-template-columns:1fr;gap:48px}.lp-root .preview{transform:none}.lp-root .float-card{display:none}.lp-root .features-grid,.lp-root .steps{grid-template-columns:repeat(2,1fr)}.lp-root .steps:before{display:none}.lp-root .channels{grid-template-columns:repeat(2,1fr)}.lp-root .testi-grid{grid-template-columns:1fr}.lp-root .logos{grid-template-columns:repeat(3,1fr)}.lp-root .partner{grid-template-columns:1fr;padding:36px}.lp-root .foot-grid{grid-template-columns:1fr 1fr;gap:32px}.lp-root .nav-links{display:none}.lp-root .stats{grid-template-columns:1fr;padding:24px}.lp-root .stat-sep{border-left:0;border-top:1px solid var(--line);padding-top:18px}}@media (max-width:760px){.lp-root .plan-single{grid-template-columns:1fr}.lp-root .plan-left{border-right:0;border-bottom:1px solid var(--line);padding:28px}.lp-root .plan-right{padding:28px}}@media (max-width:560px){.lp-root .channels,.lp-root .features-grid,.lp-root .steps{grid-template-columns:1fr}.lp-root .logos{grid-template-columns:repeat(2,1fr)}.lp-root .foot-grid{grid-template-columns:1fr}.lp-root .inbox{grid-template-columns:60px 1fr}.lp-root .inbox-list{display:none}.lp-root .hero-ctas .btn{width:100%}}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_de5441;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_Fallback_de5441;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_de5441{font-family:__Manrope_de5441,__Manrope_Fallback_de5441;font-style:normal}.__variable_de5441{--font-manrope:"__Manrope_de5441","__Manrope_Fallback_de5441"}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_2b1c55;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_Fallback_2b1c55;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_2b1c55{font-family:__JetBrains_Mono_2b1c55,__JetBrains_Mono_Fallback_2b1c55;font-style:normal}.__variable_2b1c55{--font-jetbrains:"__JetBrains_Mono_2b1c55","__JetBrains_Mono_Fallback_2b1c55"}