.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;transition:all .3s ease}.navbar.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 0;box-shadow:0 2px 20px #0000001a}.navbar.scrolled .logo-text{color:#232931!important}.navbar.scrolled .nav-links a{color:#232931}.navbar.scrolled .nav-links a:hover{color:#4ecca3}.navbar.scrolled .mobile-menu-btn{color:#232931}.navbar .navbar-container{display:flex;align-items:center;justify-content:space-between}.navbar .logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;z-index:101}.navbar .logo .logo-icon{width:40px;height:40px;background:#4ecca3;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800}.navbar .logo .logo-text{color:#fff;transition:color .3s ease}.navbar .nav-links{display:flex;align-items:center;gap:40px}.navbar .nav-links a{color:#fff;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative}.navbar .nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#4ecca3;transition:width .3s ease}.navbar .nav-links a:hover{color:#4ecca3}.navbar .nav-links a:hover:after{width:100%}.navbar .nav-links .nav-demo-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.navbar .nav-links .nav-demo-btn:after{display:none!important}.navbar .nav-links .nav-demo-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #6366f166;color:#fff!important}.navbar .nav-links .nav-demo-btn svg{width:16px;height:16px}@media(max-width:768px){.navbar .nav-links{display:none}}.navbar .mobile-menu-btn{display:none;font-size:1.5rem;color:#fff;z-index:10000;transition:color .3s ease;position:relative;background:none;border:none;cursor:pointer;padding:8px}@media(max-width:768px){.navbar .mobile-menu-btn{display:flex;align-items:center;justify-content:center}}.mobile-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:320px;background:linear-gradient(180deg,#232931,#181d22);z-index:9999;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-10px 0 40px #0006}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar .mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-sidebar .mobile-sidebar-logo{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:800}.mobile-sidebar .mobile-sidebar-logo .logo-icon{width:38px;height:38px;background:#4ecca3;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}.mobile-sidebar .mobile-sidebar-logo .logo-text{color:#fff}.mobile-sidebar .mobile-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:10px;color:#fff;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.mobile-sidebar .mobile-close-btn:hover{background:#fff3}.mobile-sidebar .mobile-close-btn:active{transform:scale(.95)}.mobile-sidebar .mobile-sidebar-nav{flex:1;display:flex;flex-direction:column;padding:30px 24px;gap:8px}.mobile-sidebar .mobile-sidebar-nav a{display:flex;align-items:center;padding:16px 20px;color:#ffffffd9;font-size:1.1rem;font-weight:500;text-decoration:none;border-radius:12px;transition:all .2s ease;position:relative;overflow:hidden}.mobile-sidebar .mobile-sidebar-nav a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:#4ecca3;border-radius:0 4px 4px 0;transition:height .2s ease}.mobile-sidebar .mobile-sidebar-nav a:hover{background:#ffffff14;color:#fff;padding-left:28px}.mobile-sidebar .mobile-sidebar-nav a:hover:before{height:60%}.mobile-sidebar .mobile-sidebar-nav a:active{background:#ffffff1f}.mobile-sidebar .mobile-sidebar-footer{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:12px}.mobile-sidebar .mobile-sidebar-footer .mobile-demo-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .2s ease}.mobile-sidebar .mobile-sidebar-footer .mobile-demo-btn svg{width:18px;height:18px}.mobile-sidebar .mobile-sidebar-footer .mobile-demo-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #6366f166}.mobile-sidebar .mobile-sidebar-footer .mobile-demo-btn:active{transform:translateY(0)}.mobile-sidebar .mobile-sidebar-footer .mobile-cta-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;background:#4ecca3;color:#232931;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .2s ease}.mobile-sidebar .mobile-sidebar-footer .mobile-cta-btn:hover{background:#62d2ad;transform:translateY(-2px);box-shadow:0 4px 20px #4ecca366}.mobile-sidebar .mobile-sidebar-footer .mobile-cta-btn:active{transform:translateY(0)}.hero{min-height:100vh;background:linear-gradient(135deg,#232931,#1a1a2e);position:relative;overflow:hidden;display:flex;align-items:center;padding-top:80px}.hero .hero-bg{position:absolute;inset:0;overflow:hidden}.hero .hero-bg .hero-shape{position:absolute;border-radius:50%;opacity:.1}.hero .hero-bg .hero-shape-1{width:600px;height:600px;background:#4ecca3;top:-200px;right:-100px;animation:float 8s ease-in-out infinite}.hero .hero-bg .hero-shape-2{width:400px;height:400px;background:#4ecca3;bottom:-100px;left:-100px;animation:float 6s ease-in-out infinite reverse}.hero .hero-bg .hero-shape-3{width:200px;height:200px;background:#fff;top:50%;left:30%;animation:float 10s ease-in-out infinite}.hero .hero-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}@media(max-width:992px){.hero .hero-container{grid-template-columns:1fr;text-align:center}}.hero .hero-content{animation:slideInLeft 1s ease}@media(max-width:992px){.hero .hero-content{animation:fadeInUp 1s ease}}.hero .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;padding:8px 16px;border-radius:50px;font-size:.9rem;color:#fff;margin-bottom:24px}.hero .hero-badge .badge-dot{width:8px;height:8px;background:#4ecca3;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero .hero-title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:24px}.hero .hero-title .highlight{color:#4ecca3}@media(max-width:768px){.hero .hero-title{font-size:2.5rem}}@media(max-width:480px){.hero .hero-title{font-size:2rem}}.hero .hero-description{font-size:1.1rem;color:#fffc;line-height:1.8;margin-bottom:32px;max-width:500px}@media(max-width:992px){.hero .hero-description{max-width:100%}}.hero .hero-buttons{display:flex;gap:16px;margin-bottom:48px}@media(max-width:992px){.hero .hero-buttons{justify-content:center}}@media(max-width:480px){.hero .hero-buttons{flex-direction:column}}.hero .hero-buttons .btn-outline-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.hero .hero-buttons .btn-outline-light:hover{background:#ffffff1a;border-color:#fff}.hero .hero-buttons .btn-demo{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.hero .hero-buttons .btn-demo:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.hero .hero-buttons .btn-demo svg{width:18px;height:18px}.hero .hero-stats{display:flex;align-items:center;gap:32px}@media(max-width:992px){.hero .hero-stats{justify-content:center}}@media(max-width:480px){.hero .hero-stats{flex-wrap:wrap;gap:20px}}.hero .hero-stats .stat-item{text-align:left}@media(max-width:992px){.hero .hero-stats .stat-item{text-align:center}}.hero .hero-stats .stat-number{display:block;font-size:2rem;font-weight:700;color:#fff}.hero .hero-stats .stat-label{font-size:.9rem;color:#fff9}.hero .hero-stats .stat-divider{width:1px;height:40px;background:#fff3}@media(max-width:480px){.hero .hero-stats .stat-divider{display:none}}.hero .hero-visual{position:relative;height:500px;animation:slideInRight 1s ease}@media(max-width:992px){.hero .hero-visual{display:none}}.hero .hero-visual .visual-card{position:absolute;background:#fff;padding:16px 20px;border-radius:16px;display:flex;align-items:center;gap:14px;box-shadow:0 20px 40px #0003;animation:float 4s ease-in-out infinite;z-index:10}.hero .hero-visual .visual-card .card-icon{width:48px;height:48px;background:#4ecca31a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#4ecca3}.hero .hero-visual .visual-card .card-icon svg{width:24px;height:24px}.hero .hero-visual .visual-card .card-icon.green{background:#27ae601a;color:#27ae60}.hero .hero-visual .visual-card .card-icon.orange{background:#f39c121a;color:#f39c12}.hero .hero-visual .visual-card .card-content{display:flex;flex-direction:column}.hero .hero-visual .visual-card .card-label{font-size:.8rem;color:#666}.hero .hero-visual .visual-card .card-value{font-size:1.3rem;font-weight:700;color:#232931}.hero .hero-visual .visual-card-1{top:20px;left:20px}.hero .hero-visual .visual-card-2{top:50%;right:0;transform:translateY(-50%);animation-delay:1s}.hero .hero-visual .visual-card-3{bottom:40px;left:40px;animation-delay:2s}.hero .hero-visual .visual-phone{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:560px}.hero .hero-visual .visual-phone .phone-frame{width:100%;height:100%;background:#1a1a1a;border-radius:40px;padding:10px;box-shadow:0 30px 60px #0006,inset 0 0 0 2px #ffffff1a;position:relative;overflow:hidden}.hero .hero-visual .visual-phone .phone-notch{width:100px;height:28px;background:#000;border-radius:0 0 16px 16px;margin:0 auto;position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:10}.hero .hero-visual .visual-phone .phone-screenshot{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:30px}.hero .hero-scroll{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff80;font-size:.8rem}@media(max-width:768px){.hero .hero-scroll{display:none}}.hero .hero-scroll .scroll-mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:12px;position:relative}.hero .hero-scroll .scroll-mouse .scroll-wheel{width:4px;height:8px;background:#ffffff80;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scrollWheel 2s ease-in-out infinite}@keyframes scrollWheel{0%,to{opacity:1;top:8px}50%{opacity:.3;top:20px}}.about{background:#fff}.about .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media(max-width:992px){.about .about-grid{grid-template-columns:1fr;gap:50px}}.about .about-content .about-label{display:inline-block;background:#4ecca31a;color:#4ecca3;padding:8px 16px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:20px}.about .about-content .about-title{font-size:2.5rem;font-weight:700;color:#232931;margin-bottom:20px;line-height:1.3}.about .about-content .about-title .highlight{color:#4ecca3}@media(max-width:768px){.about .about-content .about-title{font-size:2rem}}.about .about-content .about-description{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:30px}.about .about-content .about-features{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:480px){.about .about-content .about-features{grid-template-columns:1fr}}.about .about-content .about-features .feature-item{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#333}.about .about-content .about-features .feature-item .feature-icon{width:24px;height:24px;background:#4ecca3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.about .about-cards{display:flex;flex-direction:column;gap:20px}.about .about-cards .benefit-card{display:flex;align-items:center;gap:20px;padding:24px;background:#f8f9fa;border-radius:16px;transition:all .3s ease;animation:fadeInUp .6s ease both}.about .about-cards .benefit-card:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}.about .about-cards .benefit-card .benefit-icon{width:60px;height:60px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#4ecca3;flex-shrink:0;box-shadow:0 4px 15px #00000014}.about .about-cards .benefit-card .benefit-content h3{font-size:1.1rem;font-weight:600;color:#232931;margin-bottom:6px}.about .about-cards .benefit-card .benefit-content p{font-size:.9rem;color:#666}.features{background:#f8f9fa}.features .features-label{display:block;text-align:center;background:#4ecca31a;color:#4ecca3;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;width:fit-content;margin:0 auto 20px}.features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:80px}@media(max-width:992px){.features .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.features .features-grid{grid-template-columns:1fr}}.features .feature-card{background:#fff;padding:32px;border-radius:20px;text-align:center;transition:all .3s ease;animation:fadeInUp .6s ease both}.features .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.features .feature-card:hover .feature-icon{background:#4ecca3;color:#fff;transform:scale(1.1)}.features .feature-card .feature-icon{width:70px;height:70px;background:#4ecca31a;color:#4ecca3;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 20px;transition:all .3s ease}.features .feature-card .feature-title{font-size:1.2rem;font-weight:600;color:#232931;margin-bottom:12px}.features .feature-card .feature-description{font-size:.95rem;color:#666;line-height:1.6}.features .features-workflow{background:#fff;border-radius:24px;padding:50px;text-align:center}@media(max-width:768px){.features .features-workflow{padding:30px 20px}}.features .features-workflow .workflow-title{font-size:1.5rem;font-weight:600;color:#232931;margin-bottom:40px}.features .features-workflow .workflow-steps{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}@media(max-width:992px){.features .features-workflow .workflow-steps{flex-direction:column;gap:16px}}.features .features-workflow .workflow-step{display:flex;flex-direction:column;align-items:center;gap:12px}.features .features-workflow .workflow-step .step-number{width:50px;height:50px;background:#4ecca3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}.features .features-workflow .workflow-step .step-text{font-size:.95rem;color:#333;font-weight:500;max-width:150px;text-align:center}.features .features-workflow .workflow-arrow{color:#4ecca3}.features .features-workflow .workflow-arrow svg{width:30px;height:30px}@media(max-width:992px){.features .features-workflow .workflow-arrow{transform:rotate(90deg)}}.pricing{background:#fff}.pricing .pricing-label{display:block;text-align:center;background:#4ecca31a;color:#4ecca3;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;width:fit-content;margin:0 auto 20px}.pricing .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto}@media(max-width:768px){.pricing .pricing-grid{grid-template-columns:1fr;max-width:400px}}.pricing .pricing-card{background:#fff;border:2px solid #e0e0e0;border-radius:24px;padding:40px;position:relative;transition:all .3s ease;animation:fadeInUp .6s ease both}.pricing .pricing-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.pricing .pricing-card.highlighted{border-color:#4ecca3;background:linear-gradient(180deg,#4ecca308,#fff)}.pricing .pricing-card.highlighted:hover{box-shadow:0 20px 40px #4ecca333}.pricing .pricing-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#4ecca3;color:#fff;padding:6px 20px;border-radius:50px;font-size:.85rem;font-weight:600}.pricing .pricing-card .pricing-header{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.pricing .pricing-card .pricing-header .plan-name{font-size:1.5rem;font-weight:700;color:#232931;margin-bottom:8px}.pricing .pricing-card .pricing-header .plan-description{font-size:.95rem;color:#666}.pricing .pricing-card .plan-features{list-style:none;margin-bottom:30px}.pricing .pricing-card .plan-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.95rem;color:#333}.pricing .pricing-card .plan-features li .check-icon{width:22px;height:22px;background:#4ecca31a;color:#4ecca3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;margin-top:2px}.pricing .pricing-card .btn{width:100%;padding:16px;font-size:1rem}.pricing .pricing-card .btn-outline{background:transparent;color:#232931;border:2px solid #232931}.pricing .pricing-card .btn-outline:hover{background:#232931;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact{background:#f8f9fa}.contact .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:992px){.contact .contact-grid{grid-template-columns:1fr;gap:50px}}.contact .contact-info .contact-label{display:inline-block;background:#4ecca31a;color:#4ecca3;padding:8px 16px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:20px}.contact .contact-info .contact-title{font-size:2.5rem;font-weight:700;color:#232931;margin-bottom:16px}@media(max-width:768px){.contact .contact-info .contact-title{font-size:2rem}}.contact .contact-info .contact-description{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:40px}.contact .contact-info .contact-items{display:flex;flex-direction:column;gap:24px}.contact .contact-info .contact-item{display:flex;align-items:center;gap:16px}.contact .contact-info .contact-item .item-icon{width:56px;height:56px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#4ecca3;box-shadow:0 4px 15px #00000014;flex-shrink:0}.contact .contact-info .contact-item .item-content{display:flex;flex-direction:column}.contact .contact-info .contact-item .item-label{font-size:.85rem;color:#666;margin-bottom:4px}.contact .contact-info .contact-item .item-value{font-size:1rem;font-weight:600;color:#232931;transition:color .3s ease}.contact .contact-info .contact-item .item-value:hover{color:#4ecca3}.contact .contact-form-wrapper{background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 40px #00000014}@media(max-width:480px){.contact .contact-form-wrapper{padding:30px 20px}}.contact .contact-form .form-group{margin-bottom:24px}.contact .contact-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#232931;font-size:.95rem}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:#4ecca3;box-shadow:0 0 0 4px #4ecca31a}.contact .contact-form .form-group input::placeholder,.contact .contact-form .form-group textarea::placeholder{color:#999}.contact .contact-form .form-group input.error,.contact .contact-form .form-group textarea.error{border-color:#e74c3c}.contact .contact-form .form-group input.error:focus,.contact .contact-form .form-group textarea.error:focus{box-shadow:0 0 0 4px #e74c3c1a}.contact .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact .contact-form .form-group .error-text{display:block;margin-top:6px;font-size:.85rem;color:#e74c3c}.contact .contact-form .phone-input-wrapper{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.contact .contact-form .phone-input-wrapper:focus-within{border-color:#4ecca3;box-shadow:0 0 0 4px #4ecca31a}.contact .contact-form .phone-input-wrapper.error{border-color:#e74c3c}.contact .contact-form .phone-input-wrapper.error:focus-within{box-shadow:0 0 0 4px #e74c3c1a}.contact .contact-form .phone-input-wrapper .phone-prefix{padding:14px;background:#f8f9fa;font-weight:600;color:#232931;border-right:2px solid #e0e0e0;white-space:nowrap}.contact .contact-form .phone-input-wrapper input{border:none;border-radius:0;padding-left:14px}.contact .contact-form .phone-input-wrapper input:focus{box-shadow:none}.contact .contact-form .btn{width:100%;padding:16px;font-size:1rem}.contact .contact-form .btn .loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.footer{background:#232931;color:#fff;padding-top:80px}.footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:992px){.footer .footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer .footer-grid{grid-template-columns:1fr;gap:40px}}.footer .footer-brand .footer-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px}.footer .footer-brand .footer-logo .logo-icon{width:44px;height:44px;background:#4ecca3;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800}.footer .footer-brand .footer-logo .logo-text{font-size:1.5rem;font-weight:800;color:#fff}.footer .footer-brand .footer-description{font-size:.95rem;color:#ffffffb3;line-height:1.8;max-width:350px}.footer .footer-links h4,.footer .footer-contact h4{font-size:1.1rem;font-weight:600;margin-bottom:24px;color:#fff}.footer .footer-links ul,.footer .footer-contact ul{list-style:none}.footer .footer-links ul li,.footer .footer-contact ul li{margin-bottom:14px}.footer .footer-links ul li a,.footer .footer-contact ul li a{color:#ffffffb3;font-size:.95rem;transition:all .3s ease}.footer .footer-links ul li a:hover,.footer .footer-contact ul li a:hover{color:#4ecca3}.footer .footer-contact ul li{display:flex;align-items:center;gap:10px}.footer .footer-contact ul li svg{color:#4ecca3;font-size:1.1rem}.footer .footer-contact .footer-social{display:flex;gap:12px;margin-top:24px}.footer .footer-contact .footer-social a{width:42px;height:42px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:all .3s ease}.footer .footer-contact .footer-social a:hover{background:#4ecca3;transform:translateY(-3px)}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:30px 0}@media(max-width:576px){.footer .footer-bottom{flex-direction:column;gap:12px;text-align:center}}.footer .footer-bottom .copyright,.footer .footer-bottom .developer{font-size:.9rem;color:#ffffffb3}.footer .footer-bottom .developer a{color:#4ecca3;font-weight:600;transition:all .3s ease}.footer .footer-bottom .developer a:hover{color:#76d7b8}.contact-modal .modal-header .selected-plan{font-size:.9rem;color:#666;margin-top:8px}.contact-modal .modal-header .selected-plan strong{color:#4ecca3}.contact-modal .form-group{margin-bottom:20px}.contact-modal .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#232931;font-size:.95rem}.contact-modal .form-group input{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease}.contact-modal .form-group input:focus{outline:none;border-color:#4ecca3;box-shadow:0 0 0 4px #4ecca31a}.contact-modal .form-group input::placeholder{color:#999}.contact-modal .form-group input.error{border-color:#e74c3c}.contact-modal .form-group input.error:focus{box-shadow:0 0 0 4px #e74c3c1a}.contact-modal .form-group .error-text{display:block;margin-top:6px;font-size:.85rem;color:#e74c3c}.contact-modal .phone-input-wrapper{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.contact-modal .phone-input-wrapper:focus-within{border-color:#4ecca3;box-shadow:0 0 0 4px #4ecca31a}.contact-modal .phone-input-wrapper.error{border-color:#e74c3c}.contact-modal .phone-input-wrapper.error:focus-within{box-shadow:0 0 0 4px #e74c3c1a}.contact-modal .phone-input-wrapper .phone-prefix{padding:14px;background:#f8f9fa;font-weight:600;color:#232931;border-right:2px solid #e0e0e0;white-space:nowrap}.contact-modal .phone-input-wrapper input{border:none;border-radius:0;padding-left:14px}.contact-modal .phone-input-wrapper input:focus{box-shadow:none}.contact-modal .modal-footer .btn{padding:14px 24px}.contact-modal .modal-footer .btn-outline{background:transparent;color:#333;border:2px solid #e0e0e0}.contact-modal .modal-footer .btn-outline:hover{background:#f8f9fa}.contact-modal .modal-footer .btn .loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.success-modal{text-align:center;padding:50px 40px;max-width:400px;position:relative}.success-modal .close-btn{position:absolute;top:20px;right:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.3rem;color:#666;transition:all .3s ease}.success-modal .close-btn:hover{background:#0000000d;color:#232931}.success-modal .success-icon{width:90px;height:90px;background:#4ecca31a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:scaleIn .5s ease}.success-modal .success-icon svg{font-size:45px;color:#4ecca3}.success-modal h2{font-size:1.6rem;font-weight:700;color:#232931;margin-bottom:12px}.success-modal p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:30px}.success-modal .btn{padding:14px 40px}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.demo-page{min-height:100vh;background:linear-gradient(135deg,#232931,#1a1a2e);display:flex;flex-direction:column;position:relative;overflow:hidden}.demo-page:before,.demo-page:after{content:"";position:absolute;border-radius:50%;opacity:.1;pointer-events:none}.demo-page:before{width:600px;height:600px;background:#4ecca3;top:-200px;right:-100px;animation:float 8s ease-in-out infinite}.demo-page:after{width:400px;height:400px;background:#4ecca3;bottom:-100px;left:-100px;animation:float 6s ease-in-out infinite reverse}.demo-page.fullscreen .demo-sidebar{display:none}.demo-page.fullscreen .demo-main{flex:1}.demo-page.fullscreen .demo-header{padding:.5rem 1rem}.demo-loading,.demo-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#fff;position:relative;z-index:1}.demo-loading .spinner,.demo-error .spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#4ecca3;border-radius:50%;animation:spin 1s linear infinite}.demo-loading h2,.demo-error h2{font-size:1.5rem;margin-bottom:.5rem}.demo-loading p,.demo-error p{color:#ffffffb3}.demo-loading .btn-back,.demo-error .btn-back{margin-top:1rem;padding:14px 32px;background:#4ecca3;color:#fff;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.demo-loading .btn-back:hover,.demo-error .btn-back:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ecca34d}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.demo-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#1a1a2e80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:10}.demo-header .demo-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.demo-header .demo-logo .logo-icon{width:40px;height:40px;background:#4ecca3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.25rem}.demo-header .demo-logo .logo-text{font-size:1.25rem;font-weight:700;color:#fff}.demo-header .demo-info{display:flex;align-items:center;gap:1rem}.demo-header .demo-info .demo-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#4ecca326;color:#4ecca3;border-radius:50px;font-size:.85rem;font-weight:600}.demo-header .demo-info .demo-badge:before{content:"";width:8px;height:8px;background:#4ecca3;border-radius:50%;animation:pulse 2s ease-in-out infinite}.demo-header .demo-info p{color:#fff9;font-size:.875rem}.demo-header .btn-back-home{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:10px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.demo-header .btn-back-home:hover{background:#ffffff1a;border-color:#fff}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.demo-content{display:flex;flex:1;overflow:hidden;position:relative;z-index:1}.demo-sidebar{width:380px;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transition:all .3s ease}.demo-sidebar.collapsed{width:80px}.demo-sidebar.collapsed .sidebar-header,.demo-sidebar.collapsed .panel-info,.demo-sidebar.collapsed .panel-arrow,.demo-sidebar.collapsed .sidebar-footer{display:none}.demo-sidebar.collapsed .panel-item{padding:1rem;justify-content:center}.demo-sidebar .sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.demo-sidebar .sidebar-header h2{font-size:1.25rem;color:#fff;margin-bottom:.25rem}.demo-sidebar .sidebar-header p{color:#fff9;font-size:.875rem}.demo-sidebar .panel-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.demo-sidebar .panel-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:left}.demo-sidebar .panel-item:hover{background:#ffffff14;border-color:var(--panel-color, #4ecca3);transform:translate(4px)}.demo-sidebar .panel-item.active{background:#4ecca31a;border-color:var(--panel-color, #4ecca3)}.demo-sidebar .panel-item.active .panel-icon{background:var(--panel-color, #4ecca3);color:#fff}.demo-sidebar .panel-item .panel-icon{width:52px;height:52px;background:#ffffff1a;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--panel-color, #4ecca3);flex-shrink:0;transition:all .3s ease}.demo-sidebar .panel-item .panel-info{flex:1}.demo-sidebar .panel-item .panel-info h3{font-size:1rem;color:#fff;margin-bottom:.25rem;font-weight:600}.demo-sidebar .panel-item .panel-info p{font-size:.8rem;color:#ffffff80;line-height:1.4}.demo-sidebar .panel-item .panel-arrow{color:#fff6;transition:all .3s ease}.demo-sidebar .panel-item:hover .panel-arrow{transform:translate(4px);color:var(--panel-color, #4ecca3)}.demo-sidebar .sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.demo-sidebar .sidebar-footer .demo-tip{background:#4ecca31a;border:1px solid rgba(78,204,163,.2);border-radius:16px;padding:1.25rem}.demo-sidebar .sidebar-footer .demo-tip h4{color:#4ecca3;font-size:.9rem;margin-bottom:.75rem;font-weight:600}.demo-sidebar .sidebar-footer .demo-tip ol{color:#ffffffb3;font-size:.8rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.demo-sidebar .sidebar-footer .demo-tip ol li::marker{color:#4ecca3}.demo-main{flex:1;display:flex;flex-direction:column;background:#1a1a2e4d}.demo-main:not(.active){align-items:center;justify-content:center}.iframe-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#1a1a2ecc;border-bottom:1px solid rgba(255,255,255,.1)}.iframe-header .iframe-title{display:flex;align-items:center;gap:.75rem}.iframe-header .iframe-title .iframe-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.iframe-header .iframe-title .iframe-icon svg{width:20px;height:20px}.iframe-header .iframe-title h3{color:#fff;font-size:1rem;font-weight:600}.iframe-header .iframe-actions{display:flex;gap:.75rem}.iframe-header .iframe-actions button{padding:10px 16px;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.iframe-header .iframe-actions .btn-fullscreen{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.iframe-header .iframe-actions .btn-fullscreen:hover{background:#ffffff26;border-color:#ffffff4d}.iframe-header .iframe-actions .btn-close{background:#e74c3c33;border:1px solid rgba(231,76,60,.3);color:#e74c3c}.iframe-header .iframe-actions .btn-close:hover{background:#e74c3c;color:#fff}.iframe-container{flex:1;position:relative}.iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#fff}.iframe-container.phone-view{display:flex;align-items:center;justify-content:center;background:transparent;padding:2rem}.iframe-container.phone-view iframe{position:relative;width:100%;height:100%;border-radius:0}.phone-mockup{width:300px;height:620px;max-height:calc(100vh - 200px);background:#1a1a1a;border-radius:44px;padding:10px;box-shadow:0 30px 60px #0006,inset 0 0 0 2px #ffffff1a,0 0 80px #4ecca31a;position:relative;display:flex;flex-direction:column;animation:float 6s ease-in-out infinite}.phone-mockup .phone-notch{position:absolute;top:10px;left:50%;transform:translate(-50%);width:100px;height:28px;background:#000;border-radius:0 0 16px 16px;z-index:10}.phone-mockup .phone-screen{flex:1;background:#fff;border-radius:34px;overflow:hidden;position:relative}.phone-mockup .phone-screen iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.phone-mockup .phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:120px;height:5px;background:#fff;border-radius:3px;opacity:.3}.demo-placeholder{text-align:center;max-width:480px;padding:2rem;animation:fadeInUp .8s ease}.demo-placeholder .placeholder-icon{width:120px;height:120px;background:#4ecca31a;border-radius:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#4ecca3;animation:float 4s ease-in-out infinite}.demo-placeholder h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.75rem}.demo-placeholder p{color:#fff9;font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6}.demo-placeholder .quick-start{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem}.demo-placeholder .quick-start h3{color:#ffffff80;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.25rem}.demo-placeholder .quick-start .btn-quick-start{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:16px;background:#4ecca3;border:none;border-radius:14px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.demo-placeholder .quick-start .btn-quick-start:hover{transform:translateY(-3px);box-shadow:0 15px 40px #4ecca359}@media(max-width:1024px){.demo-sidebar{width:320px}.phone-mockup{width:260px;height:540px}}@media(max-width:768px){.demo-header{flex-wrap:wrap;gap:1rem;padding:1rem}.demo-header .demo-info{order:3;width:100%;justify-content:center}.demo-header .demo-info p{display:none}.demo-content{flex-direction:column}.demo-sidebar{width:100%;max-height:50vh}.demo-sidebar.collapsed{max-height:70px;width:100%}.demo-sidebar.collapsed .panel-list{flex-direction:row;padding:.75rem;overflow-x:auto}.demo-sidebar.collapsed .panel-item{padding:.75rem}.demo-sidebar .sidebar-footer{display:none}.demo-main{min-height:60vh}.phone-mockup{width:240px;height:500px;border-radius:36px}.phone-mockup .phone-notch{width:80px;height:24px}.phone-mockup .phone-screen{border-radius:28px}.demo-placeholder h2{font-size:1.5rem}.demo-placeholder p{font-size:1rem}}@media(max-width:480px){.phone-mockup{width:200px;height:420px;padding:8px;border-radius:32px}.phone-mockup .phone-notch{width:70px;height:20px;top:8px}.phone-mockup .phone-screen{border-radius:24px}.phone-mockup .phone-home-indicator{width:80px;height:4px;bottom:6px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;line-height:1.6;background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in-up{animation:fadeInUp .8s ease forwards}.fade-in{animation:fadeIn .6s ease forwards}.section{padding:100px 0}@media(max-width:768px){.section{padding:60px 0}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:#232931}@media(max-width:768px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.1rem;text-align:center;color:#666;max-width:600px;margin:0 auto 50px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;border-radius:12px;transition:all .3s ease}.btn-primary{background:#4ecca3;color:#fff}.btn-primary:hover{background:#36bb90;transform:translateY(-2px);box-shadow:0 10px 30px #4ecca34d}.btn-secondary{background:#232931;color:#fff}.btn-secondary:hover{background:#38424f;transform:translateY(-2px)}.btn-outline{background:transparent;color:#232931;border:2px solid #232931}.btn-outline:hover{background:#232931;color:#fff;transform:translateY(-2px)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4ecca3;box-shadow:0 0 0 4px #4ecca31a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:120px}.phone-input-wrapper{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:10px;overflow:hidden;transition:all .3s ease}.phone-input-wrapper:focus-within{border-color:#4ecca3;box-shadow:0 0 0 4px #4ecca31a}.phone-input-wrapper .phone-prefix{padding:14px 12px;background:#f8f9fa;font-weight:600;color:#333;border-right:2px solid #e0e0e0;white-space:nowrap}.phone-input-wrapper input{border:none;border-radius:0}.phone-input-wrapper input:focus{box-shadow:none}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:20px;padding:40px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:fadeInUp .4s ease}@media(max-width:480px){.modal{padding:30px 20px}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.modal-header h2{font-size:1.5rem;font-weight:700;color:#232931}.modal-header .close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.5rem;color:#666;transition:all .3s ease}.modal-header .close-btn:hover{background:#f8f9fa;color:#333}.modal-body{margin-bottom:30px}.modal-footer{display:flex;gap:12px}.modal-footer button{flex:1}.success-modal{text-align:center}.success-modal .success-icon{width:80px;height:80px;background:#4ecca31a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.success-modal .success-icon svg{font-size:40px;color:#4ecca3}.success-modal h2{font-size:1.5rem;font-weight:700;color:#232931;margin-bottom:12px}.success-modal p{color:#666;font-size:1rem;margin-bottom:30px}
