.mobile-landing{--ml-blue:#0a2540;--ml-accent:#3b82f6;--ml-muted:#64748b;--ml-border:#e2e8f0;--ml-bg:#fff;--ml-bg-alt:#f8fafc;background:var(--ml-bg);color:var(--ml-blue);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.ml-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--ml-border);background:#fffffff2;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.ml-nav-logo img{width:auto;height:32px}.ml-nav-menu{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:6px;display:flex}.ml-bar{background:var(--ml-blue);border-radius:2px;width:20px;height:2px;transition:all .3s}.ml-bar.open:first-child{transform:translateY(6px)rotate(45deg)}.ml-bar.open:nth-child(2){opacity:0}.ml-bar.open:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.ml-dropdown{z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000040;position:fixed;inset:0}.ml-dropdown-inner{border-bottom:1px solid var(--ml-border);background:#fff;flex-direction:column;gap:0;padding:1rem 1.25rem;animation:.2s mlSlide;display:flex;position:absolute;top:52px;left:0;right:0;box-shadow:0 8px 30px #00000014}@keyframes mlSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ml-dropdown-inner a{color:var(--ml-blue);border-bottom:1px solid var(--ml-border);padding:.75rem 0;font-size:.95rem;font-weight:600;text-decoration:none}.ml-dropdown-inner a:last-child{border-bottom:none}.ml-dropdown-cta{text-align:center;border-radius:8px;margin-top:.5rem;background:var(--ml-accent)!important;color:#fff!important;border-bottom:none!important;padding:.75rem!important}.ml-hero{text-align:center;padding:2.5rem 1.25rem 3rem}.ml-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--ml-accent);background:#3b82f614;border-radius:100px;margin-bottom:1.25rem;padding:.4rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.ml-title{letter-spacing:-.035em;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.1}.ml-sub{color:var(--ml-muted);max-width:340px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.ml-ctas{flex-direction:column;gap:.75rem;display:flex}.ml-btn-primary{background:var(--ml-blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0a254033}.ml-btn-primary:active{transform:scale(.97)}.ml-btn-ghost{color:var(--ml-muted);background:0 0;justify-content:center;align-items:center;padding:.8rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.ml-btn-full{width:100%}.ml-section{padding:2.5rem 1.25rem}.ml-section-alt{background:var(--ml-bg-alt)}.ml-section-title{letter-spacing:-.03em;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.ml-steps{flex-direction:column;gap:0;display:flex}.ml-step{border-bottom:1px solid var(--ml-border);align-items:flex-start;gap:.75rem;padding:1rem 0;display:flex;position:relative}.ml-step:last-child{border-bottom:none}.ml-step-icon{background:var(--ml-bg-alt);border:1px solid var(--ml-border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.ml-step-content{flex:1}.ml-step-num{text-transform:uppercase;letter-spacing:.1em;color:var(--ml-accent);margin-bottom:.15rem;font-size:.65rem;font-weight:700}.ml-step-title{margin-bottom:.2rem;font-size:.95rem;font-weight:700}.ml-step-detail{color:var(--ml-muted);font-size:.82rem;line-height:1.5}.ml-step-arrow{display:none}.ml-features{flex-direction:column;gap:.75rem;display:flex}.ml-feature-card{border:1px solid var(--ml-border);background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 2px 8px #00000008}.ml-feature-icon{color:var(--ml-accent);margin-bottom:.5rem}.ml-feature-card h3{margin-bottom:.3rem;font-size:1rem;font-weight:700}.ml-feature-card p{color:var(--ml-muted);font-size:.85rem;line-height:1.5}.ml-price-card{border:2px solid var(--ml-accent);text-align:center;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 30px #3b82f614}.ml-price-label{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.ml-price-amount{letter-spacing:-.03em;margin-bottom:.25rem;font-size:3rem;font-weight:800;line-height:1}.ml-price-unit{color:var(--ml-muted);margin-bottom:1.25rem;font-size:.85rem}.ml-price-list{text-align:left;margin:0 0 1.5rem;padding:0;list-style:none}.ml-price-list li{border-bottom:1px solid var(--ml-bg-alt);color:var(--ml-muted);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9rem;display:flex}.ml-price-list li:before{content:"✓";color:var(--ml-accent);font-weight:700}.ml-footer{text-align:center;border-top:1px solid var(--ml-border);background:var(--ml-bg-alt);padding:2rem 1.25rem}.ml-footer-logo{height:28px;margin-bottom:1rem}.ml-footer-links{justify-content:center;gap:1.25rem;margin-bottom:1rem;display:flex}.ml-footer-links a{color:var(--ml-muted);font-size:.82rem;font-weight:600;text-decoration:none}.ml-footer-copy{color:#94a3b8;font-size:.75rem}
