.l-nav{z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0714cc;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:72px;padding:0 3rem;display:grid;position:fixed;top:0}.l-nav>.sd-logo{justify-self:start}.l-nav>.l-nav-links{justify-self:center}.l-nav>.l-nav-cta{justify-self:end}@media (max-width:768px){.l-nav{padding:0 1.25rem}}.l-nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.l-nav-links a{color:var(--text2);padding:.25rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.l-nav-links a:hover,.l-nav-links a.l-nav-link-active{color:var(--text)}.l-nav-links a.l-nav-link-active:after{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.l-nav-cta{align-items:center;gap:1rem;display:flex}.l-lang-switch{appearance:none;color:var(--text3);cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236B5E8A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right .1rem center no-repeat;border:none;border-radius:6px;height:36px;padding:0 1.1rem 0 .4rem;font-family:inherit;font-size:.78rem;font-weight:600;line-height:1;transition:color .15s}.l-lang-switch:hover{color:var(--text2)}.l-lang-switch:focus-visible{color:var(--text);background-color:#6c3fe814;outline:none}.l-lang-switch option{background:var(--bg2);color:var(--text)}[dir=rtl] .l-lang-switch{background-position:.1rem;padding:0 .4rem 0 1.1rem}.l-nav-cta-divider{background:var(--border);width:1px;height:22px;margin:0 .4rem}.l-btn-outline{border:1px solid var(--border);color:var(--text2);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;justify-content:center;align-items:center;height:36px;padding:.55rem 1.25rem;font-family:inherit;font-size:.85rem;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.l-btn-outline:hover{border-color:var(--primary);color:var(--text);background:#6c3fe81a}.l-btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;height:36px;padding:.55rem 1.4rem;font-family:inherit;font-size:.85rem;font-weight:700;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 0 20px #6c3fe84d}.l-btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 30px #6c3fe880}.l-announce{background:linear-gradient(90deg, var(--primary-dark), var(--primary), var(--primary-light));text-align:center;color:#fff;z-index:998;margin-top:72px;padding:.5rem;font-size:.82rem;font-weight:600;position:relative}.l-hero{align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.l-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:6rem 0 4rem;display:grid}.l-hero-badge{color:var(--primary-light);background:#6c3fe826;border:1px solid #6c3fe84d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;animation:.6s l-fadeInDown;display:inline-flex}.l-hero-badge .l-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite l-pulse}.l-hero h1{margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.2;animation:.8s .1s both l-fadeInDown}.l-hero h1 .l-highlight{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.l-hero p{color:var(--text2);margin-bottom:2rem;font-size:1rem;line-height:1.9;animation:.8s .2s both l-fadeInDown}.l-hero-btns{flex-wrap:wrap;gap:1rem;animation:.8s .3s both l-fadeInDown;display:flex}.l-btn-hero{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;height:52px;padding:0 2rem;font-family:inherit;font-size:1rem;font-weight:700;line-height:1;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 30px #6c3fe866}.l-btn-hero:hover{transform:translateY(-2px);box-shadow:0 8px 40px #6c3fe899}.l-btn-hero-outline{border:1px solid var(--border);height:52px;color:var(--text2);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-family:inherit;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:all .3s;display:inline-flex}.l-btn-hero-outline:hover{border-color:var(--primary);color:var(--text);background:#6c3fe814}.l-hero-visual{min-height:540px;animation:1s .4s both l-fadeInLeft;position:relative}.l-hero-visual:before{content:"";filter:blur(20px);z-index:0;pointer-events:none;background:radial-gradient(circle,#6c3fe840 0%,#22d3ee14 35%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:6s ease-in-out infinite l-halo-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.l-phone{width:280px;margin:0 auto;position:relative}.l-phone-frame{background:var(--card2);border:1px solid var(--border);border-radius:36px;padding:1.5rem 1rem;position:relative;overflow:hidden;box-shadow:0 0 60px #6c3fe833,0 0 0 1px #ffffff0d}.l-phone-frame:before{content:"";background:var(--bg3);border-radius:0 0 8px 8px;width:80px;height:6px;position:absolute;top:0;left:50%;transform:translate(-50%)}.l-phone-screen{background:var(--bg2);border-radius:24px;min-height:420px;padding:1rem}.l-chat-item{margin-bottom:.75rem;animation:.5s both l-slideIn}.l-chat-item.l-user{text-align:left}.l-chat-item.l-bot{text-align:right}.l-chat-bubble{border-radius:14px;max-width:80%;padding:.6rem .9rem;font-size:.75rem;line-height:1.5;display:inline-block}.l-chat-item.l-user .l-chat-bubble{background:var(--card);color:var(--text2);border-radius:14px 14px 14px 4px}.l-chat-item.l-bot .l-chat-bubble{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:14px 14px 4px}.l-chat-time{color:var(--text3);margin-top:.2rem;font-size:.6rem}.l-auto-tag{color:var(--accent);background:#22d3ee26;border:1px solid #22d3ee4d;border-radius:4px;margin-bottom:.3rem;padding:.15rem .5rem;font-size:.65rem;display:inline-block}.l-phone-header{color:var(--text3);text-align:center;margin-bottom:.75rem;font-size:.65rem}.l-phone-footer{text-align:center;margin-top:.75rem}.l-phone-footer span{color:var(--accent);background:#22d3ee1a;border-radius:50px;padding:.2rem .6rem;font-size:.62rem}.l-bubble-typing{align-items:center;gap:.25rem;padding:.7rem .9rem;display:inline-flex}.l-bubble-typing span{background:#ffffffd9;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite l-typing-dot;display:inline-block}.l-bubble-typing span:nth-child(2){animation-delay:.2s}.l-bubble-typing span:nth-child(3){animation-delay:.4s}.l-floating-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#160f2ad9;border:1px solid #6c3fe859;border-radius:14px;align-items:center;gap:.65rem;min-width:168px;padding:.7rem .9rem;font-size:.75rem;animation:7s ease-in-out infinite l-float;display:flex;position:absolute;box-shadow:0 12px 40px #0a071473}.l-floating-card-icon{background:#6c3fe833;border:1px solid #6c3fe859;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;display:flex}.l-floating-card-title{color:var(--text);font-size:.78rem;font-weight:700;line-height:1.2}.l-floating-card-meta{color:var(--text3);margin-top:.15rem;font-size:.65rem}.l-card-rule{animation-delay:.6s;top:8%;right:-16px}.l-card-kpi{animation-delay:1.4s;bottom:12%;left:-28px}.l-card-kpi .l-floating-card-title{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Mono,monospace;font-size:1.1rem}.l-stats{gap:2rem;margin-top:2.5rem;animation:.8s .5s both l-fadeInDown;display:flex}.l-stat-num{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:900}.l-stat-label{color:var(--text3);font-size:.75rem}.l-section{padding:6rem 5%;position:relative}.l-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.l-section-label{color:var(--primary-light);background:#6c3fe81f;border:1px solid #6c3fe840;border-radius:50px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.78rem;font-weight:600;display:inline-block}.l-section-title{margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;line-height:1.25}.l-section-sub{color:var(--text2);max-width:600px;font-size:.95rem;line-height:1.8}.l-center{text-align:center}.l-center .l-section-sub,.l-section-sub.l-center{margin:0 auto}.l-label-wrap{text-align:center;margin-bottom:.5rem}.l-pricing-note{text-align:center;color:var(--text3);margin-top:1.5rem;font-size:.8rem}.l-footer-mono{font-family:Space Mono,monospace;font-size:.72rem}.l-features-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:3rem;display:flex}.l-features-grid>.l-feature-card{flex:0 calc(33.3333% - .833333rem);min-width:280px}@media (max-width:768px){.l-features-grid>.l-feature-card{flex:100%}}.l-feature-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}.l-feature-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.l-feature-card:hover{border-color:#6c3fe866;transform:translateY(-4px);box-shadow:0 12px 40px #6c3fe826}.l-feature-card:hover:before{opacity:1}.l-feature-icon{background:#6c3fe826;border:1px solid #6c3fe833;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.l-feature-card h3{margin-bottom:.6rem;font-size:1rem;font-weight:700}.l-feature-card p{color:var(--text2);font-size:.82rem;line-height:1.7}.l-feature-list{flex-direction:column;gap:.3rem;margin-top:.75rem;padding:0;list-style:none;display:flex}.l-feature-list li{color:var(--text2);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.l-feature-list li:before{content:"✓";color:var(--accent);font-size:.7rem;font-weight:700}.l-how{background:var(--bg2)}.l-steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid;position:relative}.l-steps:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);height:1px;position:absolute;top:40px;left:15%;right:15%}.l-step-card{text-align:center;padding:2rem 1.5rem;position:relative}.l-step-num{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-family:Space Mono,monospace;font-size:1.3rem;font-weight:900;display:flex;box-shadow:0 0 25px #6c3fe866}.l-step-card h3{margin-bottom:.6rem;font-size:1rem;font-weight:700}.l-step-card p{color:var(--text2);font-size:.82rem;line-height:1.7}.l-pricing-tabs{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:540px;margin:1.5rem auto 2.5rem;padding:.4rem;display:flex}.l-pricing-tab{cursor:pointer;color:var(--text2);white-space:nowrap;background:0 0;border:none;border-radius:10px;flex:1;padding:.6rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s}.l-pricing-tab.l-active{background:var(--primary);color:#fff;box-shadow:0 2px 12px #6c3fe866}.l-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.l-pricing-beta{max-width:760px;color:var(--text2);background:linear-gradient(135deg,#22d3ee1f,#6c3fe814);border:1px solid #22d3ee47;border-radius:12px;align-items:center;gap:.75rem;margin:0 auto 2rem;padding:.75rem 1.1rem;font-size:.82rem;line-height:1.55;display:flex}.l-pricing-beta-icon{flex-shrink:0;font-size:1.1rem}.l-pricing-beta-text strong{color:var(--accent);margin-inline-end:.25rem;font-weight:700}.l-price-card{background:var(--card);border:1px solid var(--border);border-radius:24px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative}.l-price-card.l-featured{border-color:var(--primary);background:linear-gradient(145deg, var(--card2), #6c3fe814);box-shadow:0 0 40px #6c3fe826}.l-price-card:hover{transform:translateY(-4px)}.l-popular-tag{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;white-space:nowrap;border-radius:50px;padding:.3rem 1.2rem;font-size:.72rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.l-price-plan{color:var(--text2);margin-bottom:.5rem;font-size:.85rem}.l-price-amount{align-items:baseline;gap:.3rem;margin-bottom:.3rem;display:flex}.l-price-currency-symbol{color:var(--text2);font-family:Space Mono,monospace;font-size:1.4rem;font-weight:700}.l-price-num{color:var(--text);font-family:Space Mono,monospace;font-size:2rem;font-weight:900}.l-price-currency{color:var(--text2);font-size:.85rem}.l-price-old{color:var(--text3);min-height:1em;margin-bottom:1rem;font-size:.78rem;text-decoration:line-through}.l-price-desc{color:var(--text2);margin-bottom:1.5rem;font-size:.8rem;line-height:1.6}.l-price-features{flex-direction:column;gap:.6rem;margin-bottom:1.75rem;padding:0;list-style:none;display:flex}.l-price-features li{color:var(--text2);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.l-check{width:18px;height:18px;color:var(--primary-light);background:#6c3fe833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;display:flex}.l-btn-price{cursor:pointer;text-align:center;border-radius:12px;justify-content:center;align-items:center;width:100%;height:48px;margin-top:auto;padding:0 1rem;font-family:inherit;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;transition:all .2s;display:flex}.l-btn-price-outline{border:1px solid var(--border);color:var(--text2);background:0 0}.l-btn-price-outline:hover{border-color:var(--primary);color:var(--text);background:#6c3fe814}.l-btn-price-fill{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border:none;box-shadow:0 4px 20px #6c3fe859}.l-btn-price-fill:hover{transform:translateY(-1px);box-shadow:0 6px 30px #6c3fe88c}.l-payment{background:var(--bg2)}.l-payment-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.l-payment-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2rem}.l-payment-card h3{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.l-payment-flag{font-size:1.3rem}.l-payment-card p{color:var(--text2);margin-bottom:1.25rem;font-size:.85rem;line-height:1.8}.l-payment-steps{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.l-payment-steps li{color:var(--text2);align-items:flex-start;gap:.75rem;font-size:.82rem;display:flex}.l-step-badge{width:22px;height:22px;color:var(--primary-light);background:#6c3fe833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.65rem;font-weight:700;display:flex}.l-account-box{border:1px solid var(--border);background:#6c3fe814;border-radius:12px;margin-top:1.25rem;padding:1rem}.l-account-label{color:var(--text3);margin-bottom:.3rem;font-size:.78rem}.l-account-num{color:var(--text);letter-spacing:1px;font-family:Space Mono,monospace;font-size:.85rem}.l-account-meta{color:var(--text3);margin-top:.25rem;font-size:.72rem}.l-btn-whatsapp{text-align:center;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:12px;margin-top:1rem;padding:.85rem 2rem;font-weight:700;text-decoration:none;display:block}.l-payment-actions{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.l-testi-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.l-testi-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.5rem;transition:all .3s}.l-testi-card:hover{border-color:#6c3fe859;transform:translateY(-3px)}.l-testi-stars{color:#f59e0b;margin-bottom:.75rem;font-size:.85rem}.l-testi-text{color:var(--text2);margin-bottom:1.25rem;font-size:.84rem;line-height:1.8}.l-testi-author{align-items:center;gap:.75rem;display:flex}.l-testi-avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.8rem;font-weight:700;display:flex}.l-testi-name{font-size:.84rem;font-weight:700}.l-testi-role{color:var(--text3);font-size:.72rem}.l-faq{background:var(--bg2)}.l-faq-list{flex-direction:column;gap:.75rem;max-width:780px;margin:3rem auto 0;display:flex}.l-faq-item{background:var(--card);border:1px solid var(--border);border-radius:14px;transition:border-color .2s;overflow:hidden}.l-faq-item.l-open{border-color:#6c3fe859}.l-faq-q{cursor:pointer;width:100%;color:inherit;text-align:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;display:flex}.l-faq-icon{width:28px;height:28px;color:var(--primary-light);background:#6c3fe826;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:transform .3s,background .3s;display:flex}.l-faq-item.l-open .l-faq-icon{background:var(--primary);color:#fff;transform:rotate(45deg)}.l-faq-a{max-height:0;color:var(--text2);padding:0 1.5rem;font-size:.85rem;line-height:1.8;transition:max-height .35s,padding .3s;overflow:hidden}.l-faq-item.l-open .l-faq-a{max-height:240px;padding-bottom:1.25rem}.l-cta-section{text-align:center;padding:5rem 5%}.l-cta-box{background:linear-gradient(135deg,#6c3fe826,#22d3ee14);border:1px solid #6c3fe840;border-radius:28px;max-width:1100px;margin:0 auto;padding:3.5rem 3rem;position:relative;overflow:hidden}.l-cta-grid{text-align:start;grid-template-columns:1fr;gap:2.5rem;display:grid;position:relative}@media (min-width:900px){.l-cta-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:3.5rem}}.l-cta-includes{border:1px solid var(--border);background:#0a071473;border-radius:18px;padding:1.5rem 1.75rem}.l-cta-includes-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text2);margin-bottom:1rem;font-size:.78rem;font-weight:700}.l-cta-includes-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.l-cta-includes-list li{color:var(--text);align-items:flex-start;gap:.7rem;font-size:.88rem;line-height:1.5;display:flex}.l-cta-check{width:20px;height:20px;color:var(--accent);background:#22d3ee2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.7rem;font-weight:700;display:inline-flex}.l-cta-box:before{content:"";filter:blur(60px);background:#6c3fe81a;border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.l-cta-box h2{margin-bottom:1rem;font-size:2rem;font-weight:900;position:relative}.l-cta-box p{color:var(--text2);margin-bottom:2rem;font-size:.95rem;line-height:1.8;position:relative}.l-cta-btns{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex;position:relative}@media (max-width:899px){.l-cta-grid{text-align:center}.l-cta-btns{justify-content:center}.l-cta-includes-list li{text-align:start}}.l-footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 5% 2rem}.l-footer-grid{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2.5rem;display:grid}.l-footer-brand .sd-logo{margin-bottom:.75rem;font-size:1.3rem;display:block}.l-footer-desc{color:var(--text3);margin-bottom:1.25rem;font-size:.82rem;line-height:1.8}.l-footer-social{gap:.6rem;display:flex}.l-social-btn{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.l-social-btn:hover{border-color:var(--primary);background:#6c3fe81a}.l-footer-col h4{color:var(--text);margin-bottom:1rem;font-size:.88rem;font-weight:700}.l-footer-links{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.l-footer-links a{color:var(--text3);font-size:.8rem;text-decoration:none;transition:color .2s}.l-footer-links a:hover{color:var(--primary-light)}.l-footer-bottom{max-width:1200px;color:var(--text3);justify-content:space-between;align-items:center;margin:1.5rem auto 0;font-size:.78rem;display:flex}@keyframes l-fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes l-fadeInLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes l-slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes l-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes l-typing-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes l-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes l-halo-pulse{0%,to{opacity:.85;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}.l-chat-item:first-child{animation-delay:.5s}.l-chat-item:nth-child(2){animation-delay:1s}.l-chat-item:nth-child(3){animation-delay:1.5s}.l-chat-item:nth-child(4){animation-delay:2s}.l-chat-item:nth-child(5){animation-delay:2.5s}@media (max-width:768px){.l-hero-grid{grid-template-columns:1fr;gap:3rem}.l-hero-visual{order:-1}.l-phone{width:220px}.l-features-grid,.l-steps{grid-template-columns:1fr}.l-steps:before{display:none}.l-pricing-grid,.l-payment-grid,.l-testi-grid{grid-template-columns:1fr}.l-footer-grid{grid-template-columns:1fr 1fr}.l-nav-links{display:none}.l-stats{flex-wrap:wrap}.l-footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}
