@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";
.landing-page{--lp-primary:#6c3ce1;--lp-primary-dark:#5429c4;--lp-primary-light:#8b5cf6;--lp-accent:#00d4aa;--lp-accent-dark:#00b894;--lp-gradient-1:linear-gradient(135deg,#6c3ce1,#00d4aa);--lp-gradient-2:linear-gradient(135deg,#6c3ce1 0%,#8b5cf6 50%,#00d4aa 100%);--lp-transition:.4s ease}.landing-page[data-theme=dark]{--lp-bg:#0f0b1f;--lp-bg-2:#1a1432;--lp-bg-3:#241d3d;--lp-text:#fff;--lp-text-secondary:#d1d5db;--lp-text-muted:#9ca3af;--lp-border:#6c3ce126;--lp-border-hover:#6c3ce14d;--lp-card-bg:linear-gradient(145deg,#1a1432,#241d3d);--lp-navbar-bg:#0f0b1ff2;--lp-shadow-glow:0 0 40px #6c3ce14d;--lp-hero-gradient:radial-gradient(ellipse at 20% 50%,#6c3ce126 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,#00d4aa1a 0%,transparent 50%);--lp-grid-color:#6c3ce10d;--lp-chat-sent:#075e54;--lp-chat-sent-text:#dcf8c6;--lp-chat-received:#1a1432}.landing-page[data-theme=light]{--lp-bg:#f8f9fc;--lp-bg-2:#fff;--lp-bg-3:#f0f0f5;--lp-text:#1a1432;--lp-text-secondary:#4b5563;--lp-text-muted:#6b7280;--lp-border:#6c3ce11f;--lp-border-hover:#6c3ce140;--lp-card-bg:linear-gradient(145deg,#fff,#f0f0f5);--lp-navbar-bg:#f8f9fcf2;--lp-shadow-glow:0 0 40px #6c3ce126;--lp-hero-gradient:radial-gradient(ellipse at 20% 50%,#6c3ce114 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,#00d4aa0f 0%,transparent 50%);--lp-grid-color:#6c3ce108;--lp-chat-sent:#dcf8c6;--lp-chat-sent-text:#1a1432;--lp-chat-received:#fff}.landing-page{background-color:var(--lp-bg);color:var(--lp-text);transition:background-color var(--lp-transition),color var(--lp-transition);margin:0;padding:0;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box}.landing-page .lp-theme-toggle{background:var(--lp-bg-3);border:1px solid var(--lp-border);cursor:pointer;width:52px;height:28px;transition:all var(--lp-transition);border-radius:100px;flex-shrink:0;align-items:center;padding:0 4px;display:flex;position:relative}.landing-page .lp-theme-toggle .toggle-thumb{background:var(--lp-gradient-1);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;transition:transform .3s;display:flex}.landing-page[data-theme=dark] .toggle-thumb{transform:translate(0)}.landing-page[data-theme=light] .toggle-thumb{transform:translate(24px)}.landing-page .lp-theme-toggle .icon-moon,.landing-page .lp-theme-toggle .icon-sun{font-size:.7rem;transition:opacity .3s;position:absolute}.landing-page .lp-theme-toggle .icon-moon{right:7px}.landing-page .lp-theme-toggle .icon-sun{left:7px}.landing-page[data-theme=dark] .icon-sun{opacity:.3}.landing-page[data-theme=dark] .icon-moon,.landing-page[data-theme=light] .icon-sun{opacity:1}.landing-page[data-theme=light] .icon-moon{opacity:.3}.landing-page .lp-navbar{z-index:1000;background:0 0;padding:1rem 1.25rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.landing-page .lp-navbar.scrolled{background:var(--lp-navbar-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--lp-border);padding:.6rem 1.25rem}.landing-page .navbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;display:flex}.landing-page .lp-logo{background:var(--lp-gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;align-items:center;gap:.4rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.landing-page .lp-logo svg{width:28px;height:28px}.landing-page .nav-right{align-items:center;gap:1rem;display:flex}.landing-page .nav-links{align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.landing-page .nav-links a{color:var(--lp-text-secondary);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s}.landing-page .nav-links a:hover{color:var(--lp-text)}.landing-page .lp-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.landing-page .lp-btn-primary{background:var(--lp-gradient-1);color:#fff;box-shadow:0 4px 15px #6c3ce166}.landing-page .lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6c3ce180}.landing-page .lp-btn-outline{color:var(--lp-text);background:0 0;border:2px solid #6c3ce166}.landing-page .lp-btn-outline:hover{border-color:var(--lp-primary);background:#6c3ce114;transform:translateY(-2px)}.landing-page .lp-btn-lg{border-radius:16px;padding:1rem 2rem;font-size:1.05rem}.landing-page .lp-btn-white{color:var(--lp-primary-dark);background:#fff}.landing-page .lp-btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.landing-page .lp-btn-whatsapp{color:#fff;background:linear-gradient(#25d366 0%,#128c7e 100%);box-shadow:0 4px 15px #25d36659}.landing-page .lp-btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 22px #25d36673}.landing-page .mobile-menu-btn{color:var(--lp-text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.25rem;font-size:1.5rem;display:none}.landing-page .lp-mobile-menu{z-index:999;background:var(--lp-bg);opacity:0;flex-direction:column;gap:0;padding:5rem 2rem 2rem;transition:opacity .3s,transform .3s;display:none;position:fixed;inset:0;transform:translateY(-10px)}.landing-page .lp-mobile-menu.open{opacity:1;display:flex;transform:translateY(0)}.landing-page .lp-mobile-menu a{color:var(--lp-text);border-bottom:1px solid var(--lp-border);-webkit-tap-highlight-color:transparent;padding:1rem 0;font-size:1.2rem;font-weight:600;text-decoration:none;display:block}.landing-page .lp-mobile-menu .mobile-menu-btns{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.landing-page .lp-mobile-menu .mobile-menu-btns .lp-btn{justify-content:center;width:100%;padding:1rem;font-size:1rem}.landing-page .lp-hero{align-items:center;min-height:100dvh;padding:6.5rem 1.25rem 3rem;display:flex;position:relative;overflow:hidden}.landing-page .lp-hero:before{content:"";background:var(--lp-hero-gradient);z-index:0;position:absolute;inset:0}.landing-page .hero-grid{background-image:linear-gradient(var(--lp-grid-color)1px,transparent 1px),linear-gradient(90deg,var(--lp-grid-color)1px,transparent 1px);z-index:0;background-size:60px 60px;position:absolute;inset:0}.landing-page .hero-orb{filter:blur(80px);z-index:0;border-radius:50%;animation:8s ease-in-out infinite lp-float;position:absolute}.landing-page .hero-orb-1{background:#6c3ce133;width:250px;height:250px;top:10%;left:-10%}.landing-page .hero-orb-2{background:#00d4aa26;width:200px;height:200px;animation-delay:-4s;bottom:10%;right:-10%}@keyframes lp-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}.landing-page .hero-content{z-index:1;text-align:center;width:100%;max-width:1280px;margin:0 auto;position:relative}.landing-page .hero-badge{color:var(--lp-primary-light);background:#6c3ce11f;border:1px solid #6c3ce140;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;animation:.8s forwards lp-fadeInUp;display:inline-flex}.landing-page .hero-badge .dot{background:var(--lp-accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite lp-pulse}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-page .lp-hero h1{opacity:0;margin-bottom:1.25rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,5.5vw,4.5rem);font-weight:800;line-height:1.15;animation:.8s .1s forwards lp-fadeInUp}.landing-page .lp-hero h1 .gradient-text{background:var(--lp-gradient-2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .lp-hero>.hero-content>p{color:var(--lp-text-secondary);opacity:0;max-width:700px;margin:0 auto 2rem;font-size:clamp(.95rem,1.8vw,1.3rem);line-height:1.7;animation:.8s .2s forwards lp-fadeInUp}.landing-page .hero-buttons{opacity:0;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;animation:.8s .3s forwards lp-fadeInUp;display:flex}.landing-page .hero-trial{color:var(--lp-text-muted);opacity:0;font-size:.85rem;animation:.8s .4s forwards lp-fadeInUp}.landing-page .hero-trial strong{color:var(--lp-accent)}@keyframes lp-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-page .lp-trusted{text-align:center;padding:3rem 1.25rem}.landing-page .lp-trusted>p{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.landing-page .trusted-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:500px;margin:0 auto;display:grid}.landing-page .stat-item{text-align:center}.landing-page .stat-number{background:var(--lp-gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700}.landing-page .stat-label{color:var(--lp-text-muted);margin-top:.15rem;font-size:.8rem}.landing-page .lp-section{max-width:1280px;margin:0 auto;padding:4rem 1.25rem}.landing-page .section-label{color:var(--lp-primary-light);text-transform:uppercase;letter-spacing:1px;background:#6c3ce11a;border:1px solid #6c3ce133;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.7rem;font-weight:600;display:inline-flex}.landing-page .section-title{margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,4vw,3rem);font-weight:700;line-height:1.2}.landing-page .section-subtitle{color:var(--lp-text-secondary);max-width:600px;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.7}.landing-page .section-header{text-align:center;margin-bottom:3rem}.landing-page .section-header .section-subtitle{margin:0 auto}.landing-page .features-grid{grid-template-columns:1fr;gap:1rem;display:grid}.landing-page .feature-card{background:var(--lp-card-bg);border:1px solid var(--lp-border);border-radius:16px;padding:1.5rem;transition:all .4s;position:relative;overflow:hidden}.landing-page .feature-card:before{content:"";background:var(--lp-gradient-1);transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.landing-page .feature-card:hover:before{transform:scaleX(1)}.landing-page .feature-card:hover{border-color:var(--lp-border-hover);box-shadow:var(--lp-shadow-glow);transform:translateY(-2px)}.landing-page .feature-icon{background:#6c3ce11f;border:1px solid #6c3ce126;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.3rem;display:flex}.landing-page .feature-card h3{margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600}.landing-page .feature-card p{color:var(--lp-text-secondary);font-size:.9rem;line-height:1.65}.landing-page .feature-card .slogan{border-left:3px solid var(--lp-accent);color:var(--lp-accent);background:#00d4aa0f;border-radius:0 8px 8px 0;margin-top:.75rem;padding:.6rem .85rem;font-size:.8rem;font-style:italic;font-weight:500}.landing-page .feature-card .highlight-stat{color:var(--lp-primary-light);background:#6c3ce114;border-radius:100px;align-items:center;gap:.4rem;margin-top:.75rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.landing-page .whatsapp-section{padding:4rem 1.25rem;position:relative}.landing-page .whatsapp-section:before{content:"";background:linear-gradient(#0000,#00d4aa08,#0000);position:absolute;inset:0}.landing-page .whatsapp-inner{flex-direction:column;align-items:center;gap:2.5rem;max-width:1280px;margin:0 auto;display:flex;position:relative}.landing-page .whatsapp-content{max-width:600px}.landing-page .whatsapp-content .section-label{color:#25d366;background:#25d3661a;border-color:#25d36633}.landing-page .whatsapp-features{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding:0;list-style:none;display:flex}.landing-page .whatsapp-features li{color:var(--lp-text-secondary);align-items:flex-start;gap:.6rem;font-size:.9rem;display:flex}.landing-page .whatsapp-features li .check{color:#25d366;background:#25d3661f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:.65rem;display:flex}.landing-page .phone-frame{background:var(--lp-bg-3);border:3px solid var(--lp-border-hover);border-radius:32px;flex-shrink:0;width:280px;padding:.85rem;box-shadow:0 20px 60px #0000004d,0 0 40px #25d36614}.landing-page .phone-notch{background:var(--lp-bg);border-radius:0 0 14px 14px;width:100px;height:20px;margin:0 auto .75rem}.landing-page .chat-msg{opacity:0;border-radius:12px;max-width:88%;margin-bottom:.4rem;padding:.55rem .85rem;font-size:.75rem;line-height:1.4;animation:.5s forwards lp-chatPop}.landing-page .chat-msg.sent{background:var(--lp-chat-sent);color:var(--lp-chat-sent-text);border-bottom-right-radius:4px;margin-left:auto}.landing-page .chat-msg.received{background:var(--lp-chat-received);color:var(--lp-text-secondary);border:1px solid var(--lp-border);border-bottom-left-radius:4px}.landing-page .chat-msg .time{color:var(--lp-text-muted);text-align:right;margin-top:.2rem;font-size:.6rem}@keyframes lp-chatPop{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-page .chat-msg:nth-child(2){animation-delay:.3s}.landing-page .chat-msg:nth-child(3){animation-delay:.6s}.landing-page .chat-msg:nth-child(4){animation-delay:.9s}.landing-page .chat-msg:nth-child(5){animation-delay:1.2s}.landing-page .module-detail{padding:3rem 1.25rem;position:relative}.landing-page .module-inner{flex-direction:column;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;display:flex}.landing-page .module-visual{background:var(--lp-card-bg);border:1px solid var(--lp-border);border-radius:20px;justify-content:center;align-items:center;width:100%;min-height:200px;padding:2rem;display:flex;position:relative;overflow:hidden}.landing-page .module-visual:after{content:"";background:radial-gradient(circle,#6c3ce10d 0%,#0000 70%);position:absolute;inset:0}.landing-page .module-visual-icon{z-index:1;opacity:.6;font-size:4rem;position:relative}.landing-page .module-info h3{margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700}.landing-page .module-info p{color:var(--lp-text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.landing-page .module-list{flex-direction:column;gap:.5rem;margin-top:1rem;padding:0;list-style:none;display:flex}.landing-page .module-list li{color:var(--lp-text-secondary);align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.landing-page .module-list li span.bullet{color:var(--lp-accent);flex-shrink:0;font-weight:700}.landing-page .module-quote{border-left:3px solid var(--lp-accent);border-radius:0 10px 10px 0;margin:1rem 0;padding:.85rem 1rem}.landing-page .module-quote.green{background:#00d4aa0f}.landing-page .module-quote.purple{border-left-color:var(--lp-primary);background:#6c3ce10f}.landing-page .module-quote p{margin:0;font-size:.9rem;font-weight:600;line-height:1.6}.landing-page .module-quote.green p{color:var(--lp-accent)}.landing-page .module-quote.purple p{color:var(--lp-primary-light)}.landing-page .pricing-section{padding:4rem 1.25rem;position:relative}.landing-page .pricing-section:before{content:"";background:radial-gradient(#6c3ce10f 0%,#0000 70%);position:absolute;inset:0}.landing-page .pricing-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.landing-page .pricing-card{background:var(--lp-card-bg);border:1px solid var(--lp-border);border-radius:20px;padding:2rem 1.5rem;transition:all .4s;position:relative}.landing-page .pricing-card:hover{box-shadow:var(--lp-shadow-glow);transform:translateY(-2px)}.landing-page .pricing-card.popular{border-color:var(--lp-accent);box-shadow:0 0 30px #00d4aa1a}.landing-page .popular-badge{background:var(--lp-gradient-1);color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border-radius:100px;padding:.3rem 1.1rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-page .pricing-name{margin-bottom:.35rem;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:600}.landing-page .pricing-desc{color:var(--lp-text-muted);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.landing-page .pricing-price{align-items:baseline;gap:.35rem;margin-bottom:.35rem;display:flex}.landing-page .pricing-price .currency{color:var(--lp-text-muted);font-size:1.25rem;font-weight:600}.landing-page .pricing-price .amount{font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:800;line-height:1}.landing-page .pricing-price .period{color:var(--lp-text-muted);font-size:.9rem}.landing-page .pricing-original{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.landing-page .pricing-original .original{color:var(--lp-text-muted);font-size:1rem;text-decoration:line-through}.landing-page .pricing-original .discount{color:var(--lp-accent);white-space:nowrap;background:#00d4aa1f;border-radius:6px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.landing-page .pricing-features{flex-direction:column;gap:.6rem;margin:1.25rem 0 1.5rem;padding:0;list-style:none;display:flex}.landing-page .pricing-features li{color:var(--lp-text-secondary);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.landing-page .pricing-features li .icon{color:var(--lp-accent);flex-shrink:0;font-weight:700}.landing-page .pricing-card .lp-btn{width:100%}.landing-page .trial-banner{text-align:center;border:1px solid var(--lp-border);background:#6c3ce10f;border-radius:14px;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:1.25rem}.landing-page .trial-banner p{color:var(--lp-text-secondary);font-size:1rem}.landing-page .trial-banner strong{color:var(--lp-accent);font-weight:700}.landing-page .trial-banner .small{color:var(--lp-text-muted);margin-top:.25rem;font-size:.8rem;display:block}.landing-page .cta-section{padding:4rem 1.25rem}.landing-page .cta-box{background:var(--lp-gradient-1);text-align:center;border-radius:24px;max-width:900px;margin:0 auto;padding:3rem 1.5rem;position:relative;overflow:hidden}.landing-page .cta-box:before{content:"";background:radial-gradient(circle at 30%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.landing-page .cta-box h2{color:#fff;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;position:relative}.landing-page .cta-box p{opacity:.9;color:#fff;max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem;position:relative}.landing-page .cta-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex;position:relative}.landing-page .lp-divider{background:linear-gradient(90deg,transparent,var(--lp-border-hover),transparent);max-width:1280px;height:1px;margin:0 auto}.landing-page .ai-badge{color:var(--lp-accent);text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#6c3ce126,#00d4aa26);border:1px solid #6c3ce140;border-radius:6px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.65rem;font-weight:700;display:inline-flex}.landing-page .lp-footer{border-top:1px solid var(--lp-border);padding:3rem 1.25rem 1.5rem}.landing-page .footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto;display:flex}.landing-page .footer-text{color:var(--lp-text-muted);font-size:.8rem}.landing-page .footer-links{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.landing-page .footer-links a{color:var(--lp-text-muted);font-size:.8rem;text-decoration:none;transition:color .3s}.landing-page .footer-links a:hover{color:var(--lp-text)}.landing-page .reveal{opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}.landing-page .reveal-delay-1{transition-delay:.1s}.landing-page .reveal-delay-2{transition-delay:.2s}.landing-page .reveal-delay-3{transition-delay:.3s}@media (min-width:768px){.landing-page .lp-navbar{padding:1rem 2rem}.landing-page .lp-navbar.scrolled{padding:.75rem 2rem}.landing-page .lp-hero{padding:8rem 2rem 4rem}.landing-page .hero-orb-1{width:400px;height:400px}.landing-page .hero-orb-2{width:300px;height:300px}.landing-page .lp-section{padding:6rem 2rem}.landing-page .section-header{margin-bottom:4rem}.landing-page .features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.landing-page .trusted-stats{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:800px}.landing-page .stat-number{font-size:2.5rem}.landing-page .whatsapp-inner,.landing-page .module-inner{flex-direction:row;gap:4rem}.landing-page .module-inner.reverse{flex-direction:row-reverse}.landing-page .module-visual{flex:1;min-height:300px}.landing-page .module-info{flex:1}.landing-page .pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.landing-page .pricing-card{padding:2.5rem}.landing-page .cta-box{border-radius:32px;padding:4rem 3rem}.landing-page .whatsapp-section,.landing-page .module-detail{padding:5rem 2rem}.landing-page .footer-inner{text-align:left;flex-direction:row;justify-content:space-between}.landing-page .lp-logo{font-size:1.5rem}.landing-page .lp-logo svg{width:32px;height:32px}}@media (min-width:1024px){.landing-page .features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:767px){.landing-page .nav-links{display:none!important}.landing-page .mobile-menu-btn{display:block}.landing-page .hero-buttons .lp-btn-lg{width:100%;padding:.9rem 1.5rem;font-size:1rem}.landing-page .lp-btn-lg{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width:380px){.landing-page .lp-hero h1{font-size:1.55rem}.landing-page .hero-badge{padding:.3rem .75rem;font-size:.65rem}.landing-page .stat-number{font-size:1.6rem}.landing-page .pricing-price .amount{font-size:2.5rem}.landing-page .phone-frame{width:250px}}
