.lp-root{--lp-primary:#3e82f1;--lp-primary-light:#60a5fa;--lp-accent:#0096c7;--lp-bg:#03060f;--lp-bg2:#060c1a;--lp-lt-bg:#f4f6fb;--lp-lt-bg2:#fff;--lp-lt-bg3:#eef1f8;--lp-lt-text:#0f172a;--lp-lt-muted:#64748b}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#03060fb3;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;height:64px;padding:0 40px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.lp-nav.lp-nav-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.lp-nav{transition:opacity .2s;transform:none}}.lp-nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.lp-nav-links{align-items:center;gap:32px;display:flex}.lp-nav-link{color:#ffffff8c;font-size:14px;text-decoration:none;transition:color .15s}.lp-nav-link:hover{color:#ffffffeb}.lp-nav-right{align-items:center;gap:16px;display:flex}.lp-btn-ghost{color:#ffffff8c;cursor:pointer;background:0 0;border:none;padding:9px 4px;font-family:inherit;font-size:14px;text-decoration:none;transition:color .15s}.lp-btn-ghost:hover{color:#ffffffeb}.lp-btn-primary{color:#fff;cursor:pointer;background:#3e82f1;border:none;border-radius:8px;justify-content:center;align-items:center;padding:9px 20px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.lp-btn-primary:hover{background:#5a97f3}.lp-btn-outline{color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:8px;justify-content:center;align-items:center;padding:9px 20px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.lp-btn-outline:hover{background:#ffffff1f}.lp-btn-big{padding:14px 32px;font-size:16px}.lp-section{max-width:1200px;margin:0 auto;padding:100px 40px}.lp-section-full{padding:0}.lp-section-light{background:#fff}.lp-section-light2{background:#f4f6fb}.lp-section-light3{background:#eef1f8}.lp-stats-strip{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:28px 40px;display:flex}.lp-stat-item{text-align:center;padding:0 48px;position:relative}.lp-stat-item+.lp-stat-item:before{content:"";background:#e2e8f0;width:1px;position:absolute;top:10%;bottom:10%;left:0}.lp-stat-num{color:#3e82f1;letter-spacing:-.02em;font-size:28px;font-weight:700}.lp-stat-label{color:#94a3b8;font-size:13px;font-family:var(--font-mono);letter-spacing:.06em;margin-top:2px}.lp-eyebrow{font-family:var(--font-mono);letter-spacing:.16em;color:#3e82f1;text-transform:uppercase;margin-bottom:14px;font-size:11px}.lp-sec-title{letter-spacing:-.025em;color:#0f172a;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.1}.lp-sec-title em{color:#3e82f1;font-style:normal}.lp-sec-sub{color:#64748b;max-width:500px;margin-top:16px;font-size:17px;line-height:1.65}.lp-features-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.lp-feature-tabs{flex-direction:column;gap:4px;margin-top:40px;display:flex}.lp-feature-tab{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;width:100%;padding:18px 20px;font-family:inherit;transition:all .2s}.lp-feature-tab:hover{background:#f1f5fd;border-color:#dbeafe}.lp-feature-tab.active{background:#eff6ff;border-color:#bfdbfe}.lp-feature-tab-title{color:#1e293b;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.lp-feature-tab.active .lp-feature-tab-title{color:#3e82f1}.lp-feature-tab-icon{color:#3e82f1;background:#3e82f114;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex}.lp-feature-tab-icon[data-active=true]{background:#3e82f12e}.lp-feature-tab-desc{color:#64748b;opacity:0;max-height:0;margin-top:6px;font-size:14px;line-height:1.55;transition:max-height .3s,opacity .2s;overflow:hidden}.lp-feature-tab.active .lp-feature-tab-desc{opacity:1;max-height:120px}.lp-mock-screen{aspect-ratio:4/3;background:#0d1526;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e,0 4px 16px #0000001a}.lp-mock-bar{background:#ffffff0a;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:6px;height:40px;padding:0 16px;display:flex}.lp-mock-dot{border-radius:50%;width:10px;height:10px}.lp-mock-sticky{position:sticky;top:100px}.lp-free-callout{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:32px;padding:16px 20px}.lp-free-callout-title{color:#16a34a;margin-bottom:4px;font-size:13px;font-weight:600}.lp-free-callout-desc{color:#64748b;font-size:13px;line-height:1.5}.lp-how-grid{grid-template-columns:1fr 1fr;gap:60px;margin-top:64px;display:grid}.lp-how-col-title{letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:600;font-family:var(--font-mono);color:#94a3b8;align-items:center;gap:10px;margin-bottom:32px;display:flex}.lp-how-col-title:after{content:"";background:#e2e8f0;flex:1;height:1px}.lp-step{border-bottom:1px solid #f1f5f9;gap:20px;padding:24px 0;display:flex}.lp-step:last-child{border-bottom:none}.lp-step-num{font-family:var(--font-mono);color:#3e82f1;flex-shrink:0;min-width:28px;margin-top:3px;font-size:12px;font-weight:500}.lp-step-title{color:#1e293b;margin-bottom:6px;font-size:15px;font-weight:600}.lp-step-desc{color:#64748b;font-size:14px;line-height:1.55}.lp-pricing-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:0;display:flex}.lp-pricing-toggle{align-items:center;gap:12px;display:flex}.lp-toggle-track{cursor:pointer;background:#cbd5e1;border:none;border-radius:12px;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.lp-toggle-track.on{background:#3e82f1}.lp-toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.lp-toggle-track.on .lp-toggle-thumb{transform:translate(20px)}.lp-toggle-label{color:#94a3b8;font-size:14px}.lp-toggle-label.active{color:#1e293b}.lp-save-badge{font-size:11px;font-family:var(--font-mono);color:#3e82f1;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:2px 8px}.lp-pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.lp-pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.lp-pricing-card:hover{box-shadow:0 8px 32px #00000014}.lp-pricing-card.featured{background:#f8faff;border-color:#bfdbfe;box-shadow:0 8px 40px #3e82f11f}.lp-featured-badge{color:#fff;font-size:11px;font-family:var(--font-mono);letter-spacing:.08em;background:#3e82f1;border-radius:0 16px 0 10px;padding:5px 14px;position:absolute;top:0;right:0}.lp-plan-name{color:#94a3b8;letter-spacing:.04em;margin-bottom:20px;font-size:14px;font-weight:600}.lp-plan-price{letter-spacing:-.03em;color:#0f172a;font-size:40px;font-weight:700}.lp-plan-price span{color:#94a3b8;font-size:16px;font-weight:400}.lp-plan-desc{color:#64748b;margin-top:8px;font-size:14px;line-height:1.5}.lp-plan-divider{background:#f1f5f9;height:1px;margin:24px 0}.lp-plan-features{flex-direction:column;gap:12px;display:flex}.lp-plan-feature{color:#475569;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.lp-check{color:#3e82f1;flex-shrink:0;margin-top:2px}.lp-plan-cta{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:9px;width:100%;margin-top:28px;padding:11px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:block}.lp-plan-cta-primary{color:#fff;background:#3e82f1;border-color:#3e82f1}.lp-plan-cta-primary:hover{background:#5a97f3}.lp-plan-cta-ghost{color:#475569;background:0 0;border-color:#e2e8f0}.lp-plan-cta-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.lp-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}.lp-testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 2px 12px #0000000a}.lp-stars{color:#f59e0b;letter-spacing:2px;margin-bottom:12px;font-size:12px}.lp-testimonial-quote{color:#334155;margin-bottom:24px;font-size:15px;line-height:1.65}.lp-testimonial-author{align-items:center;gap:12px;display:flex}.lp-testimonial-avatar{color:#fff;background:linear-gradient(135deg,#3e82f1,#0096c7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:600;display:flex}.lp-testimonial-name{color:#1e293b;font-size:14px;font-weight:600}.lp-testimonial-role{color:#94a3b8;margin-top:1px;font-size:12px}.lp-cta-section{text-align:center;background:#060c1a;padding:120px 40px;position:relative;overflow:hidden}.lp-cta-glow{pointer-events:none;background:radial-gradient(#3e82f12e 0%,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-cta-h2{letter-spacing:-.025em;z-index:2;color:#fffffff0;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;position:relative}.lp-cta-sub{color:#ffffff80;z-index:2;margin-top:20px;font-size:17px;position:relative}.lp-cta-actions{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:40px;display:flex;position:relative}.lp-cta-fineprint{color:#ffffff4d;font-size:13px;font-family:var(--font-mono);letter-spacing:.04em;z-index:2;margin-top:20px;position:relative}.lp-footer-wrap{background:#03060f;border-top:1px solid #ffffff12}.lp-footer{grid-template-columns:1fr auto;align-items:start;gap:40px;max-width:1200px;margin:0 auto;padding:48px 40px;display:grid}.lp-footer-brand{align-items:center;gap:10px;margin-bottom:12px;display:flex}.lp-footer-desc{color:#ffffff59;max-width:280px;font-size:14px;line-height:1.6}.lp-footer-links-grid{gap:64px;display:flex}.lp-footer-col-title{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:16px;font-size:11px}.lp-footer-link{color:#ffffff73;margin-bottom:10px;font-size:14px;text-decoration:none;transition:color .15s;display:block}.lp-footer-link:hover{color:#ffffffd9}.lp-footer-bottom-wrap{background:#03060f;border-top:1px solid #ffffff12}.lp-footer-bottom{max-width:1200px;margin:0 auto;padding:20px 40px}.lp-footer-copy{font-family:var(--font-mono);color:#ffffff40;font-size:12px}@media (max-width:900px){.lp-nav{padding:0 20px}.lp-nav-links{display:none}.lp-section{padding:64px 20px}.lp-stats-strip{gap:24px;padding:24px 20px}.lp-stat-item{padding:0 20px}.lp-stat-item+.lp-stat-item:before{display:none}.lp-features-grid,.lp-how-grid,.lp-pricing-grid,.lp-testimonials-grid{grid-template-columns:1fr;gap:40px}.lp-cta-section{padding:80px 20px}.lp-footer{grid-template-columns:1fr;padding:40px 20px}.lp-footer-links-grid{flex-wrap:wrap;gap:32px}.lp-footer-bottom{padding:20px}.lp-mock-sticky{position:static}}
