@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600;700&display=swap";
.landing-root{--bg-page:#fafafc;--bg-white:#fff;--bg-card:#fff;--bg-subtle:#f8fafc;--bg-muted:#f1f5f9;--text-main:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-light:#94a3b8;--lp-primary:#6366f1;--lp-primary-dark:#4f46e5;--lp-primary-gradient:linear-gradient(135deg, #6366f1 0%, #7c3aed 100%);--lp-primary-subtle:#6366f114;--accent-green:#10b981;--accent-green-subtle:#10b98114;--accent-blue:#0284c7;--accent-purple:#7c3aed;--accent-orange:#f97316;--accent-rose:#ef4444;--border-color:#e2e8f0;--border-light:#f1f5f9;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -2px #00000008;--shadow-card:0 12px 30px -5px #0f172a0f, 0 4px 6px -2px #0f172a05;--shadow-glow:0 8px 20px -2px #6366f147;--shadow-float:0 14px 28px #00000014, 0 6px 10px #0000000a;--font-heading:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--tr-fast:.15s ease;--tr-normal:.25s ease;font-family:var(--font-body);background-color:var(--bg-page);color:var(--text-secondary);-webkit-font-smoothing:antialiased;width:100%;line-height:1.6;position:relative}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box}.landing-root h1,.landing-root h2,.landing-root h3,.landing-root h4,.landing-root h5,.landing-root h6{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.025em;font-weight:700;line-height:1.2}.landing-root p{color:var(--text-secondary)}.landing-root a{color:inherit;transition:all var(--tr-fast);text-decoration:none}.landing-root button{cursor:pointer;background:0 0;border:none;font-family:inherit}.landing-root ul{margin:0;padding:0;list-style:none}.landing-root .container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-root .text-center{text-align:center}.landing-root .text-left{text-align:left}.landing-root .text-green{color:var(--accent-green)!important}.landing-root .text-indigo{color:#818cf8!important}.landing-root .w-full{width:100%}.landing-root .btn{transition:all var(--tr-normal);white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.landing-root .btn-primary{background:var(--lp-primary-gradient);box-shadow:0 2px 4px #6366f133;color:#fff!important}.landing-root .btn-primary:hover{opacity:.95;box-shadow:var(--shadow-glow);transform:translateY(-1px)}.landing-root .btn-glow{box-shadow:0 4px 14px #6366f159}.landing-root .btn-secondary{background-color:var(--bg-white);border:1px solid var(--border-color);box-shadow:var(--shadow-xs);color:var(--text-main)!important}.landing-root .btn-secondary:hover{background-color:var(--bg-subtle);border-color:#cbd5e1;transform:translateY(-1px)}.landing-root .btn-outline{color:var(--text-main);border:1px solid var(--border-color);background:0 0}.landing-root .btn-outline:hover{background-color:var(--bg-subtle);border-color:var(--lp-primary);color:var(--lp-primary)}.landing-root .btn-dark-outline{background:#ffffff14;border:1px solid #fff3;color:#fff!important}.landing-root .btn-dark-outline:hover{background:#ffffff26}.landing-root .btn-ghost{color:var(--text-secondary)}.landing-root .btn-ghost:hover{color:var(--text-main)}.landing-root .btn-lg{padding:.75rem 1.6rem;font-size:.95rem}.landing-root .btn-sm{padding:.4rem .9rem;font-size:.8125rem}.landing-root .site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background-color:#fffffff5;position:sticky;top:0}.landing-root .header-inner{justify-content:space-between;align-items:center;height:4.25rem;display:flex}.landing-root .brand-logo{align-items:center;gap:.6rem;display:flex}.landing-root .brand-logo-img{border-radius:.5rem;width:34px;height:34px}.landing-root .brand-name{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.landing-root .desktop-nav{align-items:center;gap:1.75rem;display:flex}.landing-root .nav-link{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;display:inline-flex}.landing-root .nav-link:hover{color:var(--lp-primary)}.landing-root .chevron{color:var(--text-muted)}.landing-root .header-actions{align-items:center;gap:.85rem;display:flex}.landing-root .mobile-toggle{flex-direction:column;gap:4px;padding:.4rem;display:none}.landing-root .mobile-toggle .bar{background-color:var(--text-main);border-radius:2px;width:20px;height:2px}.landing-root .mobile-drawer{border-bottom:1px solid var(--border-color);background:#fff;padding:1.25rem;display:none}.landing-root .mobile-drawer.open{display:block}.landing-root .mobile-drawer-inner{flex-direction:column;gap:.75rem;display:flex}.landing-root .mobile-link{padding:.4rem 0;font-size:.95rem;font-weight:600}.landing-root .hero-section{background:radial-gradient(circle at 75% 20%,#eef2ff 0%,#fafafc 55%);padding:4rem 0 3.5rem}.landing-root .hero-container-2col{grid-template-columns:1.05fr 1.15fr;align-items:center;gap:3rem;display:grid}.landing-root .hero-pill{box-shadow:var(--shadow-xs);background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .85rem;display:inline-flex}.landing-root .pill-dot{background-color:var(--accent-green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #10b98133}.landing-root .pill-text{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.landing-root .hero-headline{letter-spacing:-.04em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:800;line-height:1.1}.landing-root .gradient-text{color:var(--lp-primary);background:linear-gradient(135deg,#6366f1 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-root .hero-subheadline{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.landing-root .hero-cta-group{align-items:center;gap:.85rem;margin-bottom:2.75rem;display:flex}.landing-root .hero-metrics-row{border-top:1px solid var(--border-color);align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.landing-root .metric-item{align-items:center;gap:.5rem;display:flex}.landing-root .metric-icon{font-size:1.1rem}.landing-root .metric-text strong{color:var(--text-main);font-size:.875rem;line-height:1.2;display:block}.landing-root .metric-text span{color:var(--text-muted);font-size:.75rem}.landing-root .hero-card-wrapper{padding:1.5rem .5rem;position:relative}.landing-root .live-activity-card{border:1px solid var(--border-color);box-shadow:var(--shadow-card);background:#fff;border-radius:1.5rem;padding:1.75rem}.landing-root .card-main-title{color:var(--text-main);margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.landing-root .activity-inner-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.landing-root .incoming-call-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;gap:.85rem;padding:1.1rem;display:flex}.landing-root .call-label{color:var(--accent-green);align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;display:inline-flex}.landing-root .caller-profile{align-items:center;gap:.65rem;display:flex}.landing-root .caller-avatar-circle{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-root .caller-profile strong{color:var(--text-main);font-size:.85rem;display:block}.landing-root .caller-profile p{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.landing-root .caller-type{color:var(--text-muted);font-size:.6875rem}.landing-root .waveform-container{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.45rem .65rem;display:flex}.landing-root .waveform-bars{align-items:center;gap:2px;height:16px;display:flex}.landing-root .wbar{background:var(--lp-primary);border-radius:2px;width:2.5px;animation:1.2s ease-in-out infinite wave-bounce}.landing-root .wbar:first-child{height:30%;animation-delay:.1s}.landing-root .wbar:nth-child(2){height:70%;animation-delay:.2s}.landing-root .wbar:nth-child(3){height:100%;animation-delay:.3s}.landing-root .wbar:nth-child(4){height:40%;animation-delay:.15s}.landing-root .wbar:nth-child(5){height:80%;animation-delay:.25s}.landing-root .wbar:nth-child(6){height:60%;animation-delay:.35s}.landing-root .wbar:nth-child(7){height:90%;animation-delay:50ms}.landing-root .wbar:nth-child(8){height:45%;animation-delay:.4s}.landing-root .wbar:nth-child(9){height:75%;animation-delay:.18s}.landing-root .wbar:nth-child(10){height:35%;animation-delay:.28s}.landing-root .wbar:nth-child(11){height:65%;animation-delay:.12s}.landing-root .wbar:nth-child(12){height:50%;animation-delay:.32s}.landing-root .wave-timer{font-size:.71875rem;font-family:var(--font-mono);color:var(--text-muted);font-weight:600}.landing-root .agent-talk-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:.65rem;padding:.6rem .75rem}.landing-root .agent-tag{color:var(--lp-primary);align-items:center;gap:.25rem;margin-bottom:.2rem;font-size:.6875rem;font-weight:700;display:flex}.landing-root .agent-talk-bubble p{color:var(--text-main);font-size:.75rem;font-style:italic}.landing-root .call-action-btns{justify-content:center;gap:.65rem;display:flex}.landing-root .c-btn{width:28px;height:28px;box-shadow:var(--shadow-xs);border-radius:50%;justify-content:center;align-items:center;display:flex}.landing-root .arrow-btn{border:1px solid var(--border-color);color:var(--text-muted);background:#fff}.landing-root .hangup-btn{color:#fff;background:#ef4444}.landing-root .transfer-btn{border:1px solid var(--border-color);color:var(--text-muted);background:#fff}.landing-root .ai-detected-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;justify-content:space-between;padding:1.1rem;display:flex}.landing-root .detected-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.landing-root .detected-label{color:var(--text-main);font-size:.75rem;font-weight:700}.landing-root .intent-badge{color:var(--accent-green);font-size:.6875rem;font-weight:700}.landing-root .lead-data-list{flex-direction:column;gap:.35rem;margin-bottom:.75rem;display:flex}.landing-root .lead-data-row{justify-content:space-between;font-size:.75rem;display:flex}.landing-root .d-label{color:var(--text-muted)}.landing-root .d-val{color:var(--text-main);font-weight:600}.landing-root .score-green{color:var(--accent-green);font-size:.85rem;font-weight:800}.landing-root .score-green small{color:var(--text-muted);font-size:.6875rem}.landing-root .appointment-success-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.65rem;align-items:center;gap:.65rem;padding:.6rem .75rem;display:flex}.landing-root .apt-icon{font-size:1.1rem}.landing-root .appointment-success-box strong{color:#065f46;font-size:.75rem;display:block}.landing-root .apt-time{color:#047857;font-size:.75rem;font-weight:700}.landing-root .apt-sub{color:#059669;font-size:.65rem}.landing-root .float-card{border:1px solid var(--border-color);box-shadow:var(--shadow-float);z-index:10;background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem .95rem;animation:4s ease-in-out infinite float-slow;display:flex;position:absolute}.landing-root .float-icon-bg{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.landing-root .bg-green{background-color:var(--accent-green)}.landing-root .bg-blue{background-color:var(--lp-primary)}.landing-root .float-card strong{color:var(--text-main);font-size:.75rem;line-height:1.2;display:block}.landing-root .float-card p{color:var(--text-muted);font-size:.65rem}.landing-root .float-top-right{top:-5px;right:-10px}.landing-root .float-bottom-left{animation-delay:1.5s;bottom:0;left:-20px}.landing-root .float-bottom-right{animation-delay:2.5s;bottom:-10px;right:0}.landing-root .social-proof-section{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#fff;padding:2.5rem 0}.landing-root .proof-label{color:var(--text-muted);margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.landing-root .trusted-logos-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.landing-root .brand-item{color:#475569;letter-spacing:.04em;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;display:inline-flex}.landing-root .brand-item small{color:var(--text-light);font-size:.625rem;font-weight:600}.landing-root .section{padding:5rem 0}.landing-root .section-tag-pill{letter-spacing:.08em;color:var(--lp-primary);background:var(--lp-primary-subtle);border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:800;display:inline-block}.landing-root .section-title{letter-spacing:-.03em;margin-bottom:3.5rem;font-size:2.25rem;font-weight:800}.landing-root .process-steps-grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.landing-root .step-card{text-align:center;flex-direction:column;align-items:center;display:flex}.landing-root .step-circle-wrap{width:58px;height:58px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.landing-root .color-purple{color:#4f46e5;background:#eef2ff;border:2px solid #c7d2fe}.landing-root .color-blue{color:#0284c7;background:#e0f2fe;border:2px solid #bae6fd}.landing-root .color-green{color:#059669;background:#ecfdf5;border:2px solid #a7f3d0}.landing-root .color-orange{color:#ea580c;background:#fff7ed;border:2px solid #ffedd5}.landing-root .color-violet{color:#7c3aed;background:#faf5ff;border:2px solid #e9d5ff}.landing-root .color-cyan{color:#0891b2;background:#ecfeff;border:2px solid #a5f3fc}.landing-root .step-icon{font-size:1.35rem}.landing-root .step-number{border:1px solid var(--border-color);color:var(--text-muted);background:#fff;border-radius:9999px;padding:.05rem .35rem;font-size:.5875rem;font-weight:800;position:absolute;bottom:-6px}.landing-root .step-heading{margin-bottom:.35rem;font-size:.95rem;font-weight:700}.landing-root .step-desc{color:var(--text-muted);font-size:.75rem;line-height:1.45}.landing-root .features-section{background:#fafafc;padding:5rem 0}.landing-root .features-top-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.75rem;display:flex}.landing-root .features-top-header .section-title{margin-bottom:.5rem}.landing-root .features-sub-desc{color:var(--text-muted);max-width:580px;font-size:.95rem;line-height:1.55}.landing-root .explore-btn{flex-shrink:0}.landing-root .bento-modern-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.landing-root .bento-mod-card{border:1.5px solid var(--border-color);transition:all var(--tr-normal);background:#fff;border-radius:1.5rem;flex-direction:column;justify-content:space-between;padding:2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -4px #0f172a0a,0 2px 6px -2px #0f172a05}.landing-root .bento-mod-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 20px 35px -10px #6366f11f,0 0 0 1px #6366f126}.landing-root .bento-mod-span-2{grid-column:span 2}.landing-root .bento-mod-inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:2.5rem;display:grid}.landing-root .bento-glow-badge{letter-spacing:.08em;border-radius:9999px;align-items:center;gap:.4rem;width:fit-content;margin-bottom:.85rem;padding:.25rem .65rem;font-size:.6875rem;font-weight:800;display:inline-flex}.landing-root .glow-dot{border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px}.landing-root .badge-purple{color:#6366f1;background:#6366f11a;border:1px solid #6366f140}.landing-root .badge-green{color:#059669;background:#10b9811a;border:1px solid #10b98140}.landing-root .badge-amber{color:#d97706;background:#f59e0b1a;border:1px solid #f59e0b40}.landing-root .dot-purple{background:#6366f1}.landing-root .dot-green{background:#10b981}.landing-root .dot-amber{background:#f59e0b}.landing-root .bento-mod-title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.65rem;font-size:1.35rem;font-weight:800}.landing-root .bento-mod-desc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.landing-root .bento-feature-pills{flex-wrap:wrap;gap:.5rem;display:flex}.landing-root .f-pill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.landing-root .f-pill svg{color:#6366f1}.landing-root .voice-glass-widget{color:#fff;background:#0b0f19;border:1px solid #6366f14d;border-radius:1.25rem;padding:1.5rem;box-shadow:0 16px 32px -8px #0b0f1966}.landing-root .vg-header{align-items:center;gap:.75rem;margin-bottom:1.15rem;display:flex}.landing-root .vg-avatar{background:#6366f140;border:1px solid #6366f166;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.landing-root .vg-header strong{color:#f8fafc;font-size:.875rem;display:block}.landing-root .vg-status{color:#94a3b8;align-items:center;gap:.35rem;font-size:.71875rem;display:flex}.landing-root .vg-pulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-ring;box-shadow:0 0 6px #10b981}.landing-root .vg-latency{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:9999px;margin-left:auto;padding:.2rem .5rem;font-size:.6875rem;font-weight:700}.landing-root .vg-spectrum-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.65rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.landing-root .vg-bars{align-items:center;gap:3px;height:18px;display:flex}.landing-root .vbar{background:#818cf8;border-radius:2px;width:2.5px;animation:1.1s ease-in-out infinite wave-bounce}.landing-root .vbar:first-child{height:35%}.landing-root .vbar:nth-child(2){height:80%}.landing-root .vbar:nth-child(3){height:100%}.landing-root .vbar:nth-child(4){height:40%}.landing-root .vbar:nth-child(5){height:90%}.landing-root .vbar:nth-child(6){height:60%}.landing-root .vbar:nth-child(7){height:75%}.landing-root .vbar:nth-child(8){height:45%}.landing-root .vbar:nth-child(9){height:85%}.landing-root .vbar:nth-child(10){height:50%}.landing-root .vg-voice-label{color:#94a3b8;font-size:.6875rem;font-weight:600}.landing-root .vg-booking-alert{background:#10b9811f;border:1px solid #10b9814d;border-radius:.65rem;align-items:center;gap:.65rem;padding:.65rem .85rem;display:flex}.landing-root .vg-check{font-size:1.1rem}.landing-root .vg-booking-alert strong{color:#34d399;font-size:.78125rem;display:block}.landing-root .vg-booking-alert span{color:#a7f3d0;font-size:.6875rem}.landing-root .mini-wa-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:1rem;flex-direction:column;gap:.65rem;margin-bottom:.85rem;padding:1rem;display:flex}.landing-root .m-wa-msg{border-radius:.65rem;padding:.6rem .8rem;font-size:.78125rem;line-height:1.4}.landing-root .m-wa-msg.incoming{max-width:90%;color:var(--text-main);background:#fff;border:1px solid #e2e8f0;align-self:flex-start}.landing-root .m-wa-msg.outgoing{color:#14532d;background:#dcfce7;border:1px solid #86efac;align-self:flex-end;max-width:95%}.landing-root .m-wa-flag{color:#059669;margin-bottom:.2rem;font-size:.625rem;font-weight:800}.landing-root .m-wa-time{color:#166534;text-align:right;margin-top:.25rem;font-size:.5875rem;display:block}.landing-root .bento-metric-tag{border-radius:.65rem;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;display:flex}.landing-root .green-tag{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.landing-root .mini-flow-stack{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;align-items:center;padding:1.15rem;display:flex}.landing-root .m-flow-node{width:100%;box-shadow:var(--shadow-xs);border-radius:.6rem;align-items:center;gap:.45rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:flex}.landing-root .m-flow-node.trigger{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe}.landing-root .m-flow-node.action{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.landing-root .m-flow-node.delay{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.landing-root .m-flow-node.call{color:#7c3aed;background:#faf5ff;border:1px solid #e9d5ff}.landing-root .m-flow-line{background:#cbd5e1;width:2px;height:12px;position:relative}.landing-root .dark-bento-section{padding:3.5rem 0}.landing-root .dark-bento-container{color:#fff;background-color:#080b14;background-image:radial-gradient(circle at 10% 20%,#6366f12e 0%,#0000 40%),radial-gradient(circle at 90% 80%,#10b9811f 0%,#0000 40%),radial-gradient(circle,#7c3aed14 0%,#0000 60%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1.5px solid #6366f140;border-radius:1.75rem;padding:3rem 2.5rem;box-shadow:0 24px 50px -12px #080b1499}.landing-root .dark-bento-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.25rem;display:flex}.landing-root .dark-tag-pill{letter-spacing:.08em;color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.45rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:800;display:inline-flex}.landing-root .d-pulse-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-ring;box-shadow:0 0 6px #10b981}.landing-root .dark-title{color:#fff;letter-spacing:-.03em;margin-bottom:.35rem;font-size:2rem;font-weight:800}.landing-root .dark-subtitle{color:#94a3b8;font-size:.95rem}.landing-root .d-header-right{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.landing-root .scenario-chips-row{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.4rem;padding:.3rem .4rem;display:flex}.landing-root .scenario-label{color:#94a3b8;padding-left:.5rem;font-size:.6875rem;font-weight:700}.landing-root .scenario-btn{color:#94a3b8;transition:all var(--tr-fast);border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.landing-root .scenario-btn:hover{color:#fff}.landing-root .scenario-btn.active{background:var(--lp-primary);color:#fff;box-shadow:0 2px 8px #6366f166}.landing-root .btn-play-sim{color:#fff;transition:all var(--tr-fast);background:#ffffff14;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.78125rem;font-weight:700;display:inline-flex}.landing-root .btn-play-sim:hover{background:#ffffff26;border-color:#ffffff4d}.landing-root .dark-bento-grid{grid-template-columns:1fr 1.15fr 1fr;gap:1.5rem;display:grid}.landing-root .dark-col{background:#ffffff05;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;padding:1.5rem;display:flex}.landing-root .d-col-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.landing-root .d-col-title{letter-spacing:.08em;color:#94a3b8;font-size:.6875rem;font-weight:800}.landing-root .d-col-badge{color:#34d399;background:#10b98126;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.landing-root .live-blink-dot{background:#10b981;border-radius:50%;width:5px;height:5px;box-shadow:0 0 5px #10b981}.landing-root .dark-agents-col{gap:.85rem}.landing-root .agent-live-card{transition:all var(--tr-fast);background:#ffffff08;border:1px solid #ffffff0f;border-radius:.85rem;flex-direction:column;gap:.65rem;padding:.85rem 1rem;display:flex}.landing-root .agent-live-card.active-agent{background:#6366f10f;border-color:#6366f159}.landing-root .agent-live-top{align-items:center;gap:.65rem;display:flex}.landing-root .agent-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;display:flex}.landing-root .icon-purple{color:#818cf8;background:#6366f133}.landing-root .icon-green{color:#34d399;background:#10b98133}.landing-root .icon-blue{color:#38bdf8;background:#0284c733}.landing-root .icon-cyan{color:#22d3ee;background:#06b6d433}.landing-root .agent-info-wrap{flex-grow:1}.landing-root .agent-name-row{justify-content:space-between;align-items:center;display:flex}.landing-root .agent-name-row strong{color:#f8fafc;font-size:.78125rem}.landing-root .agent-state-pill{text-transform:uppercase;border-radius:9999px;padding:.1rem .4rem;font-size:.5875rem;font-weight:800}.landing-root .pill-active{color:#34d399;background:#10b98133;border:1px solid #10b98159}.landing-root .pill-idle{color:#94a3b8;background:#ffffff0d}.landing-root .pill-success{color:#818cf8;background:#6366f133;border:1px solid #6366f159}.landing-root .agent-desc-txt{color:#64748b;margin-top:.1rem;font-size:.6875rem}.landing-root .agent-mini-waveform{background:#0003;border-radius:.35rem;align-items:center;gap:2px;height:12px;padding:.2rem .5rem;display:flex}.landing-root .am-bar{background:#818cf8;border-radius:1px;width:2px;animation:1s ease-in-out infinite wave-bounce}.landing-root .am-bar:first-child{height:30%}.landing-root .am-bar:nth-child(2){height:80%}.landing-root .am-bar:nth-child(3){height:100%}.landing-root .am-bar:nth-child(4){height:40%}.landing-root .am-bar:nth-child(5){height:90%}.landing-root .am-bar:nth-child(6){height:60%}.landing-root .am-bar:nth-child(7){height:75%}.landing-root .am-bar:nth-child(8){height:45%}.landing-root .am-bar:nth-child(9){height:85%}.landing-root .am-timer{font-size:.625rem;font-family:var(--font-mono);color:#94a3b8;margin-left:auto}.landing-root .agent-progress-line{background:#ffffff0f;border-radius:2px;height:3px;overflow:hidden}.landing-root .line-fill{border-radius:2px;height:100%;animation:2.5s ease-in-out infinite progress-slide}.landing-root .fill-green{background:#10b981}.landing-root .fill-blue{background:#0284c7}.landing-root .fill-cyan{background:#06b6d4}.landing-root .dark-chat-col{background:#0d121f;border-color:#6366f140;flex-direction:column;height:100%;display:flex;box-shadow:inset 0 2px 8px #0006}.landing-root .d-chat-status{color:#34d399;align-items:center;gap:.35rem;font-size:.6875rem;display:flex}.landing-root .d-status-glow{background:#10b981;border-radius:50%;width:5px;height:5px;box-shadow:0 0 6px #10b981}.landing-root .chat-bubble-stream{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.65rem;max-height:400px;padding:.25rem .25rem .5rem 0;display:flex;overflow-y:auto}.landing-root .chat-bubble-stream::-webkit-scrollbar{width:4px}.landing-root .chat-bubble-stream::-webkit-scrollbar-track{background:0 0}.landing-root .chat-bubble-stream::-webkit-scrollbar-thumb{background:#6366f140;border-radius:4px}.landing-root .d-msg{box-sizing:border-box;border-radius:.75rem;flex-shrink:0;padding:.6rem .85rem;font-size:.78125rem;line-height:1.45;animation:.25s ease-out msg-slide-in}.landing-root .d-msg.customer{background:#ffffff14;border:1px solid #ffffff1f;align-self:flex-start;max-width:88%}.landing-root .d-msg.ai{background:#6366f12e;border:1px solid #6366f159;align-self:flex-end;max-width:90%}.landing-root .d-sender{color:#94a3b8;margin-bottom:.2rem;font-size:.625rem;font-weight:800;display:block}.landing-root .d-msg.ai .d-sender{color:#818cf8}.landing-root .d-msg p{color:#f1f5f9;margin:0}.landing-root .d-time{color:#64748b;text-align:right;margin-top:.25rem;font-size:.5875rem;display:block}.landing-root .d-chat-input-mock{transition:all var(--tr-fast);background:#0006;border:1px solid #ffffff14;border-radius:.65rem;align-items:center;gap:.5rem;margin-top:auto;padding:.65rem .85rem;display:flex}.landing-root .d-chat-input-mock.completed{background:#10b9811f;border-color:#10b98159;box-shadow:0 0 16px #10b98126}.landing-root .d-input-dot{background:#818cf8;border-radius:50%;width:6px;height:6px;animation:1s infinite pulse-ring}.landing-root .d-chat-input-mock.completed .d-input-dot{background:#10b981;box-shadow:0 0 8px #10b981}.landing-root .d-input-txt{color:#94a3b8;font-size:.71875rem;font-style:italic}.landing-root .d-chat-input-mock.completed .d-input-txt{color:#34d399;font-style:normal;font-weight:600}.landing-root .bg-emerald-glow{color:#34d399;background:#10b98133;border:1px solid #10b98166}.landing-root .dark-apt-box{background:#10b98114;border:1px solid #10b98140;border-radius:.85rem;margin-bottom:1.15rem;padding:.85rem 1rem}.landing-root .dark-apt-box.highlight-pulse{animation:2s infinite alternate apt-glow}.landing-root .d-apt-head{align-items:flex-start;gap:.65rem;display:flex}.landing-root .d-apt-icon{margin-top:.1rem;font-size:1.15rem}.landing-root .d-apt-details strong{color:#34d399;font-size:.78125rem;display:block}.landing-root .d-apt-time{margin:.15rem 0;font-size:.8125rem;font-weight:700;color:#fff!important}.landing-root .d-apt-desc{color:#a7f3d0;font-size:.65rem;display:block}.landing-root .dark-score-list{flex-direction:column;gap:.75rem;margin-bottom:1.15rem;display:flex}.landing-root .d-score-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.75rem;display:flex}.landing-root .d-score-row.highlight-gauge{background:#6366f114;border-color:#6366f140;flex-direction:column;align-items:stretch;gap:.4rem}.landing-root .ds-head{justify-content:space-between;align-items:center;display:flex}.landing-root .ds-label{color:#94a3b8;align-items:center;gap:.35rem;display:flex}.landing-root .score-glow{color:#818cf8;font-weight:800;font-family:var(--font-mono)}.landing-root .score-bar-bg{background:#0000004d;border-radius:2px;height:4px;overflow:hidden}.landing-root .score-bar-fill{background:linear-gradient(90deg,#6366f1,#10b981);border-radius:2px;height:100%;transition:width .6s ease-out}.landing-root .ds-val{color:#f8fafc;font-weight:700}.landing-root .d-revenue-pill{background:linear-gradient(135deg,#f59e0b26 0%,#10b98126 100%);border:1px solid #f59e0b59;border-radius:.75rem;align-items:center;gap:.65rem;padding:.65rem .85rem;display:flex}.landing-root .d-rev-icon{font-size:1.35rem}.landing-root .d-revenue-pill strong{color:#fcd34d;font-size:.85rem;display:block}.landing-root .d-revenue-pill p{color:#94a3b8;margin:0;font-size:.6875rem}.landing-root .industry-interactive-layout{flex-direction:column;gap:2rem;margin-top:1.5rem;display:flex}.landing-root .industry-tab-list{flex-wrap:wrap;gap:.65rem;display:flex}.landing-root .ind-tab{border:1px solid var(--border-color);color:var(--text-secondary);transition:all var(--tr-fast);background:#fff;border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.landing-root .ind-tab:hover{background:#f8fafc;border-color:#cbd5e1}.landing-root .ind-tab.active{background:var(--lp-primary);border-color:var(--lp-primary);color:#fff;box-shadow:0 4px 12px #6366f140}.landing-root .industry-flow-box{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:1.25rem;justify-content:space-around;align-items:center;padding:2.25rem 1.5rem;display:flex}.landing-root .flow-step{flex-direction:column;align-items:center;gap:.65rem;display:flex}.landing-root .flow-icon-circle{color:#fff;width:46px;height:46px;box-shadow:var(--shadow-xs);border-radius:50%;justify-content:center;align-items:center;display:flex}.landing-root .bg-blue{background:#1877f2}.landing-root .bg-green{background:#25d366}.landing-root .bg-purple{background:#7c3aed}.landing-root .bg-indigo{background:#6366f1}.landing-root .bg-emerald{background:#10b981}.landing-root .flow-lbl{color:var(--text-main);font-size:.78125rem;font-weight:700}.landing-root .flow-arrow{color:#cbd5e1;font-size:1.25rem;font-weight:700}.landing-root .calc-testimonial-grid{grid-template-columns:1.35fr 1fr;align-items:stretch;gap:2rem;display:grid}.landing-root .calc-box-card{border:1px solid var(--border-color);box-shadow:var(--shadow-card);background:#fff;border-radius:1.5rem;padding:2.5rem}.landing-root .calc-card-title{margin:.5rem 0 1.75rem;font-size:1.5rem}.landing-root .calc-sliders-wrap{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.landing-root .c-slider-group{flex-direction:column;gap:.4rem;display:flex}.landing-root .c-slider-head{color:var(--text-main);justify-content:space-between;font-size:.875rem;font-weight:600;display:flex}.landing-root .c-slider-num{font-family:var(--font-mono);color:var(--lp-primary);font-weight:700}.landing-root .c-range{appearance:none;cursor:pointer;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.landing-root .c-range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--lp-primary);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #6366f166}.landing-root .calc-results-split{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.landing-root .res-sub-box{border:1px solid var(--border-color);background:#f8fafc;border-radius:.75rem;padding:1rem}.landing-root .res-tag{color:var(--text-muted);font-size:.6875rem;font-weight:700;display:block}.landing-root .res-val-big{color:var(--text-main);margin:.2rem 0;font-size:1.25rem;font-weight:800}.landing-root .res-money{color:var(--text-muted);font-size:.8125rem;font-weight:600}.landing-root .potential-gain-banner{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.landing-root .gain-number{color:#047857;font-size:1rem;font-weight:800}.landing-root .gain-period{color:#065f46;font-size:.75rem;font-weight:600}.landing-root .testimonial-box-card{border:1px solid var(--border-color);box-shadow:var(--shadow-card);background:#fff;border-radius:1.5rem;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.landing-root .testimonial-quote{color:var(--text-main);margin:1.5rem 0;font-size:1.2rem;font-weight:600;line-height:1.5}.landing-root .testimonial-author-row{border-top:1px solid var(--border-color);align-items:center;gap:.85rem;padding-top:1.25rem;display:flex}.landing-root .author-avatar{object-fit:cover;border-radius:50%}.landing-root .author-info strong{color:var(--text-main);font-size:.95rem;display:block}.landing-root .author-info p{color:var(--text-muted);margin:0;font-size:.78125rem}.landing-root .author-stars{margin-top:.15rem;font-size:.75rem}.landing-root .faq-2col-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.landing-root .faq-column{flex-direction:column;gap:1rem;display:flex}.landing-root .faq-card{border:1px solid var(--border-color);box-shadow:var(--shadow-xs);transition:border-color var(--tr-fast);background:#fff;border-radius:.85rem;overflow:hidden}.landing-root .faq-card.active{border-color:#cbd5e1}.landing-root .faq-head{text-align:left;width:100%;color:var(--text-main);justify-content:space-between;align-items:center;padding:1.15rem 1.25rem;font-size:.9rem;font-weight:700;display:flex}.landing-root .faq-arrow{color:var(--text-muted);transition:transform var(--tr-normal);flex-shrink:0}.landing-root .faq-card.active .faq-arrow{color:var(--lp-primary);transform:rotate(180deg)}.landing-root .faq-body{padding:0 1.25rem 1.15rem}.landing-root .faq-body p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.55}.landing-root .prefooter-cta-section{padding:3rem 0 5rem}.landing-root .cta-gradient-box{color:#fff;box-shadow:var(--shadow-card);background:#0b0f19 radial-gradient(circle at 100%,#6366f140,#0000 50%);border-radius:1.75rem;justify-content:space-between;align-items:center;gap:2.5rem;padding:3.5rem 3rem;display:flex}.landing-root .cta-left-content{align-items:center;gap:1.25rem;display:flex}.landing-root .cta-sparkle-icon{background:var(--lp-primary-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 0 20px #6366f180}.landing-root .cta-main-title{margin-bottom:.35rem;font-size:1.85rem;font-weight:800;line-height:1.2;color:#fff!important}.landing-root .cta-sub-title{color:#94a3b8;margin:0;font-size:.95rem}.landing-root .cta-right-actions{flex-direction:column;gap:1rem;display:flex}.landing-root .cta-btn-pair{gap:.85rem;display:flex}.landing-root .cta-trust-checks{color:#94a3b8;gap:1rem;font-size:.75rem;display:flex}.landing-root .cta-trust-checks span{align-items:center;gap:.3rem;display:flex}.landing-root .site-footer{border-top:1px solid var(--border-color);background:#fff;padding:4rem 0 2rem}.landing-root .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3.5rem;display:grid}.landing-root .f-tagline{color:var(--text-muted);max-width:280px;margin:.75rem 0 1.25rem;font-size:.8125rem}.landing-root .f-social-icons{gap:.65rem;display:flex}.landing-root .social-icon{color:#475569;width:32px;height:32px;transition:all var(--tr-fast);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;display:flex}.landing-root .social-icon:hover{background:var(--lp-primary);color:#fff}.landing-root .f-col h4{color:var(--text-main);margin-bottom:1rem;font-size:.875rem;font-weight:700}.landing-root .f-col ul{flex-direction:column;gap:.6rem;display:flex}.landing-root .f-col a{color:var(--text-muted);font-size:.8125rem}.landing-root .f-col a:hover{color:var(--lp-primary)}.landing-root .footer-bottom-line{border-top:1px solid var(--border-color);color:var(--text-muted);padding-top:2rem;font-size:.8125rem}@keyframes wave-bounce{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}@keyframes msg-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes progress-slide{0%{width:10%;margin-left:0}50%{width:60%;margin-left:20%}to{width:10%;margin-left:90%}}@keyframes apt-glow{0%{box-shadow:0 4px 16px #10b98133}to{box-shadow:0 4px 24px #10b98173}}@media (max-width:1080px){.landing-root .hero-container-2col{grid-template-columns:1fr}.landing-root .bento-modern-grid{grid-template-columns:1fr!important}.landing-root .bento-mod-span-2{grid-column:span 1}.landing-root .bento-mod-inner{grid-template-columns:1fr;gap:1.5rem}.landing-root .dark-bento-grid,.landing-root .calc-testimonial-grid{grid-template-columns:1fr}.landing-root .cta-gradient-box,.landing-root .cta-left-content{text-align:center;flex-direction:column}.landing-root .cta-btn-pair,.landing-root .cta-trust-checks{justify-content:center}.landing-root .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.landing-root .desktop-nav,.landing-root #login-btn{display:none}.landing-root .mobile-toggle{display:flex}.landing-root .hero-headline{font-size:2.5rem}.landing-root .process-steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.landing-root .bento-mod-card{padding:1.5rem}.landing-root .industry-flow-box{flex-direction:column;gap:1rem}.landing-root .flow-arrow{transform:rotate(90deg)}.landing-root .faq-2col-grid,.landing-root .footer-grid{grid-template-columns:1fr}.landing-root .float-card{display:none}.landing-root .dark-bento-container{padding:2rem 1.25rem}.landing-root .scenario-chips-row{flex-wrap:wrap}}
