:root{--primary:#25d366;--primary-dark:#1da851;--primary-light:#dcf8e8;--secondary:#075e54;--dark:#1a1a2e;--dark-2:#16213e;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#5f686f;--gray-700:#495057;--gray-800:#343a40;--white:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 12px 40px #0000001f;--shadow-xl:0 20px 60px #00000026;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px}.landing-page{color:var(--dark);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-page .navbar{z-index:1000;background:0 0;padding:16px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.landing-page .navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#fffffff2;padding:12px 0}.landing-page .nav-container{justify-content:space-between;align-items:center;display:flex}.landing-page .logo{color:var(--dark);align-items:center;gap:8px;font-size:1.4rem;font-weight:800;text-decoration:none;display:flex}.landing-page .logo-icon{border-radius:6px;width:32px;height:32px;font-size:1.6rem}.landing-page .nav-links{gap:32px;list-style:none;display:flex}.landing-page .nav-links a{color:var(--gray-700);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-page .nav-links a:hover{color:var(--primary-dark)}.landing-page .btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.landing-page .btn-primary{background:var(--primary);color:var(--white)}.landing-page .btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #25d36666}.landing-page .btn-outline{color:var(--dark);border:2px solid var(--gray-300);background:0 0}.landing-page .btn-outline:hover{border-color:var(--primary);color:var(--primary-dark)}.landing-page .btn-white{background:var(--white);color:var(--secondary)}.landing-page .btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.landing-page .btn-lg{border-radius:var(--radius-md);padding:16px 32px;font-size:1.05rem}.landing-page .btn-block{justify-content:center;width:100%}.landing-page .btn-nav{padding:10px 20px;font-size:.9rem}.landing-page .mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.landing-page .mobile-menu-btn span{background:var(--dark);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.landing-page .hero{background:linear-gradient(135deg, var(--gray-100) 0%, var(--primary-light) 100%);padding:140px 0 80px;position:relative;overflow:hidden}.landing-page .hero:before{content:"";background:radial-gradient(circle,#25d3661a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.landing-page .hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.landing-page .badge{background:var(--white);color:var(--gray-700);box-shadow:var(--shadow-sm);border-radius:50px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-block}.landing-page .hero-content h1{color:var(--dark);margin-bottom:20px;font-size:3.2rem;font-weight:800;line-height:1.15}.landing-page .highlight{color:var(--primary-dark)}.landing-page .hero-subtitle{color:var(--gray-600);max-width:500px;margin-bottom:32px;font-size:1.15rem;line-height:1.7}.landing-page .hero-cta{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.landing-page .hero-stats{gap:40px;display:flex}.landing-page .stat{flex-direction:column;display:flex}.landing-page .stat-number{color:var(--dark);font-size:1.5rem;font-weight:800}.landing-page .stat-label{color:var(--gray-600);font-size:.85rem}.landing-page .hero-visual{justify-content:center;display:flex}.landing-page .phone-mockup{background:var(--white);width:320px;box-shadow:var(--shadow-xl);border:4px solid var(--gray-800);border-radius:36px;padding:12px;position:relative}.landing-page .phone-mockup:before{content:"";background:var(--gray-800);border-radius:12px;width:80px;height:24px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.landing-page .phone-screen{background:#e5ddd5;border-radius:24px;flex-direction:column;gap:8px;min-height:480px;padding:48px 16px 24px;display:flex;overflow:hidden}.landing-page .chat-bubble{opacity:0;border-radius:12px;max-width:85%;padding:10px 14px;font-size:.82rem;line-height:1.5;animation:.5s forwards fadeInUp}.landing-page .chat-bubble:first-child{animation-delay:.2s}.landing-page .chat-bubble:nth-child(2){animation-delay:.6s}.landing-page .chat-bubble:nth-child(3){animation-delay:1s}.landing-page .chat-bubble:nth-child(4){animation-delay:1.4s}.landing-page .chat-bubble:nth-child(5){animation-delay:1.8s}.landing-page .chat-bubble:nth-child(6){animation-delay:2.2s}.landing-page .chat-user{background:#dcf8c6;border-bottom-right-radius:4px;align-self:flex-end}.landing-page .chat-bot{background:var(--white);border-bottom-left-radius:4px;align-self:flex-start}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-page .features{padding:100px 0}.landing-page .section-header{text-align:center;margin-bottom:60px}.landing-page .section-header h2{color:var(--dark);margin-bottom:12px;font-size:2.2rem;font-weight:800}.landing-page .section-header p{color:var(--gray-600);font-size:1.1rem}.landing-page .features-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing-page .feature-card{border-radius:var(--radius-md);background:var(--white);border:1px solid var(--gray-200);padding:36px 28px;transition:all .3s}.landing-page .feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.landing-page .feature-icon{margin-bottom:16px;font-size:2.5rem}.landing-page .feature-card h3{color:var(--dark);margin-bottom:10px;font-size:1.2rem;font-weight:700}.landing-page .feature-card p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.landing-page .how-it-works{background:var(--gray-100);padding:100px 0}.landing-page .steps{flex-direction:column;gap:40px;max-width:700px;margin:0 auto;display:flex}.landing-page .step{align-items:flex-start;gap:24px;display:flex}.landing-page .step-number{background:var(--primary);width:56px;height:56px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:800;display:flex}.landing-page .step-content h3{color:var(--dark);margin-bottom:8px;font-size:1.2rem;font-weight:700}.landing-page .step-content p{color:var(--gray-600);line-height:1.6}.landing-page .testimonials{padding:100px 0}.landing-page .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing-page .testimonial-card{border-radius:var(--radius-md);background:var(--white);border:1px solid var(--gray-200);padding:32px;transition:all .3s}.landing-page .testimonial-card:hover{box-shadow:var(--shadow-md)}.landing-page .testimonial-stars{margin-bottom:16px;font-size:1rem}.landing-page .testimonial-card>p{color:var(--gray-700);margin-bottom:20px;font-size:.95rem;font-style:italic;line-height:1.7}.landing-page .testimonial-author{align-items:center;gap:12px;display:flex}.landing-page .author-avatar{background:var(--primary-light);width:44px;height:44px;color:var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.landing-page .testimonial-author strong{color:var(--dark);font-size:.9rem;display:block}.landing-page .testimonial-author span{color:var(--gray-500);font-size:.8rem}.landing-page .security{color:var(--white);background:linear-gradient(135deg,#0a1628 0%,#1a2744 100%);padding:100px 0}.landing-page .security .section-header h2{color:var(--white)}.landing-page .security .section-header p{color:var(--gray-400)}.landing-page .security-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.landing-page .security-card{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff1a;padding:32px 24px;transition:all .3s}.landing-page .security-card:hover{border-color:var(--primary);background:#ffffff1a;transform:translateY(-4px)}.landing-page .security-icon{margin-bottom:14px;font-size:2.2rem}.landing-page .security-card h3{color:var(--white);margin-bottom:8px;font-size:1.1rem;font-weight:700}.landing-page .security-card p{color:var(--gray-400);font-size:.93rem;line-height:1.6}.landing-page .security-card a{color:var(--primary);text-decoration:underline}.landing-page .pricing{background:var(--gray-100);padding:100px 0}.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:32px;display:grid}.landing-page .pricing-card{border-radius:var(--radius-lg);background:var(--white);border:2px solid var(--gray-200);text-align:center;padding:40px 32px;transition:all .3s;position:relative}.landing-page .pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.landing-page .pricing-popular{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:scale(1.05)}.landing-page .pricing-popular:hover{transform:scale(1.05)translateY(-4px)}.landing-page .popular-badge{background:var(--primary);color:var(--white);white-space:nowrap;border-radius:50px;padding:6px 20px;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-page .pricing-name{color:var(--gray-600);margin-bottom:12px;font-size:1.1rem;font-weight:700}.landing-page .pricing-price{color:var(--dark);margin-bottom:28px;font-size:2.2rem;font-weight:800}.landing-page .pricing-price span{color:var(--gray-500);font-size:.9rem;font-weight:500}.landing-page .pricing-features{text-align:left;flex-direction:column;gap:12px;margin-bottom:32px;padding:0;list-style:none;display:flex}.landing-page .pricing-features li{color:var(--gray-700);font-size:.9rem}.landing-page .faq{padding:100px 0}.landing-page .faq-list{flex-direction:column;gap:12px;max-width:700px;margin:0 auto;display:flex}.landing-page .faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);transition:all .2s;overflow:hidden}.landing-page .faq-item:hover{border-color:var(--primary)}.landing-page .faq-item summary{cursor:pointer;color:var(--dark);justify-content:space-between;align-items:center;padding:20px 24px;font-size:1rem;font-weight:600;list-style:none;display:flex}.landing-page .faq-item summary:after{content:"+";color:var(--gray-500);font-size:1.4rem;font-weight:300;transition:transform .2s}.landing-page .faq-item[open] summary:after{content:"−"}.landing-page .faq-item summary::-webkit-details-marker{display:none}.landing-page .faq-item p{color:var(--gray-600);padding:0 24px 20px;font-size:.95rem;line-height:1.7}.landing-page .cta{background:linear-gradient(135deg, var(--secondary) 0%, #0a7e6e 100%);text-align:center;padding:100px 0}.landing-page .cta-content h2{color:var(--white);margin-bottom:16px;font-size:2.4rem;font-weight:800}.landing-page .cta-content p{color:#fffc;margin-bottom:32px;font-size:1.15rem}.landing-page .footer{background:var(--dark);color:var(--gray-400);padding:60px 0 30px}.landing-page .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.landing-page .footer-brand p{margin-top:12px;font-size:.9rem;line-height:1.6}.landing-page .footer-brand .logo{color:var(--white)}.landing-page .footer-links h4{color:var(--white);margin-bottom:16px;font-size:.95rem;font-weight:700}.landing-page .footer-links ul{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.landing-page .footer-links a{color:var(--gray-400);font-size:.9rem;text-decoration:none;transition:color .2s}.landing-page .footer-links a:hover{color:var(--primary)}.landing-page .footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:24px;font-size:.85rem}@media (max-width:1024px){.landing-page .hero-content h1{font-size:2.6rem}.landing-page .features-grid,.landing-page .testimonials-grid,.landing-page .security-grid,.landing-page .pricing-grid{grid-template-columns:repeat(2,1fr)}.landing-page .pricing-popular{transform:scale(1)}.landing-page .pricing-popular:hover{transform:translateY(-4px)}}@media (max-width:768px){.landing-page .nav-links,.landing-page .btn-nav{display:none}.landing-page .mobile-menu-btn{display:flex}.landing-page .hero{padding:120px 0 60px}.landing-page .hero-container{text-align:center;grid-template-columns:1fr;gap:40px}.landing-page .hero-content h1{font-size:2.2rem}.landing-page .hero-subtitle{margin:0 auto 32px}.landing-page .hero-cta{justify-content:center}.landing-page .hero-stats{justify-content:center;gap:24px}.landing-page .phone-mockup{width:280px}.landing-page .phone-screen{min-height:400px}.landing-page .features-grid,.landing-page .testimonials-grid,.landing-page .security-grid,.landing-page .pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.landing-page .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-page .section-header h2,.landing-page .cta-content h2{font-size:1.8rem}.landing-page .hero-stats{flex-wrap:wrap}}.landing-page .nav-links.active{background:var(--white);box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius-md) var(--radius-md);flex-direction:column;gap:16px;padding:24px;display:flex;position:absolute;top:100%;left:0;right:0}.landing-page .mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.landing-page .mobile-menu-btn.active span:nth-child(2){opacity:0}.landing-page .mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.landing-page .animate-on-scroll{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(24px)}.landing-page .animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:480px){.landing-page .hero-content h1{font-size:1.8rem}.landing-page .hero-cta{flex-direction:column;align-items:center}.landing-page .btn-lg{padding:14px 28px;font-size:.95rem}.landing-page .footer-grid{grid-template-columns:1fr}.landing-page .pricing-card{padding:32px 24px}}
