@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--primary:#0f172a;--primary-indigo:#4f46e5;--primary-light:#f1f5f9;--bg-main:#f8fafc;--bg-sidebar:#fff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#f1f5f9;--radius-sm:8px;--radius-md:14px;--radius-lg:28px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000008;--shadow-lg:0 10px 40px #0000000a;--font-main:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--chat-bg:#fff;--msg-sender:#fff1f2;--msg-receiver:#f1f5f9;--card-purple:#f3f0ff;--card-yellow:#fef9c3;--card-blue:#e0f2fe}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em;font-weight:700}.glass-card-premium{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fffc;border:1px solid #ffffff80}.table-container-glass{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;padding:1.5rem}.status-pill-mini{border-radius:var(--radius-full);text-transform:capitalize;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.animate-fade-in{animation:.4s cubic-bezier(.4,0,.2,1) fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.home-page{background:var(--bg-main);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.home-btn-primary{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.home-btn-primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.home-btn-primary.lg{border-radius:var(--radius-md);padding:.9rem 1.75rem;font-size:.95rem}.home-btn-outline{border-radius:var(--radius-sm);border:1px solid var(--border-color);color:var(--text-main);background:#fff;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .15s,transform .15s;display:inline-flex}.home-btn-outline:hover{border-color:var(--primary-indigo);transform:translateY(-1px)}.home-btn-outline.lg{border-radius:var(--radius-md);padding:.9rem 1.75rem;font-size:.95rem}.home-btn-outline.on-dark{color:#fff;background:0 0;border-color:#ffffff59}.home-btn-outline.on-dark:hover{border-color:#fff}.home-nav{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:20;background:#ffffffd9;position:sticky;top:0}.home-nav-inner{justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto;padding:1rem 1.5rem;display:flex}.home-brand{align-items:center;gap:.65rem;text-decoration:none;display:flex}.home-brand .logo-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:800;display:flex}.home-brand .logo-text{font-family:var(--font-heading);color:var(--text-main);font-weight:700}.home-nav-links{align-items:center;gap:1.75rem;display:flex}.home-nav-link{color:var(--text-muted);font-size:.85rem;font-weight:600;text-decoration:none}.home-nav-link:hover{color:var(--text-main)}.home-nav-actions{align-items:center;gap:1.25rem;display:flex}.home-btn-primary,.home-nav-link{white-space:nowrap}.home-hero{max-width:1160px;margin:0 auto;padding:4.5rem 1.5rem 3rem}.home-hero-inner{grid-template-columns:1.05fr 1fr;align-items:center;gap:3rem;display:grid}.home-hero-content h1{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.85rem;font-weight:800;line-height:1.14}.home-hero-content p.home-hero-subtitle{color:var(--text-muted);max-width:480px;margin-bottom:2rem;font-size:1.05rem}.home-hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.home-hero-trust{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.home-hero-trust svg{color:#059669;flex-shrink:0}.home-hero-visual{position:relative}.home-mockup-window{background:var(--chat-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);overflow:hidden}.home-mockup-titlebar{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.home-mockup-titlebar .dot{border-radius:50%;width:9px;height:9px;display:inline-block}.home-mockup-titlebar .dot.red{background:#f87171}.home-mockup-titlebar .dot.yellow{background:#fbbf24}.home-mockup-titlebar .dot.green{background:#34d399}.home-mockup-title{color:var(--text-muted);margin-left:.5rem;font-size:.75rem;font-weight:600}.home-mockup-body{min-height:300px;display:flex}.home-mockup-sidebar{border-right:1px solid var(--border-color);flex-direction:column;flex-shrink:0;gap:.35rem;width:175px;padding:.6rem;display:flex}.home-mockup-convo{border-radius:var(--radius-sm);align-items:center;gap:.55rem;padding:.5rem;display:flex}.home-mockup-convo.active{background:var(--primary-light)}.home-mockup-avatar{width:28px;height:28px;color:var(--text-main);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex}.home-mockup-convo-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.home-mockup-convo-text strong{color:var(--text-main);font-size:.72rem}.home-mockup-convo-text span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.home-mockup-thread{flex-direction:column;flex:1;justify-content:flex-end;gap:.6rem;padding:1rem;display:flex}.home-mockup-bubble{border-radius:var(--radius-md);max-width:82%;padding:.6rem .9rem;font-size:.78rem;line-height:1.4}.home-mockup-bubble.receiver{background:var(--msg-receiver);color:var(--text-main);align-self:flex-start}.home-mockup-bubble.sender{background:var(--msg-sender);color:var(--text-main);align-self:flex-end}.home-mockup-typing{gap:3px;margin-top:.35rem;display:inline-flex}.home-mockup-typing span{background:var(--text-muted);opacity:.5;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite home-typing-pulse}.home-mockup-typing span:nth-child(2){animation-delay:.15s}.home-mockup-typing span:nth-child(3){animation-delay:.3s}@keyframes home-typing-pulse{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.home-mockup-badge{box-shadow:var(--shadow-md);border-radius:var(--radius-full);color:var(--text-main);background:#fff;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:-14px;right:24px}.home-mockup-pulse{background:#34d399;border-radius:50%;width:8px;height:8px;position:relative}.home-mockup-pulse:after{content:"";background:#34d399;border-radius:50%;animation:1.8s ease-out infinite home-pulse-ring;position:absolute;inset:0}@keyframes home-pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.home-trust-band{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#fff}.home-trust-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1160px;margin:0 auto;padding:2.5rem 1.5rem;display:grid}.home-trust-item{align-items:flex-start;gap:.85rem;display:flex}.home-trust-icon{background:var(--primary-light);width:40px;height:40px;color:var(--primary-indigo);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-trust-item h3{color:var(--text-main);margin-bottom:.2rem;font-size:.88rem;font-weight:800}.home-trust-item p{color:var(--text-muted);font-size:.78rem;line-height:1.4}.home-section-heading{text-align:center;max-width:560px;margin:0 auto 2.75rem}.home-section-heading .home-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--primary-indigo);margin-bottom:.6rem;font-size:.72rem;font-weight:800;display:inline-block}.home-section-heading h2{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.9rem;font-weight:800}.home-section-heading p{color:var(--text-muted);font-size:.95rem}.home-features{max-width:1160px;margin:0 auto;padding:5rem 1.5rem 4rem}.home-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.home-feature-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.75rem;transition:box-shadow .15s,transform .15s}.home-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.home-feature-icon{width:44px;height:44px;color:var(--primary-indigo);background:#eef2ff;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.home-feature-card h3{color:var(--text-main);margin-bottom:.5rem;font-size:1rem;font-weight:800}.home-feature-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.home-steps{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#fff;padding:5rem 1.5rem}.home-steps-inner{max-width:1160px;margin:0 auto}.home-steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.home-step{flex-direction:column;gap:.75rem;display:flex;position:relative}.home-step-top{align-items:center;gap:.65rem;display:flex}.home-step-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:800;display:flex}.home-step-icon{background:var(--primary-light);width:30px;height:30px;color:var(--primary-indigo);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-step h3{color:var(--text-main);font-size:.95rem;font-weight:800}.home-step p{color:var(--text-muted);font-size:.82rem;line-height:1.5}.home-step-arrow{color:var(--border-color);display:none;position:absolute;top:15px;right:-1.1rem}.home-pricing-teaser{text-align:center;max-width:560px;margin:0 auto;padding:5rem 1.5rem}.home-pricing-teaser h2{font-family:var(--font-heading);color:var(--text-main);margin-bottom:.75rem;font-size:1.7rem;font-weight:800}.home-pricing-teaser p{color:var(--text-muted);margin-bottom:1.5rem}.home-final-cta{background:linear-gradient(135deg, var(--primary) 0%, #1e293b 100%)}.home-final-cta-inner{text-align:center;max-width:720px;margin:0 auto;padding:4.5rem 1.5rem}.home-final-cta h2{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;margin-bottom:.85rem;font-size:2.1rem;font-weight:800}.home-final-cta p{color:#ffffffbf;margin-bottom:2rem;font-size:1rem}.home-final-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-final-cta .home-btn-primary{color:var(--primary);background:#fff}.home-footer{border-top:1px solid var(--border-color);background:#fff;margin-top:auto}.home-footer-inner{grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;max-width:1160px;margin:0 auto;padding:3.5rem 1.5rem 2rem;display:grid}.home-footer-brand{flex-direction:column;gap:.85rem;display:flex}.home-footer-brand .home-brand{margin-bottom:.1rem}.home-footer-brand p{color:var(--text-muted);max-width:320px;font-size:.85rem;line-height:1.55}.home-footer-col h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-main);margin-bottom:1rem;font-size:.78rem;font-weight:800}.home-footer-col ul{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.home-footer-col a{color:var(--text-muted);font-size:.85rem;text-decoration:none}.home-footer-col a:hover{color:var(--text-main)}.home-footer-bottom{border-top:1px solid var(--border-color);max-width:1160px;color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:1.5rem 1.5rem 2rem;font-size:.8rem;display:flex}@media (width<=860px){.home-hero-inner{grid-template-columns:1fr;gap:2.5rem}.home-hero-content h1{font-size:2.2rem}.home-hero-content p.home-hero-subtitle{max-width:none}.home-hero-actions,.home-hero-trust{text-align:center;justify-content:center}.home-hero-content{text-align:center}.home-hero-content p.home-hero-subtitle{margin-left:auto;margin-right:auto}.home-mockup-sidebar{display:none}.home-trust-grid,.home-features-grid,.home-steps-grid{grid-template-columns:repeat(2,1fr)}.home-footer-inner{grid-template-columns:1fr 1fr}.home-footer-brand{grid-column:1/-1}}@media (width<=560px){.home-nav-links{display:none}.home-nav-inner{padding:.85rem 1rem}.home-nav-actions{gap:.6rem}.home-nav-actions .home-nav-link{display:none}.home-hero{padding:3rem 1.25rem 2.5rem}.home-trust-grid,.home-features-grid,.home-steps-grid,.home-footer-inner{grid-template-columns:1fr}.home-footer-bottom{flex-direction:column;align-items:flex-start}}
