html{scroll-padding-top:80px}:root{--bg:#030712;--card-bg:rgba(15,23,42,0.5);--border:rgba(255,255,255,0.08);--text:#f9fafb;--text-muted:#9ca3af;--accent:#10b981;--accent-cyan:#06b6d4;--accent-purple:#8b5cf6;--glow:rgba(16,185,129,0.4);--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:5rem;--section-padding:3rem 1.5rem}.bg-grid{background-image:linear-gradient(rgba(16,185,129,.03) 1px,transparent 0),linear-gradient(90deg,rgba(16,185,129,.03) 1px,transparent 0);background-size:50px 50px}.bg-gradient,.bg-grid{position:fixed;inset:0;pointer-events:none;z-index:0}.bg-gradient{background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(16,185,129,.15),transparent)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(16,185,129,.3)}50%{box-shadow:0 0 40px rgba(16,185,129,.5)}}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 3s ease-in-out infinite}.landing-header.scrolled{background:rgba(3,7,18,.98);box-shadow:0 4px 30px rgba(0,0,0,.3)}.landing-nav{display:none;gap:2rem}@media (min-width:768px){.landing-nav{display:flex}}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-link:hover{color:white}.landing-logo-icon.pulse{animation:pulse-glow 2s ease-in-out infinite}.hero-grid{max-width:1200px;margin:0 auto;display:grid;gap:3rem;align-items:center;padding:0 1.5rem}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{text-align:center}@media (min-width:1024px){.hero-content{text-align:left}}.hero-demo{display:flex;justify-content:center}.landing-hero-blob.three{top:50%;left:50%;width:400px;height:400px;background:var(--accent-purple);opacity:.2}.highlight-line{display:block;position:relative}.underline-svg{position:absolute;bottom:-5px;left:0;width:100%;height:8px}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:50px;color:#34d399;font-size:.8rem;font-weight:600;margin-bottom:1rem}.section-badge svg{width:14px;height:14px}.live-chat-container{position:relative;width:100%;max-width:380px}.live-chat-glow{position:absolute;inset:-20px;background:radial-gradient(ellipse at center,rgba(16,185,129,.2),transparent 70%);filter:blur(30px);z-index:0}.live-chat-card{position:relative;background:rgba(15,23,42,.9);border:1px solid rgba(16,185,129,.3);border-radius:20px;padding:1.5rem;backdrop-filter:blur(10px);z-index:1}.live-chat-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.live-chat-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981,#06b6d4);display:flex;align-items:center;justify-content:center}.live-chat-avatar svg{width:24px;height:24px;color:white}.live-chat-info{flex:1}.live-chat-name{font-weight:600;font-size:1rem}.live-chat-status{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#34d399}.status-dot{width:8px;height:8px;background:#34d399;border-radius:50%;animation:pulse-glow 1.5s ease-in-out infinite}.live-chat-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:rgba(139,92,246,.2);border:1px solid rgba(139,92,246,.3);border-radius:6px;font-size:.7rem;color:#a78bfa;font-weight:600}.live-chat-badge svg{width:12px;height:12px}.live-chat-messages{min-height:200px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.chat-message{display:flex;gap:.5rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.chat-message.visible{opacity:1;transform:translateY(0)}.chat-message.user{justify-content:flex-end}.ai-indicator{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#10b981,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-indicator svg{width:14px;height:14px;color:white}.message-bubble{max-width:75%;padding:.75rem 1rem;border-radius:16px;font-size:.875rem;line-height:1.4}.chat-message.user .message-bubble{background:rgba(255,255,255,.1);border-bottom-right-radius:4px}.chat-message.ai .message-bubble{border-bottom-left-radius:4px}.chat-message.ai .message-bubble,.typing-indicator{background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.2)}.typing-indicator{display:flex;gap:4px;padding:.75rem 1rem;border-radius:16px;border-bottom-left-radius:4px}.typing-indicator span{width:8px;height:8px;background:#34d399;border-radius:50%;animation:typing 1.4s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.live-chat-input{display:flex;gap:.5rem;padding:.75rem;background:rgba(255,255,255,.05);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.live-chat-input input{flex:1;background:transparent;border:none;color:white;font-size:.875rem;outline:none}.live-chat-input input::placeholder{color:var(--text-muted)}.send-btn{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#10b981,#059669);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.send-btn:hover{transform:scale(1.05)}.send-btn svg{width:16px;height:16px;color:white}.tech-float{position:absolute;padding:.5rem .75rem;background:rgba(15,23,42,.9);border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:.7rem;color:var(--text-muted);display:flex;align-items:center;gap:.25rem;backdrop-filter:blur(10px);animation:float 4s ease-in-out infinite;z-index:2}.tech-float svg{width:12px;height:12px}.float-1{top:10%;right:-10px;animation-delay:0s}.float-2{bottom:30%;left:-20px;animation-delay:1s}.float-3{bottom:10%;right:10%;animation-delay:2s}.stats-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.stats-container{grid-template-columns:repeat(4,1fr)}}.social-proof-bar{padding:2rem 1.5rem;text-align:center;border-bottom:1px solid var(--border)}.social-proof-bar p{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.logo-scroll{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.company-logo{padding:.5rem 1rem;background:rgba(255,255,255,.05);border-radius:8px;font-size:.8rem;color:var(--text-muted);font-weight:500}.tech-features-section{padding:5rem 1.5rem}.tech-features-grid{max-width:1100px;margin:0 auto;display:grid;gap:1.5rem}@media (min-width:640px){.tech-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.tech-features-grid{grid-template-columns:repeat(3,1fr)}}.tech-feature-card{position:relative;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.75rem;overflow:hidden;transition:all .3s ease}.tech-feature-card:hover{border-color:rgba(16,185,129,.3);transform:translateY(-4px)}.tech-feature-glow{position:absolute;top:0;left:0;right:0;height:100px;opacity:0;transition:opacity .3s}.tech-feature-card:hover .tech-feature-glow{opacity:1}.tech-feature-icon{width:48px;height:48px;border-radius:12px;background:rgba(16,185,129,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s}.tech-feature-card:hover .tech-feature-icon{transform:scale(1.1);box-shadow:0 0 20px rgba(16,185,129,.3)}.tech-feature-icon svg{width:24px;height:24px;color:#34d399}.tech-feature-title{font-size:1.1rem;font-weight:600;color:white;margin:0 0 .5rem}.tech-feature-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0}.tech-feature-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#10b981,transparent);opacity:0;transition:opacity .3s}.tech-feature-card:hover .tech-feature-line{opacity:1}.testimonial-stats{max-width:800px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ts-card{text-align:center;padding:1.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:12px}.ts-icon{width:28px;height:28px;color:#34d399;margin:0 auto .5rem}.ts-value{font-size:1.75rem;font-weight:800;color:white}.ts-label{font-size:.8rem;color:var(--text-muted)}.testimonial-result{position:absolute;top:1rem;right:1rem;padding:.25rem .5rem;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);border-radius:6px;font-size:.7rem;font-weight:600;color:#34d399}.testimonial-card{position:relative}.landing-btn.glow{box-shadow:0 0 20px rgba(16,185,129,.3)}.landing-btn.glow:hover{box-shadow:0 0 40px rgba(16,185,129,.5)}.pricing-guarantees{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.pricing-guarantees span{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.pricing-guarantees svg{width:16px;height:16px;color:#34d399}.currency{font-size:1rem;color:var(--text-muted);margin-right:.25rem}.step-number-wrapper{position:relative;display:inline-block;margin-bottom:1rem}.step-glow{position:absolute;inset:-10px;background:radial-gradient(circle,rgba(16,185,129,.2),transparent 70%);opacity:0;transition:opacity .3s}.landing-step-card:hover .step-glow{opacity:1}.step-icon{width:40px;height:40px;margin:0 auto 1rem;color:#34d399}.step-icon svg{width:100%;height:100%}.step-connector{display:none}@media (min-width:768px){.step-connector{display:block;position:absolute;top:28px;right:-40px;width:80px;height:2px;background:linear-gradient(90deg,#10b981,rgba(16,185,129,.2))}}.cta-glow{position:absolute;top:50%;left:50%;width:600px;height:400px;background:radial-gradient(ellipse,rgba(16,185,129,.1),transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:white}.landing-page{min-height:100vh;background:var(--bg);color:var(--text)}.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(3,7,18,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.landing-header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.landing-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.landing-logo-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#10b981,#0d9488);display:flex;align-items:center;justify-content:center}.landing-logo-icon svg{width:22px;height:22px;color:white}.landing-logo-text{font-size:1.25rem;font-weight:700;color:white}.landing-logo-img{height:28px;width:auto;object-fit:contain}.landing-logo-img.footer-logo{height:24px;opacity:.8}.landing-nav-buttons{display:flex;align-items:center;gap:.75rem}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.landing-btn.ghost{background:transparent;color:var(--text-muted)}.landing-btn.ghost:hover{color:white}.landing-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:white}.landing-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(16,185,129,.3)}.landing-btn.outline{background:transparent;color:white;border:1px solid var(--border)}.landing-btn.outline:hover{background:rgba(255,255,255,.05)}.landing-btn.lg{padding:1rem 1.75rem;font-size:1rem}.landing-btn svg{width:18px;height:18px}.landing-hero{padding:140px 1.5rem 80px;text-align:center;position:relative;overflow:hidden}.landing-hero-bg{position:absolute;inset:0;pointer-events:none}.landing-hero-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.landing-hero-blob.one{top:-150px;right:-100px;width:500px;height:500px;background:#10b981}.landing-hero-blob.two{bottom:-150px;left:-100px;width:500px;height:500px;background:#0d9488}.landing-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.landing-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:50px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);color:#34d399;font-size:.875rem;margin-bottom:1.5rem}.landing-hero-badge svg{width:16px;height:16px}.landing-hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;margin:0 0 1.25rem;color:white}@media (min-width:768px){.landing-hero-title{font-size:3.5rem}}.landing-hero-title .highlight{background:linear-gradient(135deg,#10b981,#06b6d4)}.landing-hero-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin:0 0 2rem}.landing-hero-buttons{gap:1rem}.landing-hero-buttons,.landing-trust-badges{display:flex;flex-wrap:wrap;justify-content:center}.landing-trust-badges{gap:1.5rem;margin-top:2.5rem}.trust-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.trust-item svg{color:#34d399;width:16px;height:16px}.landing-section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.landing-section-title{font-size:2rem;font-weight:700;color:white;margin:0 0 1rem}.landing-section-subtitle{font-size:1rem;color:var(--text-muted);margin:0;line-height:1.5}.landing-stats{padding:3rem 1.5rem;background:rgba(16,185,129,.03);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-stats-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.landing-stats-grid{grid-template-columns:repeat(4,1fr)}}.landing-stat-card{text-align:center}.landing-stat-icon{width:28px;height:28px;color:#34d399;margin:0 auto .75rem}.landing-stat-value{font-size:2.25rem;font-weight:800;color:white;margin-bottom:.25rem}.landing-stat-label{font-size:.85rem;color:var(--text-muted)}.landing-problem{padding:5rem 1.5rem;max-width:1000px;margin:0 auto}.landing-problem-content{text-align:center;margin-bottom:3rem}.landing-problem-grid{display:grid;gap:1.5rem}@media (min-width:768px){.landing-problem-grid{grid-template-columns:repeat(2,1fr)}}.problem-card{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.15);border-radius:16px;padding:2rem}.problem-card.solution{background:rgba(16,185,129,.05);border-color:rgba(16,185,129,.2)}.problem-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.problem-icon.bad{background:rgba(239,68,68,.1);color:#f87171}.problem-icon.good{background:rgba(16,185,129,.1);color:#34d399}.problem-card h3{font-size:1.125rem;font-weight:600;color:white;margin:0 0 1rem}.problem-card ul{list-style:none;padding:0;margin:0}.problem-card li{font-size:.9rem;color:var(--text-muted);padding:.5rem 0 .5rem 1.25rem;position:relative}.problem-card li:before{content:"•";position:absolute;left:0}.problem-card.solution li{color:#d1d5db}.landing-benefits{padding:5rem 1.5rem;background:rgba(15,23,42,.5)}.landing-benefits-grid{max-width:1100px;margin:0 auto;display:grid;gap:1.5rem}@media (min-width:640px){.landing-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-benefits-grid{grid-template-columns:repeat(4,1fr)}}.landing-benefit-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.75rem;text-align:center;position:relative}.benefit-stat{position:absolute;top:1rem;right:1rem;font-size:1.25rem;font-weight:800;color:#34d399;opacity:.4}.benefit-icon{width:50px;height:50px;border-radius:12px;background:rgba(16,185,129,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.benefit-icon svg{width:24px;height:24px;color:#34d399}.benefit-title{font-size:1rem;font-weight:600;color:white;margin:0 0 .5rem}.benefit-description{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin:0}.landing-how-it-works{padding:5rem 1.5rem}.landing-steps-grid{max-width:900px;margin:0 auto;display:grid;gap:2rem}@media (min-width:768px){.landing-steps-grid{grid-template-columns:repeat(3,1fr)}}.landing-step-card{text-align:center;position:relative}.step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#10b981,#0d9488);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:white;margin:0 auto 1.25rem}.step-title{font-size:1rem;font-weight:600;color:white;margin:0 0 .5rem}.step-description{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0}.step-arrow{display:none}@media (min-width:768px){.step-arrow{display:block;position:absolute;right:-1rem;top:28px;color:#374151;width:20px;height:20px}}.landing-features{padding:5rem 1.5rem;background:rgba(15,23,42,.5)}.landing-features-grid{max-width:1100px;margin:0 auto;display:grid;gap:1.5rem}@media (min-width:640px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.75rem}.landing-feature-icon{width:48px;height:48px;border-radius:12px;background:rgba(16,185,129,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.landing-feature-icon svg{width:24px;height:24px;color:#34d399}.landing-feature-title{font-size:1.1rem;font-weight:600;color:white;margin:0 0 .5rem}.landing-feature-description{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0}.landing-testimonials{padding:5rem 1.5rem}.landing-testimonials-grid{max-width:1100px;margin:0 auto;display:grid;gap:1.5rem}@media (min-width:768px){.landing-testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.75rem}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.star-icon{width:16px;height:16px;color:#fbbf24;fill:#fbbf24}.testimonial-content{font-size:.9rem;color:#d1d5db;line-height:1.6;margin:0 0 1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#10b981,#0d9488);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:white}.testimonial-name{font-size:.9rem;font-weight:600;color:white}.testimonial-role{font-size:.8rem;color:var(--text-muted)}.landing-pricing{padding:5rem 1.5rem;background:rgba(15,23,42,.5)}.landing-pricing-grid{max-width:1100px;margin:0 auto;display:grid;gap:1.5rem}@media (min-width:768px){.landing-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start}}.landing-pricing-card{background:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:2rem;position:relative}.landing-pricing-card.popular{border-color:rgba(16,185,129,.4);background:linear-gradient(180deg,rgba(16,185,129,.08),transparent 40%)}@media (min-width:768px){.landing-pricing-card.popular{transform:scale(1.05)}}.landing-pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:.4rem 1rem;background:linear-gradient(135deg,#10b981,#0d9488);border-radius:50px;font-size:.75rem;font-weight:600;color:white}.landing-pricing-header{text-align:center;margin-bottom:1.5rem}.landing-pricing-name{font-size:1.125rem;font-weight:600;color:white;margin:0 0 1rem}.landing-pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.landing-pricing-amount{font-size:2.5rem;font-weight:800;color:white}.landing-pricing-period{font-size:.9rem;color:var(--text-muted)}.landing-pricing-features{list-style:none;padding:0;margin:0 0 1.5rem}.landing-pricing-feature{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.landing-pricing-check{width:20px;height:20px;border-radius:5px;background:rgba(16,185,129,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-pricing-check svg{width:12px;height:12px;color:#34d399}.landing-pricing-feature-text{font-size:.9rem;color:#d1d5db}.landing-pricing-card .landing-btn{width:100%}.landing-faq{padding:5rem 1.5rem}.landing-faq-grid{max-width:700px;margin:0 auto;display:grid;gap:1rem}.faq-item{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.faq-question{font-size:1rem;font-weight:600;color:white;margin:0 0 .5rem}.faq-answer{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0}.landing-cta{padding:5rem 1.5rem;text-align:center;background:linear-gradient(180deg,transparent,rgba(16,185,129,.05))}.landing-cta-content{max-width:600px;margin:0 auto}.landing-cta-title{font-size:2rem;font-weight:700;color:white;margin:0 0 1rem}.landing-cta-subtitle{font-size:1rem;color:var(--text-muted);margin:0 0 2rem;line-height:1.6}.cta-guarantee{margin-top:1.25rem;font-size:.85rem;color:var(--text-muted)}.landing-footer{padding:2rem 1.5rem;border-top:1px solid var(--border)}.landing-footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:640px){.landing-footer-inner{flex-direction:row;justify-content:space-between}}.landing-footer-logo{display:flex;align-items:center;gap:.625rem}.landing-footer-logo-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#10b981,#0d9488);display:flex;align-items:center;justify-content:center}.landing-footer-logo-icon svg{width:16px;height:16px;color:white}.landing-footer-logo-text{font-size:1rem;font-weight:600;color:white}.landing-footer-copyright{font-size:.8rem;color:#6b7280;margin:0}.text-red-400{color:#f87171}html{scroll-behavior:smooth}.animate-fade-in{animation:heroFade .6s ease-out forwards}.animate-fade-in-delay-1{animation:heroFade .6s ease-out .1s forwards;opacity:0}.animate-fade-in-delay-2{animation:heroFade .6s ease-out .2s forwards;opacity:0}.animate-fade-in-delay-3{animation:heroFade .6s ease-out .3s forwards;opacity:0}.animate-fade-in-delay-4{animation:heroFade .6s ease-out .4s forwards;opacity:0}@keyframes heroFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-hero-blob{animation:blobFloat 25s ease-in-out infinite;will-change:transform}.landing-hero-blob.two{animation-delay:-12s;animation-duration:30s}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.landing-hero-badge{animation:heroFade .6s ease-out forwards,badgeBreath 4s ease-in-out 1s infinite}@keyframes badgeBreath{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(16,185,129,0)}50%{transform:scale(1.02);box-shadow:0 0 20px 0 rgba(16,185,129,.15)}}.landing-hero-title .highlight{position:relative;background:linear-gradient(90deg,#10b981,#06b6d4,#10b981);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.landing-hero-buttons .landing-btn.primary{animation:ctaPulse 3s ease-in-out 1s infinite}@keyframes ctaPulse{0%,to{box-shadow:0 4px 20px rgba(16,185,129,.25)}50%{box-shadow:0 8px 30px rgba(16,185,129,.4)}}.faq-item,.landing-benefit-card,.landing-feature-card,.landing-pricing-card,.testimonial-card{transition:transform .3s ease,box-shadow .3s ease}.landing-feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.2),0 0 0 1px rgba(16,185,129,.1)}.landing-benefit-card:hover,.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.faq-item:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.landing-pricing-card.popular{animation:popularGlow 4s ease-in-out infinite}@keyframes popularGlow{0%,to{box-shadow:0 0 0 1px rgba(16,185,129,.3),0 20px 40px rgba(0,0,0,.2)}50%{box-shadow:0 0 30px rgba(16,185,129,.2),0 25px 50px rgba(0,0,0,.25)}}.landing-pricing-card:hover{transform:translateY(-6px)}.landing-pricing-card.popular:hover{transform:scale(1.05) translateY(-6px)}.landing-pricing-badge{animation:badgeShimmer 2s ease-in-out infinite}@keyframes badgeShimmer{0%,to{opacity:1}50%{opacity:.85}}.landing-btn.primary{position:relative;overflow:hidden}.landing-btn.primary:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.landing-btn.primary:hover:after{width:300px;height:300px}.landing-cta{position:relative}.landing-cta:before{content:"";position:absolute;top:50%;left:50%;width:600px;height:400px;background:radial-gradient(ellipse,rgba(16,185,129,.08) 0,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.benefit-icon,.landing-feature-icon{transition:transform .3s ease,box-shadow .3s ease}.landing-benefit-card:hover .benefit-icon,.landing-feature-card:hover .landing-feature-icon{transform:scale(1.1);box-shadow:0 0 20px rgba(16,185,129,.2)}.step-number{transition:transform .3s ease,box-shadow .3s ease}.landing-step-card:hover .step-number{transform:scale(1.1);box-shadow:0 10px 30px rgba(16,185,129,.3)}.landing-stat-value{transition:transform .3s ease}.landing-stat-card:hover .landing-stat-value{transform:scale(1.05)}.problem-card.solution{transition:box-shadow .3s ease}.problem-card.solution:hover{box-shadow:0 0 40px rgba(16,185,129,.1)}@media (max-width:768px){.landing-hero-blob{animation-duration:40s}.landing-hero-badge{animation:heroFade .6s ease-out forwards}.landing-hero-buttons .landing-btn.primary{animation:none}.landing-pricing-card.popular{animation:none;box-shadow:0 0 0 1px rgba(16,185,129,.3),0 20px 40px rgba(0,0,0,.2)}.landing-benefit-card:hover,.landing-feature-card:hover,.landing-pricing-card:hover,.testimonial-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--border);border-radius:10px;color:white;cursor:pointer;transition:all .2s ease;z-index:1001}.mobile-menu-btn:hover{background:rgba(255,255,255,.05);border-color:rgba(16,185,129,.4)}.mobile-menu-btn:active{transform:scale(.95)}@media (min-width:769px){.mobile-menu-btn{display:none}}.mobile-nav-overlay{position:fixed;top:70px;left:0;right:0;bottom:0;background:#030712!important;backdrop-filter:none;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999;animation:slideDown .3s ease-out;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-link{display:flex;align-items:center;padding:1rem 1.25rem;color:var(--text);text-decoration:none;font-size:1.1rem;font-weight:500;border-radius:12px;transition:all .2s ease}.mobile-nav-link:hover{background:rgba(16,185,129,.1);color:#34d399}.mobile-nav-divider{height:1px;background:var(--border);margin:.75rem 0}.mobile-cta{margin-top:1rem;justify-content:center;width:100%}@media (max-width:768px){.landing-nav-buttons{display:none}}[data-theme=light]{--bg:#f8fafc;--card-bg:rgba(255,255,255,0.9);--border:rgba(0,0,0,0.08);--text:#1e293b;--text-muted:#64748b;--accent:#059669;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--glow:rgba(5,150,105,0.4)}[data-theme=light] .landing-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f8fafc)}[data-theme=light] .bg-grid{background-image:linear-gradient(rgba(5,150,105,.05) 1px,transparent 0),linear-gradient(90deg,rgba(5,150,105,.05) 1px,transparent 0)}[data-theme=light] .bg-gradient{background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(5,150,105,.1),transparent)}[data-theme=light] .landing-header{background:rgba(248,250,252,.95)}[data-theme=light] .landing-header.scrolled{background:rgba(248,250,252,.98);box-shadow:0 4px 30px rgba(0,0,0,.1)}[data-theme=light] .landing-logo span{color:#1e293b}[data-theme=light] .nav-link{color:#64748b}[data-theme=light] .nav-link:hover{color:#1e293b}[data-theme=light] .landing-hero-badge{background:rgba(5,150,105,.1);border-color:rgba(5,150,105,.3);color:#059669}[data-theme=light] .landing-hero-title{color:#1e293b}[data-theme=light] .landing-hero-subtitle{color:#64748b}[data-theme=light] .landing-section-title{color:#1e293b}[data-theme=light] .landing-section-subtitle{color:#64748b}[data-theme=light] .landing-pricing-card,[data-theme=light] .landing-step-card,[data-theme=light] .tech-feature-card,[data-theme=light] .testimonial-card{background:var(--card-bg);border-color:var(--border);box-shadow:0 4px 20px rgba(0,0,0,.05)}[data-theme=light] .landing-step-card:hover,[data-theme=light] .tech-feature-card:hover{border-color:rgba(5,150,105,.3)}[data-theme=light] .landing-step-title,[data-theme=light] .tech-feature-title{color:#1e293b}[data-theme=light] .landing-step-desc,[data-theme=light] .tech-feature-desc{color:#64748b}[data-theme=light] .section-badge{background:rgba(5,150,105,.1);border-color:rgba(5,150,105,.3);color:#059669}[data-theme=light] .live-chat-card{background:rgba(255,255,255,.95);border-color:rgba(5,150,105,.3)}[data-theme=light] .live-chat-header{border-bottom-color:var(--border)}[data-theme=light] .live-chat-name{color:#1e293b}[data-theme=light] .chat-message.user .message-bubble{background:rgba(0,0,0,.05)}[data-theme=light] .chat-message.ai .message-bubble{background:rgba(5,150,105,.1);border-color:rgba(5,150,105,.2)}[data-theme=light] .message-bubble{color:#1e293b}[data-theme=light] .live-chat-input{background:rgba(241,245,249,.9);border-color:var(--border)}[data-theme=light] .live-chat-input input{color:#1e293b}[data-theme=light] .landing-pricing-card.popular{background:linear-gradient(135deg,rgba(5,150,105,.1),rgba(255,255,255,.98));border-color:rgba(5,150,105,.4)}[data-theme=light] .landing-pricing-name,[data-theme=light] .landing-pricing-price{color:#1e293b}[data-theme=light] .landing-pricing-desc{color:#64748b}[data-theme=light] .landing-pricing-feature{color:#475569}[data-theme=light] .testimonial-text{color:#1e293b}[data-theme=light] .testimonial-author{color:#64748b}[data-theme=light] .landing-stat-value{color:#1e293b}[data-theme=light] .landing-stat-label{color:#64748b}[data-theme=light] .landing-footer{background:rgba(241,245,249,.9);border-top-color:var(--border)}[data-theme=light] .landing-footer-link{color:#64748b}[data-theme=light] .landing-footer-link:hover{color:#1e293b}[data-theme=light] .landing-footer-copyright{color:#94a3b8}[data-theme=light] .mobile-nav-content{background:rgba(255,255,255,.98)}[data-theme=light] .mobile-nav-link{color:#1e293b}[data-theme=light] .mobile-nav-divider{background:var(--border)}[data-theme=light] .tech-float{background:rgba(255,255,255,.95);border-color:var(--border)}