.landing-shell{--lp-accent:#0066ff;--lp-accent-hover:#0052cc;--lp-accent-light:#eef4ff;--lp-dark:#0f172a;--lp-muted:#64748b;--lp-border:#e2e8f0;--lp-bg:#f8fafc;--lp-container:1280px;--lp-radius:16px;--lp-shadow:0 20px 50px rgba(15,23,42,0.08);--lp-header-h:80px;background:#fff;color:var(--lp-dark);font-family:var(--font-inter),"Inter",system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}.landing-shell *{box-sizing:border-box}.lp-container{width:min(100% - 32px,var(--lp-container));margin-inline:auto}.lp-text-left{text-align:left}.lp-link{color:var(--lp-accent);font-weight:600;text-decoration:none}.lp-link:hover{text-decoration:underline}.lp-header{position:fixed;inset:0 0 auto 0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.lp-header.scrolled{border-color:var(--lp-border);box-shadow:0 1px 3px rgba(15,23,42,.06)}.lp-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--lp-header-h);max-height:var(--lp-header-h);overflow:hidden}.lp-logo{text-decoration:none;color:var(--lp-dark);flex-shrink:0;line-height:0}.lp-header .lp-logo img{height:52px;max-height:60px;width:auto;max-width:280px;object-fit:contain;object-position:left center}@media (min-width:640px){.lp-header .lp-logo img{height:60px;max-width:320px}}.lp-nav{display:flex;align-items:center;gap:10px}.lp-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--lp-border);border-radius:10px;background:#fff;color:var(--lp-dark);cursor:pointer;flex-shrink:0}.lp-mobile-nav,.lp-mobile-overlay{display:none}.lp-btn-ghost{padding:8px 16px;color:var(--lp-muted)}.lp-btn-ghost,.lp-btn-primary{text-decoration:none;font-size:14px;font-weight:600}.lp-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:10px;background:var(--lp-accent);color:#fff;transition:background .2s}.lp-btn-primary:hover{background:var(--lp-accent-hover)}.lp-btn-lg{padding:14px 28px;font-size:15px;border-radius:12px}.lp-hero{padding:calc(var(--lp-header-h) + 40px) 0 56px}.lp-hero-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:32px;align-items:center}.lp-hero-visual,.lp-hero-visual .lp-dash{width:100%}.lp-hero-title{margin:0 0 16px;font-size:clamp(32px,4.5vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.04em}.lp-hero-sub{margin:0 0 28px;font-size:17px;line-height:1.5;color:var(--lp-muted);max-width:420px}.lp-dash{background:#fff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);box-shadow:var(--lp-shadow);overflow:hidden}.lp-dash-full{margin-top:32px}.lp-dash-chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f1f5f9;border-bottom:1px solid var(--lp-border)}.lp-dash-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.lp-dash-url{margin-left:8px;font-size:11px;color:var(--lp-muted)}.lp-dash-body{display:flex;min-height:260px}.lp-dash-full .lp-dash-body{min-height:420px}.lp-dash-sidebar{width:44px;padding:12px 8px;background:#f8fafc;border-right:1px solid var(--lp-border);display:flex;flex-direction:column;gap:8px}.lp-dash-nav-item{height:26px;border-radius:8px;background:#e2e8f0}.lp-dash-nav-item.active{background:var(--lp-accent)}.lp-dash-main{flex:1;padding:14px;display:flex;flex-direction:column;gap:12px}.lp-dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.lp-dash-stat{padding:10px;background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:10px}.lp-dash-stat-label{display:block;font-size:10px;color:var(--lp-muted)}.lp-dash-stat-val{display:block;font-size:14px;font-weight:800;margin-top:2px}.lp-dash-chart{padding:10px;background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:10px}.lp-dash-chart-head{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:var(--lp-muted);margin-bottom:8px}.lp-dash-bars{display:flex;align-items:flex-end;gap:6px;height:72px}.lp-dash-full .lp-dash-bars{height:120px}.lp-dash-bar{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,var(--lp-accent),#38bdf8);min-height:8px}.lp-dash-panels{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1}.lp-dash-panel{border:1px solid var(--lp-border);border-radius:10px;overflow:hidden}.lp-dash-panel-title{padding:8px 10px;font-size:10px;font-weight:700;background:var(--lp-bg);border-bottom:1px solid var(--lp-border)}.lp-dash-row{display:grid;grid-template-columns:1fr 1fr auto;gap:6px;padding:7px 10px;font-size:10px;border-bottom:1px solid #f1f5f9}.lp-dash-row:last-child{border-bottom:none}.lp-dash-badge{padding:2px 6px;border-radius:6px;font-size:9px;font-weight:600}.lp-dash-badge-success{background:#dcfce7;color:#166534}.lp-dash-badge-pending{background:#fef9c3;color:#a16207}.lp-dash-badge-done{background:#dcfce7;color:#166534}.lp-features-head{text-align:center;max-width:560px;margin:0 auto 40px}.lp-section-title{margin:0;font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.03em;text-align:center}.lp-section-sub{margin:12px 0 0;font-size:16px;color:var(--lp-muted);line-height:1.5}.lp-features{padding:72px 0}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lp-feature{position:relative;padding:24px;background:#fff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);min-height:200px;display:flex;flex-direction:column;align-items:center;text-align:center}.lp-feature h3{margin:12px 0 6px;font-size:17px;font-weight:700;letter-spacing:-.02em}.lp-feature p{margin:0;font-size:14px;color:var(--lp-muted);line-height:1.4;max-width:260px}.lp-feature-icon{width:36px;height:36px;border-radius:10px;background:var(--lp-accent-light);color:var(--lp-accent);display:grid;place-items:center}.lp-fv-docs,.lp-fv-fast,.lp-fv-methods,.lp-fv-payout{margin-bottom:auto;padding-bottom:16px}.lp-fv-methods{display:flex;gap:8px;justify-content:center;width:100%}.lp-fv-methods span{padding:6px 10px;border-radius:8px;background:var(--lp-bg);border:1px solid var(--lp-border);font-size:12px;font-weight:700}.lp-fv-payout{padding:12px 14px;background:#ecfdf5;border-radius:10px;width:fit-content}.lp-fv-payout-sum{display:block;font-size:16px;font-weight:800;color:#047857}.lp-fv-payout-label{display:block;font-size:11px;color:#059669;margin-top:2px}.lp-fv-fast{display:inline-block;padding:10px 16px;border-radius:10px;background:var(--lp-accent-light);color:var(--lp-accent);font-size:15px;font-weight:800;text-align:center}.lp-fv-docs{display:flex;gap:8px;justify-content:center;width:100%}.lp-fv-docs span{padding:6px 10px;border-radius:8px;background:var(--lp-bg);border:1px solid var(--lp-border);font-size:12px;font-weight:600;color:var(--lp-muted)}.lp-api{padding:72px 0;background:var(--lp-bg)}.lp-api-layout{display:grid;grid-template-columns:.4fr .6fr;gap:40px;align-items:center}.lp-editor{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lp-editor-pane{background:#0f172a;border-radius:12px;overflow:hidden;box-shadow:var(--lp-shadow)}.lp-editor-tab{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#1e293b;font-size:11px;font-weight:600;color:#94a3b8;font-family:ui-monospace,monospace}.lp-editor-status{color:#4ade80}.lp-editor-pane pre{margin:0;padding:18px;font-size:12px;line-height:1.55;color:#e2e8f0;font-family:ui-monospace,monospace;overflow-x:auto}.lp-checkout{padding:72px 0}.lp-checkout-layout{display:grid;grid-template-columns:.45fr .55fr;gap:48px;align-items:center}.lp-pay{background:#fff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);box-shadow:var(--lp-shadow);padding:28px}.lp-pay-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px}.lp-pay-store{display:flex;gap:10px;align-items:center}.lp-pay-store-logo{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:800;display:grid;place-items:center}.lp-pay-store-name{font-weight:700;font-size:15px}.lp-pay-store-order{font-size:12px;color:var(--lp-muted)}.lp-pay-status{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;background:#fef9c3;color:#a16207;font-size:11px;font-weight:600}.lp-pay-sum{font-size:36px;font-weight:800;letter-spacing:-.03em}.lp-pay-timer{font-size:13px;color:var(--lp-muted);margin:4px 0 20px}.lp-pay-field{margin-bottom:16px}.lp-pay-field label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--lp-muted);margin-bottom:6px}.lp-pay-input{padding:11px 12px;background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:10px;font-size:14px}.lp-pay-input.mono{font-family:ui-monospace,monospace;font-size:13px}.lp-pay-tabs{display:flex;gap:6px;padding:4px;background:var(--lp-bg);border-radius:10px;margin-bottom:16px}.lp-pay-tabs button{flex:1;padding:9px;border:none;border-radius:8px;background:transparent;font-size:13px;font-weight:600;color:var(--lp-muted);cursor:pointer;font-family:inherit}.lp-pay-tabs button.active{background:#fff;color:var(--lp-dark);box-shadow:0 1px 3px rgba(15,23,42,.08)}.lp-pay-sbp{display:flex;gap:16px;align-items:center;padding:16px;background:var(--lp-bg);border-radius:12px;margin-bottom:16px}.lp-pay-qr{width:96px;height:96px;border-radius:10px;background:#fff;border:1px solid var(--lp-border);display:grid;place-items:center;flex-shrink:0}.lp-pay-sbp-title{font-weight:700;font-size:14px}.lp-pay-sbp-sub{font-size:12px;color:var(--lp-muted);margin-top:2px}.lp-pay-card-fields{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.lp-pay-card-row{display:grid;grid-template-columns:1fr 90px;gap:10px}.lp-pay-btn{width:100%;padding:14px;border:none;border-radius:12px;background:var(--lp-accent);color:#fff;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit}.lp-pay-btn:hover{background:var(--lp-accent-hover)}.lp-pay-secure{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:11px;color:var(--lp-muted)}.lp-faq{padding:72px 0;background:#fff}.lp-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.lp-faq-item{padding:24px;border:1px solid var(--lp-border);border-radius:var(--lp-radius);background:var(--lp-bg)}.lp-faq-item h3{margin:0 0 10px;font-size:16px;font-weight:700;letter-spacing:-.02em}.lp-faq-item p{margin:0;font-size:14px;line-height:1.6;color:var(--lp-muted)}.lp-cta{padding:80px 0;text-align:center;background:var(--lp-bg)}.lp-cta-title{margin:0 0 28px;font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em}.lp-cta-sub{margin:0 0 24px;font-size:16px;color:var(--lp-muted)}.lp-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px;margin-bottom:28px}.lp-trust-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--lp-muted)}.lp-trust-item svg{color:var(--lp-accent)}.lp-footer{padding:32px 0;border-top:1px solid var(--lp-border)}.lp-footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.lp-footer-nav{display:flex;gap:20px}.lp-footer-nav a{font-size:14px;color:var(--lp-muted);text-decoration:none;font-weight:500}.lp-footer-nav a:hover{color:var(--lp-dark)}.lp-footer-copy{margin:0;font-size:13px;color:var(--lp-muted);width:100%;text-align:center;padding-top:16px}@media (max-width:1024px){.lp-api-layout,.lp-checkout-layout,.lp-hero-layout{grid-template-columns:1fr}.lp-hero-visual{order:-1}.lp-faq-grid,.lp-features-grid{grid-template-columns:repeat(2,1fr)}.lp-dash-panels,.lp-editor{grid-template-columns:1fr}}@media (max-width:640px){.landing-shell{--lp-header-h:64px}.lp-container{width:min(100% - 24px,var(--lp-container))}.lp-hero{padding:calc(var(--lp-header-h) + 24px) 0 40px}.lp-hero-title{font-size:clamp(28px,8vw,40px)}.lp-dash-stats,.lp-faq-grid,.lp-features-grid{grid-template-columns:1fr}.lp-dash-row{grid-template-columns:1fr auto;gap:8px}.lp-dash-row span:nth-child(2){grid-column:1;font-size:12px;color:var(--lp-muted)}.lp-dash-row .lp-dash-badge{grid-column:2;grid-row:1/span 2;align-self:center}.lp-nav-desktop{display:none}.lp-menu-btn{display:inline-flex}.lp-mobile-overlay{display:block;position:fixed;inset:0;z-index:60;background:rgba(15,23,42,.4);opacity:0;pointer-events:none;transition:opacity .2s}.lp-mobile-overlay.open{opacity:1;pointer-events:auto}.lp-mobile-nav{display:flex;flex-direction:column;gap:4px;position:fixed;top:var(--lp-header-h);left:0;right:0;z-index:70;padding:16px;background:#fff;border-bottom:1px solid var(--lp-border);box-shadow:var(--lp-shadow);transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.lp-mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.lp-mobile-nav-link{padding:12px 14px;border-radius:10px;color:var(--lp-dark);text-decoration:none;font-size:15px;font-weight:600}.lp-mobile-nav-link:hover{background:var(--lp-bg)}.lp-mobile-nav-cta{margin-top:8px;text-align:center}.lp-header .lp-logo img{height:44px;max-width:200px}.lp-btn-primary{padding:9px 16px;font-size:13px}.lp-api,.lp-checkout,.lp-cta,.lp-faq,.lp-features{padding:48px 0}.lp-footer-inner{flex-direction:column;align-items:center;gap:16px;text-align:center}.lp-footer-nav{flex-wrap:wrap;justify-content:center;gap:12px 16px}}@media (max-width:480px){.lp-header .lp-logo img{height:40px;max-width:170px}.lp-btn-lg,.lp-hero-text .lp-btn-primary{width:100%;justify-content:center}}