.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box;margin:0;padding:0}.landing-page{--text-primary:#0a0a0a;--text-secondary:#525252;--text-tertiary:#a3a3a3;--bg-primary:#fff;--bg-subtle:#fafafa;--bg-dark:#0a0a0a;--bg-dark-card:#171717;--border:#e5e5e5;--accent:#10b981;--accent-hover:#059669;--accent-light:#ecfdf5;--accent-border:#a7f3d0;--green:#10b981;--green-light:#ecfdf5;--green-border:#a7f3d0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing-page .container{max-width:1140px;margin:0 auto;padding:0 24px}.landing-page nav{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:100}.landing-page nav .container{display:flex;align-items:center;justify-content:space-between;height:64px}.landing-page .logo{font-size:18px;font-weight:800;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:10px}.landing-page .logo-icon{width:34px;height:34px;background:var(--bg-dark);border-radius:10px;display:flex;align-items:center;justify-content:center}.landing-page .logo-icon svg{width:18px;height:18px}.landing-page .nav-links{display:flex;align-items:center;gap:28px}.landing-page .nav-links a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}.landing-page .nav-links a:hover{color:var(--text-primary)}.landing-page .nav-demo-link{color:var(--green)!important;font-weight:600!important;border:1px solid var(--green);border-radius:20px;padding:5px 14px;font-size:13px!important;transition:background .15s,color .15s!important}.landing-page .nav-demo-link:hover{background:var(--green)!important;color:#fff!important}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.landing-page .btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 2px rgba(16,185,129,.2)}.landing-page .btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.landing-page .btn-secondary{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border)}.landing-page .btn-secondary:hover{background:var(--bg-subtle)}.landing-page .btn-large{padding:16px 32px;font-size:16px;border-radius:12px}.landing-page .btn-white{background:#fff;color:var(--text-primary)}.landing-page .btn-white:hover{background:#f1f5f9;transform:translateY(-1px)}.landing-page .btn-outline-white{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.25)}.landing-page .btn-outline-white:hover{background:hsla(0,0%,100%,.1)}.landing-page .hero{padding:140px 0 80px}.landing-page .hero .container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.landing-page .hero-content{max-width:520px}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--green-light);border:1px solid var(--green-border);border-radius:100px;font-size:13px;font-weight:600;color:var(--green);margin-bottom:24px}.landing-page .hero-badge:before{content:"";width:6px;height:6px;background:var(--green);border-radius:50%;animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.3}}.landing-page .hero h1{font-size:52px;font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:20px;color:var(--text-primary)}.landing-page .hero h1 .highlight{background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .hero p{font-size:18px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}.landing-page .hero-cta{display:flex;align-items:center;gap:12px;margin-bottom:40px}.landing-page .hero-trust{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--text-tertiary)}.landing-page .hero-trust span{display:flex;align-items:center;gap:6px}.landing-page .hero-trust .check{color:var(--green);font-weight:700}.landing-page .hero-visual{position:relative}.landing-page .call-screen{background:var(--bg-dark);border-radius:28px;padding:0;color:#fff;box-shadow:0 25px 60px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.05);position:relative;overflow:hidden;max-width:340px;margin:0 auto}.landing-page .call-screen:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.15),transparent)}.landing-page .call-topbar{padding:14px 20px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#a3a3a3}.landing-page .call-caller{text-align:center;padding:28px 24px 20px}.landing-page .call-avatar{width:72px;height:72px;border-radius:50%;background:var(--bg-dark-card);border:2px solid hsla(0,0%,100%,.08);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:28px;position:relative}.landing-page .call-avatar:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--green);opacity:0;animation:lp-ringPulse 2s ease-out infinite}@keyframes lp-ringPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}.landing-page .call-caller .caller-name{font-size:20px;font-weight:700;margin-bottom:4px}.landing-page .call-caller .caller-number{font-size:13px;color:#a3a3a3;margin-bottom:8px}.landing-page .call-status{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--green)}.landing-page .call-status:before{content:"";width:8px;height:8px;background:var(--green);border-radius:50%;animation:lp-pulse 1.5s infinite}.landing-page .call-transcript{background:var(--bg-dark-card);margin:0 12px;border-radius:14px;padding:16px;max-height:200px;overflow:hidden}.landing-page .call-transcript-header{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#737373;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}.landing-page .call-transcript-header:before{content:"";width:6px;height:6px;background:#ef4444;border-radius:50%;animation:lp-pulse 1s infinite}.landing-page .transcript-line{display:flex;gap:8px;margin-bottom:10px;opacity:0;animation:lp-lineIn .4s ease forwards}.landing-page .transcript-line:nth-child(2){animation-delay:.5s}.landing-page .transcript-line:nth-child(3){animation-delay:1.2s}.landing-page .transcript-line:nth-child(4){animation-delay:1.9s}.landing-page .transcript-line:nth-child(5){animation-delay:2.6s}.landing-page .transcript-line:nth-child(6){animation-delay:3.3s}@keyframes lp-lineIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-page .transcript-speaker{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;width:28px;padding-top:2px}.landing-page .transcript-speaker.ai-speaker{color:var(--green)}.landing-page .transcript-speaker.caller-speaker{color:#737373}.landing-page .transcript-text{font-size:13px;color:#d4d4d4;line-height:1.5}.landing-page .call-actions{display:flex;justify-content:center;gap:20px;padding:20px 24px 28px}.landing-page .call-action-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;border:none;cursor:default}.landing-page .call-action-btn.mute,.landing-page .call-action-btn.speaker{background:var(--bg-dark-card);color:#a3a3a3}.landing-page .call-action-btn.end{background:#ef4444;color:#fff}.landing-page .sound-wave{display:flex;align-items:center;justify-content:center;gap:3px;height:24px;margin:8px 0 4px}.landing-page .sound-wave span{display:block;width:3px;background:var(--green);border-radius:2px;animation:lp-wave .8s ease-in-out infinite}.landing-page .sound-wave span:first-child{height:8px;animation-delay:0s}.landing-page .sound-wave span:nth-child(2){height:16px;animation-delay:.1s}.landing-page .sound-wave span:nth-child(3){height:24px;animation-delay:.2s}.landing-page .sound-wave span:nth-child(4){height:16px;animation-delay:.3s}.landing-page .sound-wave span:nth-child(5){height:8px;animation-delay:.4s}.landing-page .sound-wave span:nth-child(6){height:20px;animation-delay:.15s}.landing-page .sound-wave span:nth-child(7){height:12px;animation-delay:.35s}@keyframes lp-wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.landing-page .float-card{position:absolute;bottom:-20px;right:-20px;background:#fff;border-radius:14px;padding:14px 18px;box-shadow:0 8px 30px rgba(0,0,0,.12);display:flex;align-items:center;gap:12px;opacity:0;animation:lp-floatIn .5s ease forwards;animation-delay:4s;z-index:2}@keyframes lp-floatIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-page .float-card-icon{width:36px;height:36px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px}.landing-page .float-card-text .fc-title{font-size:13px;font-weight:600;color:var(--text-primary)}.landing-page .float-card-text .fc-sub{font-size:11px;color:var(--text-tertiary)}.landing-page .stats-bar{padding:48px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-subtle)}.landing-page .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.landing-page .stat-item .stat-number{font-size:36px;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.landing-page .stat-item .stat-label{font-size:13px;color:var(--text-tertiary);margin-top:4px;line-height:1.4}.landing-page .section{padding:100px 0}.landing-page .section-label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:700;margin-bottom:12px}.landing-page .section-header{text-align:center;margin-bottom:64px}.landing-page .section-header h2{font-size:40px;font-weight:800;letter-spacing:-.025em;margin-bottom:16px;line-height:1.15}.landing-page .section-header p{font-size:17px;color:var(--text-secondary);max-width:520px;margin:0 auto;line-height:1.7}.landing-page .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-page .step{padding:36px 28px;border-radius:16px;border:1px solid var(--border);background:var(--bg-primary);transition:all .2s;position:relative}.landing-page .step:hover{border-color:var(--accent-border);box-shadow:0 8px 30px rgba(16,185,129,.06)}.landing-page .step-number{width:44px;height:44px;background:var(--accent-light);color:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;margin-bottom:20px}.landing-page .step h3{font-size:18px;font-weight:700;margin-bottom:8px}.landing-page .step p{font-size:14px;color:var(--text-secondary);line-height:1.7}.landing-page .feature-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:60px 0}.landing-page .feature-row:not(:last-child){border-bottom:1px solid var(--border)}.landing-page .feature-row.reverse .feature-text{order:2}.landing-page .feature-row.reverse .feature-visual{order:1}.landing-page .feature-text .feature-tag{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:700;margin-bottom:12px}.landing-page .feature-text h3{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-bottom:12px;line-height:1.2}.landing-page .feature-text p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:20px}.landing-page .feature-bullets{list-style:none;display:flex;flex-direction:column;gap:10px}.landing-page .feature-bullets li{font-size:14px;color:var(--text-secondary);display:flex;align-items:center;gap:10px}.landing-page .feature-bullets li:before{content:"✓";color:var(--green);font-weight:800;font-size:13px;flex-shrink:0}.landing-page .feature-visual{background:var(--bg-subtle);border:1px solid var(--border);border-radius:16px;padding:32px;min-height:280px;display:flex;align-items:center;justify-content:center}.landing-page .feature-visual-inner{text-align:center;font-size:48px}.landing-page .feature-visual-label{font-size:13px;color:var(--text-tertiary);margin-top:12px}.landing-page .dark-section{background:var(--bg-dark);color:#fff;padding:100px 0}.landing-page .dark-section .section-label{color:var(--green)}.landing-page .dark-section .section-header h2{color:#fff}.landing-page .dark-section .section-header p{color:#94a3b8}.landing-page .industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-page .industry-card{background:var(--bg-dark-card);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:28px;text-align:center;transition:all .2s}.landing-page .industry-card:hover{border-color:hsla(0,0%,100%,.12);transform:translateY(-2px)}.landing-page .industry-icon{font-size:32px;margin-bottom:14px}.landing-page .industry-card h3{font-size:16px;font-weight:600;margin-bottom:6px}.landing-page .industry-card p{font-size:13px;color:#94a3b8;line-height:1.6}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1100px;margin:0 auto}.landing-page .price-card{padding:36px 28px;border-radius:16px;border:1px solid var(--border);background:var(--bg-primary);position:relative;transition:all .2s}.landing-page .price-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.06)}.landing-page .price-card.popular{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 8px 30px rgba(16,185,129,.1)}.landing-page .popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap}.landing-page .price-card .tier-name{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);font-weight:700;margin-bottom:4px}.landing-page .price-card h3{font-size:18px;font-weight:700;margin-bottom:16px}.landing-page .price{font-size:44px;font-weight:800;letter-spacing:-.03em;margin-bottom:4px}.landing-page .price span{font-size:15px;font-weight:500;color:var(--text-tertiary)}.landing-page .price-desc{font-size:13px;color:var(--text-tertiary);margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.landing-page .price-card ul{list-style:none;margin-bottom:28px}.landing-page .price-card li{font-size:14px;color:var(--text-secondary);padding:7px 0;display:flex;align-items:flex-start;gap:10px}.landing-page .price-card li:before{content:"✓";color:var(--green);font-weight:800;font-size:13px;margin-top:2px;flex-shrink:0}.landing-page .price-card .btn{width:100%}.landing-page .trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-page .trust-card{text-align:center;padding:32px 24px}.landing-page .trust-icon{width:52px;height:52px;margin:0 auto 16px;background:var(--accent-light);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}.landing-page .trust-card h3{font-size:16px;font-weight:700;margin-bottom:6px}.landing-page .trust-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.landing-page .faq-list{max-width:700px;margin:0 auto}.landing-page .faq-item{border-bottom:1px solid var(--border)}.landing-page .faq-question{width:100%;background:none;border:none;text-align:left;padding:22px 0;font-size:16px;font-weight:600;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;transition:color .15s}.landing-page .faq-question:hover{color:var(--accent)}.landing-page .faq-icon{width:24px;height:24px;border-radius:6px;background:var(--bg-subtle);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-tertiary);flex-shrink:0;transition:all .2s}.landing-page .faq-item.open .faq-icon{background:var(--accent-light);color:var(--accent)}.landing-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.landing-page .faq-item.open .faq-answer{max-height:250px}.landing-page .faq-answer p{padding-bottom:22px;font-size:15px;color:var(--text-secondary);line-height:1.7}.landing-page .cta-section{padding:100px 0}.landing-page .cta-card{background:var(--bg-dark);border-radius:24px;padding:80px 48px;text-align:center;color:#fff;position:relative;overflow:hidden}.landing-page .cta-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 120%,rgba(16,185,129,.15),transparent 60%)}.landing-page .cta-card h2{font-size:40px;font-weight:800;letter-spacing:-.025em;margin-bottom:16px;position:relative}.landing-page .cta-card p{font-size:17px;color:#94a3b8;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto;position:relative}.landing-page .cta-buttons{display:flex;align-items:center;justify-content:center;gap:12px;position:relative}.landing-page footer{padding:48px 0;border-top:1px solid var(--border)}.landing-page footer .container{display:flex;justify-content:space-between;align-items:center}.landing-page .footer-left{font-size:13px;color:var(--text-tertiary)}.landing-page .footer-links{display:flex;gap:24px}.landing-page .footer-links a{font-size:13px;color:var(--text-tertiary);text-decoration:none;transition:color .15s}.landing-page .footer-links a:hover{color:var(--text-secondary)}.landing-page .nav-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:6px;padding:8px}.landing-page .nav-menu-toggle span{width:24px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s}.landing-page .mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99;animation:lp-fadeIn .2s ease}@keyframes lp-fadeIn{0%{opacity:0}to{opacity:1}}.landing-page .mobile-menu{position:absolute;top:64px;left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border);padding:16px 24px 24px;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 30px rgba(0,0,0,.1)}.landing-page .mobile-menu a{display:block;padding:12px 0;font-size:16px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .15s}.landing-page .mobile-menu a:hover{color:var(--text-primary)}.landing-page .mobile-menu .btn{margin-top:8px;text-align:center}@media (max-width:768px){.landing-page .hero .container{grid-template-columns:1fr;gap:40px}.landing-page .hero{padding:110px 0 60px}.landing-page .hero h1{font-size:36px}.landing-page .hero-content{max-width:100%}.landing-page .hero-cta{flex-direction:column;align-items:flex-start}.landing-page .hero-trust{flex-wrap:wrap}.landing-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.landing-page .industries-grid,.landing-page .pricing-grid,.landing-page .steps,.landing-page .trust-grid{grid-template-columns:1fr}.landing-page .feature-row{grid-template-columns:1fr;gap:32px}.landing-page .feature-row.reverse .feature-text{order:1}.landing-page .feature-row.reverse .feature-visual{order:2}.landing-page .section{padding:60px 0}.landing-page .section-header h2{font-size:28px}.landing-page .dark-section{padding:60px 0}.landing-page .cta-card{padding:48px 24px}.landing-page .cta-card h2{font-size:28px}.landing-page .cta-buttons{flex-direction:column}.landing-page footer .container{flex-direction:column;gap:16px;text-align:center}.landing-page .float-card,.landing-page .nav-links{display:none}.landing-page .nav-menu-toggle{display:flex}.landing-page #demos .container>div[style],.landing-page .demo-grid{grid-template-columns:1fr!important}}@media (min-width:769px) and (max-width:1024px){.landing-page #demos .container>div[style]{grid-template-columns:repeat(2,1fr)!important}}